2022-11-23T01:33:29.3456752Z Requested labels: windows.8xlarge.nvidia.gpu 2022-11-23T01:33:29.3456821Z Job defined at: pytorch/pytorch/.github/workflows/_win-test.yml@refs/heads/master 2022-11-23T01:33:29.3456842Z Waiting for a runner to pick up this job... 2022-11-23T01:33:29.5416500Z Job is about to start running on the runner: i-06480537a70bc2154 (organization) 2022-11-23T01:33:35.7399567Z Current runner version: '2.299.1' 2022-11-23T01:33:35.7408300Z Runner name: 'i-06480537a70bc2154' 2022-11-23T01:33:35.7408844Z Runner group name: 'Default' 2022-11-23T01:33:35.7409598Z Machine name: 'EC2AMAZ-A10PA24' 2022-11-23T01:33:35.7412371Z ##[group]GITHUB_TOKEN Permissions 2022-11-23T01:33:35.7413028Z Actions: write 2022-11-23T01:33:35.7413354Z Checks: write 2022-11-23T01:33:35.7413622Z Contents: write 2022-11-23T01:33:35.7413980Z Deployments: write 2022-11-23T01:33:35.7414326Z Discussions: write 2022-11-23T01:33:35.7414602Z Issues: write 2022-11-23T01:33:35.7414925Z Metadata: read 2022-11-23T01:33:35.7415246Z Packages: write 2022-11-23T01:33:35.7415535Z Pages: write 2022-11-23T01:33:35.7415861Z PullRequests: write 2022-11-23T01:33:35.7416223Z RepositoryProjects: write 2022-11-23T01:33:35.7416543Z SecurityEvents: write 2022-11-23T01:33:35.7416883Z Statuses: write 2022-11-23T01:33:35.7417220Z ##[endgroup] 2022-11-23T01:33:35.7421488Z Secret source: Actions 2022-11-23T01:33:35.7422194Z Prepare workflow directory 2022-11-23T01:33:35.8765550Z Prepare all required actions 2022-11-23T01:33:35.8998481Z Getting action download info 2022-11-23T01:33:36.0899440Z Download action repository 'pytorch/pytorch@master' (SHA:1cfd3858ac54fe3883534309081631a0a892ba3f) 2022-11-23T01:34:46.6948884Z Download action repository 'pytorch/test-infra@main' (SHA:c57ff4d9a93667a5571a80a0e92c3e2674aeedfd) 2022-11-23T01:34:50.3919206Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:4a8bfae15cc25cc0785c1603ee87a9da8fd442ea) 2022-11-23T01:34:51.6449171Z Getting action download info 2022-11-23T01:34:51.9087308Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-11-23T01:34:53.0461115Z Uses: pytorch/pytorch/.github/workflows/_win-test.yml 2022-11-23T01:34:53.0463484Z ##[group] Inputs 2022-11-23T01:34:53.0463981Z build-environment: win-vs2019-cuda11.6-py3 2022-11-23T01:34:53.0464266Z cuda-version: 11.6 2022-11-23T01:34:53.0465464Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 5, runner: "windows.8xlarge.nvidia.gpu" }, { config: "default", shard: 2, num_shards: 5, runner: "windows.8xlarge.nvidia.gpu" }, { config: "default", shard: 3, num_shards: 5, runner: "windows.8xlarge.nvidia.gpu" }, { config: "default", shard: 4, num_shards: 5, runner: "windows.8xlarge.nvidia.gpu" }, { config: "default", shard: 5, num_shards: 5, runner: "windows.8xlarge.nvidia.gpu" }, { config: "functorch", shard: 1, num_shards: 1, runner: "windows.8xlarge.nvidia.gpu" }, { config: "force_on_cpu", shard: 1, num_shards: 1, runner: "windows.4xlarge" }, ]} 2022-11-23T01:34:53.0466372Z sync-tag: 2022-11-23T01:34:53.0466573Z ##[endgroup] 2022-11-23T01:34:53.0467336Z Complete job name: win-vs2019-cuda11.6-py3 / test (default, 3, 5, windows.8xlarge.nvidia.gpu) 2022-11-23T01:34:53.2935082Z ##[group]Run git config --global core.symlinks true 2022-11-23T01:34:53.2935590Z git config --global core.symlinks true 2022-11-23T01:34:53.2978494Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:34:53.2978864Z env: 2022-11-23T01:34:53.2979086Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:34:53.2979304Z ##[endgroup] 2022-11-23T01:34:53.9832732Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-11-23T01:34:53.9833156Z with: 2022-11-23T01:34:53.9833354Z no-sudo: true 2022-11-23T01:34:53.9833582Z submodules: recursive 2022-11-23T01:34:53.9833808Z fetch-depth: 0 2022-11-23T01:34:53.9833998Z env: 2022-11-23T01:34:53.9834208Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:34:53.9834442Z ##[endgroup] 2022-11-23T01:34:54.0323415Z ##[group]Run retry () { 2022-11-23T01:34:54.0323699Z retry () { 2022-11-23T01:34:54.0323981Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-11-23T01:34:54.0324244Z } 2022-11-23T01:34:54.0324510Z echo "${GITHUB_WORKSPACE}" 2022-11-23T01:34:54.0325998Z if [ -z "${NO_SUDO}" ]; then 2022-11-23T01:34:54.0326264Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:34:54.0326521Z else 2022-11-23T01:34:54.0326813Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:34:54.0327039Z fi 2022-11-23T01:34:54.0327266Z mkdir "${GITHUB_WORKSPACE}" 2022-11-23T01:34:54.0362881Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:34:54.0363227Z env: 2022-11-23T01:34:54.0363448Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:34:54.0363681Z NO_SUDO: true 2022-11-23T01:34:54.0363872Z ##[endgroup] 2022-11-23T01:34:54.0755476Z C:\actions-runner\_work\pytorch\pytorch 2022-11-23T01:34:54.3345825Z ##[group]Run malfet/checkout@silent-checkout 2022-11-23T01:34:54.3346396Z with: 2022-11-23T01:34:54.3346836Z ref: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:34:54.3347294Z fetch-depth: 0 2022-11-23T01:34:54.3347709Z submodules: recursive 2022-11-23T01:34:54.3348156Z quiet-checkout: true 2022-11-23T01:34:54.3348626Z repository: pytorch/pytorch 2022-11-23T01:34:54.3349407Z token: *** 2022-11-23T01:34:54.3349992Z ssh-strict: true 2022-11-23T01:34:54.3350505Z persist-credentials: true 2022-11-23T01:34:54.3350975Z clean: true 2022-11-23T01:34:54.3351342Z lfs: false 2022-11-23T01:34:54.3351752Z set-safe-directory: true 2022-11-23T01:34:54.3352140Z env: 2022-11-23T01:34:54.3352518Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:34:54.3352938Z ##[endgroup] 2022-11-23T01:35:01.0537364Z Syncing repository: pytorch/pytorch 2022-11-23T01:35:01.0539167Z ##[group]Getting Git version info 2022-11-23T01:35:01.0539568Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch' 2022-11-23T01:35:01.0705463Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-11-23T01:35:01.0997345Z git version 2.38.1.windows.1 2022-11-23T01:35:01.1057711Z ##[endgroup] 2022-11-23T01:35:01.1084359Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\ac10754a-2b13-4031-959b-6012fbe7154a\.gitconfig' 2022-11-23T01:35:01.1159123Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\ac10754a-2b13-4031-959b-6012fbe7154a' before making global git config changes 2022-11-23T01:35:01.1160165Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T01:35:01.1172572Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2022-11-23T01:35:01.1556828Z Deleting the contents of 'C:\actions-runner\_work\pytorch\pytorch' 2022-11-23T01:35:01.1569141Z ##[group]Initializing the repository 2022-11-23T01:35:01.1578513Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch 2022-11-23T01:35:01.2186217Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/.git/ 2022-11-23T01:35:01.2236120Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2022-11-23T01:35:01.2628546Z ##[endgroup] 2022-11-23T01:35:01.2629464Z ##[group]Disabling automatic garbage collection 2022-11-23T01:35:01.2638160Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2022-11-23T01:35:01.2998227Z ##[endgroup] 2022-11-23T01:35:01.2999171Z ##[group]Setting up auth 2022-11-23T01:35:01.3014393Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-11-23T01:35:01.3338913Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2022-11-23T01:35:02.3215285Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T01:35:02.3568043Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2022-11-23T01:35:02.9594612Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-11-23T01:35:02.9981678Z ##[endgroup] 2022-11-23T01:35:02.9982182Z ##[group]Fetching the repository 2022-11-23T01:35:02.9994726Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --prune --quiet --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2022-11-23T01:37:07.7341723Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --verify --quiet 1cfd3858ac54fe3883534309081631a0a892ba3f^{object} 2022-11-23T01:37:07.7644597Z 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:37:07.7686151Z ##[endgroup] 2022-11-23T01:37:07.7688404Z ##[group]Determining the checkout info 2022-11-23T01:37:07.7689445Z ##[endgroup] 2022-11-23T01:37:07.7689854Z ##[group]Checking out the ref 2022-11-23T01:37:07.7698612Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --quiet --force 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:37:22.5507837Z ##[endgroup] 2022-11-23T01:37:22.5509636Z ##[group]Setting up auth for fetching submodules 2022-11-23T01:37:22.5520802Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-11-23T01:37:22.5984703Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2022-11-23T01:37:22.6363993Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2022-11-23T01:37:22.6707167Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-11-23T01:37:22.7055988Z ##[endgroup] 2022-11-23T01:37:22.7056733Z ##[group]Fetching submodules 2022-11-23T01:37:22.7065199Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2022-11-23T01:37:23.3345079Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --recursive 2022-11-23T01:37:24.1118241Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-11-23T01:37:24.1119068Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-11-23T01:37:24.1119646Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-11-23T01:37:24.1120230Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-11-23T01:37:24.1120811Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-11-23T01:37:24.1121499Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-11-23T01:37:24.1122167Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-11-23T01:37:24.1123413Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-11-23T01:37:24.1124045Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-11-23T01:37:24.1124577Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-11-23T01:37:24.1125343Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-11-23T01:37:24.1125927Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-11-23T01:37:24.1126607Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-11-23T01:37:24.1127325Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-11-23T01:37:24.1127864Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-11-23T01:37:24.1128413Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-11-23T01:37:24.1128931Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-11-23T01:37:24.1129502Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:37:24.1130059Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-11-23T01:37:24.1130624Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-11-23T01:37:24.1131176Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-11-23T01:37:24.1131736Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-11-23T01:37:24.1132269Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-11-23T01:37:24.1132797Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-11-23T01:37:24.1133323Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-11-23T01:37:24.1133841Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-11-23T01:37:24.1134537Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-11-23T01:37:24.1135073Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-11-23T01:37:24.1135630Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-11-23T01:37:24.1136186Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-11-23T01:37:24.1136766Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-11-23T01:37:24.1137359Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-11-23T01:37:24.1137986Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-11-23T01:37:24.1138568Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-11-23T01:37:24.1432859Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-11-23T01:37:24.1433585Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-11-23T01:37:24.1434214Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-11-23T01:37:24.1434770Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-11-23T01:37:24.1435369Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-11-23T01:37:24.1435931Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-11-23T01:37:24.1436738Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-11-23T01:37:24.7219016Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-11-23T01:37:25.1503317Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-11-23T01:37:25.5901482Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-11-23T01:37:26.1498940Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-11-23T01:37:26.7305540Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-11-23T01:37:30.7280162Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-11-23T01:37:42.3841691Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-11-23T01:37:43.2445315Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-11-23T01:37:44.2323331Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-11-23T01:37:47.1660000Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-11-23T01:37:49.3519859Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-11-23T01:37:51.7745436Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-11-23T01:38:00.3451734Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-11-23T01:38:02.1120131Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-11-23T01:38:04.4516647Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-11-23T01:38:06.7448967Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-11-23T01:38:07.1280733Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-11-23T01:38:07.9964134Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-11-23T01:38:08.6188699Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-11-23T01:38:10.7041815Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-11-23T01:38:11.5075896Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-11-23T01:38:11.9051566Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-11-23T01:38:12.3522859Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-11-23T01:38:15.2046308Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-11-23T01:38:15.9531566Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-11-23T01:38:16.6309616Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-11-23T01:38:26.1006411Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-11-23T01:38:29.0897460Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-11-23T01:38:29.8508304Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-11-23T01:38:30.4283212Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-11-23T01:38:40.1603618Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-11-23T01:38:40.5603426Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-11-23T01:38:40.9873608Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-11-23T01:38:42.6617145Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-11-23T01:38:43.0834677Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-11-23T01:38:43.7278427Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-11-23T01:38:44.3115313Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-11-23T01:38:45.3059606Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-11-23T01:38:48.8695136Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-11-23T01:38:49.7771148Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-11-23T01:38:53.7855554Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-11-23T01:38:54.0191441Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-11-23T01:38:54.1901319Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-11-23T01:38:54.3210934Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-11-23T01:38:54.7554869Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-11-23T01:38:55.3437317Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-11-23T01:38:55.9716509Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-11-23T01:39:10.7329973Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-11-23T01:39:11.0543318Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T01:39:12.3444835Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-11-23T01:39:12.9612807Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-11-23T01:39:18.6470398Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-11-23T01:39:25.5770347Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-11-23T01:39:28.7357656Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-11-23T01:39:29.6640278Z Submodule path 'third_party/fbgemm': checked out '4d1738b3142a6cb0c032cd639e239566010b054a' 2022-11-23T01:39:29.7010546Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:39:29.7011605Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:39:29.7012252Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:39:29.7012895Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:39:31.5992943Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-11-23T01:39:32.5977983Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-11-23T01:39:35.0141060Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-11-23T01:39:35.5196427Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-11-23T01:39:36.1606153Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-11-23T01:39:37.4837562Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-11-23T01:39:38.1189342Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-11-23T01:39:38.2746114Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-11-23T01:39:40.0878657Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-11-23T01:39:40.5416409Z Submodule path 'third_party/fmt': checked out '7bdf0628b1276379886c7f6dda2cef2b3b374f0b' 2022-11-23T01:39:40.6726168Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-11-23T01:39:41.0881258Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-11-23T01:39:41.5285096Z Submodule path 'third_party/gloo': checked out '4a5e339b764261d20fc409071dc7a8b8989aa195' 2022-11-23T01:39:42.3111802Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-11-23T01:39:42.5068607Z Submodule path 'third_party/ideep': checked out '5ddc65efe0428bbce2942b3ce5e3ce15239abe2f' 2022-11-23T01:39:42.5267954Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-11-23T01:39:56.3548978Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-11-23T01:40:00.3112992Z Submodule path 'third_party/ideep/mkl-dnn': checked out 'd19d0f795c60695bd32f894c6f01771b2dfbe24d' 2022-11-23T01:40:00.3319415Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:40:14.1123583Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-11-23T01:40:19.6203109Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '650085b2f3643aad05c629425983491d63b5c289' 2022-11-23T01:40:19.7713750Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-11-23T01:40:19.9770824Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-11-23T01:40:20.7721514Z Submodule path 'third_party/kineto': checked out '6c1629809068efd78a8d56b4aa479c7ec49ae562' 2022-11-23T01:40:20.7977766Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:40:20.7979119Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:40:22.8988885Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-11-23T01:40:24.8793827Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-11-23T01:40:25.1767677Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-11-23T01:40:25.7308219Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-11-23T01:40:26.1257379Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-11-23T01:40:26.2891559Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-11-23T01:40:28.0726056Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-11-23T01:40:33.4254232Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-11-23T01:40:33.4512526Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-11-23T01:40:33.4513184Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-11-23T01:40:34.6393614Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-11-23T01:40:36.1467132Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-11-23T01:40:36.6264276Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T01:40:37.1336545Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-11-23T01:40:37.3143368Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-11-23T01:40:37.3347536Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:40:40.2780780Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-11-23T01:40:42.5775991Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-11-23T01:40:42.6050818Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:40:42.6051873Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:40:43.5183556Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-11-23T01:40:45.1186770Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-11-23T01:40:45.3654951Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-11-23T01:40:46.1092862Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-11-23T01:40:46.1299685Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:40:46.5505472Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-11-23T01:40:46.8535453Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T01:40:47.0194888Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-11-23T01:40:51.8391548Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-11-23T01:40:51.8623190Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:40:51.8624570Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-11-23T01:40:52.6981635Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-11-23T01:40:54.7876935Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-11-23T01:40:54.9666765Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-11-23T01:40:55.7654671Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-11-23T01:40:55.9409674Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-11-23T01:40:56.0701304Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-11-23T01:40:56.6079771Z Submodule path 'third_party/pybind11': checked out '80dc998efced8ceb2be59756668a7e90e8bef917' 2022-11-23T01:40:56.7635437Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-11-23T01:40:57.2074352Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-11-23T01:40:57.3376197Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-11-23T01:40:57.9980931Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-11-23T01:41:00.6762814Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-11-23T01:41:01.2389459Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-11-23T01:41:01.2712257Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:41:01.2713542Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:41:01.2714705Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:41:01.2715865Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:41:03.3230979Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-11-23T01:41:03.8854795Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-11-23T01:41:06.2084835Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-11-23T01:41:07.7995294Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-11-23T01:41:08.3503763Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-11-23T01:41:08.6228543Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-11-23T01:41:09.4244355Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-11-23T01:41:09.9486683Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-11-23T01:41:09.9677809Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:41:10.3881999Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-11-23T01:41:10.5107565Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T01:41:11.4946162Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-11-23T01:41:11.5236307Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2022-11-23T01:41:12.1269209Z Entering 'android/libs/fbjni' 2022-11-23T01:41:12.1924248Z Entering 'third_party/FP16' 2022-11-23T01:41:12.2560498Z Entering 'third_party/FXdiv' 2022-11-23T01:41:12.3204339Z Entering 'third_party/NNPACK' 2022-11-23T01:41:12.3903745Z Entering 'third_party/QNNPACK' 2022-11-23T01:41:12.4614875Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:41:12.5294146Z Entering 'third_party/XNNPACK' 2022-11-23T01:41:12.5996310Z Entering 'third_party/benchmark' 2022-11-23T01:41:12.6662321Z Entering 'third_party/cpuinfo' 2022-11-23T01:41:12.7296111Z Entering 'third_party/cub' 2022-11-23T01:41:12.7939231Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:41:12.8607983Z Entering 'third_party/cutlass' 2022-11-23T01:41:12.9241585Z Entering 'third_party/eigen' 2022-11-23T01:41:12.9914279Z Entering 'third_party/fbgemm' 2022-11-23T01:41:13.0574154Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:41:13.1254058Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:41:13.1948573Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:41:13.2607483Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:41:13.3387963Z Entering 'third_party/flatbuffers' 2022-11-23T01:41:13.4039834Z Entering 'third_party/fmt' 2022-11-23T01:41:13.4678359Z Entering 'third_party/foxi' 2022-11-23T01:41:13.5297145Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:41:13.5947242Z Entering 'third_party/gloo' 2022-11-23T01:41:13.6617338Z Entering 'third_party/googletest' 2022-11-23T01:41:13.7270517Z Entering 'third_party/ideep' 2022-11-23T01:41:13.7918077Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:41:13.8576515Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:41:13.9266724Z Entering 'third_party/ios-cmake' 2022-11-23T01:41:13.9947494Z Entering 'third_party/ittapi' 2022-11-23T01:41:14.0616296Z Entering 'third_party/kineto' 2022-11-23T01:41:14.1316278Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:41:14.2019345Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:41:14.2732629Z Entering 'third_party/nccl/nccl' 2022-11-23T01:41:14.3414608Z Entering 'third_party/neon2sse' 2022-11-23T01:41:14.4041950Z Entering 'third_party/nlohmann' 2022-11-23T01:41:14.4745099Z Entering 'third_party/onnx' 2022-11-23T01:41:14.5402532Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:41:14.6124867Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:41:14.6807345Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:41:14.7424790Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:41:14.8057805Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:41:14.8730691Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:41:14.9355714Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:41:15.0064378Z Entering 'third_party/pocketfft' 2022-11-23T01:41:15.0688437Z Entering 'third_party/protobuf' 2022-11-23T01:41:15.1925954Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:41:15.2659535Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:41:15.3337196Z Entering 'third_party/psimd' 2022-11-23T01:41:15.3974900Z Entering 'third_party/pthreadpool' 2022-11-23T01:41:15.4652151Z Entering 'third_party/pybind11' 2022-11-23T01:41:15.5353005Z Entering 'third_party/python-enum' 2022-11-23T01:41:15.6013671Z Entering 'third_party/python-peachpy' 2022-11-23T01:41:15.6699312Z Entering 'third_party/python-six' 2022-11-23T01:41:15.7380729Z Entering 'third_party/sleef' 2022-11-23T01:41:15.8048940Z Entering 'third_party/tbb' 2022-11-23T01:41:15.8734258Z Entering 'third_party/tensorpipe' 2022-11-23T01:41:15.9352959Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:41:16.0014107Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:41:16.0655023Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:41:16.1287955Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:41:16.1957431Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:41:16.2646770Z Entering 'third_party/zstd' 2022-11-23T01:41:16.3440635Z ##[endgroup] 2022-11-23T01:41:16.3441984Z ##[group]Persisting credentials for submodules 2022-11-23T01:41:16.3452631Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2022-11-23T01:41:16.9810265Z Entering 'android/libs/fbjni' 2022-11-23T01:41:17.0595386Z Entering 'third_party/FP16' 2022-11-23T01:41:17.1382231Z Entering 'third_party/FXdiv' 2022-11-23T01:41:17.2166242Z Entering 'third_party/NNPACK' 2022-11-23T01:41:17.2932058Z Entering 'third_party/QNNPACK' 2022-11-23T01:41:17.3731175Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:41:17.4496431Z Entering 'third_party/XNNPACK' 2022-11-23T01:41:17.5350003Z Entering 'third_party/benchmark' 2022-11-23T01:41:17.6141819Z Entering 'third_party/cpuinfo' 2022-11-23T01:41:17.6911960Z Entering 'third_party/cub' 2022-11-23T01:41:17.7689244Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:41:17.8466767Z Entering 'third_party/cutlass' 2022-11-23T01:41:17.9224340Z Entering 'third_party/eigen' 2022-11-23T01:41:18.0036911Z Entering 'third_party/fbgemm' 2022-11-23T01:41:18.0730203Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:41:18.1540253Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:41:18.2299992Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:41:18.3078043Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:41:18.3862737Z Entering 'third_party/flatbuffers' 2022-11-23T01:41:18.4651311Z Entering 'third_party/fmt' 2022-11-23T01:41:18.5457028Z Entering 'third_party/foxi' 2022-11-23T01:41:18.6267036Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:41:18.7073996Z Entering 'third_party/gloo' 2022-11-23T01:41:18.7876230Z Entering 'third_party/googletest' 2022-11-23T01:41:18.8627162Z Entering 'third_party/ideep' 2022-11-23T01:41:18.9359856Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:41:19.0108724Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:41:19.0959043Z Entering 'third_party/ios-cmake' 2022-11-23T01:41:19.1715458Z Entering 'third_party/ittapi' 2022-11-23T01:41:19.2500987Z Entering 'third_party/kineto' 2022-11-23T01:41:19.3251875Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:41:19.4045738Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:41:19.4913619Z Entering 'third_party/nccl/nccl' 2022-11-23T01:41:19.5728460Z Entering 'third_party/neon2sse' 2022-11-23T01:41:19.6512756Z Entering 'third_party/nlohmann' 2022-11-23T01:41:19.7327753Z Entering 'third_party/onnx' 2022-11-23T01:41:19.8089241Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:41:19.8832850Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:41:19.9604592Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:41:20.0379391Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:41:20.1188412Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:41:20.2013950Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:41:20.2836198Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:41:20.3720917Z Entering 'third_party/pocketfft' 2022-11-23T01:41:20.4539428Z Entering 'third_party/protobuf' 2022-11-23T01:41:20.5376076Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:41:20.6217642Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:41:20.7093803Z Entering 'third_party/psimd' 2022-11-23T01:41:20.8006670Z Entering 'third_party/pthreadpool' 2022-11-23T01:41:20.8809563Z Entering 'third_party/pybind11' 2022-11-23T01:41:20.9646968Z Entering 'third_party/python-enum' 2022-11-23T01:41:21.0419198Z Entering 'third_party/python-peachpy' 2022-11-23T01:41:21.1240098Z Entering 'third_party/python-six' 2022-11-23T01:41:21.2048267Z Entering 'third_party/sleef' 2022-11-23T01:41:21.2924571Z Entering 'third_party/tbb' 2022-11-23T01:41:21.3702522Z Entering 'third_party/tensorpipe' 2022-11-23T01:41:21.4480718Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:41:21.5236798Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:41:21.6070755Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:41:21.6867237Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:41:21.7663256Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:41:21.8475195Z Entering 'third_party/zstd' 2022-11-23T01:41:21.9372043Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2022-11-23T01:41:22.5657312Z Entering 'android/libs/fbjni' 2022-11-23T01:41:22.6656919Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-11-23T01:41:22.6944845Z Entering 'third_party/FP16' 2022-11-23T01:41:22.7863352Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-11-23T01:41:22.8098254Z Entering 'third_party/FXdiv' 2022-11-23T01:41:22.8953076Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-11-23T01:41:22.9199077Z Entering 'third_party/NNPACK' 2022-11-23T01:41:23.0061010Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-11-23T01:41:23.0306153Z Entering 'third_party/QNNPACK' 2022-11-23T01:41:23.1248362Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-11-23T01:41:23.1514833Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:41:23.2425072Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-11-23T01:41:23.2669495Z Entering 'third_party/XNNPACK' 2022-11-23T01:41:23.3615410Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-11-23T01:41:23.3861758Z Entering 'third_party/benchmark' 2022-11-23T01:41:23.4804937Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:41:23.5043410Z Entering 'third_party/cpuinfo' 2022-11-23T01:41:23.5938249Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T01:41:23.6162018Z Entering 'third_party/cub' 2022-11-23T01:41:23.7011463Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-11-23T01:41:23.7227124Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:41:23.8075423Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-11-23T01:41:23.8301579Z Entering 'third_party/cutlass' 2022-11-23T01:41:23.9162336Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-11-23T01:41:23.9387056Z Entering 'third_party/eigen' 2022-11-23T01:41:24.0281449Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-11-23T01:41:24.0504397Z Entering 'third_party/fbgemm' 2022-11-23T01:41:24.1389484Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-11-23T01:41:24.1578562Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:41:24.2516466Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-11-23T01:41:24.2771467Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:41:24.3644587Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T01:41:24.3855690Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:41:24.4760677Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:41:24.4993959Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:41:24.5875218Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-11-23T01:41:24.6171423Z Entering 'third_party/flatbuffers' 2022-11-23T01:41:24.7036095Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-11-23T01:41:24.7258471Z Entering 'third_party/fmt' 2022-11-23T01:41:24.8169900Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-11-23T01:41:24.8410507Z Entering 'third_party/foxi' 2022-11-23T01:41:24.9280668Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-11-23T01:41:24.9498252Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:41:25.0388825Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-11-23T01:41:25.0603040Z Entering 'third_party/gloo' 2022-11-23T01:41:25.1424948Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-11-23T01:41:25.1660593Z Entering 'third_party/googletest' 2022-11-23T01:41:25.2549535Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:41:25.2763548Z Entering 'third_party/ideep' 2022-11-23T01:41:25.3624261Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-11-23T01:41:25.3845556Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:41:25.4683276Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-11-23T01:41:25.4886073Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:41:25.5763203Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2022-11-23T01:41:25.6045330Z Entering 'third_party/ios-cmake' 2022-11-23T01:41:25.6916068Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-11-23T01:41:25.7154263Z Entering 'third_party/ittapi' 2022-11-23T01:41:25.8047222Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-11-23T01:41:25.8291140Z Entering 'third_party/kineto' 2022-11-23T01:41:25.9143431Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-11-23T01:41:25.9348248Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:41:26.0222935Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-11-23T01:41:26.0436866Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:41:26.1295521Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-11-23T01:41:26.1550987Z Entering 'third_party/nccl/nccl' 2022-11-23T01:41:26.2426267Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-11-23T01:41:26.2636395Z Entering 'third_party/neon2sse' 2022-11-23T01:41:26.3499291Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-11-23T01:41:26.3714937Z Entering 'third_party/nlohmann' 2022-11-23T01:41:26.4579435Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-11-23T01:41:26.4817861Z Entering 'third_party/onnx' 2022-11-23T01:41:26.5681794Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-11-23T01:41:26.5908556Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:41:26.6809935Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:41:26.7039796Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:41:26.7903864Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:41:26.8188961Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:41:26.9074114Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-11-23T01:41:26.9286690Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:41:27.0154822Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-11-23T01:41:27.0360895Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:41:27.1240136Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:41:27.1450384Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:41:27.2284027Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:41:27.2485608Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:41:27.3379304Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-11-23T01:41:27.3679591Z Entering 'third_party/pocketfft' 2022-11-23T01:41:27.4567206Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-11-23T01:41:27.4782895Z Entering 'third_party/protobuf' 2022-11-23T01:41:27.5702103Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-11-23T01:41:27.5916438Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:41:27.6797272Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:41:27.7012342Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:41:27.7907798Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:41:27.8158104Z Entering 'third_party/psimd' 2022-11-23T01:41:27.9021497Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-11-23T01:41:27.9266479Z Entering 'third_party/pthreadpool' 2022-11-23T01:41:28.0139053Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-11-23T01:41:28.0351965Z Entering 'third_party/pybind11' 2022-11-23T01:41:28.1227541Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:41:28.1453362Z Entering 'third_party/python-enum' 2022-11-23T01:41:28.2274433Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-11-23T01:41:28.2528771Z Entering 'third_party/python-peachpy' 2022-11-23T01:41:28.3400153Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-11-23T01:41:28.3628441Z Entering 'third_party/python-six' 2022-11-23T01:41:28.4496431Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-11-23T01:41:28.4722942Z Entering 'third_party/sleef' 2022-11-23T01:41:28.5641648Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-11-23T01:41:28.5848108Z Entering 'third_party/tbb' 2022-11-23T01:41:28.6696433Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-11-23T01:41:28.6932841Z Entering 'third_party/tensorpipe' 2022-11-23T01:41:28.7858405Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-11-23T01:41:28.8061735Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:41:28.8920691Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:41:28.9152765Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:41:29.0025409Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-11-23T01:41:29.0257914Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:41:29.1114169Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-11-23T01:41:29.1322988Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:41:29.2239373Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:41:29.2443818Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:41:29.3330162Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-11-23T01:41:29.3630892Z Entering 'third_party/zstd' 2022-11-23T01:41:29.4489136Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-11-23T01:41:29.8621828Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:'" 2022-11-23T01:41:30.4676135Z Entering 'android/libs/fbjni' 2022-11-23T01:41:30.5354533Z Entering 'third_party/FP16' 2022-11-23T01:41:30.6060058Z Entering 'third_party/FXdiv' 2022-11-23T01:41:30.6724665Z Entering 'third_party/NNPACK' 2022-11-23T01:41:30.7386382Z Entering 'third_party/QNNPACK' 2022-11-23T01:41:30.8100071Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:41:30.8725014Z Entering 'third_party/XNNPACK' 2022-11-23T01:41:30.9366813Z Entering 'third_party/benchmark' 2022-11-23T01:41:31.0014278Z Entering 'third_party/cpuinfo' 2022-11-23T01:41:31.0651265Z Entering 'third_party/cub' 2022-11-23T01:41:31.1287626Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:41:31.1904333Z Entering 'third_party/cutlass' 2022-11-23T01:41:31.2589285Z Entering 'third_party/eigen' 2022-11-23T01:41:31.3250681Z Entering 'third_party/fbgemm' 2022-11-23T01:41:31.3914007Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:41:31.4583133Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:41:31.5263783Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:41:31.5914150Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:41:31.6614220Z Entering 'third_party/flatbuffers' 2022-11-23T01:41:31.7278992Z Entering 'third_party/fmt' 2022-11-23T01:41:31.7937315Z Entering 'third_party/foxi' 2022-11-23T01:41:31.8587068Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:41:31.9233502Z Entering 'third_party/gloo' 2022-11-23T01:41:31.9941108Z Entering 'third_party/googletest' 2022-11-23T01:41:32.0581563Z Entering 'third_party/ideep' 2022-11-23T01:41:32.1254919Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:41:32.2192012Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:41:32.2899268Z Entering 'third_party/ios-cmake' 2022-11-23T01:41:32.3533323Z Entering 'third_party/ittapi' 2022-11-23T01:41:32.4243636Z Entering 'third_party/kineto' 2022-11-23T01:41:32.4934859Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:41:32.5594432Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:41:32.6294620Z Entering 'third_party/nccl/nccl' 2022-11-23T01:41:32.6965236Z Entering 'third_party/neon2sse' 2022-11-23T01:41:32.7659449Z Entering 'third_party/nlohmann' 2022-11-23T01:41:32.8296038Z Entering 'third_party/onnx' 2022-11-23T01:41:32.8985446Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:41:32.9642968Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:41:33.0329057Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:41:33.0974087Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:41:33.1623526Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:41:33.2268003Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:41:33.2935544Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:41:33.3689098Z Entering 'third_party/pocketfft' 2022-11-23T01:41:33.4399524Z Entering 'third_party/protobuf' 2022-11-23T01:41:33.5021729Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:41:33.5689137Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:41:33.6413070Z Entering 'third_party/psimd' 2022-11-23T01:41:33.7095059Z Entering 'third_party/pthreadpool' 2022-11-23T01:41:33.7770309Z Entering 'third_party/pybind11' 2022-11-23T01:41:33.8447905Z Entering 'third_party/python-enum' 2022-11-23T01:41:33.9162725Z Entering 'third_party/python-peachpy' 2022-11-23T01:41:33.9853905Z Entering 'third_party/python-six' 2022-11-23T01:41:34.0517386Z Entering 'third_party/sleef' 2022-11-23T01:41:34.1231602Z Entering 'third_party/tbb' 2022-11-23T01:41:34.1870556Z Entering 'third_party/tensorpipe' 2022-11-23T01:41:34.2524850Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:41:34.3195698Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:41:34.3908531Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:41:34.4567729Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:41:34.5254211Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:41:34.6014844Z Entering 'third_party/zstd' 2022-11-23T01:41:34.6808991Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:'" 2022-11-23T01:41:35.3104242Z Entering 'android/libs/fbjni' 2022-11-23T01:41:35.3835700Z Entering 'third_party/FP16' 2022-11-23T01:41:35.4553997Z Entering 'third_party/FXdiv' 2022-11-23T01:41:35.5249965Z Entering 'third_party/NNPACK' 2022-11-23T01:41:35.5915090Z Entering 'third_party/QNNPACK' 2022-11-23T01:41:35.6610255Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:41:35.7293140Z Entering 'third_party/XNNPACK' 2022-11-23T01:41:35.7999722Z Entering 'third_party/benchmark' 2022-11-23T01:41:35.8675871Z Entering 'third_party/cpuinfo' 2022-11-23T01:41:35.9370941Z Entering 'third_party/cub' 2022-11-23T01:41:36.0025982Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:41:36.0688796Z Entering 'third_party/cutlass' 2022-11-23T01:41:36.1383962Z Entering 'third_party/eigen' 2022-11-23T01:41:36.2093466Z Entering 'third_party/fbgemm' 2022-11-23T01:41:36.2761451Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:41:36.3453122Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:41:36.4112040Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:41:36.4793189Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:41:36.5561293Z Entering 'third_party/flatbuffers' 2022-11-23T01:41:36.6273165Z Entering 'third_party/fmt' 2022-11-23T01:41:36.6917159Z Entering 'third_party/foxi' 2022-11-23T01:41:36.7585479Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:41:36.8284171Z Entering 'third_party/gloo' 2022-11-23T01:41:36.8920617Z Entering 'third_party/googletest' 2022-11-23T01:41:36.9628277Z Entering 'third_party/ideep' 2022-11-23T01:41:37.0252583Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:41:37.0942065Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:41:37.1645279Z Entering 'third_party/ios-cmake' 2022-11-23T01:41:37.2334173Z Entering 'third_party/ittapi' 2022-11-23T01:41:37.2972886Z Entering 'third_party/kineto' 2022-11-23T01:41:37.3613320Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:41:37.4291146Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:41:37.4947691Z Entering 'third_party/nccl/nccl' 2022-11-23T01:41:37.5576889Z Entering 'third_party/neon2sse' 2022-11-23T01:41:37.6262357Z Entering 'third_party/nlohmann' 2022-11-23T01:41:37.6971040Z Entering 'third_party/onnx' 2022-11-23T01:41:37.7611161Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:41:37.8283396Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:41:37.8980489Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:41:37.9643063Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:41:38.0314581Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:41:38.0993280Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:41:38.1685317Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:41:38.2458536Z Entering 'third_party/pocketfft' 2022-11-23T01:41:38.3125888Z Entering 'third_party/protobuf' 2022-11-23T01:41:38.3837003Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:41:38.4609275Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:41:38.5344830Z Entering 'third_party/psimd' 2022-11-23T01:41:38.6063268Z Entering 'third_party/pthreadpool' 2022-11-23T01:41:38.6767538Z Entering 'third_party/pybind11' 2022-11-23T01:41:38.7540311Z Entering 'third_party/python-enum' 2022-11-23T01:41:38.8242826Z Entering 'third_party/python-peachpy' 2022-11-23T01:41:38.8967057Z Entering 'third_party/python-six' 2022-11-23T01:41:38.9694257Z Entering 'third_party/sleef' 2022-11-23T01:41:39.0389863Z Entering 'third_party/tbb' 2022-11-23T01:41:39.1064579Z Entering 'third_party/tensorpipe' 2022-11-23T01:41:39.1713978Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:41:39.2477125Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:41:39.3206781Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:41:39.3908706Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:41:39.4590769Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:41:39.5346131Z Entering 'third_party/zstd' 2022-11-23T01:41:39.6179684Z ##[endgroup] 2022-11-23T01:41:39.6579083Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format='%H' 2022-11-23T01:41:39.6895020Z '1cfd3858ac54fe3883534309081631a0a892ba3f' 2022-11-23T01:41:39.7694236Z Prepare all required actions 2022-11-23T01:41:39.7694740Z Getting action download info 2022-11-23T01:41:39.9867091Z Download action repository 'actions/setup-python@v4' (SHA:13ae5bb136fac2878aff31522b9efb785519f984) 2022-11-23T01:41:41.0867704Z ##[group]Run ./.github/actions/setup-win 2022-11-23T01:41:41.0868012Z with: 2022-11-23T01:41:41.0868234Z cuda-version: 11.6 2022-11-23T01:41:41.0868499Z env: 2022-11-23T01:41:41.0868771Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:41:41.0869015Z ##[endgroup] 2022-11-23T01:41:41.1071179Z ##[group]Run set -euo pipefail 2022-11-23T01:41:41.1071534Z set -euo pipefail 2022-11-23T01:41:41.1071842Z function get_ec2_metadata() { 2022-11-23T01:41:41.1072162Z  # Pulled from instance metadata endpoint for EC2 2022-11-23T01:41:41.1072637Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-11-23T01:41:41.1073018Z  category=$1 2022-11-23T01:41:41.1073381Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-11-23T01:41:41.1073714Z } 2022-11-23T01:41:41.1074016Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-11-23T01:41:41.1074357Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-11-23T01:41:41.1074765Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-11-23T01:41:41.1075138Z echo "system info $(uname -a)" 2022-11-23T01:41:41.1112084Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:41:41.1112484Z env: 2022-11-23T01:41:41.1112760Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:41:41.1113687Z ##[endgroup] 2022-11-23T01:41:41.1776704Z ami-id: ami-0bac16a0d43e93376 2022-11-23T01:41:41.2057961Z instance-id: i-06480537a70bc2154 2022-11-23T01:41:41.2366037Z instance-type: p3.2xlarge 2022-11-23T01:41:41.2759844Z system info MSYS_NT-10.0-17763 EC2AMAZ-A10PA24 3.3.6-341.x86_64 2022-09-05 20:28 UTC x86_64 Msys 2022-11-23T01:41:41.2975662Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2022-11-23T01:41:41.2976353Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2022-11-23T01:41:41.3004831Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:41:41.3005247Z env: 2022-11-23T01:41:41.3005521Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:41:41.3005767Z ##[endgroup] 2022-11-23T01:41:41.8417450Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:41:42.0041644Z Finished 2022-11-23T01:41:42.0714549Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2022-11-23T01:41:42.0715063Z Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2022-11-23T01:41:42.0748500Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:41:42.0748906Z env: 2022-11-23T01:41:42.0749144Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:41:42.0751090Z ##[endgroup] 2022-11-23T01:41:42.6010116Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:41:42.7630853Z Finished 2022-11-23T01:41:43.5648960Z ##[group]Run .\.circleci\scripts\vs_install.ps1 2022-11-23T01:41:43.5649525Z .\.circleci\scripts\vs_install.ps1 2022-11-23T01:41:43.5677522Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:41:43.5678120Z env: 2022-11-23T01:41:43.5678349Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:41:43.5678585Z VS_VERSION: 16.8.6 2022-11-23T01:41:43.5678870Z INSTALL_WINDOWS_SDK: 1 2022-11-23T01:41:43.5679156Z ##[endgroup] 2022-11-23T01:41:44.1208846Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:41:44.2974652Z Finished 2022-11-23T01:41:44.6501735Z Found correctly versioned existing BuildTools installation in C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools 2022-11-23T01:41:44.7382050Z ##[group]Run .circleci/scripts/windows_cuda_install.sh 2022-11-23T01:41:44.7382711Z .circleci/scripts/windows_cuda_install.sh 2022-11-23T01:41:44.7383365Z .circleci/scripts/windows_cudnn_install.sh 2022-11-23T01:41:44.7434977Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:41:44.7435366Z env: 2022-11-23T01:41:44.7435603Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:41:44.7435899Z CUDA_VERSION: 11.6 2022-11-23T01:41:44.7436175Z ##[endgroup] 2022-11-23T01:41:44.8505217Z + case ${CUDA_VERSION} in 2022-11-23T01:41:44.8506001Z + cuda_installer_name=cuda_11.6.0_511.23_windows 2022-11-23T01:41:44.8506717Z + cuda_install_packages='thrust_11.6 nvcc_11.6 cuobjdump_11.6 nvprune_11.6 nvprof_11.6 cupti_11.6 cublas_11.6 cublas_dev_11.6 cudart_11.6 cufft_11.6 cufft_dev_11.6 curand_11.6 curand_dev_11.6 cusolver_11.6 cusolver_dev_11.6 cusparse_11.6 cusparse_dev_11.6 npp_11.6 npp_dev_11.6 nvrtc_11.6 nvrtc_dev_11.6 nvml_dev_11.6' 2022-11-23T01:41:44.8507878Z + [[ -f /c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6/bin/nvcc.exe ]] 2022-11-23T01:41:44.8509969Z + echo 'Existing CUDA v11.6 installation found, skipping install' 2022-11-23T01:41:44.8510420Z Existing CUDA v11.6 installation found, skipping install 2022-11-23T01:41:44.8511028Z + [[ -f /c/Program Files/NVIDIA Corporation/NvToolsExt/bin/x64/nvToolsExt64_1.dll ]] 2022-11-23T01:41:44.8757225Z + echo 'Existing nvtools installation found, skipping install' 2022-11-23T01:41:44.8758058Z Existing nvtools installation found, skipping install 2022-11-23T01:41:44.9108597Z + windows_s3_link=https://ossci-windows.s3.amazonaws.com 2022-11-23T01:41:44.9109283Z + case ${CUDA_VERSION} in 2022-11-23T01:41:44.9109934Z + cudnn_file_name=cudnn-windows-x86_64-8.3.2.44_cuda11.5-archive 2022-11-23T01:41:44.9110539Z + cudnn_installer_name=cudnn_installer.zip 2022-11-23T01:41:44.9111231Z + cudnn_installer_link=https://ossci-windows.s3.amazonaws.com/cudnn-windows-x86_64-8.3.2.44_cuda11.5-archive.zip 2022-11-23T01:41:44.9111807Z + cudnn_install_folder='C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6/' 2022-11-23T01:41:44.9112444Z + [[ -f C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6//include/cudnn.h ]] 2022-11-23T01:41:44.9180474Z + echo 'Existing cudnn installation found, skipping install...' 2022-11-23T01:41:44.9181498Z Existing cudnn installation found, skipping install... 2022-11-23T01:41:44.9470043Z ##[group]Run actions/setup-python@v4 2022-11-23T01:41:44.9470410Z with: 2022-11-23T01:41:44.9470795Z python-version: 3.x 2022-11-23T01:41:44.9471097Z check-latest: false 2022-11-23T01:41:44.9471338Z cache: pip 2022-11-23T01:41:44.9471802Z cache-dependency-path: **/requirements.txt **/.circleci/docker/requirements-ci.txt **/.github/requirements-gha-cache.txt 2022-11-23T01:41:44.9472417Z token: *** 2022-11-23T01:41:44.9472698Z update-environment: true 2022-11-23T01:41:44.9472925Z env: 2022-11-23T01:41:44.9473194Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:41:44.9473466Z ##[endgroup] 2022-11-23T01:41:45.5567661Z Version 3.x was not found in the local cache 2022-11-23T01:41:45.8744061Z Version 3.x is available for downloading 2022-11-23T01:41:45.8745986Z Download from "https://github.com/actions/python-versions/releases/download/3.11.0-3328127706/python-3.11.0-win32-x64.zip" 2022-11-23T01:41:46.2498493Z Extract downloaded archive 2022-11-23T01:41:46.2666169Z [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\556e7e3a-8f56-4a7a-a1ec-917a8d8d5ce6', 'C:\actions-runner\_work\_temp\fcb679f5-fd15-4b41-8cb1-ee44eb407a1f')" 2022-11-23T01:41:47.3077415Z Execute installation script 2022-11-23T01:41:48.0332390Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:41:48.1862105Z Finished 2022-11-23T01:41:48.2445336Z Check if Python hostedtoolcache folder exist... 2022-11-23T01:41:48.2445892Z 2022-11-23T01:41:48.2464042Z Create Python toolcache folder 2022-11-23T01:41:48.2464899Z 2022-11-23T01:41:48.2501485Z Check if current Python version is installed... 2022-11-23T01:41:48.2501939Z 2022-11-23T01:41:48.2531813Z No Python3.11.* found 2022-11-23T01:41:48.2533081Z 2022-11-23T01:41:48.2539687Z Remove registry entries for Python 3.11(x64)... 2022-11-23T01:41:48.2540311Z 2022-11-23T01:41:49.0523392Z Create Python 3.11.0 folder in C:\actions-runner\_work\_tool\Python 2022-11-23T01:41:49.0523923Z 2022-11-23T01:41:49.0549298Z Copy Python binaries to C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:41:49.0549806Z 2022-11-23T01:41:49.0767416Z Install Python 3.11.0 in C:\actions-runner\_work\_tool\Python... 2022-11-23T01:41:49.0770193Z 2022-11-23T01:42:34.4373401Z Create python3 symlink 2022-11-23T01:42:34.4374753Z 2022-11-23T01:42:34.4972534Z 2022-11-23T01:42:34.4977276Z Directory: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:42:34.4982444Z Mode LastWriteTime Length Name 2022-11-23T01:42:34.4988280Z ---- ------------- ------ ---- 2022-11-23T01:42:34.4994274Z -a---l 11/23/2022 1:42 AM 0 python3.exe 2022-11-23T01:42:34.5001725Z Install and upgrade Pip 2022-11-23T01:42:34.5002143Z 2022-11-23T01:42:37.3603782Z Looking in links: c:\Users\runneruser\AppData\Local\Temp\tmpl5pxzgt7 2022-11-23T01:42:37.3642273Z Requirement already satisfied: setuptools in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (65.5.0) 2022-11-23T01:42:37.3658884Z Requirement already satisfied: pip in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (22.3) 2022-11-23T01:42:38.4005400Z Requirement already satisfied: pip in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (22.3) 2022-11-23T01:42:38.5282700Z Collecting pip 2022-11-23T01:42:38.5597057Z Downloading pip-22.3.1-py3-none-any.whl (2.1 MB) 2022-11-23T01:42:38.6912196Z 2022-11-23T01:42:38.6914133Z ---------------------------------------- 2.1/2.1 MB 2022-11-23T01:42:38.6914867Z 16.3 MB/s eta 0:00:00 2022-11-23T01:42:38.6916917Z 2022-11-23T01:42:38.7827035Z Installing collected packages: pip 2022-11-23T01:42:38.7828100Z Attempting uninstall: pip 2022-11-23T01:42:38.7871824Z Found existing installation: pip 22.3 2022-11-23T01:42:39.4979744Z Uninstalling pip-22.3: 2022-11-23T01:42:39.5302027Z Successfully uninstalled pip-22.3 2022-11-23T01:42:45.8831498Z Successfully installed pip-22.3.1 2022-11-23T01:42:46.1104814Z Create complete file 2022-11-23T01:42:46.1105445Z 2022-11-23T01:42:46.1121062Z 2022-11-23T01:42:46.1653515Z Successfully set up CPython (3.11.0) 2022-11-23T01:43:11.2536471Z Received 11658366 of 11658366 (100.0%), 47.1 MBs/sec 2022-11-23T01:43:11.2541513Z Cache Size: ~11 MB (11658366 B) 2022-11-23T01:43:11.2619861Z [command]C:\Windows\System32\tar.exe -z -xf C:/actions-runner/_work/_temp/b9f22bec-58e2-4067-8403-5661ef9931a5/cache.tgz -P -C C:/actions-runner/_work/pytorch/pytorch 2022-11-23T01:43:11.5343214Z Cache restored successfully 2022-11-23T01:43:11.5376554Z Cache restored from key: setup-python-Windows-python-3.11.0-pip-cea00ec539b2709af8423a66810a978e4769be06900e3cb8842e8370b70b0daf 2022-11-23T01:43:11.5874826Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2022-11-23T01:43:11.5875199Z with: 2022-11-23T01:43:11.5875820Z github-secret: *** 2022-11-23T01:43:11.5876152Z activate-with-label: false 2022-11-23T01:43:11.5876454Z label: with-ssh 2022-11-23T01:43:11.5876715Z remove-existing-keys: true 2022-11-23T01:43:11.5876936Z env: 2022-11-23T01:43:11.5877213Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:43:11.5877602Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:11.5878082Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:43:11.5878506Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:11.5878942Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:11.5879339Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:11.5879679Z ##[endgroup] 2022-11-23T01:43:11.8163700Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2022-11-23T01:43:11.8491110Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-11-23T01:43:11.8491582Z python3 -m pip install psutil==5.9.1 2022-11-23T01:43:11.8491912Z python3 -m pip install pynvml==11.4.1 2022-11-23T01:43:11.8492265Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-11-23T01:43:11.8492619Z echo "monitor-script-pid=${!}" >> "${GITHUB_OUTPUT}" 2022-11-23T01:43:11.8534994Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:43:11.8535344Z env: 2022-11-23T01:43:11.8535555Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:43:11.8535901Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:11.8536336Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:43:11.8536756Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:11.8537194Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:11.8537592Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:11.8538026Z ##[endgroup] 2022-11-23T01:43:12.8921394Z Collecting psutil==5.9.1 2022-11-23T01:43:12.9283218Z Downloading psutil-5.9.1.tar.gz (479 kB) 2022-11-23T01:43:12.9569726Z ------------------------------------- 479.1/479.1 kB 15.1 MB/s eta 0:00:00 2022-11-23T01:43:13.2433674Z Installing build dependencies: started 2022-11-23T01:43:18.3420545Z Installing build dependencies: finished with status 'done' 2022-11-23T01:43:18.3445213Z Getting requirements to build wheel: started 2022-11-23T01:43:19.4430973Z Getting requirements to build wheel: finished with status 'done' 2022-11-23T01:43:19.4615872Z Preparing metadata (pyproject.toml): started 2022-11-23T01:43:20.3530396Z Preparing metadata (pyproject.toml): finished with status 'done' 2022-11-23T01:43:20.3871770Z Building wheels for collected packages: psutil 2022-11-23T01:43:20.3901680Z Building wheel for psutil (pyproject.toml): started 2022-11-23T01:43:37.0004058Z Building wheel for psutil (pyproject.toml): finished with status 'done' 2022-11-23T01:43:37.0193884Z Created wheel for psutil: filename=psutil-5.9.1-cp311-cp311-win_amd64.whl size=246139 sha256=57ad86d4a9ec94e4fa88ced5c69bf73f7ca859f68e30062121aa65fd26a1400b 2022-11-23T01:43:37.0197298Z Stored in directory: c:\users\runneruser\appdata\local\pip\cache\wheels\ab\69\a8\5976ca75168498f119e90888241407862bd58c619118f8920c 2022-11-23T01:43:37.0305697Z Successfully built psutil 2022-11-23T01:43:37.1057348Z Installing collected packages: psutil 2022-11-23T01:43:37.8660029Z Successfully installed psutil-5.9.1 2022-11-23T01:43:39.1204538Z Collecting pynvml==11.4.1 2022-11-23T01:43:39.1601161Z Downloading pynvml-11.4.1-py3-none-any.whl (46 kB) 2022-11-23T01:43:39.1708822Z ---------------------------------------- 47.0/47.0 kB ? eta 0:00:00 2022-11-23T01:43:39.2566850Z Installing collected packages: pynvml 2022-11-23T01:43:39.4738692Z Successfully installed pynvml-11.4.1 2022-11-23T01:43:39.6375197Z ##[group]Run seemethere/download-artifact-s3@v4 2022-11-23T01:43:39.6375794Z with: 2022-11-23T01:43:39.6376118Z name: win-vs2019-cuda11.6-py3 2022-11-23T01:43:39.6376412Z path: C:\3528293554\build-results 2022-11-23T01:43:39.6376787Z s3-bucket: gha-artifacts 2022-11-23T01:43:39.6377081Z region: us-east-1 2022-11-23T01:43:39.6377285Z env: 2022-11-23T01:43:39.6377518Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:43:39.6377866Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:39.6378304Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:43:39.6378728Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:39.6379231Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:39.6379622Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:39.6381100Z ##[endgroup] 2022-11-23T01:43:41.0438573Z Found 3 objects with prefix pytorch/pytorch/3528293554/win-vs2019-cuda11.6-py3/ 2022-11-23T01:43:41.0450753Z Starting download (1/3): C:\3528293554\build-results\.ninja_log 2022-11-23T01:43:41.2358438Z Finished download (1/3): C:\3528293554\build-results\.ninja_log 2022-11-23T01:43:41.2360459Z Starting download (2/3): C:\3528293554\build-results\.pytorch-test-times.json 2022-11-23T01:43:41.3097856Z Finished download (2/3): C:\3528293554\build-results\.pytorch-test-times.json 2022-11-23T01:43:41.3101096Z Starting download (3/3): C:\3528293554\build-results\win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:43:45.2715875Z Finished download (3/3): C:\3528293554\build-results\win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:43:45.2716528Z 2022-11-23T01:43:45.2737691Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-11-23T01:43:45.2880216Z Artifact download has finished successfully 2022-11-23T01:43:45.3087104Z ##[group]Run tree /F C:\$Env:GITHUB_RUN_ID\build-results 2022-11-23T01:43:45.3087869Z tree /F C:\$Env:GITHUB_RUN_ID\build-results 2022-11-23T01:43:45.3121545Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:43:45.3121904Z env: 2022-11-23T01:43:45.3122140Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:43:45.3122490Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:45.3122898Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:43:45.3123378Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:45.3124165Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:45.3124918Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:45.3125519Z ##[endgroup] 2022-11-23T01:43:45.8806100Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:43:46.0305294Z Finished 2022-11-23T01:43:46.3444032Z Folder PATH listing 2022-11-23T01:43:46.3444393Z Volume serial number is 0241-89EB 2022-11-23T01:43:46.3444670Z C:\3528293554\BUILD-RESULTS 2022-11-23T01:43:46.3468624Z .ninja_log 2022-11-23T01:43:46.3469275Z .pytorch-test-times.json 2022-11-23T01:43:46.3474975Z win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:43:46.3475633Z 2022-11-23T01:43:46.3476069Z No subfolders exist 2022-11-23T01:43:46.3476370Z 2022-11-23T01:43:46.3897732Z ##[group]Run COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-11-23T01:43:46.3898464Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-11-23T01:43:46.3899116Z  2022-11-23T01:43:46.3899659Z # sanitize the input commit message and PR body here: 2022-11-23T01:43:46.3900238Z # 2022-11-23T01:43:46.3900890Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-11-23T01:43:46.3901835Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-11-23T01:43:46.3902496Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-11-23T01:43:46.3902813Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-11-23T01:43:46.3903047Z  2022-11-23T01:43:46.3903398Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-11-23T01:43:46.3903806Z # wreak havoc internally 2022-11-23T01:43:46.3904126Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-11-23T01:43:46.3904450Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-11-23T01:43:46.3904823Z  2022-11-23T01:43:46.3905085Z .jenkins/pytorch/win-test.sh 2022-11-23T01:43:46.3942449Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:43:46.3942806Z env: 2022-11-23T01:43:46.3943043Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:43:46.3943374Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:46.3943806Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:43:46.3944227Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:46.3944620Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:46.3945019Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:46.3945322Z USE_CUDA: 1 2022-11-23T01:43:46.3945536Z INSTALL_WINDOWS_SDK: 1 2022-11-23T01:43:46.3945789Z PYTHON_VERSION: 3.8 2022-11-23T01:43:46.3946050Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:43:46.3946329Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:43:46.3946589Z VC_PRODUCT: BuildTools 2022-11-23T01:43:46.3946992Z VC_VERSION: 2022-11-23T01:43:46.3947200Z VS_VERSION: 16.8.6 2022-11-23T01:43:46.3947433Z VC_YEAR: 2019 2022-11-23T01:43:46.3947684Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T01:43:46.3947929Z PR_NUMBER: 2022-11-23T01:43:46.3948296Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:43:46.3948553Z CUDA_VERSION: 11.6 2022-11-23T01:43:46.3948856Z PYTORCH_FINAL_PACKAGE_DIR: /c/3528293554/build-results/ 2022-11-23T01:43:46.3949197Z BUILD_ENVIRONMENT: win-vs2019-cuda11.6-py3 2022-11-23T01:43:46.3949732Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-11-23T01:43:46.3950059Z SHARD_NUMBER: 3 2022-11-23T01:43:46.3950272Z NUM_TEST_SHARDS: 5 2022-11-23T01:43:46.3950557Z TEST_CONFIG: default 2022-11-23T01:43:46.3950821Z PR_BODY: 2022-11-23T01:43:46.3951062Z TORCH_CUDA_ARCH_LIST: 7.0 2022-11-23T01:43:46.3951345Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK: 0 2022-11-23T01:43:46.3951620Z PYTORCH_TEST_RERUN_DISABLED_TESTS: 0 2022-11-23T01:43:46.3951889Z ##[endgroup] 2022-11-23T01:43:46.5394124Z +++ dirname .jenkins/pytorch/win-test.sh 2022-11-23T01:43:46.6141134Z ++ cd .jenkins/pytorch 2022-11-23T01:43:46.6151633Z ++ pwd 2022-11-23T01:43:46.6159534Z + SCRIPT_PARENT_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch 2022-11-23T01:43:46.6160487Z + source /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common.sh 2022-11-23T01:43:46.6275170Z +++ dirname /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common.sh 2022-11-23T01:43:46.6409604Z ++ source /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common_utils.sh 2022-11-23T01:43:46.6420186Z +++ declare -f -t trap_add 2022-11-23T01:43:46.6428702Z ++ set -ex 2022-11-23T01:43:46.6429667Z ++ [[ win-vs2019-cuda11.6-py3 == *rocm* ]] 2022-11-23T01:43:46.6430072Z ++ BUILD_TEST_LIBTORCH=0 2022-11-23T01:43:46.6528256Z ++ git rev-parse HEAD 2022-11-23T01:43:46.6918212Z + IMAGE_COMMIT_ID=1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:43:46.6919041Z + export IMAGE_COMMIT_ID 2022-11-23T01:43:46.6919836Z + export IMAGE_COMMIT_TAG=win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:43:46.6920780Z + IMAGE_COMMIT_TAG=win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:43:46.6921471Z + [[ '' == *\d\e\v\e\l\o\p* ]] 2022-11-23T01:43:46.6922136Z + export TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-11-23T01:43:46.6922883Z + TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-11-23T01:43:46.7039818Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-11-23T01:43:46.7545391Z + TMP_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\build\win_tmp' 2022-11-23T01:43:46.7546113Z + export TMP_DIR_WIN 2022-11-23T01:43:46.7546717Z + export PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2022-11-23T01:43:46.7547394Z + PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2022-11-23T01:43:46.7658748Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch 2022-11-23T01:43:46.7855783Z + PROJECT_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch' 2022-11-23T01:43:46.7856472Z + export PROJECT_DIR_WIN 2022-11-23T01:43:46.7857108Z + export TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2022-11-23T01:43:46.7857756Z + TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2022-11-23T01:43:46.7969996Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/test 2022-11-23T01:43:46.8183285Z + TEST_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\test' 2022-11-23T01:43:46.8183944Z + export TEST_DIR_WIN 2022-11-23T01:43:46.8184539Z + export PYTORCH_FINAL_PACKAGE_DIR=/c/3528293554/build-results/ 2022-11-23T01:43:46.8185230Z + PYTORCH_FINAL_PACKAGE_DIR=/c/3528293554/build-results/ 2022-11-23T01:43:46.8292436Z ++ cygpath -w /c/3528293554/build-results/ 2022-11-23T01:43:46.8478313Z + PYTORCH_FINAL_PACKAGE_DIR_WIN='C:\3528293554\build-results\' 2022-11-23T01:43:46.8479037Z + export PYTORCH_FINAL_PACKAGE_DIR_WIN 2022-11-23T01:43:46.8479792Z + mkdir -p /c/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch 2022-11-23T01:43:46.8876955Z + CI_SCRIPTS_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts 2022-11-23T01:43:46.8877974Z + mkdir -p /c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts 2022-11-23T01:43:46.9177025Z ++ ls '/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/*' 2022-11-23T01:43:46.9601059Z ls: cannot access '/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/*': No such file or directory 2022-11-23T01:43:46.9605458Z + '[' -n '' ']' 2022-11-23T01:43:46.9606329Z + export SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers 2022-11-23T01:43:46.9607322Z + SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers 2022-11-23T01:43:46.9608030Z + [[ default = \f\o\r\c\e\_\o\n\_\c\p\u ]] 2022-11-23T01:43:46.9608573Z + [[ win-vs2019-cuda11.6-py3 == *cuda* ]] 2022-11-23T01:43:46.9609156Z + export PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2022-11-23T01:43:46.9609716Z + PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2022-11-23T01:43:46.9611274Z + run_tests 2022-11-23T01:43:46.9612183Z + for path in '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' /c/Windows/System32/nvidia-smi.exe 2022-11-23T01:43:46.9612826Z + [[ -x /c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe ]] 2022-11-23T01:43:46.9615073Z + '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' 2022-11-23T01:43:50.1183996Z Wed Nov 23 01:43:47 2022 2022-11-23T01:43:50.1184579Z +-----------------------------------------------------------------------------+ 2022-11-23T01:43:50.1185984Z | NVIDIA-SMI 462.31 Driver Version: 462.31 CUDA Version: 11.2 | 2022-11-23T01:43:50.1186861Z |-------------------------------+----------------------+----------------------+ 2022-11-23T01:43:50.1187665Z | GPU Name TCC/WDDM | Bus-Id Disp.A | Volatile Uncorr. ECC | 2022-11-23T01:43:50.1188259Z | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | 2022-11-23T01:43:50.1188734Z | | | MIG M. | 2022-11-23T01:43:50.1189041Z |===============================+======================+======================| 2022-11-23T01:43:50.1439017Z | 0 Tesla V100-SXM2... TCC | 00000000:00:1E.0 Off | 0 | 2022-11-23T01:43:50.1439648Z | N/A 32C P0 24W / 300W | 0MiB / 16258MiB | 0% Default | 2022-11-23T01:43:50.1440159Z | | | N/A | 2022-11-23T01:43:50.1440547Z +-------------------------------+----------------------+----------------------+ 2022-11-23T01:43:50.1441022Z 2022-11-23T01:43:50.1441397Z +-----------------------------------------------------------------------------+ 2022-11-23T01:43:50.1441927Z | Processes: | 2022-11-23T01:43:50.1442577Z | GPU GI CI PID Type Process name GPU Memory | 2022-11-23T01:43:50.1442936Z | ID ID Usage | 2022-11-23T01:43:50.1443238Z |=============================================================================| 2022-11-23T01:43:50.1443569Z | No running processes found | 2022-11-23T01:43:50.1443961Z +-----------------------------------------------------------------------------+ 2022-11-23T01:43:50.1884210Z + break 2022-11-23T01:43:50.1884795Z + [[ default == *functorch* ]] 2022-11-23T01:43:50.1885272Z + [[ 5 -eq 1 ]] 2022-11-23T01:43:50.1886018Z + /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers/test_python_shard.bat 2022-11-23T01:43:50.2177219Z 2022-11-23T01:43:50.2178252Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\setup_pytorch_env.bat 2022-11-23T01:43:50.2203268Z 2022-11-23T01:43:50.2203986Z C:\actions-runner\_work\pytorch\pytorch>if exist "C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat" ( 2022-11-23T01:43:50.2204623Z call C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat 2022-11-23T01:43:50.2204987Z exit /b 0 2022-11-23T01:43:50.2205212Z ) 2022-11-23T01:43:50.2208337Z 2022-11-23T01:43:50.2210234Z C:\actions-runner\_work\pytorch\pytorch>set PATH=C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Users\runneruser\AppData\Roaming\Python\Python311\Scripts;C:\actions-runner\_work\_tool\Python\3.11.0\x64\Scripts;C:\actions-runner\_work\_tool\Python\3.11.0\x64;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2022-11-23T01:43:50.2214085Z 2022-11-23T01:43:50.2214873Z C:\actions-runner\_work\pytorch\pytorch>set INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\installation-helpers 2022-11-23T01:43:50.2219954Z 2022-11-23T01:43:50.2220832Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\installation-helpers\activate_miniconda3.bat 2022-11-23T01:43:50.2241198Z 2022-11-23T01:43:50.2242148Z C:\actions-runner\_work\pytorch\pytorch>if "win-vs2019-cuda11.6-py3" == "" (set CONDA_PARENT_DIR=C:\actions-runner\_work\pytorch\pytorch ) else (set CONDA_PARENT_DIR=C:\Jenkins ) 2022-11-23T01:43:50.2249786Z 2022-11-23T01:43:50.2250404Z C:\actions-runner\_work\pytorch\pytorch>if not exist C:\Jenkins\Miniconda3 (set INSTALL_FRESH_CONDA=1 ) 2022-11-23T01:43:50.2254860Z 2022-11-23T01:43:50.2255370Z C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2022-11-23T01:43:50.2256279Z curl --retry 3 --retry-all-errors -k https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe --output C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\Miniconda3-latest-Windows-x86_64.exe 2022-11-23T01:43:50.2256902Z if errorlevel 1 exit /b 2022-11-23T01:43:50.2257176Z if not errorlevel 0 exit /b 2022-11-23T01:43:50.2257742Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\Miniconda3-latest-Windows-x86_64.exe /InstallationType=JustMe /RegisterPython=0 /S /AddToPath=0 /D=C:\Jenkins\Miniconda3 2022-11-23T01:43:50.2258267Z if errorlevel 1 exit /b 2022-11-23T01:43:50.2258544Z if not errorlevel 0 exit /b 2022-11-23T01:43:50.2258762Z ) 2022-11-23T01:43:50.2258980Z 2022-11-23T01:43:50.2259285Z C:\actions-runner\_work\pytorch\pytorch>call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2022-11-23T01:43:53.5419552Z 2022-11-23T01:43:53.5420471Z (base) C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2022-11-23T01:43:53.5421386Z call conda install -y -q numpy"<1.23" cffi pyyaml boto3 libuv 2022-11-23T01:43:53.5422036Z if errorlevel 1 exit /b 2022-11-23T01:43:53.5422489Z if not errorlevel 0 exit /b 2022-11-23T01:43:53.5423058Z call conda install -y -q -c conda-forge cmake=3.22.3 2022-11-23T01:43:53.5423653Z if errorlevel 1 exit /b 2022-11-23T01:43:53.5424153Z if not errorlevel 0 exit /b 2022-11-23T01:43:53.5424616Z ) 2022-11-23T01:43:53.5426642Z 2022-11-23T01:43:53.5427351Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 2022-11-23T01:43:53.5430249Z 2022-11-23T01:43:53.5430831Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 exit /b 2022-11-23T01:43:53.5435815Z 2022-11-23T01:43:53.5437119Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cuda11.6-py3" == "" ( 2022-11-23T01:43:53.5437933Z call conda install -y -q mkl protobuf numba scipy=1.6.2 typing_extensions dataclasses 2022-11-23T01:43:53.5438316Z if errorlevel 1 exit /b 2022-11-23T01:43:53.5438598Z if not errorlevel 0 exit /b 2022-11-23T01:43:53.5438845Z ) 2022-11-23T01:44:01.7632137Z Collecting package metadata (current_repodata.json): ...working... done 2022-11-23T01:44:03.6149484Z Solving environment: ...working... done 2022-11-23T01:44:03.9083416Z 2022-11-23T01:44:03.9083763Z # All requested packages already installed. 2022-11-23T01:44:03.9083988Z 2022-11-23T01:44:03.9681691Z Retrieving notices: ...working... done 2022-11-23T01:44:05.2999807Z 2022-11-23T01:44:05.3000703Z (base) C:\actions-runner\_work\pytorch\pytorch>pushd . 2022-11-23T01:44:05.3007201Z 2022-11-23T01:44:05.3008427Z (base) C:\actions-runner\_work\pytorch\pytorch>if "" == "" (call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 ) else (call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 -vcvars_ver= ) 2022-11-23T01:44:05.4824429Z ********************************************************************** 2022-11-23T01:44:05.4824873Z ** Visual Studio 2019 Developer Command Prompt v16.8.6 2022-11-23T01:44:05.4825324Z ** Copyright (c) 2020 Microsoft Corporation 2022-11-23T01:44:05.4825632Z ********************************************************************** 2022-11-23T01:44:06.2759002Z [vcvarsall.bat] Environment initialized for: 'x64' 2022-11-23T01:44:06.2830802Z 2022-11-23T01:44:06.2831671Z (base) C:\actions-runner\_work\pytorch\pytorch>popd 2022-11-23T01:44:06.2842933Z 2022-11-23T01:44:06.2844170Z (base) C:\actions-runner\_work\pytorch\pytorch>pip install "ninja==1.10.0.post1" future "hypothesis==5.35.1" "expecttest==0.1.3" "librosa>=0.6.2" "scipy==1.6.3" psutil pillow "unittest-xml-reporting<=3.2.0,>=2.0.0" pytest pytest-xdist pytest-shard pytest-rerunfailures sympy "xdoctest==1.0.2" "pygments==2.12.0" "opt-einsum>=3.3" 2022-11-23T01:44:07.9011261Z Requirement already satisfied: ninja==1.10.0.post1 in c:\jenkins\miniconda3\lib\site-packages (1.10.0.post1) 2022-11-23T01:44:07.9031178Z Requirement already satisfied: future in c:\jenkins\miniconda3\lib\site-packages (0.18.2) 2022-11-23T01:44:07.9041999Z Requirement already satisfied: hypothesis==5.35.1 in c:\jenkins\miniconda3\lib\site-packages (5.35.1) 2022-11-23T01:44:07.9052469Z Requirement already satisfied: expecttest==0.1.3 in c:\jenkins\miniconda3\lib\site-packages (0.1.3) 2022-11-23T01:44:07.9066225Z Requirement already satisfied: librosa>=0.6.2 in c:\jenkins\miniconda3\lib\site-packages (0.9.2) 2022-11-23T01:44:07.9076939Z Requirement already satisfied: scipy==1.6.3 in c:\jenkins\miniconda3\lib\site-packages (1.6.3) 2022-11-23T01:44:07.9087764Z Requirement already satisfied: psutil in c:\jenkins\miniconda3\lib\site-packages (5.9.1) 2022-11-23T01:44:07.9097579Z Requirement already satisfied: pillow in c:\jenkins\miniconda3\lib\site-packages (9.2.0) 2022-11-23T01:44:07.9113191Z Requirement already satisfied: unittest-xml-reporting<=3.2.0,>=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (3.2.0) 2022-11-23T01:44:07.9121862Z Requirement already satisfied: pytest in c:\jenkins\miniconda3\lib\site-packages (7.1.3) 2022-11-23T01:44:07.9130681Z Requirement already satisfied: pytest-xdist in c:\jenkins\miniconda3\lib\site-packages (2.5.0) 2022-11-23T01:44:07.9142481Z Requirement already satisfied: pytest-shard in c:\jenkins\miniconda3\lib\site-packages (0.1.2) 2022-11-23T01:44:07.9151556Z Requirement already satisfied: pytest-rerunfailures in c:\jenkins\miniconda3\lib\site-packages (10.2) 2022-11-23T01:44:07.9162321Z Requirement already satisfied: sympy in c:\jenkins\miniconda3\lib\site-packages (1.11.1) 2022-11-23T01:44:07.9172523Z Requirement already satisfied: xdoctest==1.0.2 in c:\jenkins\miniconda3\lib\site-packages (1.0.2) 2022-11-23T01:44:07.9183144Z Requirement already satisfied: pygments==2.12.0 in c:\jenkins\miniconda3\lib\site-packages (2.12.0) 2022-11-23T01:44:07.9196552Z Requirement already satisfied: opt-einsum>=3.3 in c:\jenkins\miniconda3\lib\site-packages (3.3.0) 2022-11-23T01:44:07.9775111Z Requirement already satisfied: attrs>=19.2.0 in c:\jenkins\miniconda3\lib\site-packages (from hypothesis==5.35.1) (22.1.0) 2022-11-23T01:44:07.9786559Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in c:\jenkins\miniconda3\lib\site-packages (from hypothesis==5.35.1) (2.4.0) 2022-11-23T01:44:07.9965135Z Requirement already satisfied: numpy<1.23.0,>=1.16.5 in c:\jenkins\miniconda3\lib\site-packages (from scipy==1.6.3) (1.21.5) 2022-11-23T01:44:08.4683024Z Requirement already satisfied: six in c:\jenkins\miniconda3\lib\site-packages (from xdoctest==1.0.2) (1.16.0) 2022-11-23T01:44:08.5349380Z Requirement already satisfied: pooch>=1.0 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.6.0) 2022-11-23T01:44:08.5360676Z Requirement already satisfied: audioread>=2.1.9 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (3.0.0) 2022-11-23T01:44:08.5382397Z Requirement already satisfied: resampy>=0.2.2 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.4.2) 2022-11-23T01:44:08.5395873Z Requirement already satisfied: soundfile>=0.10.2 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.11.0) 2022-11-23T01:44:08.5414018Z Requirement already satisfied: decorator>=4.0.10 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (5.1.1) 2022-11-23T01:44:08.5425389Z Requirement already satisfied: joblib>=0.14 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.2.0) 2022-11-23T01:44:08.5439161Z Requirement already satisfied: scikit-learn>=0.19.1 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.1.3) 2022-11-23T01:44:08.5449755Z Requirement already satisfied: packaging>=20.0 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (21.3) 2022-11-23T01:44:08.5460995Z Requirement already satisfied: numba>=0.45.1 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.56.3) 2022-11-23T01:44:08.6207407Z Requirement already satisfied: lxml in c:\jenkins\miniconda3\lib\site-packages (from unittest-xml-reporting<=3.2.0,>=2.0.0) (4.9.1) 2022-11-23T01:44:08.6482592Z Requirement already satisfied: iniconfig in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.1.1) 2022-11-23T01:44:08.6500781Z Requirement already satisfied: tomli>=1.0.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (2.0.1) 2022-11-23T01:44:08.6515793Z Requirement already satisfied: colorama in c:\jenkins\miniconda3\lib\site-packages (from pytest) (0.4.4) 2022-11-23T01:44:08.6529774Z Requirement already satisfied: py>=1.8.2 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.11.0) 2022-11-23T01:44:08.6542093Z Requirement already satisfied: pluggy<2.0,>=0.12 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.0.0) 2022-11-23T01:44:08.6790629Z Requirement already satisfied: execnet>=1.1 in c:\jenkins\miniconda3\lib\site-packages (from pytest-xdist) (1.9.0) 2022-11-23T01:44:08.6806478Z Requirement already satisfied: pytest-forked in c:\jenkins\miniconda3\lib\site-packages (from pytest-xdist) (1.4.0) 2022-11-23T01:44:08.7085395Z Requirement already satisfied: setuptools>=40.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest-rerunfailures) (65.5.0) 2022-11-23T01:44:08.7235079Z Requirement already satisfied: mpmath>=0.19 in c:\jenkins\miniconda3\lib\site-packages (from sympy) (1.2.1) 2022-11-23T01:44:08.8835367Z Requirement already satisfied: llvmlite<0.40,>=0.39.0dev0 in c:\jenkins\miniconda3\lib\site-packages (from numba>=0.45.1->librosa>=0.6.2) (0.39.1) 2022-11-23T01:44:08.9128075Z Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in c:\jenkins\miniconda3\lib\site-packages (from packaging>=20.0->librosa>=0.6.2) (3.0.9) 2022-11-23T01:44:08.9546873Z Requirement already satisfied: requests>=2.19.0 in c:\jenkins\miniconda3\lib\site-packages (from pooch>=1.0->librosa>=0.6.2) (2.28.1) 2022-11-23T01:44:08.9559714Z Requirement already satisfied: appdirs>=1.3.0 in c:\jenkins\miniconda3\lib\site-packages (from pooch>=1.0->librosa>=0.6.2) (1.4.4) 2022-11-23T01:44:09.0207526Z Requirement already satisfied: certifi>=2017.4.17 in c:\jenkins\miniconda3\lib\site-packages (from requests>=2.19.0->pooch>=1.0->librosa>=0.6.2) (2022.9.24) 2022-11-23T01:44:09.0219599Z Requirement already satisfied: charset-normalizer<3,>=2 in c:\jenkins\miniconda3\lib\site-packages (from requests>=2.19.0->pooch>=1.0->librosa>=0.6.2) (2.0.4) 2022-11-23T01:44:09.0233919Z Requirement already satisfied: idna<4,>=2.5 in c:\jenkins\miniconda3\lib\site-packages (from requests>=2.19.0->pooch>=1.0->librosa>=0.6.2) (3.3) 2022-11-23T01:44:09.0245822Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\jenkins\miniconda3\lib\site-packages (from requests>=2.19.0->pooch>=1.0->librosa>=0.6.2) (1.26.8) 2022-11-23T01:44:09.1493664Z Requirement already satisfied: threadpoolctl>=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (from scikit-learn>=0.19.1->librosa>=0.6.2) (3.1.0) 2022-11-23T01:44:09.1804853Z Requirement already satisfied: cffi>=1.0 in c:\jenkins\miniconda3\lib\site-packages (from soundfile>=0.10.2->librosa>=0.6.2) (1.15.1) 2022-11-23T01:44:09.1935680Z Requirement already satisfied: pycparser in c:\jenkins\miniconda3\lib\site-packages (from cffi>=1.0->soundfile>=0.10.2->librosa>=0.6.2) (2.21) 2022-11-23T01:44:09.8004838Z 2022-11-23T01:44:09.8005689Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 2022-11-23T01:44:09.8007045Z 2022-11-23T01:44:09.8008007Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 exit /b 2022-11-23T01:44:09.8009529Z 2022-11-23T01:44:09.8010197Z (base) C:\actions-runner\_work\pytorch\pytorch>set DISTUTILS_USE_SDK=1 2022-11-23T01:44:09.8014203Z 2022-11-23T01:44:09.8014875Z (base) C:\actions-runner\_work\pytorch\pytorch>if not "1" == "1" goto cuda_build_end 2022-11-23T01:44:09.8016843Z 2022-11-23T01:44:09.8017749Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6 2022-11-23T01:44:09.8021385Z 2022-11-23T01:44:09.8022150Z (base) C:\actions-runner\_work\pytorch\pytorch>rem version transformer, for example 10.1 to 10_1. 2022-11-23T01:44:09.8023624Z 2022-11-23T01:44:09.8024260Z (base) C:\actions-runner\_work\pytorch\pytorch>set VERSION_SUFFIX=11_6 2022-11-23T01:44:09.8027487Z 2022-11-23T01:44:09.8028258Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDA_PATH_V11_6=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6 2022-11-23T01:44:09.8031620Z 2022-11-23T01:44:09.8032295Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDNN_LIB_DIR=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\lib\x64 2022-11-23T01:44:09.8035732Z 2022-11-23T01:44:09.8036575Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDA_TOOLKIT_ROOT_DIR=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6 2022-11-23T01:44:09.8039101Z 2022-11-23T01:44:09.8039761Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDNN_ROOT_DIR=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6 2022-11-23T01:44:09.8042687Z 2022-11-23T01:44:09.8043515Z (base) C:\actions-runner\_work\pytorch\pytorch>set NVTOOLSEXT_PATH=C:\Program Files\NVIDIA Corporation\NvToolsExt 2022-11-23T01:44:09.8046516Z 2022-11-23T01:44:09.8053874Z (base) C:\actions-runner\_work\pytorch\pytorch>set PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\libnvvp;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\;C:\Jenkins\Miniconda3;C:\Jenkins\Miniconda3\Library\mingw-w64\bin;C:\Jenkins\Miniconda3\Library\usr\bin;C:\Jenkins\Miniconda3\Library\bin;C:\Jenkins\Miniconda3\Scripts;C:\Jenkins\Miniconda3\bin;C:\Jenkins\Miniconda3\condabin;C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Users\runneruser\AppData\Roaming\Python\Python311\Scripts;C:\actions-runner\_work\_tool\Python\3.11.0\x64\Scripts;C:\actions-runner\_work\_tool\Python\3.11.0\x64;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2022-11-23T01:44:09.8060751Z 2022-11-23T01:44:09.8061540Z (base) C:\actions-runner\_work\pytorch\pytorch>set NUMBAPRO_CUDALIB=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\bin 2022-11-23T01:44:09.8062202Z 2022-11-23T01:44:09.8062845Z (base) C:\actions-runner\_work\pytorch\pytorch>set NUMBAPRO_LIBDEVICE=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\nvvm\libdevice 2022-11-23T01:44:09.8063505Z 2022-11-23T01:44:09.8064146Z (base) C:\actions-runner\_work\pytorch\pytorch>set NUMBAPRO_NVVM=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\nvvm\bin\nvvm64_32_0.dll 2022-11-23T01:44:09.8064831Z 2022-11-23T01:44:09.8065430Z (base) C:\actions-runner\_work\pytorch\pytorch>set PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build; 2022-11-23T01:44:09.8069531Z 2022-11-23T01:44:09.8070229Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cuda11.6-py3" == "" ( 2022-11-23T01:44:09.8070802Z pushd C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build 2022-11-23T01:44:09.8071407Z copy /Y C:\3528293554\build-results\\win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\ 2022-11-23T01:44:09.8072121Z 7z x C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z -aos 2022-11-23T01:44:09.8072554Z popd 2022-11-23T01:44:09.8073009Z ) else (xcopy /s C:\Jenkins\Miniconda3\Lib\site-packages\torch C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ ) 2022-11-23T01:44:09.9382340Z 1 file(s) copied. 2022-11-23T01:44:10.1751798Z 2022-11-23T01:44:10.1752506Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T01:44:10.1752960Z 2022-11-23T01:44:10.1753241Z Scanning the drive for archives: 2022-11-23T01:44:10.1753726Z 1 file, 184390338 bytes (176 MiB) 2022-11-23T01:44:10.1753974Z 2022-11-23T01:44:10.1754354Z Extracting archive: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:44:33.9390593Z -- 2022-11-23T01:44:33.9391621Z Path = C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:44:33.9392524Z Type = 7z 2022-11-23T01:44:33.9392911Z Physical Size = 184390338 2022-11-23T01:44:33.9395061Z Headers Size = 131520 2022-11-23T01:44:33.9395723Z Method = LZMA2:24 BCJ 2022-11-23T01:44:33.9396380Z Solid = + 2022-11-23T01:44:33.9396667Z Blocks = 2 2022-11-23T01:44:33.9396899Z 2022-11-23T01:44:33.9397859Z Everything is Ok 2022-11-23T01:44:33.9398152Z 2022-11-23T01:44:33.9398327Z Folders: 604 2022-11-23T01:44:33.9398601Z Files: 11127 2022-11-23T01:44:33.9398833Z Size: 1184901478 2022-11-23T01:44:33.9399081Z Compressed: 184390338 2022-11-23T01:44:34.0506620Z 2022-11-23T01:44:34.0507857Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cuda11.6-py3" == "" ( 2022-11-23T01:44:34.0509232Z echo @echo off 1>>C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore_helper.bat 2022-11-23T01:44:34.0510677Z echo call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore.bat" 1>>C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore_helper.bat 2022-11-23T01:44:34.0512064Z echo cd /D "C:\actions-runner\_work\pytorch\pytorch" 1>>C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore_helper.bat 2022-11-23T01:44:34.0513613Z aws s3 cp "s3://ossci-windows/Restore PyTorch Environment.lnk" "C:\Users\circleci\Desktop\Restore PyTorch Environment.lnk" 2022-11-23T01:44:34.0514395Z ) 2022-11-23T01:44:36.1595105Z Completed 2.3 KiB/2.3 KiB (27.2 KiB/s) with 1 file(s) remaining 2022-11-23T01:44:36.1596153Z download: s3://ossci-windows/Restore PyTorch Environment.lnk to ..\..\..\..\Users\circleci\Desktop\Restore PyTorch Environment.lnk 2022-11-23T01:44:36.2643763Z 2022-11-23T01:44:36.2645010Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2022-11-23T01:44:36.2646191Z echo "setup pytorch env failed" 2022-11-23T01:44:36.2646776Z echo 0 2022-11-23T01:44:36.2647199Z exit /b 2022-11-23T01:44:36.2647576Z ) 2022-11-23T01:44:36.2647808Z 2022-11-23T01:44:36.2648170Z (base) C:\actions-runner\_work\pytorch\pytorch>pushd test 2022-11-23T01:44:36.2655127Z 2022-11-23T01:44:36.2656077Z (base) C:\actions-runner\_work\pytorch\pytorch\test>set GFLAGS_EXE="C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" 2022-11-23T01:44:36.2661369Z 2022-11-23T01:44:36.2662327Z (base) C:\actions-runner\_work\pytorch\pytorch\test>if "3" == "1" (if exist "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" ( 2022-11-23T01:44:36.2663159Z echo Some smoke tests 2022-11-23T01:44:36.2663895Z "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" /i python.exe +sls 2022-11-23T01:44:36.2664977Z python C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\run_python_nn_smoketests.py 2022-11-23T01:44:36.2665770Z if ERRORLEVEL 1 goto fail 2022-11-23T01:44:36.2666450Z "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" /i python.exe -sls 2022-11-23T01:44:36.2666900Z if ERRORLEVEL 1 goto fail 2022-11-23T01:44:36.2667333Z ) ) 2022-11-23T01:44:36.2667612Z 2022-11-23T01:44:36.2668566Z (base) C:\actions-runner\_work\pytorch\pytorch\test>echo Copying over test times file 2022-11-23T01:44:36.2669490Z Copying over test times file 2022-11-23T01:44:36.2669969Z 2022-11-23T01:44:36.2670734Z (base) C:\actions-runner\_work\pytorch\pytorch\test>copy /Y "C:\3528293554\build-results\\.pytorch-test-times.json" "C:\actions-runner\_work\pytorch\pytorch" 2022-11-23T01:44:36.2692812Z 1 file(s) copied. 2022-11-23T01:44:36.2696134Z 2022-11-23T01:44:36.2696877Z (base) C:\actions-runner\_work\pytorch\pytorch\test>echo Run nn tests 2022-11-23T01:44:36.2697745Z Run nn tests 2022-11-23T01:44:36.2700302Z 2022-11-23T01:44:36.2701275Z (base) C:\actions-runner\_work\pytorch\pytorch\test>python run_test.py --exclude-jit-executor --exclude-distributed-tests --shard "3" "5" --verbose 2022-11-23T01:44:55.8435044Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:1134: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T01:44:55.8435822Z if torch.version.cuda is not None and LooseVersion(torch.version.cuda) >= "11.6": 2022-11-23T01:44:55.8513091Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:1152: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T01:44:55.8513650Z LooseVersion(torch.version.cuda) >= "11.5" and 2022-11-23T01:44:55.8514276Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:1153: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T01:44:55.8514805Z LooseVersion(torch.version.cuda) <= "11.6" 2022-11-23T01:44:55.8541305Z Excluding test_cpp_extensions_aot_ninja on Windows 2022-11-23T01:44:55.8541703Z Excluding test_cpp_extensions_aot_no_ninja on Windows 2022-11-23T01:44:55.8607502Z Selected tests: 2022-11-23T01:44:55.8607965Z test_ops_jit 2022-11-23T01:44:55.8608378Z test_modules 2022-11-23T01:44:55.8608832Z test_tensor_creation_ops 2022-11-23T01:44:55.8609346Z test_cpp_api_parity 2022-11-23T01:44:55.8612267Z test_autograd 2022-11-23T01:44:55.8612843Z test_cpp_extensions_open_device_registration 2022-11-23T01:44:55.8613426Z nn/test_pooling 2022-11-23T01:44:55.8613867Z test_fake_tensor 2022-11-23T01:44:55.8614338Z test_mobile_optimizer 2022-11-23T01:44:55.8614861Z dynamo/test_export_mutations 2022-11-23T01:44:55.8615406Z dynamo/test_misc 2022-11-23T01:44:55.8615928Z dynamo/test_optimizations 2022-11-23T01:44:55.8616469Z dynamo/test_repros 2022-11-23T01:44:55.8617020Z dynamo/test_verify_correctness 2022-11-23T01:44:55.8617594Z inductor/test_torchinductor_opinfo 2022-11-23T01:44:55.8618100Z test_deploy 2022-11-23T01:44:55.8618503Z test_unary_ufuncs 2022-11-23T01:44:55.8619801Z test_dataloader 2022-11-23T01:44:55.8620286Z test_jit 2022-11-23T01:44:55.8620663Z test_binary_ufuncs 2022-11-23T01:44:55.8621054Z test_mkldnn_fusion 2022-11-23T01:44:55.8621478Z test_matmul_cuda 2022-11-23T01:44:55.8621882Z test_foreach 2022-11-23T01:44:55.8622291Z test_jiterator 2022-11-23T01:44:55.8622770Z test_sparse 2022-11-23T01:44:55.8623156Z test_spectral_ops 2022-11-23T01:44:55.8623675Z test_bundled_inputs 2022-11-23T01:44:55.8624134Z test_subclass 2022-11-23T01:44:55.8624604Z profiler/test_memory_profiler 2022-11-23T01:44:55.8625053Z nn/test_dropout 2022-11-23T01:44:55.8625322Z test_dynamic_shapes 2022-11-23T01:44:55.8625575Z test_functional_optim 2022-11-23T01:44:55.8625850Z profiler/test_profiler_tree 2022-11-23T01:44:55.8626107Z test_model_dump 2022-11-23T01:44:55.8626338Z test_type_info 2022-11-23T01:44:55.9765199Z parallel (file granularity) tests: 2022-11-23T01:44:55.9765815Z dynamo/test_export_mutations 2022-11-23T01:44:55.9766576Z dynamo/test_misc 2022-11-23T01:44:55.9767088Z dynamo/test_optimizations 2022-11-23T01:44:55.9767572Z dynamo/test_repros 2022-11-23T01:44:55.9768159Z dynamo/test_verify_correctness 2022-11-23T01:44:55.9768617Z test_deploy 2022-11-23T01:44:55.9769046Z test_unary_ufuncs 2022-11-23T01:44:55.9769474Z test_dataloader 2022-11-23T01:44:55.9769887Z test_jit 2022-11-23T01:44:55.9770294Z test_binary_ufuncs 2022-11-23T01:44:55.9770724Z test_mkldnn_fusion 2022-11-23T01:44:55.9771157Z test_matmul_cuda 2022-11-23T01:44:55.9771574Z test_foreach 2022-11-23T01:44:55.9771988Z test_jiterator 2022-11-23T01:44:55.9772407Z test_sparse 2022-11-23T01:44:55.9772806Z test_spectral_ops 2022-11-23T01:44:55.9773260Z test_bundled_inputs 2022-11-23T01:44:55.9773695Z test_subclass 2022-11-23T01:44:55.9774169Z profiler/test_memory_profiler 2022-11-23T01:44:55.9774649Z nn/test_dropout 2022-11-23T01:44:55.9775121Z test_dynamic_shapes 2022-11-23T01:44:55.9775596Z test_functional_optim 2022-11-23T01:44:55.9776076Z profiler/test_profiler_tree 2022-11-23T01:44:55.9776560Z test_model_dump 2022-11-23T01:44:55.9776976Z test_type_info 2022-11-23T01:44:55.9777463Z serial (file granularity) tests: 2022-11-23T01:44:55.9777950Z test_ops_jit 2022-11-23T01:44:55.9778333Z test_modules 2022-11-23T01:44:55.9778786Z test_tensor_creation_ops 2022-11-23T01:44:55.9779271Z test_cpp_api_parity 2022-11-23T01:44:55.9779990Z test_autograd 2022-11-23T01:44:55.9780520Z test_cpp_extensions_open_device_registration 2022-11-23T01:44:55.9781013Z nn/test_pooling 2022-11-23T01:44:55.9781426Z test_fake_tensor 2022-11-23T01:44:55.9781857Z test_mobile_optimizer 2022-11-23T01:44:55.9782381Z inductor/test_torchinductor_opinfo 2022-11-23T01:45:00.5104475Z Running dynamo/test_export_mutations ... [2022-11-23 01:45:00.508997] 2022-11-23T01:45:00.5114204Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_export_mutations.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:00.508997] 2022-11-23T01:45:00.5117332Z Ignoring disabled issues: [] 2022-11-23T01:45:00.5184005Z Running dynamo/test_misc ... [2022-11-23 01:45:00.514698] 2022-11-23T01:45:00.5194434Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_misc.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:00.514698] 2022-11-23T01:45:00.5199875Z Ignoring disabled issues: [] 2022-11-23T01:45:04.9325287Z 2022-11-23T01:45:04.9325999Z Expand the folded group to see the log file of dynamo/test_export_mutations 2022-11-23T01:45:04.9327924Z ##[group]PRINTING LOG FILE of dynamo/test_export_mutations (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_export_mutations_xpw98qet) 2022-11-23T01:45:04.9328628Z 2022-11-23T01:45:04.9329228Z ##[endgroup] 2022-11-23T01:45:04.9330511Z FINISHED PRINTING LOG FILE of dynamo/test_export_mutations (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_export_mutations_xpw98qet) 2022-11-23T01:45:04.9331284Z 2022-11-23T01:45:05.0649618Z 2022-11-23T01:45:05.0650386Z Expand the folded group to see the log file of dynamo/test_misc 2022-11-23T01:45:05.0651558Z ##[group]PRINTING LOG FILE of dynamo/test_misc (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_misc_vm66t295) 2022-11-23T01:45:05.0652035Z 2022-11-23T01:45:05.0652422Z ##[endgroup] 2022-11-23T01:45:05.0653155Z FINISHED PRINTING LOG FILE of dynamo/test_misc (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_misc_vm66t295) 2022-11-23T01:45:05.0653501Z 2022-11-23T01:45:10.0065757Z Running dynamo/test_optimizations ... [2022-11-23 01:45:10.006286] 2022-11-23T01:45:10.0073540Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_optimizations.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:10.006974] 2022-11-23T01:45:10.0075929Z Ignoring disabled issues: [] 2022-11-23T01:45:10.0281185Z Running dynamo/test_repros ... [2022-11-23 01:45:10.027869] 2022-11-23T01:45:10.0289389Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_repros.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:10.028555] 2022-11-23T01:45:10.0291685Z Ignoring disabled issues: [] 2022-11-23T01:45:14.4883252Z 2022-11-23T01:45:14.4884401Z Expand the folded group to see the log file of dynamo/test_repros 2022-11-23T01:45:14.4886971Z ##[group]PRINTING LOG FILE of dynamo/test_repros (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_repros_2khi6mzz) 2022-11-23T01:45:14.4887851Z 2022-11-23T01:45:14.4888972Z ##[endgroup] 2022-11-23T01:45:14.4889907Z FINISHED PRINTING LOG FILE of dynamo/test_repros (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_repros_2khi6mzz) 2022-11-23T01:45:14.4890522Z 2022-11-23T01:45:14.5652531Z 2022-11-23T01:45:14.5653364Z Expand the folded group to see the log file of dynamo/test_optimizations 2022-11-23T01:45:14.5654366Z ##[group]PRINTING LOG FILE of dynamo/test_optimizations (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_optimizations_iw19fswf) 2022-11-23T01:45:14.5654889Z 2022-11-23T01:45:14.5655314Z ##[endgroup] 2022-11-23T01:45:14.5655938Z FINISHED PRINTING LOG FILE of dynamo/test_optimizations (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_optimizations_iw19fswf) 2022-11-23T01:45:14.5656962Z 2022-11-23T01:45:19.3366685Z Running dynamo/test_verify_correctness ... [2022-11-23 01:45:19.336206] 2022-11-23T01:45:19.3384310Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_verify_correctness.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:19.336905] 2022-11-23T01:45:19.3385425Z Ignoring disabled issues: [] 2022-11-23T01:45:19.5655482Z Running test_deploy ... [2022-11-23 01:45:19.564946] 2022-11-23T01:45:19.5663558Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', '-m', 'pytest', 'test_deploy.py', '-v'] ... [2022-11-23 01:45:19.565630] 2022-11-23T01:45:19.5666339Z Ignoring disabled issues: [] 2022-11-23T01:45:23.8854674Z 2022-11-23T01:45:23.8855777Z Expand the folded group to see the log file of dynamo/test_verify_correctness 2022-11-23T01:45:23.8857613Z ##[group]PRINTING LOG FILE of dynamo/test_verify_correctness (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_verify_correctness_z6k0fr4l) 2022-11-23T01:45:23.8858431Z 2022-11-23T01:45:23.8858929Z ##[endgroup] 2022-11-23T01:45:23.8859983Z FINISHED PRINTING LOG FILE of dynamo/test_verify_correctness (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_verify_correctness_z6k0fr4l) 2022-11-23T01:45:23.8860755Z 2022-11-23T01:45:28.7839888Z Running test_unary_ufuncs ... [2022-11-23 01:45:28.781529] 2022-11-23T01:45:28.7848807Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_unary_ufuncs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:28.781529] 2022-11-23T01:45:28.7851226Z Ignoring disabled issues: [] 2022-11-23T01:45:38.3388351Z 2022-11-23T01:45:38.3389116Z Expand the folded group to see the log file of test_deploy 2022-11-23T01:45:38.3390795Z ##[group]PRINTING LOG FILE of test_deploy (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_deploy_b3u5e2hj) 2022-11-23T01:45:38.3391813Z ============================= test session starts ============================= 2022-11-23T01:45:38.3392662Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T01:45:38.3393347Z cachedir: .pytest_cache 2022-11-23T01:45:38.3396168Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('C:\\actions-runner\\_work\\pytorch\\pytorch\\test\\.hypothesis\\examples') 2022-11-23T01:45:38.3397415Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T01:45:38.3399002Z plugins: hypothesis-5.35.1, flakefinder-1.1.0, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-11-23T01:45:38.3399948Z collecting ... collected 1 item 2022-11-23T01:45:38.3400700Z Running 1 items in this shard: test/test_deploy.py::TestFreezer::test_compile_string 2022-11-23T01:45:38.3401165Z 2022-11-23T01:45:38.3401551Z test_deploy.py::TestFreezer::test_compile_string PASSED [100%] 2022-11-23T01:45:38.3401972Z 2022-11-23T01:45:38.3402233Z ============================= 1 passed in 14.74s ============================== 2022-11-23T01:45:38.3402602Z 2022-11-23T01:45:38.3404188Z ##[endgroup] 2022-11-23T01:45:38.3405065Z FINISHED PRINTING LOG FILE of test_deploy (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_deploy_b3u5e2hj) 2022-11-23T01:45:38.3405691Z 2022-11-23T01:45:43.1627512Z Running test_dataloader ... [2022-11-23 01:45:43.158525] 2022-11-23T01:45:43.1656323Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_dataloader.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:43.158525] 2022-11-23T01:45:43.1659135Z Ignoring disabled issues: [] 2022-11-23T01:52:52.0682144Z 2022-11-23T01:52:52.0682886Z Expand the folded group to see the log file of test_dataloader 2022-11-23T01:52:52.0683995Z ##[group]PRINTING LOG FILE of test_dataloader (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dataloader_juc2ha1p) 2022-11-23T01:52:52.0697398Z 2022-11-23T01:52:52.0697708Z Running tests... 2022-11-23T01:52:52.0699195Z ---------------------------------------------------------------------- 2022-11-23T01:52:52.0700785Z Test results will be stored in test-reports\python-unittest\test_dataloader 2022-11-23T01:52:52.0701561Z test_shuffler_iterdatapipe (__main__.IntegrationTestDataLoaderDataPipe) 2022-11-23T01:52:52.0702677Z Verify ``IterDataPipe.shuffle`` is controlled by ``DataLoader`` ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-11-23T01:52:52.0703518Z test_add_dataset (__main__.TestConcatDataset) ... ok (2.742s) 2022-11-23T01:52:52.0704218Z test_concat_raises_index_error (__main__.TestConcatDataset) ... ok (0.002s) 2022-11-23T01:52:52.0704897Z test_concat_two_non_singletons (__main__.TestConcatDataset) ... ok (0.003s) 2022-11-23T01:52:52.0705683Z test_concat_two_non_singletons_with_empty (__main__.TestConcatDataset) ... ok (0.001s) 2022-11-23T01:52:52.0706417Z test_concat_two_singletons (__main__.TestConcatDataset) ... ok (0.001s) 2022-11-23T01:52:52.0707198Z test_iterable_dataset_err (__main__.TestConcatDataset) ... ok (0.002s) 2022-11-23T01:52:52.0707918Z test_conv_after_fork (__main__.TestConvAfterFork) ... skip: Needs fork (0.001s) 2022-11-23T01:52:52.0708598Z test_custom_batch_pin (__main__.TestCustomPinFn) ... ok (0.010s) 2022-11-23T01:52:52.0709822Z test_custom_batch_pin_worker (__main__.TestCustomPinFn) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0710938Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0712156Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0713232Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0714283Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0715191Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0716117Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0717055Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0718042Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0718934Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0719912Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0720882Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0721486Z ok (12.642s) 2022-11-23T01:52:52.0722408Z test_batch_sampler (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0723407Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0724303Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0725260Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0726236Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0727232Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0728220Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0729287Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0730519Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0731445Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0732447Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0733433Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0734483Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0735417Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0736474Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0737464Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0738427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0739406Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0740384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0741362Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0742549Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0743598Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0744600Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0745563Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0746560Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0747490Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0748469Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0749514Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0750597Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0751551Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0752501Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0753474Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0754043Z ok (12.198s) 2022-11-23T01:52:52.0755441Z test_builtin_collection_conversion (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/71037 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.004s) 2022-11-23T01:52:52.0757370Z test_bulk_loading_nobatch (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0758488Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0759486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0760641Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0761635Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0762535Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0763545Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0764548Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0765611Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0766554Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0767548Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0768522Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0769479Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0770415Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0771412Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0772587Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0773176Z ok (6.138s) 2022-11-23T01:52:52.0774179Z test_chain_iterable_style_dataset (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0775293Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0776257Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0777254Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0778283Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0779290Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0780295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0781283Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0781841Z ok (8.923s) 2022-11-23T01:52:52.0782425Z test_default_collate_bad_numpy_types (__main__.TestDataLoader) ... ok (0.003s) 2022-11-23T01:52:52.0783227Z test_default_collate_bad_sequence_type (__main__.TestDataLoader) ... ok (0.001s) 2022-11-23T01:52:52.0783991Z test_default_collate_dtype (__main__.TestDataLoader) ... ok (0.004s) 2022-11-23T01:52:52.0784754Z test_default_collate_mapping_keep_type (__main__.TestDataLoader) ... ok (0.002s) 2022-11-23T01:52:52.0787178Z test_default_collate_numpy_memmap (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\_utils\collate.py:172: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\torch\csrc\utils\tensor_numpy.cpp:205.) 2022-11-23T01:52:52.0789547Z return collate([torch.as_tensor(b) for b in batch], collate_fn_map=collate_fn_map) 2022-11-23T01:52:52.0790150Z ok (0.005s) 2022-11-23T01:52:52.0790786Z test_default_collate_sequence_dont_keep_type (__main__.TestDataLoader) ... ok (0.002s) 2022-11-23T01:52:52.0791604Z test_default_collate_sequence_keep_type (__main__.TestDataLoader) ... ok (0.002s) 2022-11-23T01:52:52.0792431Z test_default_collate_shared_tensor (__main__.TestDataLoader) ... ok (0.003s) 2022-11-23T01:52:52.0793195Z test_default_convert_mapping_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-11-23T01:52:52.0794097Z test_default_convert_sequence_dont_keep_type (__main__.TestDataLoader) ... ok (0.002s) 2022-11-23T01:52:52.0794919Z test_default_convert_sequence_keep_type (__main__.TestDataLoader) ... ok (0.000s) 2022-11-23T01:52:52.0795737Z test_distributed_sampler_invalid_rank (__main__.TestDataLoader) ... ok (0.003s) 2022-11-23T01:52:52.0796547Z test_duplicating_data_with_drop_last (__main__.TestDataLoader) ... ok (0.000s) 2022-11-23T01:52:52.0797266Z test_error (__main__.TestDataLoader) ... ok (0.006s) 2022-11-23T01:52:52.0798325Z test_error_in_init (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0799392Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0800377Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0801576Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0802601Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0803531Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0804511Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0805501Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0806473Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0807467Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0808532Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0809528Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0810516Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0811450Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0812428Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0813395Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0813996Z ok (9.944s) 2022-11-23T01:52:52.0815024Z test_error_workers (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0816095Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0817066Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0818092Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0819095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0820170Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0821213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0822358Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0823426Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0824327Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0825324Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0826306Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0827289Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0828272Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0829283Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0830301Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0830829Z ok (6.217s) 2022-11-23T01:52:52.0831440Z test_excessive_thread_creation_warning (__main__.TestDataLoader) ... ok (0.010s) 2022-11-23T01:52:52.0832425Z test_fd_limit_exceeded (__main__.TestDataLoader) ... skip: No 'resource' module on Windows (0.001s) 2022-11-23T01:52:52.0833664Z test_get_worker_info (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0834705Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0835731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0836782Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0837312Z ok (9.018s) 2022-11-23T01:52:52.0837852Z test_growing_dataset (__main__.TestDataLoader) ... ok (0.002s) 2022-11-23T01:52:52.0838568Z test_invalid_assign_after_init (__main__.TestDataLoader) ... ok (0.001s) 2022-11-23T01:52:52.0839343Z test_invalid_ctor_args_combinations (__main__.TestDataLoader) ... ok (0.008s) 2022-11-23T01:52:52.0840526Z test_iterable_style_dataset (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0841596Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0842592Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0843644Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0844720Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0845643Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0846614Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0847604Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0848617Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0849541Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0850565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0851763Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0852766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0853701Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0854681Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0855656Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0856631Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0857607Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0858677Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0859666Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0860668Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0861602Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0863270Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0864306Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0865358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0866359Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0867359Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0868332Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0869340Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0870283Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0871240Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0872299Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0873352Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0874303Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0875278Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0876259Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0877254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0878201Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0879203Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0880252Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0881247Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0882363Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0883320Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0884242Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0885209Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0886810Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0887890Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0888864Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0889858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0890793Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0891767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0892755Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0893754Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0894918Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0895943Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0896923Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0897947Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0898906Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0899889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0900894Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0901966Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0902926Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0903908Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0904904Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0905919Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0906873Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0907868Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0908937Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0909949Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0910905Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0911901Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0912903Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0914091Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0915076Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0916110Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0917130Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0918154Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0919166Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0920169Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0921183Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0922230Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0923200Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0924245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0925256Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0926409Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0927388Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0928380Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0929416Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0930412Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0931380Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0932362Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0933349Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0934347Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0935297Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0936283Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0937305Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0938373Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0939298Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0940287Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0941276Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0942262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0943116Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0944060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0945203Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0946123Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0947016Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0947907Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0948804Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0949726Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0950549Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0951521Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0952525Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0953456Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0954353Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0955449Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0956430Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0957339Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0958273Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0959267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0960207Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0961141Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0962040Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0962968Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0963871Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0964824Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0965747Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0966739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0967684Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0968621Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0969517Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0970405Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0971355Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0972329Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0973397Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0974405Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0975328Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0976278Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0977132Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0978049Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0978995Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0979999Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0980976Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0981912Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0982834Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0983791Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0984814Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0985779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0986757Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.0987697Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.0988649Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.0989555Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.0990462Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1006689Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1007755Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1009435Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1010477Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1011408Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1011945Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1012489Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1013004Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1013660Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1014704Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1015744Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1016304Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1017080Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1017597Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1018109Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1018647Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1019229Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1019742Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1020270Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1020847Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1021928Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1022864Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1023541Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1024071Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1024741Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1025271Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1025804Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1026339Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1026626Z ok (79.937s) 2022-11-23T01:52:52.1026944Z test_iterabledataset_len (__main__.TestDataLoader) ... ok (0.004s) 2022-11-23T01:52:52.1027576Z test_large_sampler_indices (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1028190Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1029249Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1030337Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1030657Z ok (7.940s) 2022-11-23T01:52:52.1030919Z test_len (__main__.TestDataLoader) ... ok (0.043s) 2022-11-23T01:52:52.1031531Z test_multi_epochs_reproducibility (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1032132Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1032664Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1033192Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1033734Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1034245Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1034751Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1035280Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1036511Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1037535Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1038088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1038623Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1039167Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1039648Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1040221Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1040772Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1041313Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1041819Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1042347Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1043218Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1044420Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1045082Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1045619Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1046157Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1046468Z ok (12.882s) 2022-11-23T01:52:52.1047008Z test_multiple_dataloaders (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1047585Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1048090Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1048620Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1049161Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1049665Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1050710Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1051731Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1052412Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1052895Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1053432Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1053962Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1054499Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1055001Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1055656Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1056182Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1056698Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1057445Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1058495Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1059408Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1059964Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1060475Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1061004Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1061510Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1061866Z ok (10.583s) 2022-11-23T01:52:52.1062722Z test_multiprocessing_contexts (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/71229 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.003s) 2022-11-23T01:52:52.1063953Z test_multiprocessing_iterdatapipe (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74498 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.003s) 2022-11-23T01:52:52.1065258Z test_no_segfault (__main__.TestDataLoader) ... skip: Needs fork (0.002s) 2022-11-23T01:52:52.1065976Z test_numpy (__main__.TestDataLoader) ... ok (0.004s) 2022-11-23T01:52:52.1066627Z test_numpy_gen_state (__main__.TestDataLoader) ... ok (0.007s) 2022-11-23T01:52:52.1067009Z test_numpy_scalars (__main__.TestDataLoader) ... ok (0.002s) 2022-11-23T01:52:52.1067358Z test_partial_workers (__main__.TestDataLoader) 2022-11-23T01:52:52.1067754Z Check that workers exit even if the iterator is not exhausted. ... skip: FIXME: stuck test (0.000s) 2022-11-23T01:52:52.1068151Z test_proper_exit (__main__.TestDataLoader) 2022-11-23T01:52:52.1069036Z There might be ConnectionResetError or leaked semaphore warning (due to dirty process exit), but they are all safe to ignore ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70517 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.010s) 2022-11-23T01:52:52.1069888Z test_random_sampler (__main__.TestDataLoader) ... ok (0.005s) 2022-11-23T01:52:52.1070302Z test_random_sampler_len_with_replacement (__main__.TestDataLoader) ... ok (0.003s) 2022-11-23T01:52:52.1070750Z test_random_sampler_len_without_replacement (__main__.TestDataLoader) ... ok (0.003s) 2022-11-23T01:52:52.1071383Z test_sampler (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1072331Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1073318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1074206Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1074757Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1075266Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1075794Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1076328Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1076872Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1077353Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1077884Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1078420Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1079097Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1080091Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1081113Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1081757Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1082299Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1082805Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1083328Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1083857Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1084398Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1084897Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1085431Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1085930Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1086864Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1087828Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1088628Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1089164Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1089698Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1090203Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1090711Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1091240Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1091547Z ok (10.940s) 2022-11-23T01:52:52.1091876Z test_sampler_reproducibility (__main__.TestDataLoader) ... ok (0.023s) 2022-11-23T01:52:52.1092490Z test_segfault (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1093178Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1094064Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1095020Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1095627Z ok (8.088s) 2022-11-23T01:52:52.1096190Z test_seqential_batch_workers (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1096767Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1097293Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1097830Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1098371Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1098859Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1099389Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1099919Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1100557Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1101535Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1102532Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1103271Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1103794Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1104301Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1104834Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1105359Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1105664Z ok (5.655s) 2022-11-23T01:52:52.1106220Z test_seqential_batch_workers_prefetch (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1106817Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1107327Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1107849Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1108896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1109874Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1110565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1111095Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1111634Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1112243Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1112770Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1113298Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1113832Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1114335Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1114867Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1115636Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1116188Z ok (5.479s) 2022-11-23T01:52:52.1116727Z test_sequential_batch (__main__.TestDataLoader) ... ok (0.082s) 2022-11-23T01:52:52.1117480Z test_sequential_nonbatch (__main__.TestDataLoader) ... ok (0.043s) 2022-11-23T01:52:52.1117907Z test_sequential_pin_memory (__main__.TestDataLoader) ... ok (0.010s) 2022-11-23T01:52:52.1118519Z test_sequential_workers (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1119094Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1119724Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1120281Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1120818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1121316Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1121849Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1122375Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1123406Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1124424Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1125067Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1125597Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1126134Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1126642Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1127218Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1127749Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1128054Z ok (5.565s) 2022-11-23T01:52:52.1128324Z test_shuffle (__main__.TestDataLoader) ... ok (0.141s) 2022-11-23T01:52:52.1128687Z test_shuffle_batch (__main__.TestDataLoader) ... ok (0.135s) 2022-11-23T01:52:52.1129063Z test_shuffle_batch_none (__main__.TestDataLoader) ... ok (0.119s) 2022-11-23T01:52:52.1130100Z test_shuffle_batch_workers (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74548 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-11-23T01:52:52.1132473Z test_shuffle_batch_workers_prefetch (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1133071Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1133608Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1134119Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1134669Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1135181Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1135708Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1136243Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1136780Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1137281Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1137806Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1138419Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1138983Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1139482Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1140009Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1140537Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1140846Z ok (5.515s) 2022-11-23T01:52:52.1141344Z test_shuffle_pin_memory (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1142088Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1143123Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1145154Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1146104Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1146653Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1147206Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1147748Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1148269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1148774Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1149418Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1149964Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1150695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1151567Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1152144Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1152695Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1153001Z ok (5.387s) 2022-11-23T01:52:52.1153577Z test_shuffle_reproducibility (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1154257Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1154821Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1155350Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1155898Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1156378Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1156909Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1157438Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1158086Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1158619Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1159149Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1159682Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1160226Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1160733Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1161345Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1162032Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1162351Z ok (8.832s) 2022-11-23T01:52:52.1162886Z test_shuffle_workers (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1163463Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1163991Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1164522Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1165040Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1165544Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1166070Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1166643Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1167258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1167825Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1168415Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1169080Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1169675Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1170238Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1170818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1171408Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1171773Z ok (5.570s) 2022-11-23T01:52:52.1172299Z test_timeout (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1172930Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1173517Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1174098Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1174700Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1175262Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1175934Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1176551Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1176870Z ok (9.792s) 2022-11-23T01:52:52.1177218Z test_typing (__main__.TestDataLoader) ... ok (0.002s) 2022-11-23T01:52:52.1177863Z test_worker_init_fn (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1178489Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1179079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1179666Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1180214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1180782Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1181368Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1181955Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1182328Z ok (4.177s) 2022-11-23T01:52:52.1182908Z test_worker_seed (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1183532Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1184072Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1184666Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1185266Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1185822Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1186402Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1187098Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1187698Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1188210Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1188799Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1189396Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1189988Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1190557Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1191137Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1191726Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1192282Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1192957Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1193805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1194430Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1195030Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1195601Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1196195Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1196781Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1197101Z ok (6.550s) 2022-11-23T01:52:52.1197716Z test_worker_seed_reproducibility (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1198369Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1198957Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1199549Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1200151Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1200722Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1201261Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1201844Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1202444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1203014Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1203606Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1204194Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1204790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1205415Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1206002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1206591Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1207189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1207759Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1270176Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1271245Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1272185Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1273053Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1273940Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1274836Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1275934Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1276827Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1277706Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1278592Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1279497Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1280348Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1281239Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1282125Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1282963Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1283753Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1284597Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1285412Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1286301Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1287105Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1287967Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1288829Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1289691Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1290481Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1291309Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1292357Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1293225Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1294057Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1294886Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1295729Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1296196Z ok (12.968s) 2022-11-23T01:52:52.1297405Z test_batch_sampler (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70756 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-11-23T01:52:52.1299477Z test_builtin_collection_conversion (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/71037 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.003s) 2022-11-23T01:52:52.1301946Z test_bulk_loading_nobatch (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1302981Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1303814Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1304634Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1305491Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1306300Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1307124Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1307982Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1308919Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1309733Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1310592Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1311470Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1312349Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1313172Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1314021Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1314846Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1315319Z ok (5.343s) 2022-11-23T01:52:52.1316363Z test_chain_iterable_style_dataset (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1317488Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1318568Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1319448Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1320286Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1321130Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1322022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1322877Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1323351Z ok (7.945s) 2022-11-23T01:52:52.1324263Z test_dataset_not_reset (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1325304Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1326163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1327030Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1327850Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1328797Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1329729Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1330659Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1331573Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1332424Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1333309Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1334190Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1335078Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1335911Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1336796Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1337667Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1338116Z ok (8.608s) 2022-11-23T01:52:52.1338710Z test_default_collate_bad_numpy_types (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-11-23T01:52:52.1339541Z test_default_collate_bad_sequence_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-11-23T01:52:52.1340354Z test_default_collate_dtype (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-11-23T01:52:52.1341142Z test_default_collate_mapping_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-11-23T01:52:52.1341936Z test_default_collate_numpy_memmap (__main__.TestDataLoaderPersistentWorkers) ... ok (0.006s) 2022-11-23T01:52:52.1342746Z test_default_collate_sequence_dont_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-11-23T01:52:52.1343616Z test_default_collate_sequence_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-11-23T01:52:52.1344426Z test_default_collate_shared_tensor (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-11-23T01:52:52.1345408Z test_default_convert_mapping_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-11-23T01:52:52.1346337Z test_default_convert_sequence_dont_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.011s) 2022-11-23T01:52:52.1347270Z test_default_convert_sequence_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-11-23T01:52:52.1348138Z test_distributed_sampler_invalid_rank (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-11-23T01:52:52.1348979Z test_duplicating_data_with_drop_last (__main__.TestDataLoaderPersistentWorkers) ... ok (0.004s) 2022-11-23T01:52:52.1349820Z test_early_exit (__main__.TestDataLoaderPersistentWorkers) ... skip: Needs fork (0.001s) 2022-11-23T01:52:52.1350565Z test_error (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-11-23T01:52:52.1351668Z test_error_in_init (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1352758Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1353659Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1354516Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1355392Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1356336Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1357221Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1358059Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1358936Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1359744Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1360560Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1361424Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1362266Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1363080Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1363924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1364816Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1365341Z ok (8.561s) 2022-11-23T01:52:52.1366305Z test_error_workers (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1367253Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1368092Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1369031Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1370025Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1370924Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1371779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1372846Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1373741Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1374567Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1375437Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1376313Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1377183Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1378026Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1378865Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1379752Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1380223Z ok (4.787s) 2022-11-23T01:52:52.1380845Z test_excessive_thread_creation_warning (__main__.TestDataLoaderPersistentWorkers) ... ok (0.007s) 2022-11-23T01:52:52.1381735Z test_fd_limit_exceeded (__main__.TestDataLoaderPersistentWorkers) ... skip: No 'resource' module on Windows (0.001s) 2022-11-23T01:52:52.1383057Z test_get_worker_info (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1384080Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1384962Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1385849Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1386293Z ok (8.330s) 2022-11-23T01:52:52.1386862Z test_growing_dataset (__main__.TestDataLoaderPersistentWorkers) ... ok (0.010s) 2022-11-23T01:52:52.1387631Z test_invalid_assign_after_init (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-11-23T01:52:52.1388445Z test_invalid_ctor_args_combinations (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-11-23T01:52:52.1389922Z test_iterable_style_dataset (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/62968 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.010s) 2022-11-23T01:52:52.1391314Z test_iterabledataset_len (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-11-23T01:52:52.1392480Z test_large_sampler_indices (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1393508Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1394358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1395255Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1395747Z ok (7.686s) 2022-11-23T01:52:52.1396261Z test_len (__main__.TestDataLoaderPersistentWorkers) ... ok (20.046s) 2022-11-23T01:52:52.1397419Z test_multi_epochs_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1398624Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1399494Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1400339Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1401240Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1402068Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1402941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1403799Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1404280Z ok (4.382s) 2022-11-23T01:52:52.1405523Z test_multiple_dataloaders (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70947 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-11-23T01:52:52.1407762Z test_multiprocessing_contexts (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/71229 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-11-23T01:52:52.1409950Z test_multiprocessing_iterdatapipe (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74498 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.003s) 2022-11-23T01:52:52.1411450Z test_no_segfault (__main__.TestDataLoaderPersistentWorkers) ... skip: Needs fork (0.001s) 2022-11-23T01:52:52.1412198Z test_numpy (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-11-23T01:52:52.1412909Z test_numpy_gen_state (__main__.TestDataLoaderPersistentWorkers) ... ok (0.005s) 2022-11-23T01:52:52.1413663Z test_numpy_scalars (__main__.TestDataLoaderPersistentWorkers) ... ok (0.006s) 2022-11-23T01:52:52.1414380Z test_partial_workers (__main__.TestDataLoaderPersistentWorkers) 2022-11-23T01:52:52.1415143Z Check that workers exit even if the iterator is not exhausted. ... skip: FIXME: stuck test (0.001s) 2022-11-23T01:52:52.1415877Z test_proper_exit (__main__.TestDataLoaderPersistentWorkers) 2022-11-23T01:52:52.1417429Z There might be ConnectionResetError or leaked semaphore warning (due to dirty process exit), but they are all safe to ignore ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70517 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.007s) 2022-11-23T01:52:52.1419012Z test_random_sampler (__main__.TestDataLoaderPersistentWorkers) ... ok (0.006s) 2022-11-23T01:52:52.1419838Z test_random_sampler_len_with_replacement (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-11-23T01:52:52.1420694Z test_random_sampler_len_without_replacement (__main__.TestDataLoaderPersistentWorkers) ... ok (0.003s) 2022-11-23T01:52:52.1421906Z test_sampler (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1422879Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1423938Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1424841Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1425684Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1426549Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1427400Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1428258Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1429117Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1429953Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1430822Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1431753Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1432608Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1433423Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1434396Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1435349Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1436231Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1437052Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1437913Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1438778Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1439656Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1440460Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1441333Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1442192Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1443075Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1443887Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1444701Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1445549Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1446403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1447219Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1448075Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1448930Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1449418Z ok (10.876s) 2022-11-23T01:52:52.1450146Z test_sampler_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... ok (0.022s) 2022-11-23T01:52:52.1451266Z test_segfault (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1452285Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1453156Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1454090Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1454602Z ok (7.719s) 2022-11-23T01:52:52.1455612Z test_seqential_batch_workers (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1456718Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1457607Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1458462Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1459342Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1460148Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1461137Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1462028Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1462894Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1463723Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1464527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1465385Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1466224Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1467050Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1467905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1468777Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1469253Z ok (5.433s) 2022-11-23T01:52:52.1470196Z test_seqential_batch_workers_prefetch (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1471246Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1472117Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1472983Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1473866Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1474683Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1475522Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1476364Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1477385Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1478198Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1479075Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1479979Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1480911Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1481779Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1482635Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1483553Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1484054Z ok (5.371s) 2022-11-23T01:52:52.1484622Z test_sequential_batch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.085s) 2022-11-23T01:52:52.1485415Z test_sequential_nonbatch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.045s) 2022-11-23T01:52:52.1486227Z test_sequential_pin_memory (__main__.TestDataLoaderPersistentWorkers) ... ok (0.010s) 2022-11-23T01:52:52.1487560Z test_sequential_workers (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1488623Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1489549Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1490468Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1491431Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1492330Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1493259Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1494176Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1495091Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1495979Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1496863Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1497769Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1498703Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1499589Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1500471Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1501371Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1501885Z ok (5.477s) 2022-11-23T01:52:52.1502480Z test_shuffle (__main__.TestDataLoaderPersistentWorkers) ... ok (0.120s) 2022-11-23T01:52:52.1503234Z test_shuffle_batch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.095s) 2022-11-23T01:52:52.1504044Z test_shuffle_batch_none (__main__.TestDataLoaderPersistentWorkers) ... ok (0.112s) 2022-11-23T01:52:52.1505812Z test_shuffle_batch_workers (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74548 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-11-23T01:52:52.1507741Z test_shuffle_batch_workers_prefetch (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1508893Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1509832Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1510814Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1511789Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1512723Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1513692Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1514660Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1515853Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1516809Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1517760Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1518789Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1519796Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1520733Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1521641Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1522509Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1522975Z ok (5.529s) 2022-11-23T01:52:52.1523861Z test_shuffle_pin_memory (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1524871Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1525720Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1526561Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1527415Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1528310Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1529194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1530125Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1531055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1531896Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1532770Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1533804Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1534682Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1535497Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1536387Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1537267Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1537757Z ok (5.413s) 2022-11-23T01:52:52.1538943Z test_shuffle_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1540245Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1541291Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1542328Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1543408Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1544423Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1545608Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1546695Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1547781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1548807Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1549851Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1550902Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1551975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1552979Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1554022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1555076Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1555673Z ok (8.641s) 2022-11-23T01:52:52.1556786Z test_shuffle_workers (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1558082Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1559218Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1560290Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1561366Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1562376Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1563434Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1564677Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1565795Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1566811Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1567850Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1568907Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1569960Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1570989Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1572112Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1573194Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1573791Z ok (5.588s) 2022-11-23T01:52:52.1575323Z test_timeout (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68844 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.003s) 2022-11-23T01:52:52.1577145Z test_typing (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-11-23T01:52:52.1578557Z test_worker_init_fn (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1579859Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1580932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1582000Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1583047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1584056Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1585154Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1586301Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1586900Z ok (4.225s) 2022-11-23T01:52:52.1588467Z test_worker_seed (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/62969 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.003s) 2022-11-23T01:52:52.1591126Z test_worker_seed_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/62970 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-11-23T01:52:52.1593012Z test_incomplete_fractional_splits (__main__.TestDatasetRandomSplit) ... ok (0.002s) 2022-11-23T01:52:52.1593953Z test_lengths_must_equal_dataset_size (__main__.TestDatasetRandomSplit) ... ok (0.001s) 2022-11-23T01:52:52.1594843Z test_slicing_of_subset_of_dataset (__main__.TestDatasetRandomSplit) ... ok (0.004s) 2022-11-23T01:52:52.1595730Z test_slicing_of_subset_of_subset (__main__.TestDatasetRandomSplit) ... ok (0.004s) 2022-11-23T01:52:52.1597564Z test_splits_are_mutually_exclusive (__main__.TestDatasetRandomSplit) ... ok (0.003s) 2022-11-23T01:52:52.1598452Z test_splits_generator (__main__.TestDatasetRandomSplit) ... ok (0.003s) 2022-11-23T01:52:52.1599403Z test_splits_have_correct_size (__main__.TestDatasetRandomSplit) ... ok (0.003s) 2022-11-23T01:52:52.1600304Z test_splits_indexing_type (__main__.TestDatasetRandomSplit) 2022-11-23T01:52:52.1601041Z Indices generated by random_split ... ok (0.000s) 2022-11-23T01:52:52.1601857Z test_splits_reproducibility (__main__.TestDatasetRandomSplit) ... ok (0.016s) 2022-11-23T01:52:52.1602708Z test_pin_memory (__main__.TestDictDataLoader) ... ok (0.000s) 2022-11-23T01:52:52.1603496Z test_pin_memory_device (__main__.TestDictDataLoader) ... ok (0.000s) 2022-11-23T01:52:52.1605154Z test_pin_memory_with_only_device (__main__.TestDictDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\dataloader.py:597: UserWarning: pin memory device is set and pin_memory flag is not used then device pinned memory won't be usedplease set pin_memory to true, if you need to use the device pin memory 2022-11-23T01:52:52.1606583Z warnings.warn(warn_msg) 2022-11-23T01:52:52.1607074Z ok (0.000s) 2022-11-23T01:52:52.1608025Z test_sequential_batch (__main__.TestDictDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1609129Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1610242Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1611259Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1611824Z ok (3.835s) 2022-11-23T01:52:52.1613457Z test_ind_worker_queue (__main__.TestIndividualWorkerQueue) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68643 for platform(s) macos, linux, win. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-11-23T01:52:52.1615145Z test_dataloader_with_namedtuple (__main__.TestNamedTupleDataLoader) ... ok (0.004s) 2022-11-23T01:52:52.1616098Z test_set_affinity_in_worker_init (__main__.TestSetAffinity) ... skip: os.sched_setaffinity is not available (0.001s) 2022-11-23T01:52:52.1617398Z test_shuffle_pin_memory (__main__.TestStringDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1618453Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1619571Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1620667Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1621674Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1622607Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1623589Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1624532Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1625505Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1626485Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1627521Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1628668Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1629646Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:52.1630606Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:52.1631543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:52.1632494Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:52.1633075Z ok (5.343s) 2022-11-23T01:52:52.1633622Z test_getitem (__main__.TestTensorDataset) ... ok (0.015s) 2022-11-23T01:52:52.1634354Z test_getitem_1d (__main__.TestTensorDataset) ... ok (0.009s) 2022-11-23T01:52:52.1635016Z test_len (__main__.TestTensorDataset) ... ok (0.000s) 2022-11-23T01:52:52.1635672Z test_many_tensors (__main__.TestTensorDataset) ... ok (0.018s) 2022-11-23T01:52:52.1636324Z test_single_tensor (__main__.TestTensorDataset) ... ok (0.004s) 2022-11-23T01:52:52.1636720Z 2022-11-23T01:52:52.1637077Z ---------------------------------------------------------------------- 2022-11-23T01:52:52.1637647Z Ran 164 tests in 424.344s 2022-11-23T01:52:52.1637925Z 2022-11-23T01:52:52.1638116Z OK (skipped=27) 2022-11-23T01:52:52.1638379Z 2022-11-23T01:52:52.1638570Z Generating XML reports... 2022-11-23T01:52:52.1639582Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestConcatDataset-20221123014546.xml 2022-11-23T01:52:52.1640859Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestCustomPinFn-20221123014546.xml 2022-11-23T01:52:52.1642004Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestDataLoader-20221123014546.xml 2022-11-23T01:52:52.1643265Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestDataLoaderPersistentWorkers-20221123014546.xml 2022-11-23T01:52:52.1644572Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestDatasetRandomSplit-20221123014546.xml 2022-11-23T01:52:52.1645753Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestDictDataLoader-20221123014546.xml 2022-11-23T01:52:52.1646369Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestNamedTupleDataLoader-20221123014546.xml 2022-11-23T01:52:52.1647015Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestStringDataLoader-20221123014546.xml 2022-11-23T01:52:52.1647634Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestTensorDataset-20221123014546.xml 2022-11-23T01:52:52.1648351Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-IntegrationTestDataLoaderDataPipe-20221123014546.xml 2022-11-23T01:52:52.1648921Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestConvAfterFork-20221123014546.xml 2022-11-23T01:52:52.1649524Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestIndividualWorkerQueue-20221123014546.xml 2022-11-23T01:52:52.1650062Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestSetAffinity-20221123014546.xml 2022-11-23T01:52:52.1650082Z 2022-11-23T01:52:52.1650755Z ##[endgroup] 2022-11-23T01:52:52.1651307Z FINISHED PRINTING LOG FILE of test_dataloader (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dataloader_juc2ha1p) 2022-11-23T01:52:52.1651357Z 2022-11-23T01:52:56.7686086Z Running test_jit ... [2022-11-23 01:52:56.767317] 2022-11-23T01:52:56.7693779Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:52:56.767317] 2022-11-23T01:52:56.7696546Z Ignoring disabled issues: [] 2022-11-23T01:58:36.1884271Z 2022-11-23T01:58:36.1885060Z Expand the folded group to see the log file of test_unary_ufuncs 2022-11-23T01:58:36.1886638Z ##[group]PRINTING LOG FILE of test_unary_ufuncs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_unary_ufuncs__ag9i_lb) 2022-11-23T01:58:36.2196896Z 2022-11-23T01:58:36.2197413Z Running tests... 2022-11-23T01:58:36.2198433Z ---------------------------------------------------------------------- 2022-11-23T01:58:36.2199348Z Test results will be stored in test-reports\python-unittest\test_unary_ufuncs 2022-11-23T01:58:36.2204937Z test_abs_angle_complex_to_float_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... 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:31.) 2022-11-23T01:58:36.2206965Z torch_fn(t, out=float_out) 2022-11-23T01:58:36.2207381Z ok (5.779s) 2022-11-23T01:58:36.2207966Z test_abs_angle_complex_to_float_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.340s) 2022-11-23T01:58:36.2208772Z test_abs_big_number_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.2209619Z test_abs_signed_zero_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.2211050Z test_abs_signed_zero_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.2211850Z test_abs_zero_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.2212595Z test_abs_zero_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.2213332Z test_batch_vs_slicing_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T01:58:36.2214163Z test_batch_vs_slicing_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T01:58:36.2215063Z test_batch_vs_slicing_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.062s) 2022-11-23T01:58:36.2216787Z test_batch_vs_slicing_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_creation.py:151: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-11-23T01:58:36.2218396Z result = torch.empty(shape, device=device, dtype=dtype) 2022-11-23T01:58:36.2218925Z ok (0.365s) 2022-11-23T01:58:36.2219579Z test_batch_vs_slicing_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2022-11-23T01:58:36.2220394Z test_batch_vs_slicing_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T01:58:36.2221164Z test_batch_vs_slicing_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T01:58:36.2222659Z test_batch_vs_slicing_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T01:58:36.2223535Z test_batch_vs_slicing_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T01:58:36.2224379Z test_batch_vs_slicing_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T01:58:36.2225191Z test_batch_vs_slicing_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T01:58:36.2226010Z test_batch_vs_slicing_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.2226789Z test_batch_vs_slicing_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T01:58:36.2227587Z test_batch_vs_slicing_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T01:58:36.2228457Z test_batch_vs_slicing_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.2229643Z test_batch_vs_slicing_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T01:58:36.2230575Z test_batch_vs_slicing_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T01:58:36.2231510Z test_batch_vs_slicing_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.2232434Z test_batch_vs_slicing_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T01:58:36.2233286Z test_batch_vs_slicing_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.2234078Z test_batch_vs_slicing_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T01:58:36.2234878Z test_batch_vs_slicing_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.2235690Z test_batch_vs_slicing_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.2236500Z test_batch_vs_slicing_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T01:58:36.2237394Z test_batch_vs_slicing_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.2238276Z test_batch_vs_slicing_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T01:58:36.2239187Z test_batch_vs_slicing_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T01:58:36.2240028Z test_batch_vs_slicing_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T01:58:36.2241039Z test_batch_vs_slicing_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.2241911Z test_batch_vs_slicing_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.2242758Z test_batch_vs_slicing_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.2243594Z test_batch_vs_slicing_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T01:58:36.2244434Z test_batch_vs_slicing_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.2245267Z test_batch_vs_slicing_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.2246165Z test_batch_vs_slicing_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.2247045Z test_batch_vs_slicing_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T01:58:36.2247918Z test_batch_vs_slicing_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.2248783Z test_batch_vs_slicing_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.2249657Z test_batch_vs_slicing_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T01:58:36.2250521Z test_batch_vs_slicing_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.2251373Z test_batch_vs_slicing_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.434s) 2022-11-23T01:58:36.2252339Z test_batch_vs_slicing_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.430s) 2022-11-23T01:58:36.2253311Z test_batch_vs_slicing_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.383s) 2022-11-23T01:58:36.2254188Z test_batch_vs_slicing_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.2255082Z test_batch_vs_slicing_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.2255959Z test_batch_vs_slicing_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T01:58:36.2256858Z test_batch_vs_slicing_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T01:58:36.2257689Z test_batch_vs_slicing_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.2258558Z test_batch_vs_slicing_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T01:58:36.2259685Z test_batch_vs_slicing_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.2260566Z test_batch_vs_slicing_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.2261432Z test_batch_vs_slicing_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T01:58:36.2262334Z test_batch_vs_slicing_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T01:58:36.2263242Z test_batch_vs_slicing_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.2264103Z test_batch_vs_slicing_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.2264947Z test_batch_vs_slicing_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.2265824Z test_batch_vs_slicing_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.2266588Z test_batch_vs_slicing_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.2267442Z test_batch_vs_slicing_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.2268227Z test_batch_vs_slicing_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T01:58:36.2268991Z test_batch_vs_slicing_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.2269725Z test_batch_vs_slicing_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.2270501Z test_batch_vs_slicing_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.2271471Z test_batch_vs_slicing_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.2272379Z test_batch_vs_slicing_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.2273298Z test_batch_vs_slicing_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T01:58:36.2274277Z test_batch_vs_slicing_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.2275177Z test_batch_vs_slicing_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.2276043Z test_batch_vs_slicing_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.2276924Z test_batch_vs_slicing_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T01:58:36.2277810Z test_batch_vs_slicing_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T01:58:36.2278680Z test_batch_vs_slicing_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.2279558Z test_batch_vs_slicing_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.2280424Z test_batch_vs_slicing_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.2281338Z test_batch_vs_slicing_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T01:58:36.2282168Z test_batch_vs_slicing_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T01:58:36.2283053Z test_batch_vs_slicing_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.2283923Z test_batch_vs_slicing_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.2284813Z test_batch_vs_slicing_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.2285738Z test_batch_vs_slicing_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T01:58:36.2286637Z test_batch_vs_slicing_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.2287575Z test_batch_vs_slicing_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.2288501Z test_batch_vs_slicing_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.2289389Z test_batch_vs_slicing_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.2290390Z test_batch_vs_slicing_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T01:58:36.2291255Z test_batch_vs_slicing_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.2292109Z test_batch_vs_slicing_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T01:58:36.2292970Z test_batch_vs_slicing_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T01:58:36.2293845Z test_batch_vs_slicing_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.2294735Z test_batch_vs_slicing_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T01:58:36.2295680Z test_batch_vs_slicing_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T01:58:36.2296588Z test_batch_vs_slicing_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T01:58:36.2297522Z test_batch_vs_slicing_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T01:58:36.2298428Z test_batch_vs_slicing_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.2299326Z test_batch_vs_slicing_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T01:58:36.2300214Z test_batch_vs_slicing_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T01:58:36.2301094Z test_batch_vs_slicing_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T01:58:36.2303028Z test_batch_vs_slicing_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T01:58:36.2303954Z test_batch_vs_slicing_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.2304826Z test_batch_vs_slicing_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T01:58:36.2305694Z test_batch_vs_slicing_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T01:58:36.2306590Z test_batch_vs_slicing_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.2307477Z test_batch_vs_slicing_bfloat16_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.2308441Z test_batch_vs_slicing_bfloat16_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T01:58:36.2310910Z test_batch_vs_slicing_bfloat16_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:14221: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Copy.cpp:275.) 2022-11-23T01:58:36.2312573Z op=lambda x, *args, **kwargs: x.bfloat16(*args, **kwargs), 2022-11-23T01:58:36.2313115Z ok (0.041s) 2022-11-23T01:58:36.2313790Z test_batch_vs_slicing_bfloat16_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.2322185Z test_batch_vs_slicing_bfloat16_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T01:58:36.2323062Z test_batch_vs_slicing_bfloat16_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T01:58:36.2323835Z test_batch_vs_slicing_bfloat16_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T01:58:36.2324571Z test_batch_vs_slicing_bfloat16_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T01:58:36.2325339Z test_batch_vs_slicing_bfloat16_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.2326086Z test_batch_vs_slicing_bfloat16_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T01:58:36.2327115Z test_batch_vs_slicing_bfloat16_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T01:58:36.2327883Z test_batch_vs_slicing_bfloat16_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T01:58:36.2328899Z test_batch_vs_slicing_bfloat16_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T01:58:36.2329646Z test_batch_vs_slicing_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T01:58:36.2330641Z test_batch_vs_slicing_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.2331589Z test_batch_vs_slicing_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T01:58:36.2332418Z test_batch_vs_slicing_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.2333203Z test_batch_vs_slicing_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.2333953Z test_batch_vs_slicing_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T01:58:36.2334825Z test_batch_vs_slicing_bool_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T01:58:36.2335785Z test_batch_vs_slicing_bool_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.2336571Z test_batch_vs_slicing_bool_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.2337354Z test_batch_vs_slicing_bool_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.2338074Z test_batch_vs_slicing_bool_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T01:58:36.2338789Z test_batch_vs_slicing_bool_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T01:58:36.2339702Z test_batch_vs_slicing_bool_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T01:58:36.2340480Z test_batch_vs_slicing_bool_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T01:58:36.2341189Z test_batch_vs_slicing_bool_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T01:58:36.2341919Z test_batch_vs_slicing_bool_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T01:58:36.2342658Z test_batch_vs_slicing_bool_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T01:58:36.2343441Z test_batch_vs_slicing_bool_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T01:58:36.2344262Z test_batch_vs_slicing_bool_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T01:58:36.2345014Z test_batch_vs_slicing_byte_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T01:58:36.2345719Z test_batch_vs_slicing_byte_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T01:58:36.2346477Z test_batch_vs_slicing_byte_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T01:58:36.2347239Z test_batch_vs_slicing_byte_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T01:58:36.2347994Z test_batch_vs_slicing_byte_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.2348743Z test_batch_vs_slicing_byte_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.2349498Z test_batch_vs_slicing_byte_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T01:58:36.2350292Z test_batch_vs_slicing_byte_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T01:58:36.2351033Z test_batch_vs_slicing_byte_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.2351828Z test_batch_vs_slicing_byte_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T01:58:36.2352564Z test_batch_vs_slicing_byte_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T01:58:36.2353302Z test_batch_vs_slicing_byte_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.2354054Z test_batch_vs_slicing_cdouble_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T01:58:36.2354832Z test_batch_vs_slicing_cdouble_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.2355785Z test_batch_vs_slicing_cdouble_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.2356555Z test_batch_vs_slicing_cdouble_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T01:58:36.2357389Z test_batch_vs_slicing_cdouble_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T01:58:36.2358207Z test_batch_vs_slicing_cdouble_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T01:58:36.2359072Z test_batch_vs_slicing_cdouble_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T01:58:36.2359948Z test_batch_vs_slicing_cdouble_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T01:58:36.2360805Z test_batch_vs_slicing_cdouble_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T01:58:36.2361652Z test_batch_vs_slicing_cdouble_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T01:58:36.2362515Z test_batch_vs_slicing_cdouble_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T01:58:36.2363392Z test_batch_vs_slicing_cdouble_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T01:58:36.2364296Z test_batch_vs_slicing_cdouble_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T01:58:36.2365178Z test_batch_vs_slicing_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T01:58:36.2366419Z test_batch_vs_slicing_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.2367301Z test_batch_vs_slicing_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.2368334Z test_batch_vs_slicing_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T01:58:36.2369201Z test_batch_vs_slicing_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T01:58:36.2370035Z test_batch_vs_slicing_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T01:58:36.2370859Z test_batch_vs_slicing_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.2371732Z test_batch_vs_slicing_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T01:58:36.2372623Z test_batch_vs_slicing_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T01:58:36.2373479Z test_batch_vs_slicing_cfloat_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.2374294Z test_batch_vs_slicing_cfloat_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T01:58:36.2375169Z test_batch_vs_slicing_cfloat_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T01:58:36.2376062Z test_batch_vs_slicing_cfloat_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T01:58:36.2376949Z test_batch_vs_slicing_cfloat_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.2377796Z test_batch_vs_slicing_cfloat_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T01:58:36.2378946Z test_batch_vs_slicing_cfloat_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-11-23T01:58:36.2379845Z test_batch_vs_slicing_cfloat_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T01:58:36.2380773Z test_batch_vs_slicing_cfloat_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T01:58:36.2381643Z test_batch_vs_slicing_cfloat_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T01:58:36.2382499Z test_batch_vs_slicing_cfloat_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.2383366Z test_batch_vs_slicing_cfloat_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T01:58:36.2384229Z test_batch_vs_slicing_cfloat_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T01:58:36.2385115Z test_batch_vs_slicing_chalf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T01:58:36.2385940Z test_batch_vs_slicing_chalf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T01:58:36.2387060Z test_batch_vs_slicing_chalf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-11-23T01:58:36.2388099Z test_batch_vs_slicing_chalf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.2388991Z test_batch_vs_slicing_chalf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T01:58:36.2389851Z test_batch_vs_slicing_chalf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T01:58:36.2390732Z test_batch_vs_slicing_chalf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T01:58:36.2391591Z test_batch_vs_slicing_chalf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T01:58:36.2392427Z test_batch_vs_slicing_chalf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T01:58:36.2393331Z test_batch_vs_slicing_chalf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.2394205Z test_batch_vs_slicing_chalf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T01:58:36.2395138Z test_batch_vs_slicing_chalf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T01:58:36.2395990Z test_batch_vs_slicing_chalf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T01:58:36.2396848Z test_batch_vs_slicing_char_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T01:58:36.2397678Z test_batch_vs_slicing_char_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.2398713Z test_batch_vs_slicing_char_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T01:58:36.2399623Z test_batch_vs_slicing_char_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T01:58:36.2400540Z test_batch_vs_slicing_char_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.2401398Z test_batch_vs_slicing_char_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T01:58:36.2402436Z test_batch_vs_slicing_char_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T01:58:36.2403299Z test_batch_vs_slicing_char_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.2404130Z test_batch_vs_slicing_char_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.2404981Z test_batch_vs_slicing_char_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T01:58:36.2405830Z test_batch_vs_slicing_char_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T01:58:36.2406668Z test_batch_vs_slicing_char_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.2407515Z test_batch_vs_slicing_char_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T01:58:36.2408416Z test_batch_vs_slicing_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.2409330Z test_batch_vs_slicing_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.2410208Z test_batch_vs_slicing_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T01:58:36.2411103Z test_batch_vs_slicing_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.288s) 2022-11-23T01:58:36.2411971Z test_batch_vs_slicing_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.2412843Z test_batch_vs_slicing_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.2413727Z test_batch_vs_slicing_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.2414580Z test_batch_vs_slicing_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.2415451Z test_batch_vs_slicing_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.2416350Z test_batch_vs_slicing_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.2417441Z test_batch_vs_slicing_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.2418275Z test_batch_vs_slicing_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.2419121Z test_batch_vs_slicing_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.2420004Z test_batch_vs_slicing_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.2420931Z test_batch_vs_slicing_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.2421829Z test_batch_vs_slicing_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T01:58:36.2422809Z test_batch_vs_slicing_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T01:58:36.2423825Z test_batch_vs_slicing_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T01:58:36.2424769Z test_batch_vs_slicing_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.2425669Z test_batch_vs_slicing_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.2426582Z test_batch_vs_slicing_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.2427481Z test_batch_vs_slicing_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.2428338Z test_batch_vs_slicing_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.2429364Z test_batch_vs_slicing_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T01:58:36.2430336Z test_batch_vs_slicing_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.2431359Z test_batch_vs_slicing_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.2432295Z test_batch_vs_slicing_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.2433159Z test_batch_vs_slicing_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T01:58:36.2433968Z test_batch_vs_slicing_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T01:58:36.2434765Z test_batch_vs_slicing_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.2435539Z test_batch_vs_slicing_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T01:58:36.2436304Z test_batch_vs_slicing_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T01:58:36.2437053Z test_batch_vs_slicing_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T01:58:36.2437808Z test_batch_vs_slicing_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T01:58:36.2438627Z test_batch_vs_slicing_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T01:58:36.2439428Z test_batch_vs_slicing_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.2440160Z test_batch_vs_slicing_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T01:58:36.2440918Z test_batch_vs_slicing_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T01:58:36.2441719Z test_batch_vs_slicing_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T01:58:36.2442527Z test_batch_vs_slicing_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T01:58:36.2443330Z test_batch_vs_slicing_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.2444146Z test_batch_vs_slicing_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T01:58:36.2444986Z test_batch_vs_slicing_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T01:58:36.2445814Z test_batch_vs_slicing_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T01:58:36.2446876Z test_batch_vs_slicing_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T01:58:36.2447676Z test_batch_vs_slicing_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T01:58:36.2448471Z test_batch_vs_slicing_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T01:58:36.2449258Z test_batch_vs_slicing_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T01:58:36.2450033Z test_batch_vs_slicing_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T01:58:36.2450816Z test_batch_vs_slicing_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.2451601Z test_batch_vs_slicing_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T01:58:36.2452441Z test_batch_vs_slicing_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T01:58:36.2453340Z test_batch_vs_slicing_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T01:58:36.2454159Z test_batch_vs_slicing_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-11-23T01:58:36.2454977Z test_batch_vs_slicing_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T01:58:36.2455770Z test_batch_vs_slicing_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-11-23T01:58:36.2456583Z test_batch_vs_slicing_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T01:58:36.2457510Z test_batch_vs_slicing_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T01:58:36.2458331Z test_batch_vs_slicing_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T01:58:36.2459175Z test_batch_vs_slicing_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.2460062Z test_batch_vs_slicing_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T01:58:36.2460878Z test_batch_vs_slicing_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T01:58:36.2461655Z test_batch_vs_slicing_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.629s) 2022-11-23T01:58:36.2462472Z test_batch_vs_slicing_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.600s) 2022-11-23T01:58:36.2463294Z test_batch_vs_slicing_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.576s) 2022-11-23T01:58:36.2464110Z test_batch_vs_slicing_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.638s) 2022-11-23T01:58:36.2464920Z test_batch_vs_slicing_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.2465762Z test_batch_vs_slicing_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T01:58:36.2466550Z test_batch_vs_slicing_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T01:58:36.2467446Z test_batch_vs_slicing_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T01:58:36.2468259Z test_batch_vs_slicing_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.2469063Z test_batch_vs_slicing_double_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T01:58:36.2469874Z test_batch_vs_slicing_double_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T01:58:36.2470700Z test_batch_vs_slicing_double_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T01:58:36.2471543Z test_batch_vs_slicing_double_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T01:58:36.2472351Z test_batch_vs_slicing_double_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T01:58:36.2473211Z test_batch_vs_slicing_double_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T01:58:36.2474065Z test_batch_vs_slicing_double_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T01:58:36.2475058Z test_batch_vs_slicing_double_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.2475862Z test_batch_vs_slicing_double_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T01:58:36.2476665Z test_batch_vs_slicing_double_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.180s) 2022-11-23T01:58:36.2477460Z test_batch_vs_slicing_double_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T01:58:36.2478232Z test_batch_vs_slicing_double_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T01:58:36.2479034Z test_batch_vs_slicing_double_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T01:58:36.2479830Z test_batch_vs_slicing_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T01:58:36.2480619Z test_batch_vs_slicing_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.2481414Z test_batch_vs_slicing_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T01:58:36.2482208Z test_batch_vs_slicing_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T01:58:36.2482975Z test_batch_vs_slicing_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T01:58:36.2483770Z test_batch_vs_slicing_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.2484549Z test_batch_vs_slicing_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T01:58:36.2485472Z test_batch_vs_slicing_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T01:58:36.2486275Z test_batch_vs_slicing_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T01:58:36.2487125Z test_batch_vs_slicing_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T01:58:36.2487932Z test_batch_vs_slicing_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.372s) 2022-11-23T01:58:36.2488707Z test_batch_vs_slicing_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.410s) 2022-11-23T01:58:36.2489499Z test_batch_vs_slicing_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.368s) 2022-11-23T01:58:36.2490289Z test_batch_vs_slicing_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.344s) 2022-11-23T01:58:36.2491098Z test_batch_vs_slicing_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.386s) 2022-11-23T01:58:36.2491887Z test_batch_vs_slicing_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T01:58:36.2492679Z test_batch_vs_slicing_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T01:58:36.2493432Z test_batch_vs_slicing_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T01:58:36.2494222Z test_batch_vs_slicing_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.2495007Z test_batch_vs_slicing_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T01:58:36.2495817Z test_batch_vs_slicing_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.477s) 2022-11-23T01:58:36.2496625Z test_batch_vs_slicing_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.309s) 2022-11-23T01:58:36.2497436Z test_batch_vs_slicing_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.385s) 2022-11-23T01:58:36.2498248Z test_batch_vs_slicing_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.438s) 2022-11-23T01:58:36.2499016Z test_batch_vs_slicing_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T01:58:36.2499826Z test_batch_vs_slicing_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T01:58:36.2500615Z test_batch_vs_slicing_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.2501412Z test_batch_vs_slicing_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T01:58:36.2502344Z test_batch_vs_slicing_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.2503221Z test_batch_vs_slicing_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.336s) 2022-11-23T01:58:36.2504097Z test_batch_vs_slicing_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.491s) 2022-11-23T01:58:36.2504833Z test_batch_vs_slicing_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.474s) 2022-11-23T01:58:36.2505646Z test_batch_vs_slicing_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.414s) 2022-11-23T01:58:36.2507093Z test_batch_vs_slicing_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.472s) 2022-11-23T01:58:36.2507986Z test_batch_vs_slicing_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T01:58:36.2508827Z test_batch_vs_slicing_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T01:58:36.2509667Z test_batch_vs_slicing_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T01:58:36.2510493Z test_batch_vs_slicing_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T01:58:36.2511330Z test_batch_vs_slicing_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T01:58:36.2512110Z test_batch_vs_slicing_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-11-23T01:58:36.2512939Z test_batch_vs_slicing_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T01:58:36.2513741Z test_batch_vs_slicing_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (1.071s) 2022-11-23T01:58:36.2514717Z test_batch_vs_slicing_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.098s) 2022-11-23T01:58:36.2515547Z test_batch_vs_slicing_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.080s) 2022-11-23T01:58:36.2516328Z test_batch_vs_slicing_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T01:58:36.2517122Z test_batch_vs_slicing_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.2517976Z test_batch_vs_slicing_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T01:58:36.2518761Z test_batch_vs_slicing_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-11-23T01:58:36.2519563Z test_batch_vs_slicing_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T01:58:36.2520344Z test_batch_vs_slicing_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-11-23T01:58:36.2521091Z test_batch_vs_slicing_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T01:58:36.2521941Z test_batch_vs_slicing_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-11-23T01:58:36.2522741Z test_batch_vs_slicing_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-11-23T01:58:36.2523551Z test_batch_vs_slicing_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T01:58:36.2524356Z test_batch_vs_slicing_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-11-23T01:58:36.2525182Z test_batch_vs_slicing_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-11-23T01:58:36.2525986Z test_batch_vs_slicing_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T01:58:36.2526762Z test_batch_vs_slicing_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T01:58:36.2527549Z test_batch_vs_slicing_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.2528347Z test_batch_vs_slicing_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-11-23T01:58:36.2529142Z test_batch_vs_slicing_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.2529935Z test_batch_vs_slicing_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T01:58:36.2530738Z test_batch_vs_slicing_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.088s) 2022-11-23T01:58:36.2531694Z test_batch_vs_slicing_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.085s) 2022-11-23T01:58:36.2532478Z test_batch_vs_slicing_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.097s) 2022-11-23T01:58:36.2533290Z test_batch_vs_slicing_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.807s) 2022-11-23T01:58:36.2534106Z test_batch_vs_slicing_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.076s) 2022-11-23T01:58:36.2534946Z test_batch_vs_slicing_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.088s) 2022-11-23T01:58:36.2535804Z test_batch_vs_slicing_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.085s) 2022-11-23T01:58:36.2536649Z test_batch_vs_slicing_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2022-11-23T01:58:36.2537421Z test_batch_vs_slicing_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.085s) 2022-11-23T01:58:36.2538204Z test_batch_vs_slicing_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.084s) 2022-11-23T01:58:36.2538993Z test_batch_vs_slicing_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.087s) 2022-11-23T01:58:36.2539777Z test_batch_vs_slicing_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.094s) 2022-11-23T01:58:36.2540559Z test_batch_vs_slicing_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.085s) 2022-11-23T01:58:36.2541361Z test_batch_vs_slicing_float_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-11-23T01:58:36.2542158Z test_batch_vs_slicing_float_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2022-11-23T01:58:36.2543065Z test_batch_vs_slicing_float_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T01:58:36.2543916Z test_batch_vs_slicing_float_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2022-11-23T01:58:36.2544744Z test_batch_vs_slicing_float_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-11-23T01:58:36.2545561Z test_batch_vs_slicing_float_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T01:58:36.2546366Z test_batch_vs_slicing_float_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T01:58:36.2547166Z test_batch_vs_slicing_float_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2022-11-23T01:58:36.2547942Z test_batch_vs_slicing_float_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-11-23T01:58:36.2548733Z test_batch_vs_slicing_float_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.060s) 2022-11-23T01:58:36.2549526Z test_batch_vs_slicing_float_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.059s) 2022-11-23T01:58:36.2550316Z test_batch_vs_slicing_float_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-11-23T01:58:36.2551105Z test_batch_vs_slicing_float_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-11-23T01:58:36.2551915Z test_batch_vs_slicing_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-11-23T01:58:36.2552728Z test_batch_vs_slicing_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T01:58:36.2553500Z test_batch_vs_slicing_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-11-23T01:58:36.2554304Z test_batch_vs_slicing_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-11-23T01:58:36.2555105Z test_batch_vs_slicing_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-11-23T01:58:36.2555890Z test_batch_vs_slicing_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-11-23T01:58:36.2556690Z test_batch_vs_slicing_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-11-23T01:58:36.2557484Z test_batch_vs_slicing_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-11-23T01:58:36.2558274Z test_batch_vs_slicing_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2022-11-23T01:58:36.2559053Z test_batch_vs_slicing_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-11-23T01:58:36.2559990Z test_batch_vs_slicing_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-11-23T01:58:36.2560790Z test_batch_vs_slicing_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T01:58:36.2561590Z test_batch_vs_slicing_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.2562442Z test_batch_vs_slicing_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.005s) 2022-11-23T01:58:36.2563331Z test_batch_vs_slicing_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:58:36.2564175Z test_batch_vs_slicing_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:58:36.2565003Z test_batch_vs_slicing_half_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-11-23T01:58:36.2565802Z test_batch_vs_slicing_half_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.062s) 2022-11-23T01:58:36.2566619Z test_batch_vs_slicing_half_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-11-23T01:58:36.2567441Z test_batch_vs_slicing_half_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-11-23T01:58:36.2568250Z test_batch_vs_slicing_half_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T01:58:36.2569048Z test_batch_vs_slicing_half_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-11-23T01:58:36.2569819Z test_batch_vs_slicing_half_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.059s) 2022-11-23T01:58:36.2570718Z test_batch_vs_slicing_half_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T01:58:36.2571519Z test_batch_vs_slicing_half_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2022-11-23T01:58:36.2572301Z test_batch_vs_slicing_half_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2022-11-23T01:58:36.2573083Z test_batch_vs_slicing_half_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-11-23T01:58:36.2573877Z test_batch_vs_slicing_half_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2022-11-23T01:58:36.2574665Z test_batch_vs_slicing_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.809s) 2022-11-23T01:58:36.2575420Z test_batch_vs_slicing_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.798s) 2022-11-23T01:58:36.2576197Z test_batch_vs_slicing_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.638s) 2022-11-23T01:58:36.2576978Z test_batch_vs_slicing_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.579s) 2022-11-23T01:58:36.2577757Z test_batch_vs_slicing_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.843s) 2022-11-23T01:58:36.2578529Z test_batch_vs_slicing_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T01:58:36.2579307Z test_batch_vs_slicing_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T01:58:36.2580062Z test_batch_vs_slicing_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T01:58:36.2580830Z test_batch_vs_slicing_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T01:58:36.2581595Z test_batch_vs_slicing_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T01:58:36.2582397Z test_batch_vs_slicing_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T01:58:36.2583218Z test_batch_vs_slicing_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T01:58:36.2584043Z test_batch_vs_slicing_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T01:58:36.2584847Z test_batch_vs_slicing_int_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T01:58:36.2585607Z test_batch_vs_slicing_int_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-11-23T01:58:36.2586402Z test_batch_vs_slicing_int_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T01:58:36.2587336Z test_batch_vs_slicing_int_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-11-23T01:58:36.2588139Z test_batch_vs_slicing_int_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-11-23T01:58:36.2588931Z test_batch_vs_slicing_int_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-11-23T01:58:36.2589724Z test_batch_vs_slicing_int_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-11-23T01:58:36.2590490Z test_batch_vs_slicing_int_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-11-23T01:58:36.2591275Z test_batch_vs_slicing_int_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.2592114Z test_batch_vs_slicing_int_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-11-23T01:58:36.2592930Z test_batch_vs_slicing_int_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-11-23T01:58:36.2593738Z test_batch_vs_slicing_int_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-11-23T01:58:36.2594570Z test_batch_vs_slicing_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.117s) 2022-11-23T01:58:36.2595389Z test_batch_vs_slicing_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.2596193Z test_batch_vs_slicing_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.376s) 2022-11-23T01:58:36.2597039Z test_batch_vs_slicing_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.381s) 2022-11-23T01:58:36.2597980Z test_batch_vs_slicing_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.387s) 2022-11-23T01:58:36.2598935Z test_batch_vs_slicing_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.150s) 2022-11-23T01:58:36.2599760Z test_batch_vs_slicing_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.130s) 2022-11-23T01:58:36.2600574Z test_batch_vs_slicing_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.139s) 2022-11-23T01:58:36.2601450Z test_batch_vs_slicing_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T01:58:36.2602249Z test_batch_vs_slicing_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-11-23T01:58:36.2603060Z test_batch_vs_slicing_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T01:58:36.2603919Z test_batch_vs_slicing_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-11-23T01:58:36.2604738Z test_batch_vs_slicing_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T01:58:36.2605686Z test_batch_vs_slicing_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.085s) 2022-11-23T01:58:36.2606592Z test_batch_vs_slicing_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-11-23T01:58:36.2607408Z test_batch_vs_slicing_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.183s) 2022-11-23T01:58:36.2608213Z test_batch_vs_slicing_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.221s) 2022-11-23T01:58:36.2609037Z test_batch_vs_slicing_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.203s) 2022-11-23T01:58:36.2609839Z test_batch_vs_slicing_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.070s) 2022-11-23T01:58:36.2610639Z test_batch_vs_slicing_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.069s) 2022-11-23T01:58:36.2611436Z test_batch_vs_slicing_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.067s) 2022-11-23T01:58:36.2612220Z test_batch_vs_slicing_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T01:58:36.2612985Z test_batch_vs_slicing_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T01:58:36.2613771Z test_batch_vs_slicing_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T01:58:36.2614560Z test_batch_vs_slicing_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T01:58:36.2616264Z test_batch_vs_slicing_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T01:58:36.2617068Z test_batch_vs_slicing_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T01:58:36.2617906Z test_batch_vs_slicing_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T01:58:36.2618732Z test_batch_vs_slicing_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T01:58:36.2619531Z test_batch_vs_slicing_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T01:58:36.2620353Z test_batch_vs_slicing_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T01:58:36.2621156Z test_batch_vs_slicing_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T01:58:36.2621955Z test_batch_vs_slicing_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T01:58:36.2622748Z test_batch_vs_slicing_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T01:58:36.2623547Z test_batch_vs_slicing_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2022-11-23T01:58:36.2624315Z test_batch_vs_slicing_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T01:58:36.2625139Z test_batch_vs_slicing_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-11-23T01:58:36.2625999Z test_batch_vs_slicing_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T01:58:36.2626940Z test_batch_vs_slicing_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-11-23T01:58:36.2627779Z test_batch_vs_slicing_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T01:58:36.2628595Z test_batch_vs_slicing_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T01:58:36.2629421Z test_batch_vs_slicing_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.2630227Z test_batch_vs_slicing_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T01:58:36.2631037Z test_batch_vs_slicing_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.2631851Z test_batch_vs_slicing_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T01:58:36.2632656Z test_batch_vs_slicing_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T01:58:36.2633458Z test_batch_vs_slicing_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T01:58:36.2634270Z test_batch_vs_slicing_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T01:58:36.2635096Z test_batch_vs_slicing_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T01:58:36.2635897Z test_batch_vs_slicing_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T01:58:36.2636719Z test_batch_vs_slicing_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T01:58:36.2637549Z test_batch_vs_slicing_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T01:58:36.2638371Z test_batch_vs_slicing_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T01:58:36.2639188Z test_batch_vs_slicing_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T01:58:36.2640004Z test_batch_vs_slicing_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T01:58:36.2640814Z test_batch_vs_slicing_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T01:58:36.2641592Z test_batch_vs_slicing_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-11-23T01:58:36.2642445Z test_batch_vs_slicing_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T01:58:36.2643252Z test_batch_vs_slicing_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T01:58:36.2644188Z test_batch_vs_slicing_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T01:58:36.2645007Z test_batch_vs_slicing_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.078s) 2022-11-23T01:58:36.2645841Z test_batch_vs_slicing_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.064s) 2022-11-23T01:58:36.2646646Z test_batch_vs_slicing_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.069s) 2022-11-23T01:58:36.2647469Z test_batch_vs_slicing_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T01:58:36.2648330Z test_batch_vs_slicing_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.2649133Z test_batch_vs_slicing_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-11-23T01:58:36.2649924Z test_batch_vs_slicing_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T01:58:36.2650731Z test_batch_vs_slicing_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-11-23T01:58:36.2651525Z test_batch_vs_slicing_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T01:58:36.2652295Z test_batch_vs_slicing_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T01:58:36.2653089Z test_batch_vs_slicing_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T01:58:36.2653925Z test_batch_vs_slicing_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.352s) 2022-11-23T01:58:36.2654894Z test_batch_vs_slicing_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.318s) 2022-11-23T01:58:36.2655786Z test_batch_vs_slicing_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.512s) 2022-11-23T01:58:36.2656677Z test_batch_vs_slicing_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.459s) 2022-11-23T01:58:36.2657552Z test_batch_vs_slicing_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.271s) 2022-11-23T01:58:36.2658397Z test_batch_vs_slicing_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.268s) 2022-11-23T01:58:36.2659267Z test_batch_vs_slicing_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.360s) 2022-11-23T01:58:36.2660128Z test_batch_vs_slicing_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.259s) 2022-11-23T01:58:36.2660977Z test_batch_vs_slicing_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.318s) 2022-11-23T01:58:36.2661824Z test_batch_vs_slicing_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.340s) 2022-11-23T01:58:36.2662677Z test_batch_vs_slicing_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.332s) 2022-11-23T01:58:36.2663527Z test_batch_vs_slicing_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.327s) 2022-11-23T01:58:36.2664328Z test_batch_vs_slicing_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.564s) 2022-11-23T01:58:36.2665140Z test_batch_vs_slicing_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.557s) 2022-11-23T01:58:36.2665954Z test_batch_vs_slicing_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.542s) 2022-11-23T01:58:36.2666759Z test_batch_vs_slicing_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.602s) 2022-11-23T01:58:36.2667557Z test_batch_vs_slicing_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T01:58:36.2668368Z test_batch_vs_slicing_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.2669139Z test_batch_vs_slicing_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T01:58:36.2669939Z test_batch_vs_slicing_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T01:58:36.2670733Z test_batch_vs_slicing_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T01:58:36.2671664Z test_batch_vs_slicing_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.2672512Z test_batch_vs_slicing_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.2673320Z test_batch_vs_slicing_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.568s) 2022-11-23T01:58:36.2674145Z test_batch_vs_slicing_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.509s) 2022-11-23T01:58:36.2674926Z test_batch_vs_slicing_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T01:58:36.2675723Z test_batch_vs_slicing_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.2676506Z test_batch_vs_slicing_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T01:58:36.2677296Z test_batch_vs_slicing_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.2678083Z test_batch_vs_slicing_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T01:58:36.2678873Z test_batch_vs_slicing_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T01:58:36.2679657Z test_batch_vs_slicing_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.2680422Z test_batch_vs_slicing_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T01:58:36.2681225Z test_batch_vs_slicing_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.2682033Z test_batch_vs_slicing_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T01:58:36.2682928Z test_batch_vs_slicing_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T01:58:36.2683753Z test_batch_vs_slicing_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T01:58:36.2684549Z test_batch_vs_slicing_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T01:58:36.2685330Z test_batch_vs_slicing_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T01:58:36.2686117Z test_batch_vs_slicing_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.2686907Z test_batch_vs_slicing_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T01:58:36.2687700Z test_batch_vs_slicing_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.2688499Z test_batch_vs_slicing_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T01:58:36.2779324Z test_batch_vs_slicing_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.2780149Z test_batch_vs_slicing_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T01:58:36.2780956Z test_batch_vs_slicing_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.564s) 2022-11-23T01:58:36.2781863Z test_batch_vs_slicing_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.544s) 2022-11-23T01:58:36.2782692Z test_batch_vs_slicing_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.2783491Z test_batch_vs_slicing_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T01:58:36.2784293Z test_batch_vs_slicing_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.2785113Z test_batch_vs_slicing_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.2785879Z test_batch_vs_slicing_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.2786672Z test_batch_vs_slicing_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T01:58:36.2787500Z test_batch_vs_slicing_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.2788296Z test_batch_vs_slicing_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.2789166Z test_batch_vs_slicing_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T01:58:36.2790214Z test_batch_vs_slicing_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T01:58:36.2790993Z test_batch_vs_slicing_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.585s) 2022-11-23T01:58:36.2791817Z test_batch_vs_slicing_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.595s) 2022-11-23T01:58:36.2792635Z test_batch_vs_slicing_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.505s) 2022-11-23T01:58:36.2793443Z test_batch_vs_slicing_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T01:58:36.2794229Z test_batch_vs_slicing_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T01:58:36.2795068Z test_batch_vs_slicing_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T01:58:36.2795950Z test_batch_vs_slicing_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T01:58:36.2796714Z test_batch_vs_slicing_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T01:58:36.2797487Z test_batch_vs_slicing_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T01:58:36.2798268Z test_batch_vs_slicing_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T01:58:36.2799055Z test_batch_vs_slicing_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T01:58:36.2799883Z test_batch_vs_slicing_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T01:58:36.2800866Z test_batch_vs_slicing_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T01:58:36.2801757Z test_batch_vs_slicing_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T01:58:36.2802699Z test_batch_vs_slicing_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T01:58:36.2803561Z test_batch_vs_slicing_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T01:58:36.2804401Z test_batch_vs_slicing_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T01:58:36.2805239Z test_batch_vs_slicing_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T01:58:36.2806071Z test_batch_vs_slicing_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T01:58:36.2806892Z test_batch_vs_slicing_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T01:58:36.2807689Z test_batch_vs_slicing_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T01:58:36.2808548Z test_batch_vs_slicing_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T01:58:36.2809374Z test_batch_vs_slicing_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T01:58:36.2810261Z test_batch_vs_slicing_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T01:58:36.2811069Z test_batch_vs_slicing_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T01:58:36.2811906Z test_batch_vs_slicing_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T01:58:36.2812739Z test_batch_vs_slicing_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T01:58:36.2813513Z test_batch_vs_slicing_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T01:58:36.2814310Z test_batch_vs_slicing_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T01:58:36.2815101Z test_batch_vs_slicing_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T01:58:36.2815941Z test_batch_vs_slicing_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T01:58:36.2816820Z test_batch_vs_slicing_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T01:58:36.2817619Z test_batch_vs_slicing_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T01:58:36.2818575Z test_batch_vs_slicing_long_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T01:58:36.2819382Z test_batch_vs_slicing_long_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T01:58:36.2820197Z test_batch_vs_slicing_long_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T01:58:36.2821016Z test_batch_vs_slicing_long_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.2821837Z test_batch_vs_slicing_long_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T01:58:36.2822682Z test_batch_vs_slicing_long_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T01:58:36.2823494Z test_batch_vs_slicing_long_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T01:58:36.2824312Z test_batch_vs_slicing_long_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T01:58:36.2825050Z test_batch_vs_slicing_long_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T01:58:36.2825883Z test_batch_vs_slicing_long_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T01:58:36.2826742Z test_batch_vs_slicing_long_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T01:58:36.2827625Z test_batch_vs_slicing_long_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T01:58:36.2828428Z test_batch_vs_slicing_long_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T01:58:36.2829432Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.105s) 2022-11-23T01:58:36.2830364Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.083s) 2022-11-23T01:58:36.2831327Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.136s) 2022-11-23T01:58:36.2832228Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.100s) 2022-11-23T01:58:36.2833112Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.082s) 2022-11-23T01:58:36.2834007Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.130s) 2022-11-23T01:58:36.2834884Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.084s) 2022-11-23T01:58:36.2835810Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.080s) 2022-11-23T01:58:36.2836748Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.122s) 2022-11-23T01:58:36.2837731Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.107s) 2022-11-23T01:58:36.2838687Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.109s) 2022-11-23T01:58:36.2839587Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.089s) 2022-11-23T01:58:36.2840468Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.117s) 2022-11-23T01:58:36.2841353Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.106s) 2022-11-23T01:58:36.2842244Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.106s) 2022-11-23T01:58:36.2843103Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.110s) 2022-11-23T01:58:36.2844028Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.091s) 2022-11-23T01:58:36.2844912Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.106s) 2022-11-23T01:58:36.2845862Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.096s) 2022-11-23T01:58:36.2846941Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.104s) 2022-11-23T01:58:36.2847825Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.095s) 2022-11-23T01:58:36.2848708Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.117s) 2022-11-23T01:58:36.2849586Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.129s) 2022-11-23T01:58:36.2850469Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.110s) 2022-11-23T01:58:36.2851385Z test_batch_vs_slicing_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-11-23T01:58:36.2852281Z test_batch_vs_slicing_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-11-23T01:58:36.2853150Z test_batch_vs_slicing_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T01:58:36.2853977Z test_batch_vs_slicing_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.2854803Z test_batch_vs_slicing_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T01:58:36.2855623Z test_batch_vs_slicing_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-11-23T01:58:36.2856437Z test_batch_vs_slicing_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.2858157Z test_batch_vs_slicing_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T01:58:36.2859038Z test_batch_vs_slicing_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T01:58:36.2859925Z test_batch_vs_slicing_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-11-23T01:58:36.2860736Z test_batch_vs_slicing_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T01:58:36.2861558Z test_batch_vs_slicing_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.375s) 2022-11-23T01:58:36.2862381Z test_batch_vs_slicing_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.381s) 2022-11-23T01:58:36.2863173Z test_batch_vs_slicing_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.392s) 2022-11-23T01:58:36.2863985Z test_batch_vs_slicing_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T01:58:36.2864779Z test_batch_vs_slicing_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T01:58:36.2865628Z test_batch_vs_slicing_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T01:58:36.2866438Z test_batch_vs_slicing_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T01:58:36.2867486Z test_batch_vs_slicing_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T01:58:36.2868279Z test_batch_vs_slicing_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T01:58:36.2869026Z test_batch_vs_slicing_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T01:58:36.2869809Z test_batch_vs_slicing_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.2870649Z test_batch_vs_slicing_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T01:58:36.2871520Z test_batch_vs_slicing_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T01:58:36.2872447Z test_batch_vs_slicing_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T01:58:36.2873335Z test_batch_vs_slicing_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T01:58:36.2874293Z test_batch_vs_slicing_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T01:58:36.2875329Z test_batch_vs_slicing_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T01:58:36.2876194Z test_batch_vs_slicing_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.2877062Z test_batch_vs_slicing_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T01:58:36.2877949Z test_batch_vs_slicing_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.2878863Z test_batch_vs_slicing_nn_functional_hardshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T01:58:36.2879830Z test_batch_vs_slicing_nn_functional_hardshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T01:58:36.2880818Z test_batch_vs_slicing_nn_functional_hardshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T01:58:36.2881714Z test_batch_vs_slicing_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T01:58:36.2882655Z test_batch_vs_slicing_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T01:58:36.2883573Z test_batch_vs_slicing_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T01:58:36.2884483Z test_batch_vs_slicing_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.2885391Z test_batch_vs_slicing_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T01:58:36.2886902Z test_batch_vs_slicing_nn_functional_hardtanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T01:58:36.2887942Z test_batch_vs_slicing_nn_functional_hardtanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T01:58:36.2888841Z test_batch_vs_slicing_nn_functional_hardtanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2022-11-23T01:58:36.2889711Z test_batch_vs_slicing_nn_functional_hardtanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T01:58:36.2890602Z test_batch_vs_slicing_nn_functional_hardtanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-11-23T01:58:36.2891485Z test_batch_vs_slicing_nn_functional_hardtanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-11-23T01:58:36.2892470Z test_batch_vs_slicing_nn_functional_hardtanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.2893386Z test_batch_vs_slicing_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T01:58:36.2894417Z test_batch_vs_slicing_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-11-23T01:58:36.2895544Z test_batch_vs_slicing_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T01:58:36.2896455Z test_batch_vs_slicing_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T01:58:36.2897354Z test_batch_vs_slicing_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T01:58:36.2898237Z test_batch_vs_slicing_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T01:58:36.2899115Z test_batch_vs_slicing_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.2899992Z test_batch_vs_slicing_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T01:58:36.2900928Z test_batch_vs_slicing_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T01:58:36.2901854Z test_batch_vs_slicing_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T01:58:36.2902753Z test_batch_vs_slicing_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T01:58:36.2903826Z test_batch_vs_slicing_nn_functional_relu6_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-11-23T01:58:36.2904706Z test_batch_vs_slicing_nn_functional_relu6_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-11-23T01:58:36.2905577Z test_batch_vs_slicing_nn_functional_relu6_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T01:58:36.2906447Z test_batch_vs_slicing_nn_functional_relu6_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T01:58:36.2907316Z test_batch_vs_slicing_nn_functional_relu6_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T01:58:36.2908215Z test_batch_vs_slicing_nn_functional_relu6_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T01:58:36.2909067Z test_batch_vs_slicing_nn_functional_relu6_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.2909963Z test_batch_vs_slicing_nn_functional_relu6_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2022-11-23T01:58:36.2910838Z test_batch_vs_slicing_nn_functional_relu6_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.2911708Z test_batch_vs_slicing_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T01:58:36.2912586Z test_batch_vs_slicing_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.2913462Z test_batch_vs_slicing_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T01:58:36.2914917Z test_batch_vs_slicing_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T01:58:36.2915822Z test_batch_vs_slicing_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T01:58:36.2916707Z test_batch_vs_slicing_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T01:58:36.2917574Z test_batch_vs_slicing_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.2918513Z test_batch_vs_slicing_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T01:58:36.2919440Z test_batch_vs_slicing_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T01:58:36.2920385Z test_batch_vs_slicing_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.000s) 2022-11-23T01:58:36.2921378Z test_batch_vs_slicing_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.003s) 2022-11-23T01:58:36.2922344Z test_batch_vs_slicing_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.000s) 2022-11-23T01:58:36.2923360Z test_batch_vs_slicing_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.000s) 2022-11-23T01:58:36.2924365Z test_batch_vs_slicing_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T01:58:36.2925345Z test_batch_vs_slicing_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.2926224Z test_batch_vs_slicing_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T01:58:36.2927104Z test_batch_vs_slicing_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T01:58:36.2927987Z test_batch_vs_slicing_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.2928871Z test_batch_vs_slicing_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T01:58:36.2929722Z test_batch_vs_slicing_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T01:58:36.2930642Z test_batch_vs_slicing_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.2931627Z test_batch_vs_slicing_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.2932702Z test_batch_vs_slicing_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T01:58:36.2933611Z test_batch_vs_slicing_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T01:58:36.2934510Z test_batch_vs_slicing_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T01:58:36.2935413Z test_batch_vs_slicing_nn_functional_softshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T01:58:36.2936311Z test_batch_vs_slicing_nn_functional_softshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T01:58:36.2937277Z test_batch_vs_slicing_nn_functional_softshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.2938275Z test_batch_vs_slicing_nn_functional_softshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.2939198Z test_batch_vs_slicing_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.095s) 2022-11-23T01:58:36.2940099Z test_batch_vs_slicing_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.068s) 2022-11-23T01:58:36.2941014Z test_batch_vs_slicing_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.160s) 2022-11-23T01:58:36.2941938Z test_batch_vs_slicing_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.160s) 2022-11-23T01:58:36.2943393Z test_batch_vs_slicing_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.119s) 2022-11-23T01:58:36.2944346Z test_batch_vs_slicing_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.078s) 2022-11-23T01:58:36.2945452Z test_batch_vs_slicing_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.105s) 2022-11-23T01:58:36.2946493Z test_batch_vs_slicing_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.110s) 2022-11-23T01:58:36.2947422Z test_batch_vs_slicing_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.107s) 2022-11-23T01:58:36.2948314Z test_batch_vs_slicing_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.089s) 2022-11-23T01:58:36.2949206Z test_batch_vs_slicing_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.127s) 2022-11-23T01:58:36.2950076Z test_batch_vs_slicing_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.101s) 2022-11-23T01:58:36.2950994Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-11-23T01:58:36.2951984Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.065s) 2022-11-23T01:58:36.2952996Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.070s) 2022-11-23T01:58:36.2953930Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.066s) 2022-11-23T01:58:36.2954849Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2022-11-23T01:58:36.2955763Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-11-23T01:58:36.2956673Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.068s) 2022-11-23T01:58:36.2957558Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.078s) 2022-11-23T01:58:36.2958509Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2022-11-23T01:58:36.2959486Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.080s) 2022-11-23T01:58:36.2960585Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2022-11-23T01:58:36.2961487Z test_batch_vs_slicing_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.064s) 2022-11-23T01:58:36.2962389Z test_batch_vs_slicing_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.074s) 2022-11-23T01:58:36.2963286Z test_batch_vs_slicing_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.075s) 2022-11-23T01:58:36.2964156Z test_batch_vs_slicing_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-11-23T01:58:36.2965041Z test_batch_vs_slicing_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-11-23T01:58:36.2965974Z test_batch_vs_slicing_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2022-11-23T01:58:36.2966941Z test_batch_vs_slicing_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2022-11-23T01:58:36.2967848Z test_batch_vs_slicing_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.062s) 2022-11-23T01:58:36.2968745Z test_batch_vs_slicing_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-11-23T01:58:36.2969641Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.064s) 2022-11-23T01:58:36.2970452Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-11-23T01:58:36.2971918Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T01:58:36.2973039Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2022-11-23T01:58:36.2974036Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T01:58:36.2974944Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-11-23T01:58:36.2975836Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T01:58:36.2976743Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-11-23T01:58:36.2977642Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T01:58:36.2978516Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (1.024s) 2022-11-23T01:58:36.2979415Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.987s) 2022-11-23T01:58:36.2980372Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.994s) 2022-11-23T01:58:36.2981336Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.743s) 2022-11-23T01:58:36.2982242Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.2983138Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T01:58:36.2984031Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.2984905Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.2985800Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T01:58:36.2986730Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (1.209s) 2022-11-23T01:58:36.2987656Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.842s) 2022-11-23T01:58:36.2988769Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (2.095s) 2022-11-23T01:58:36.2989658Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (2.578s) 2022-11-23T01:58:36.2990545Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T01:58:36.2991412Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.2992292Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T01:58:36.2993180Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.2994127Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T01:58:36.2995093Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T01:58:36.2996012Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T01:58:36.2996920Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T01:58:36.2997788Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.066s) 2022-11-23T01:58:36.2998681Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T01:58:36.3000083Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T01:58:36.3001069Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T01:58:36.3002042Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T01:58:36.3002947Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T01:58:36.3003849Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T01:58:36.3004731Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2022-11-23T01:58:36.3005647Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.070s) 2022-11-23T01:58:36.3006544Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.126s) 2022-11-23T01:58:36.3007443Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T01:58:36.3008381Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T01:58:36.3009350Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T01:58:36.3010242Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T01:58:36.3011060Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.3011921Z test_batch_vs_slicing_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.3012872Z test_batch_vs_slicing_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.3013841Z test_batch_vs_slicing_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.3014745Z test_batch_vs_slicing_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3015591Z test_batch_vs_slicing_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3016501Z test_batch_vs_slicing_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.3017491Z test_batch_vs_slicing_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T01:58:36.3018283Z test_batch_vs_slicing_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3019097Z test_batch_vs_slicing_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3019946Z test_batch_vs_slicing_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.3020764Z test_batch_vs_slicing_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3021628Z test_batch_vs_slicing_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3022455Z test_batch_vs_slicing_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-11-23T01:58:36.3023331Z test_batch_vs_slicing_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T01:58:36.3024162Z test_batch_vs_slicing_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T01:58:36.3024982Z test_batch_vs_slicing_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T01:58:36.3025795Z test_batch_vs_slicing_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2022-11-23T01:58:36.3026599Z test_batch_vs_slicing_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T01:58:36.3027408Z test_batch_vs_slicing_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T01:58:36.3028767Z test_batch_vs_slicing_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-11-23T01:58:36.3029641Z test_batch_vs_slicing_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-11-23T01:58:36.3030492Z test_batch_vs_slicing_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-11-23T01:58:36.3031296Z test_batch_vs_slicing_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.3032103Z test_batch_vs_slicing_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.3032919Z test_batch_vs_slicing_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T01:58:36.3033744Z test_batch_vs_slicing_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T01:58:36.3034572Z test_batch_vs_slicing_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T01:58:36.3035356Z test_batch_vs_slicing_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3036249Z test_batch_vs_slicing_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3037112Z test_batch_vs_slicing_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.3037913Z test_batch_vs_slicing_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3038712Z test_batch_vs_slicing_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.3039492Z test_batch_vs_slicing_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.3040254Z test_batch_vs_slicing_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.3041045Z test_batch_vs_slicing_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3041869Z test_batch_vs_slicing_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-11-23T01:58:36.3042763Z test_batch_vs_slicing_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.3043659Z test_batch_vs_slicing_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T01:58:36.3044568Z test_batch_vs_slicing_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T01:58:36.3045429Z test_batch_vs_slicing_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T01:58:36.3046387Z test_batch_vs_slicing_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T01:58:36.3047210Z test_batch_vs_slicing_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T01:58:36.3048031Z test_batch_vs_slicing_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T01:58:36.3048923Z test_batch_vs_slicing_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T01:58:36.3049770Z test_batch_vs_slicing_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T01:58:36.3050644Z test_batch_vs_slicing_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T01:58:36.3051546Z test_batch_vs_slicing_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.3052353Z test_batch_vs_slicing_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T01:58:36.3053172Z test_batch_vs_slicing_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T01:58:36.3053971Z test_batch_vs_slicing_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T01:58:36.3054770Z test_batch_vs_slicing_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T01:58:36.3055569Z test_batch_vs_slicing_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-11-23T01:58:36.3056363Z test_batch_vs_slicing_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-11-23T01:58:36.3057692Z test_batch_vs_slicing_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T01:58:36.3058612Z test_batch_vs_slicing_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-11-23T01:58:36.3059415Z test_batch_vs_slicing_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T01:58:36.3060253Z test_batch_vs_slicing_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T01:58:36.3061122Z test_batch_vs_slicing_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-11-23T01:58:36.3061982Z test_batch_vs_slicing_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.3062847Z test_batch_vs_slicing_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T01:58:36.3063683Z test_batch_vs_slicing_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.3064592Z test_batch_vs_slicing_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T01:58:36.3065523Z test_batch_vs_slicing_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2022-11-23T01:58:36.3066368Z test_batch_vs_slicing_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T01:58:36.3067245Z test_batch_vs_slicing_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T01:58:36.3068144Z test_batch_vs_slicing_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-11-23T01:58:36.3069020Z test_batch_vs_slicing_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T01:58:36.3069877Z test_batch_vs_slicing_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T01:58:36.3070723Z test_batch_vs_slicing_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T01:58:36.3071565Z test_batch_vs_slicing_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T01:58:36.3072433Z test_batch_vs_slicing_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (1.853s) 2022-11-23T01:58:36.3073260Z test_batch_vs_slicing_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.578s) 2022-11-23T01:58:36.3074070Z test_batch_vs_slicing_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.507s) 2022-11-23T01:58:36.3075002Z test_batch_vs_slicing_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T01:58:36.3075772Z test_batch_vs_slicing_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T01:58:36.3076559Z test_batch_vs_slicing_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T01:58:36.3077341Z test_batch_vs_slicing_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T01:58:36.3078164Z test_batch_vs_slicing_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.3078956Z test_batch_vs_slicing_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.3079808Z test_batch_vs_slicing_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T01:58:36.3080591Z test_batch_vs_slicing_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T01:58:36.3081366Z test_batch_vs_slicing_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T01:58:36.3082150Z test_batch_vs_slicing_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T01:58:36.3082935Z test_batch_vs_slicing_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.556s) 2022-11-23T01:58:36.3083704Z test_batch_vs_slicing_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.553s) 2022-11-23T01:58:36.3084566Z test_batch_vs_slicing_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.406s) 2022-11-23T01:58:36.3085941Z test_batch_vs_slicing_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T01:58:36.3086844Z test_batch_vs_slicing_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.3087634Z test_batch_vs_slicing_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.3088412Z test_batch_vs_slicing_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.3089186Z test_batch_vs_slicing_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T01:58:36.3089941Z test_batch_vs_slicing_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T01:58:36.3090707Z test_batch_vs_slicing_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.3091473Z test_batch_vs_slicing_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T01:58:36.3092246Z test_batch_vs_slicing_short_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T01:58:36.3093087Z test_batch_vs_slicing_short_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T01:58:36.3093966Z test_batch_vs_slicing_short_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T01:58:36.3094787Z test_batch_vs_slicing_short_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-11-23T01:58:36.3095590Z test_batch_vs_slicing_short_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T01:58:36.3096387Z test_batch_vs_slicing_short_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T01:58:36.3097154Z test_batch_vs_slicing_short_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-11-23T01:58:36.3097943Z test_batch_vs_slicing_short_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3098713Z test_batch_vs_slicing_short_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T01:58:36.3099499Z test_batch_vs_slicing_short_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-11-23T01:58:36.3100269Z test_batch_vs_slicing_short_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T01:58:36.3101051Z test_batch_vs_slicing_short_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T01:58:36.3101847Z test_batch_vs_slicing_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T01:58:36.3102776Z test_batch_vs_slicing_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T01:58:36.3103595Z test_batch_vs_slicing_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (1.919s) 2022-11-23T01:58:36.3104378Z test_batch_vs_slicing_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.518s) 2022-11-23T01:58:36.3105188Z test_batch_vs_slicing_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.451s) 2022-11-23T01:58:36.3106117Z test_batch_vs_slicing_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T01:58:36.3107083Z test_batch_vs_slicing_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T01:58:36.3107974Z test_batch_vs_slicing_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-11-23T01:58:36.3108669Z test_batch_vs_slicing_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T01:58:36.3109408Z test_batch_vs_slicing_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-11-23T01:58:36.3110159Z test_batch_vs_slicing_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T01:58:36.3110902Z test_batch_vs_slicing_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T01:58:36.3111645Z test_batch_vs_slicing_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.3112383Z test_batch_vs_slicing_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.3113249Z test_batch_vs_slicing_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T01:58:36.3114005Z test_batch_vs_slicing_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.3114743Z test_batch_vs_slicing_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T01:58:36.3115478Z test_batch_vs_slicing_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T01:58:36.3116214Z test_batch_vs_slicing_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T01:58:36.3116931Z test_batch_vs_slicing_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.3117648Z test_batch_vs_slicing_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T01:58:36.3118357Z test_batch_vs_slicing_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T01:58:36.3119081Z test_batch_vs_slicing_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T01:58:36.3119837Z test_batch_vs_slicing_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T01:58:36.3120632Z test_batch_vs_slicing_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T01:58:36.3121393Z test_batch_vs_slicing_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T01:58:36.3122194Z test_batch_vs_slicing_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T01:58:36.3122950Z test_batch_vs_slicing_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T01:58:36.3123748Z test_batch_vs_slicing_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T01:58:36.3124496Z test_batch_vs_slicing_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.3125244Z test_batch_vs_slicing_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T01:58:36.3126037Z test_batch_vs_slicing_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.3126798Z test_batch_vs_slicing_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2022-11-23T01:58:36.3127541Z test_batch_vs_slicing_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.3128261Z test_batch_vs_slicing_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2022-11-23T01:58:36.3129153Z test_batch_vs_slicing_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T01:58:36.3129911Z test_batch_vs_slicing_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T01:58:36.3130674Z test_batch_vs_slicing_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T01:58:36.3131421Z test_batch_vs_slicing_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T01:58:36.3132157Z test_batch_vs_slicing_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T01:58:36.3132891Z test_batch_vs_slicing_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T01:58:36.3133595Z test_batch_vs_slicing_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T01:58:36.3134313Z test_batch_vs_slicing_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T01:58:36.3135030Z test_batch_vs_slicing_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T01:58:36.3135756Z test_batch_vs_slicing_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T01:58:36.3136613Z test_batch_vs_slicing_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T01:58:36.3137509Z test_batch_vs_slicing_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.706s) 2022-11-23T01:58:36.3138260Z test_batch_vs_slicing_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.715s) 2022-11-23T01:58:36.3139001Z test_batch_vs_slicing_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (2.134s) 2022-11-23T01:58:36.3139906Z test_batch_vs_slicing_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.854s) 2022-11-23T01:58:36.3140682Z test_batch_vs_slicing_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.947s) 2022-11-23T01:58:36.3141428Z test_batch_vs_slicing_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.616s) 2022-11-23T01:58:36.3142176Z test_batch_vs_slicing_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.599s) 2022-11-23T01:58:36.3142921Z test_batch_vs_slicing_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T01:58:36.3143626Z test_batch_vs_slicing_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T01:58:36.3144348Z test_batch_vs_slicing_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T01:58:36.3145084Z test_batch_vs_slicing_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T01:58:36.3145817Z test_batch_vs_slicing_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-11-23T01:58:36.3146567Z test_batch_vs_slicing_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T01:58:36.3147300Z test_batch_vs_slicing_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2022-11-23T01:58:36.3148045Z test_batch_vs_slicing_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T01:58:36.3148788Z test_batch_vs_slicing_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T01:58:36.3149548Z test_batch_vs_slicing_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T01:58:36.3150305Z test_batch_vs_slicing_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T01:58:36.3151039Z test_batch_vs_slicing_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T01:58:36.3151786Z test_batch_vs_slicing_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T01:58:36.3152536Z test_batch_vs_slicing_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.237s) 2022-11-23T01:58:36.3153250Z test_batch_vs_slicing_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T01:58:36.3153990Z test_batch_vs_slicing_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T01:58:36.3154778Z test_batch_vs_slicing_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-11-23T01:58:36.3156318Z test_batch_vs_slicing_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T01:58:36.3157161Z test_batch_vs_slicing_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (1.134s) 2022-11-23T01:58:36.3158064Z test_batch_vs_slicing_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.527s) 2022-11-23T01:58:36.3158953Z test_batch_vs_slicing_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.476s) 2022-11-23T01:58:36.3159833Z test_batch_vs_slicing_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2022-11-23T01:58:36.3160719Z test_batch_vs_slicing_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-11-23T01:58:36.3161583Z test_batch_vs_slicing_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-11-23T01:58:36.3162491Z test_batch_vs_slicing_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T01:58:36.3163380Z test_batch_vs_slicing_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-11-23T01:58:36.3164265Z test_batch_vs_slicing_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.957s) 2022-11-23T01:58:36.3165151Z test_batch_vs_slicing_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.073s) 2022-11-23T01:58:36.3166024Z test_batch_vs_slicing_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.888s) 2022-11-23T01:58:36.3167096Z test_batch_vs_slicing_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T01:58:36.3168004Z test_batch_vs_slicing_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.3168914Z test_batch_vs_slicing_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T01:58:36.3169794Z test_batch_vs_slicing_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T01:58:36.3170704Z test_batch_vs_slicing_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T01:58:36.3171592Z test_batch_vs_slicing_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.659s) 2022-11-23T01:58:36.3172475Z test_batch_vs_slicing_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.519s) 2022-11-23T01:58:36.3173391Z test_batch_vs_slicing_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.518s) 2022-11-23T01:58:36.3174307Z test_batch_vs_slicing_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T01:58:36.3175201Z test_batch_vs_slicing_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T01:58:36.3176085Z test_batch_vs_slicing_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T01:58:36.3176966Z test_batch_vs_slicing_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T01:58:36.3177870Z test_batch_vs_slicing_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T01:58:36.3178745Z test_batch_vs_slicing_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (1.332s) 2022-11-23T01:58:36.3179632Z test_batch_vs_slicing_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.666s) 2022-11-23T01:58:36.3180537Z test_batch_vs_slicing_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.743s) 2022-11-23T01:58:36.3181424Z test_batch_vs_slicing_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T01:58:36.3181854Z test_batch_vs_slicing_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T01:58:36.3182286Z test_batch_vs_slicing_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T01:58:36.3182718Z test_batch_vs_slicing_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.3183308Z test_batch_vs_slicing_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T01:58:36.3183730Z test_batch_vs_slicing_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (1.049s) 2022-11-23T01:58:36.3184179Z test_batch_vs_slicing_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.199s) 2022-11-23T01:58:36.3184614Z test_batch_vs_slicing_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.132s) 2022-11-23T01:58:36.3185045Z test_batch_vs_slicing_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T01:58:36.3185459Z test_batch_vs_slicing_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-11-23T01:58:36.3185875Z test_batch_vs_slicing_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.3186310Z test_batch_vs_slicing_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T01:58:36.3186727Z test_batch_vs_slicing_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T01:58:36.3187152Z test_batch_vs_slicing_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.450s) 2022-11-23T01:58:36.3187575Z test_batch_vs_slicing_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.762s) 2022-11-23T01:58:36.3188013Z test_batch_vs_slicing_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.467s) 2022-11-23T01:58:36.3188593Z test_batch_vs_slicing_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.385s) 2022-11-23T01:58:36.3189029Z test_batch_vs_slicing_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.485s) 2022-11-23T01:58:36.3189446Z test_batch_vs_slicing_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T01:58:36.3189871Z test_batch_vs_slicing_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.3190298Z test_batch_vs_slicing_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T01:58:36.3190709Z test_batch_vs_slicing_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T01:58:36.3191117Z test_batch_vs_slicing_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.3191540Z test_batch_vs_slicing_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (2.629s) 2022-11-23T01:58:36.3191988Z test_batch_vs_slicing_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (5.692s) 2022-11-23T01:58:36.3192423Z test_batch_vs_slicing_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (5.261s) 2022-11-23T01:58:36.3192843Z test_batch_vs_slicing_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T01:58:36.3193265Z test_batch_vs_slicing_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T01:58:36.3193709Z test_batch_vs_slicing_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T01:58:36.3194124Z test_batch_vs_slicing_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T01:58:36.3194537Z test_batch_vs_slicing_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.3194960Z test_batch_vs_slicing_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.627s) 2022-11-23T01:58:36.3195358Z test_batch_vs_slicing_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.681s) 2022-11-23T01:58:36.3195787Z test_batch_vs_slicing_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.549s) 2022-11-23T01:58:36.3196210Z test_batch_vs_slicing_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.595s) 2022-11-23T01:58:36.3196624Z test_batch_vs_slicing_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.637s) 2022-11-23T01:58:36.3197198Z test_batch_vs_slicing_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-11-23T01:58:36.3197615Z test_batch_vs_slicing_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T01:58:36.3198017Z test_batch_vs_slicing_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T01:58:36.3198416Z test_batch_vs_slicing_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T01:58:36.3198824Z test_batch_vs_slicing_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.3199234Z test_batch_vs_slicing_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.669s) 2022-11-23T01:58:36.3199663Z test_batch_vs_slicing_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.617s) 2022-11-23T01:58:36.3200080Z test_batch_vs_slicing_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.695s) 2022-11-23T01:58:36.3200484Z test_batch_vs_slicing_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T01:58:36.3200892Z test_batch_vs_slicing_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T01:58:36.3201301Z test_batch_vs_slicing_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T01:58:36.3201718Z test_batch_vs_slicing_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T01:58:36.3202130Z test_batch_vs_slicing_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T01:58:36.3202673Z test_batch_vs_slicing_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.691s) 2022-11-23T01:58:36.3203116Z test_batch_vs_slicing_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.527s) 2022-11-23T01:58:36.3203542Z test_batch_vs_slicing_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.640s) 2022-11-23T01:58:36.3203939Z test_batch_vs_slicing_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.3204339Z test_batch_vs_slicing_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T01:58:36.3204744Z test_batch_vs_slicing_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.3205153Z test_batch_vs_slicing_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T01:58:36.3205573Z test_batch_vs_slicing_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T01:58:36.3206013Z test_batch_vs_slicing_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.679s) 2022-11-23T01:58:36.3206443Z test_batch_vs_slicing_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.567s) 2022-11-23T01:58:36.3206872Z test_batch_vs_slicing_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.997s) 2022-11-23T01:58:36.3207294Z test_batch_vs_slicing_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T01:58:36.3207736Z test_batch_vs_slicing_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T01:58:36.3208160Z test_batch_vs_slicing_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.3208576Z test_batch_vs_slicing_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.3209010Z test_batch_vs_slicing_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T01:58:36.3209484Z test_batch_vs_slicing_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.692s) 2022-11-23T01:58:36.3209952Z test_batch_vs_slicing_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.521s) 2022-11-23T01:58:36.3210413Z test_batch_vs_slicing_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.559s) 2022-11-23T01:58:36.3211036Z test_batch_vs_slicing_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.3211554Z test_batch_vs_slicing_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T01:58:36.3212025Z test_batch_vs_slicing_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.3212474Z test_batch_vs_slicing_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.3213007Z test_batch_vs_slicing_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T01:58:36.3213467Z test_batch_vs_slicing_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.579s) 2022-11-23T01:58:36.3213905Z test_batch_vs_slicing_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.589s) 2022-11-23T01:58:36.3214362Z test_batch_vs_slicing_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.639s) 2022-11-23T01:58:36.3214821Z test_batch_vs_slicing_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T01:58:36.3215279Z test_batch_vs_slicing_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T01:58:36.3215744Z test_batch_vs_slicing_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.3216202Z test_batch_vs_slicing_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T01:58:36.3216793Z test_batch_vs_slicing_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.3217255Z test_batch_vs_slicing_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.765s) 2022-11-23T01:58:36.3217723Z test_batch_vs_slicing_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.685s) 2022-11-23T01:58:36.3218198Z test_batch_vs_slicing_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.901s) 2022-11-23T01:58:36.3218726Z test_batch_vs_slicing_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T01:58:36.3219192Z test_batch_vs_slicing_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.3219646Z test_batch_vs_slicing_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T01:58:36.3220107Z test_batch_vs_slicing_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T01:58:36.3220556Z test_batch_vs_slicing_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T01:58:36.3221053Z test_batch_vs_slicing_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.707s) 2022-11-23T01:58:36.3221524Z test_batch_vs_slicing_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.690s) 2022-11-23T01:58:36.3221988Z test_batch_vs_slicing_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.938s) 2022-11-23T01:58:36.3222442Z test_batch_vs_slicing_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T01:58:36.3222891Z test_batch_vs_slicing_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T01:58:36.3223346Z test_batch_vs_slicing_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T01:58:36.3223804Z test_batch_vs_slicing_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T01:58:36.3224259Z test_batch_vs_slicing_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T01:58:36.3224687Z test_batch_vs_slicing_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.103s) 2022-11-23T01:58:36.3225277Z test_batch_vs_slicing_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.092s) 2022-11-23T01:58:36.3225714Z test_batch_vs_slicing_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.082s) 2022-11-23T01:58:36.3226136Z test_batch_vs_slicing_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.089s) 2022-11-23T01:58:36.3226559Z test_batch_vs_slicing_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.101s) 2022-11-23T01:58:36.3226984Z test_batch_vs_slicing_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.096s) 2022-11-23T01:58:36.3227399Z test_batch_vs_slicing_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.094s) 2022-11-23T01:58:36.3227823Z test_batch_vs_slicing_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.075s) 2022-11-23T01:58:36.3228232Z test_batch_vs_slicing_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2022-11-23T01:58:36.3228645Z test_batch_vs_slicing_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.066s) 2022-11-23T01:58:36.3229063Z test_batch_vs_slicing_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.712s) 2022-11-23T01:58:36.3229488Z test_batch_vs_slicing_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.621s) 2022-11-23T01:58:36.3229937Z test_batch_vs_slicing_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.738s) 2022-11-23T01:58:36.3230513Z test_batch_vs_slicing_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.3230950Z test_batch_vs_slicing_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.3231367Z test_batch_vs_slicing_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T01:58:36.3231790Z test_batch_vs_slicing_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T01:58:36.3232211Z test_batch_vs_slicing_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T01:58:36.3232718Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T01:58:36.3233227Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T01:58:36.3233746Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T01:58:36.3234258Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T01:58:36.3234721Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T01:58:36.3235221Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T01:58:36.3235732Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T01:58:36.3236234Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.3236735Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.3237227Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.569s) 2022-11-23T01:58:36.3237721Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.589s) 2022-11-23T01:58:36.3238197Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.739s) 2022-11-23T01:58:36.3238681Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T01:58:36.3239321Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T01:58:36.3239801Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.3240278Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T01:58:36.3240755Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T01:58:36.3241249Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.579s) 2022-11-23T01:58:36.3241726Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.557s) 2022-11-23T01:58:36.3242200Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.767s) 2022-11-23T01:58:36.3242678Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T01:58:36.3243145Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T01:58:36.3243620Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T01:58:36.3244090Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T01:58:36.3244712Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T01:58:36.3245199Z test_batch_vs_slicing_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.533s) 2022-11-23T01:58:36.3245666Z test_batch_vs_slicing_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.446s) 2022-11-23T01:58:36.3246136Z test_batch_vs_slicing_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.415s) 2022-11-23T01:58:36.3246603Z test_batch_vs_slicing_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T01:58:36.3247055Z test_batch_vs_slicing_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T01:58:36.3247493Z test_batch_vs_slicing_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.3247957Z test_batch_vs_slicing_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T01:58:36.3248430Z test_batch_vs_slicing_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T01:58:36.3248834Z test_batch_vs_slicing_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.3249232Z test_batch_vs_slicing_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T01:58:36.3249641Z test_batch_vs_slicing_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.761s) 2022-11-23T01:58:36.3250055Z test_batch_vs_slicing_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.739s) 2022-11-23T01:58:36.3250454Z test_batch_vs_slicing_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.794s) 2022-11-23T01:58:36.3250851Z test_batch_vs_slicing_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.3251247Z test_batch_vs_slicing_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.3251659Z test_batch_vs_slicing_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T01:58:36.3252052Z test_batch_vs_slicing_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T01:58:36.3252440Z test_batch_vs_slicing_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T01:58:36.3252993Z test_batch_vs_slicing_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T01:58:36.3253377Z test_batch_vs_slicing_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T01:58:36.3253769Z test_batch_vs_slicing_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T01:58:36.3254185Z test_batch_vs_slicing_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-11-23T01:58:36.3254579Z test_batch_vs_slicing_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-11-23T01:58:36.3255004Z test_batch_vs_slicing_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T01:58:36.3255424Z test_batch_vs_slicing_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T01:58:36.3255801Z test_batch_vs_slicing_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T01:58:36.3256218Z test_batch_vs_slicing_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T01:58:36.3256618Z test_batch_vs_slicing_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.3257009Z test_batch_vs_slicing_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T01:58:36.3257405Z test_batch_vs_slicing_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T01:58:36.3257795Z test_batch_vs_slicing_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T01:58:36.3258330Z test_batch_vs_slicing_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T01:58:36.3258746Z test_batch_vs_slicing_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T01:58:36.3259138Z test_batch_vs_slicing_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.3259528Z test_batch_vs_slicing_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T01:58:36.3259950Z test_batch_vs_slicing_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T01:58:36.3260350Z test_batch_vs_slicing_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2022-11-23T01:58:36.3260752Z test_batch_vs_slicing_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T01:58:36.3261138Z test_batch_vs_slicing_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T01:58:36.3261531Z test_batch_vs_slicing_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T01:58:36.3261931Z test_batch_vs_slicing_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.3262318Z test_batch_vs_slicing_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T01:58:36.3262683Z test_batch_vs_slicing_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T01:58:36.3263050Z test_batch_vs_slicing_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T01:58:36.3263414Z test_batch_vs_slicing_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T01:58:36.3263794Z test_batch_vs_slicing_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T01:58:36.3264199Z test_batch_vs_slicing_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T01:58:36.3264582Z test_batch_vs_slicing_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.3264980Z test_batch_vs_slicing_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.3265387Z test_batch_vs_slicing_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T01:58:36.3265797Z test_batch_vs_slicing_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T01:58:36.3266200Z test_batch_vs_slicing_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.3266751Z test_batch_vs_slicing_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T01:58:36.3267145Z test_batch_vs_slicing_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T01:58:36.3267534Z test_batch_vs_slicing_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T01:58:36.3267932Z test_batch_vs_slicing_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T01:58:36.3268317Z test_batch_vs_slicing_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T01:58:36.3268703Z test_batch_vs_slicing_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T01:58:36.3269091Z test_batch_vs_slicing_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T01:58:36.3269498Z test_batch_vs_slicing_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T01:58:36.3269907Z test_batch_vs_slicing_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T01:58:36.3270307Z test_batch_vs_slicing_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T01:58:36.3270696Z test_batch_vs_slicing_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T01:58:36.3271066Z test_batch_vs_slicing_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T01:58:36.3271458Z test_batch_vs_slicing_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T01:58:36.3271858Z test_batch_vs_slicing_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T01:58:36.3272397Z test_batch_vs_slicing_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T01:58:36.3272803Z test_batch_vs_slicing_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T01:58:36.3273210Z test_complex_edge_values_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3273597Z test_contig_size1_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3273989Z test_contig_size1_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3274389Z test_contig_size1_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3274775Z test_contig_size1_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3275156Z test_contig_size1_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3275533Z test_contig_size1_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3275924Z test_contig_size1_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.3276288Z test_contig_size1_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3276650Z test_contig_size1_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3277022Z test_contig_size1_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3277406Z test_contig_size1_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3277788Z test_contig_size1_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3278161Z test_contig_size1_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3278531Z test_contig_size1_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3278898Z test_contig_size1_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3279299Z test_contig_size1_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3279705Z test_contig_size1_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3280095Z test_contig_size1_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3280482Z test_contig_size1_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3281028Z test_contig_size1_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3281401Z test_contig_size1_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3281783Z test_contig_size1_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3282146Z test_contig_size1_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3282505Z test_contig_size1_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3282882Z test_contig_size1_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3283263Z test_contig_size1_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3283658Z test_contig_size1_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3284033Z test_contig_size1_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3284443Z test_contig_size1_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3284840Z test_contig_size1_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3285236Z test_contig_size1_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3285612Z test_contig_size1_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3286125Z test_contig_size1_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3286517Z test_contig_size1_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3286900Z test_contig_size1_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3287281Z test_contig_size1_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3287680Z test_contig_size1_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3288049Z test_contig_size1_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3288422Z test_contig_size1_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3288799Z test_contig_size1_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3289198Z test_contig_size1_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3289608Z test_contig_size1_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3290005Z test_contig_size1_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3290380Z test_contig_size1_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3290757Z test_contig_size1_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3291144Z test_contig_size1_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3291521Z test_contig_size1_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3291881Z test_contig_size1_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3292259Z test_contig_size1_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3292636Z test_contig_size1_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3293001Z test_contig_size1_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.3293384Z test_contig_size1_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3293785Z test_contig_size1_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3294188Z test_contig_size1_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3294821Z test_contig_size1_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3295227Z test_contig_size1_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3295618Z test_contig_size1_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3295983Z test_contig_size1_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3296349Z test_contig_size1_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3296716Z test_contig_size1_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3297088Z test_contig_size1_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3297462Z test_contig_size1_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3297848Z test_contig_size1_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3298249Z test_contig_size1_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3298619Z test_contig_size1_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3299014Z test_contig_size1_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3299422Z test_contig_size1_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3299821Z test_contig_size1_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3300361Z test_contig_size1_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3300757Z test_contig_size1_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3301135Z test_contig_size1_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3301520Z test_contig_size1_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3301900Z test_contig_size1_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3302269Z test_contig_size1_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3302639Z test_contig_size1_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3303059Z test_contig_size1_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3303447Z test_contig_size1_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.3303844Z test_contig_size1_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3304244Z test_contig_size1_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3304632Z test_contig_size1_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3305016Z test_contig_size1_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3305475Z test_contig_size1_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3305861Z test_contig_size1_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3306234Z test_contig_size1_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3306599Z test_contig_size1_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3306962Z test_contig_size1_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3307335Z test_contig_size1_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3307689Z test_contig_size1_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3308070Z test_contig_size1_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3308449Z test_contig_size1_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3308997Z test_contig_size1_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3309405Z test_contig_size1_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3309805Z test_contig_size1_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3310197Z test_contig_size1_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.3310574Z test_contig_size1_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3310958Z test_contig_size1_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3311341Z test_contig_size1_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3311717Z test_contig_size1_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3312087Z test_contig_size1_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3312467Z test_contig_size1_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3312836Z test_contig_size1_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3313214Z test_contig_size1_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3313678Z test_contig_size1_bfloat16_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3314078Z test_contig_size1_bfloat16_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3314661Z test_contig_size1_bfloat16_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3315065Z test_contig_size1_bfloat16_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3315476Z test_contig_size1_bfloat16_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3315877Z test_contig_size1_bfloat16_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3316272Z test_contig_size1_bfloat16_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3316660Z test_contig_size1_bfloat16_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3317042Z test_contig_size1_bfloat16_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3317434Z test_contig_size1_bfloat16_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3317825Z test_contig_size1_bfloat16_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3318214Z test_contig_size1_bfloat16_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3318594Z test_contig_size1_bfloat16_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.3318991Z test_contig_size1_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3319401Z test_contig_size1_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3319795Z test_contig_size1_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3320188Z test_contig_size1_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3320571Z test_contig_size1_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3320961Z test_contig_size1_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3321402Z test_contig_size1_bool_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3321782Z test_contig_size1_bool_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3322176Z test_contig_size1_bool_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3322537Z test_contig_size1_bool_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3323081Z test_contig_size1_bool_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3323480Z test_contig_size1_bool_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3323853Z test_contig_size1_bool_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3324224Z test_contig_size1_bool_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3324589Z test_contig_size1_bool_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3324962Z test_contig_size1_bool_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3325340Z test_contig_size1_bool_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3325702Z test_contig_size1_bool_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3326079Z test_contig_size1_bool_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3326465Z test_contig_size1_byte_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3326814Z test_contig_size1_byte_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3327196Z test_contig_size1_byte_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3327587Z test_contig_size1_byte_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3327987Z test_contig_size1_byte_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.3328520Z test_contig_size1_byte_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3328916Z test_contig_size1_byte_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3329293Z test_contig_size1_byte_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3329666Z test_contig_size1_byte_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3330033Z test_contig_size1_byte_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3330409Z test_contig_size1_byte_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3330780Z test_contig_size1_byte_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3331178Z test_contig_size1_cdouble_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3331573Z test_contig_size1_cdouble_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3331998Z test_contig_size1_cdouble_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3332413Z test_contig_size1_cdouble_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3332808Z test_contig_size1_cdouble_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3333206Z test_contig_size1_cdouble_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3333598Z test_contig_size1_cdouble_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3333996Z test_contig_size1_cdouble_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3334386Z test_contig_size1_cdouble_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3334761Z test_contig_size1_cdouble_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3335138Z test_contig_size1_cdouble_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3335526Z test_contig_size1_cdouble_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3335912Z test_contig_size1_cdouble_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3336345Z test_contig_size1_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3336886Z test_contig_size1_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3337272Z test_contig_size1_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.3337633Z test_contig_size1_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3338002Z test_contig_size1_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3338370Z test_contig_size1_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3338741Z test_contig_size1_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3339123Z test_contig_size1_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3339512Z test_contig_size1_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3339904Z test_contig_size1_cfloat_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3340299Z test_contig_size1_cfloat_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3340701Z test_contig_size1_cfloat_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3341097Z test_contig_size1_cfloat_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3341495Z test_contig_size1_cfloat_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3341883Z test_contig_size1_cfloat_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3342413Z test_contig_size1_cfloat_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3342815Z test_contig_size1_cfloat_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3343201Z test_contig_size1_cfloat_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3343594Z test_contig_size1_cfloat_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3343982Z test_contig_size1_cfloat_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3344356Z test_contig_size1_cfloat_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3344715Z test_contig_size1_cfloat_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3345104Z test_contig_size1_chalf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3345498Z test_contig_size1_chalf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3345902Z test_contig_size1_chalf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3346291Z test_contig_size1_chalf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3346681Z test_contig_size1_chalf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3347073Z test_contig_size1_chalf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.3347476Z test_contig_size1_chalf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3347849Z test_contig_size1_chalf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3348217Z test_contig_size1_chalf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3348583Z test_contig_size1_chalf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3348945Z test_contig_size1_chalf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3349332Z test_contig_size1_chalf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3349720Z test_contig_size1_chalf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3350109Z test_contig_size1_char_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3350484Z test_contig_size1_char_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3351046Z test_contig_size1_char_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3351452Z test_contig_size1_char_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3351836Z test_contig_size1_char_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3352193Z test_contig_size1_char_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3352564Z test_contig_size1_char_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3352945Z test_contig_size1_char_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3353323Z test_contig_size1_char_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3353686Z test_contig_size1_char_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3354048Z test_contig_size1_char_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3354422Z test_contig_size1_char_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.3354793Z test_contig_size1_char_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3355184Z test_contig_size1_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3355558Z test_contig_size1_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3355954Z test_contig_size1_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3356479Z test_contig_size1_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3356885Z test_contig_size1_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3357281Z test_contig_size1_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3357655Z test_contig_size1_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3358030Z test_contig_size1_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3358430Z test_contig_size1_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3358795Z test_contig_size1_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3359148Z test_contig_size1_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3359520Z test_contig_size1_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3359908Z test_contig_size1_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3360323Z test_contig_size1_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3360730Z test_contig_size1_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3361175Z test_contig_size1_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3361596Z test_contig_size1_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3362013Z test_contig_size1_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3362421Z test_contig_size1_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3362839Z test_contig_size1_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3363273Z test_contig_size1_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3363685Z test_contig_size1_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3364083Z test_contig_size1_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3364484Z test_contig_size1_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3365054Z test_contig_size1_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3365461Z test_contig_size1_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3365850Z test_contig_size1_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3366219Z test_contig_size1_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3366617Z test_contig_size1_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3367016Z test_contig_size1_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3367382Z test_contig_size1_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3367764Z test_contig_size1_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3368148Z test_contig_size1_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3368513Z test_contig_size1_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3368891Z test_contig_size1_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3369269Z test_contig_size1_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3369646Z test_contig_size1_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3370015Z test_contig_size1_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3370521Z test_contig_size1_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3370932Z test_contig_size1_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3371309Z test_contig_size1_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3371707Z test_contig_size1_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3372083Z test_contig_size1_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3372473Z test_contig_size1_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3372847Z test_contig_size1_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3373230Z test_contig_size1_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3373610Z test_contig_size1_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3373962Z test_contig_size1_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3374277Z test_contig_size1_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3374602Z test_contig_size1_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3374937Z test_contig_size1_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3375361Z test_contig_size1_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3375739Z test_contig_size1_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3376080Z test_contig_size1_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3376424Z test_contig_size1_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3376777Z test_contig_size1_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3377122Z test_contig_size1_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3377467Z test_contig_size1_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3377808Z test_contig_size1_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3378332Z test_contig_size1_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3378673Z test_contig_size1_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3379004Z test_contig_size1_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3379342Z test_contig_size1_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3379684Z test_contig_size1_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3380025Z test_contig_size1_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3380376Z test_contig_size1_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3380716Z test_contig_size1_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3381033Z test_contig_size1_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3381367Z test_contig_size1_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3381711Z test_contig_size1_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3382054Z test_contig_size1_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3382402Z test_contig_size1_double_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3382744Z test_contig_size1_double_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.3383215Z test_contig_size1_double_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3383586Z test_contig_size1_double_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3383943Z test_contig_size1_double_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3384285Z test_contig_size1_double_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3384638Z test_contig_size1_double_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3384982Z test_contig_size1_double_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3385320Z test_contig_size1_double_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3385654Z test_contig_size1_double_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3385986Z test_contig_size1_double_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3386327Z test_contig_size1_double_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3386665Z test_contig_size1_double_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3387001Z test_contig_size1_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3387320Z test_contig_size1_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3387670Z test_contig_size1_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3387996Z test_contig_size1_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3388322Z test_contig_size1_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3388659Z test_contig_size1_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3388997Z test_contig_size1_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3389334Z test_contig_size1_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3389669Z test_contig_size1_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3389998Z test_contig_size1_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3390348Z test_contig_size1_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3391557Z test_contig_size1_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3391903Z test_contig_size1_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3392244Z test_contig_size1_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3392582Z test_contig_size1_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3392922Z test_contig_size1_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3393260Z test_contig_size1_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3393585Z test_contig_size1_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3393916Z test_contig_size1_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3394233Z test_contig_size1_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3394582Z test_contig_size1_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3394926Z test_contig_size1_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3395273Z test_contig_size1_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3395616Z test_contig_size1_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3395951Z test_contig_size1_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3396396Z test_contig_size1_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3396750Z test_contig_size1_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3397090Z test_contig_size1_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3397424Z test_contig_size1_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3397778Z test_contig_size1_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3398119Z test_contig_size1_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3398464Z test_contig_size1_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3398802Z test_contig_size1_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3399134Z test_contig_size1_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3421239Z test_contig_size1_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3421755Z test_contig_size1_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3422164Z test_contig_size1_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3422519Z test_contig_size1_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3422911Z test_contig_size1_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3423289Z test_contig_size1_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3423649Z test_contig_size1_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3424094Z test_contig_size1_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3424488Z test_contig_size1_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3424867Z test_contig_size1_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3425234Z test_contig_size1_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3425589Z test_contig_size1_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3426621Z test_contig_size1_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3426976Z test_contig_size1_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3427455Z test_contig_size1_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3427820Z test_contig_size1_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.3428150Z test_contig_size1_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3428479Z test_contig_size1_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3428831Z test_contig_size1_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3429162Z test_contig_size1_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3429503Z test_contig_size1_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3429895Z test_contig_size1_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3430224Z test_contig_size1_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3430565Z test_contig_size1_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3430940Z test_contig_size1_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3431324Z test_contig_size1_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3431658Z test_contig_size1_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3432149Z test_contig_size1_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3432523Z test_contig_size1_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3432860Z test_contig_size1_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3433221Z test_contig_size1_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3433571Z test_contig_size1_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3433922Z test_contig_size1_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3434261Z test_contig_size1_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3434600Z test_contig_size1_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3434938Z test_contig_size1_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3435271Z test_contig_size1_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3435602Z test_contig_size1_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3435925Z test_contig_size1_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3436266Z test_contig_size1_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3436603Z test_contig_size1_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3436980Z test_contig_size1_float_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.3437321Z test_contig_size1_float_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3437676Z test_contig_size1_float_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3438123Z test_contig_size1_float_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3438484Z test_contig_size1_float_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3438831Z test_contig_size1_float_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3439174Z test_contig_size1_float_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3440075Z test_contig_size1_float_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3440408Z test_contig_size1_float_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3440788Z test_contig_size1_float_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3441116Z test_contig_size1_float_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3441444Z test_contig_size1_float_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3441794Z test_contig_size1_float_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3442143Z test_contig_size1_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3442481Z test_contig_size1_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3442818Z test_contig_size1_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.3443154Z test_contig_size1_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3443484Z test_contig_size1_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3443848Z test_contig_size1_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3444190Z test_contig_size1_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3444532Z test_contig_size1_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3445065Z test_contig_size1_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3445451Z test_contig_size1_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3445803Z test_contig_size1_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3446152Z test_contig_size1_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3446497Z test_contig_size1_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3446844Z test_contig_size1_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3447181Z test_contig_size1_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3447519Z test_contig_size1_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3447860Z test_contig_size1_half_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3448205Z test_contig_size1_half_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3448563Z test_contig_size1_half_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3448917Z test_contig_size1_half_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3449244Z test_contig_size1_half_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3449572Z test_contig_size1_half_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3449893Z test_contig_size1_half_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.3450214Z test_contig_size1_half_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3450517Z test_contig_size1_half_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3450905Z test_contig_size1_half_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3451313Z test_contig_size1_half_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3451720Z test_contig_size1_half_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3452212Z test_contig_size1_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3452654Z test_contig_size1_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3453626Z test_contig_size1_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3453960Z test_contig_size1_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3454284Z test_contig_size1_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3454615Z test_contig_size1_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3454942Z test_contig_size1_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3455276Z test_contig_size1_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3455603Z test_contig_size1_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3455929Z test_contig_size1_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3456285Z test_contig_size1_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3456646Z test_contig_size1_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3457000Z test_contig_size1_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.3457343Z test_contig_size1_int_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3457653Z test_contig_size1_int_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3458051Z test_contig_size1_int_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3458536Z test_contig_size1_int_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3458939Z test_contig_size1_int_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3459313Z test_contig_size1_int_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3459660Z test_contig_size1_int_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3460002Z test_contig_size1_int_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3460344Z test_contig_size1_int_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3460672Z test_contig_size1_int_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3461006Z test_contig_size1_int_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3461346Z test_contig_size1_int_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3461709Z test_contig_size1_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3462060Z test_contig_size1_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3462430Z test_contig_size1_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3462792Z test_contig_size1_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3463167Z test_contig_size1_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3463525Z test_contig_size1_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3463883Z test_contig_size1_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3464217Z test_contig_size1_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3464572Z test_contig_size1_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3464977Z test_contig_size1_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3465334Z test_contig_size1_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3465680Z test_contig_size1_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3466098Z test_contig_size1_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3466978Z test_contig_size1_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3467318Z test_contig_size1_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3467671Z test_contig_size1_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3468032Z test_contig_size1_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3468393Z test_contig_size1_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3468740Z test_contig_size1_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3469087Z test_contig_size1_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3469429Z test_contig_size1_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3469776Z test_contig_size1_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3470107Z test_contig_size1_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3470447Z test_contig_size1_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3470784Z test_contig_size1_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3471124Z test_contig_size1_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3471565Z test_contig_size1_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3471965Z test_contig_size1_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3472329Z test_contig_size1_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3472680Z test_contig_size1_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3473111Z test_contig_size1_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3473460Z test_contig_size1_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3473794Z test_contig_size1_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3474127Z test_contig_size1_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3474459Z test_contig_size1_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3474799Z test_contig_size1_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3475133Z test_contig_size1_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3475466Z test_contig_size1_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3475824Z test_contig_size1_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3476172Z test_contig_size1_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3476527Z test_contig_size1_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3476875Z test_contig_size1_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3477225Z test_contig_size1_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3477569Z test_contig_size1_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3477919Z test_contig_size1_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.3478245Z test_contig_size1_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3478582Z test_contig_size1_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3478965Z test_contig_size1_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3479872Z test_contig_size1_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3480265Z test_contig_size1_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3480628Z test_contig_size1_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3480981Z test_contig_size1_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3481335Z test_contig_size1_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3481684Z test_contig_size1_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3482033Z test_contig_size1_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3482382Z test_contig_size1_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3482730Z test_contig_size1_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3483085Z test_contig_size1_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3483438Z test_contig_size1_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3483782Z test_contig_size1_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3484140Z test_contig_size1_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3484992Z test_contig_size1_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3485399Z test_contig_size1_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3485747Z test_contig_size1_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3486122Z test_contig_size1_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3486480Z test_contig_size1_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3486861Z test_contig_size1_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3487236Z test_contig_size1_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3487574Z test_contig_size1_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3487916Z test_contig_size1_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3488256Z test_contig_size1_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3488631Z test_contig_size1_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3489001Z test_contig_size1_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3489389Z test_contig_size1_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.3489777Z test_contig_size1_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3490147Z test_contig_size1_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3490522Z test_contig_size1_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3490893Z test_contig_size1_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3491263Z test_contig_size1_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3491629Z test_contig_size1_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3491988Z test_contig_size1_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3492352Z test_contig_size1_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3493276Z test_contig_size1_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3493631Z test_contig_size1_large_dim_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3494072Z test_contig_size1_large_dim_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3494463Z test_contig_size1_large_dim_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3494839Z test_contig_size1_large_dim_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3495226Z test_contig_size1_large_dim_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3495595Z test_contig_size1_large_dim_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3495961Z test_contig_size1_large_dim_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3496324Z test_contig_size1_large_dim_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3496677Z test_contig_size1_large_dim_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3497038Z test_contig_size1_large_dim_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3497401Z test_contig_size1_large_dim_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3497760Z test_contig_size1_large_dim_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3498236Z test_contig_size1_large_dim_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3498628Z test_contig_size1_large_dim_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3498989Z test_contig_size1_large_dim_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3499371Z test_contig_size1_large_dim_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3499799Z test_contig_size1_large_dim_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3500186Z test_contig_size1_large_dim_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3500549Z test_contig_size1_large_dim_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3500985Z test_contig_size1_large_dim_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3501366Z test_contig_size1_large_dim_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3501705Z test_contig_size1_large_dim_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3502067Z test_contig_size1_large_dim_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3502423Z test_contig_size1_large_dim_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3502791Z test_contig_size1_large_dim_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3503160Z test_contig_size1_large_dim_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3503539Z test_contig_size1_large_dim_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3503899Z test_contig_size1_large_dim_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3504286Z test_contig_size1_large_dim_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3504671Z test_contig_size1_large_dim_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3505053Z test_contig_size1_large_dim_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3505425Z test_contig_size1_large_dim_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3506298Z test_contig_size1_large_dim_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3506711Z test_contig_size1_large_dim_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.3507081Z test_contig_size1_large_dim_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3507442Z test_contig_size1_large_dim_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3507869Z test_contig_size1_large_dim_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3508242Z test_contig_size1_large_dim_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3508600Z test_contig_size1_large_dim_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3508965Z test_contig_size1_large_dim_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3509353Z test_contig_size1_large_dim_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3509713Z test_contig_size1_large_dim_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3510089Z test_contig_size1_large_dim_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3510458Z test_contig_size1_large_dim_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3510825Z test_contig_size1_large_dim_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3511301Z test_contig_size1_large_dim_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3511682Z test_contig_size1_large_dim_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3512039Z test_contig_size1_large_dim_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3512405Z test_contig_size1_large_dim_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3512768Z test_contig_size1_large_dim_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3513134Z test_contig_size1_large_dim_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3513526Z test_contig_size1_large_dim_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3513919Z test_contig_size1_large_dim_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3514343Z test_contig_size1_large_dim_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3514729Z test_contig_size1_large_dim_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3515099Z test_contig_size1_large_dim_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3515462Z test_contig_size1_large_dim_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3515835Z test_contig_size1_large_dim_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3516197Z test_contig_size1_large_dim_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3516557Z test_contig_size1_large_dim_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3516919Z test_contig_size1_large_dim_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3517267Z test_contig_size1_large_dim_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3517625Z test_contig_size1_large_dim_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T01:58:36.3518000Z test_contig_size1_large_dim_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3518355Z test_contig_size1_large_dim_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3519244Z test_contig_size1_large_dim_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3519633Z test_contig_size1_large_dim_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3520069Z test_contig_size1_large_dim_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3520451Z test_contig_size1_large_dim_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3520833Z test_contig_size1_large_dim_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3521276Z test_contig_size1_large_dim_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3521646Z test_contig_size1_large_dim_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3522015Z test_contig_size1_large_dim_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3522386Z test_contig_size1_large_dim_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3522783Z test_contig_size1_large_dim_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3523150Z test_contig_size1_large_dim_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3523521Z test_contig_size1_large_dim_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.3524003Z test_contig_size1_large_dim_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3524401Z test_contig_size1_large_dim_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3524782Z test_contig_size1_large_dim_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3525161Z test_contig_size1_large_dim_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3525536Z test_contig_size1_large_dim_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3525887Z test_contig_size1_large_dim_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3526255Z test_contig_size1_large_dim_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3526607Z test_contig_size1_large_dim_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3527012Z test_contig_size1_large_dim_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3527382Z test_contig_size1_large_dim_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3527745Z test_contig_size1_large_dim_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3528177Z test_contig_size1_large_dim_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3528571Z test_contig_size1_large_dim_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3528931Z test_contig_size1_large_dim_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3529317Z test_contig_size1_large_dim_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3529688Z test_contig_size1_large_dim_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3530073Z test_contig_size1_large_dim_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3530449Z test_contig_size1_large_dim_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3530819Z test_contig_size1_large_dim_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3531194Z test_contig_size1_large_dim_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3532068Z test_contig_size1_large_dim_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3532436Z test_contig_size1_large_dim_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3532804Z test_contig_size1_large_dim_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3533169Z test_contig_size1_large_dim_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3533524Z test_contig_size1_large_dim_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3533945Z test_contig_size1_large_dim_bfloat16_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3534319Z test_contig_size1_large_dim_bfloat16_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3534708Z test_contig_size1_large_dim_bfloat16_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3535171Z test_contig_size1_large_dim_bfloat16_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3535568Z test_contig_size1_large_dim_bfloat16_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3535952Z test_contig_size1_large_dim_bfloat16_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3536326Z test_contig_size1_large_dim_bfloat16_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3536707Z test_contig_size1_large_dim_bfloat16_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.3537197Z test_contig_size1_large_dim_bfloat16_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3537589Z test_contig_size1_large_dim_bfloat16_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3537961Z test_contig_size1_large_dim_bfloat16_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3538333Z test_contig_size1_large_dim_bfloat16_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3538710Z test_contig_size1_large_dim_bfloat16_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.3539098Z test_contig_size1_large_dim_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3539484Z test_contig_size1_large_dim_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3539851Z test_contig_size1_large_dim_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3540221Z test_contig_size1_large_dim_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.3540641Z test_contig_size1_large_dim_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3541032Z test_contig_size1_large_dim_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3541410Z test_contig_size1_large_dim_bool_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3541855Z test_contig_size1_large_dim_bool_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3542230Z test_contig_size1_large_dim_bool_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3542614Z test_contig_size1_large_dim_bool_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3542995Z test_contig_size1_large_dim_bool_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3543370Z test_contig_size1_large_dim_bool_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.3543735Z test_contig_size1_large_dim_bool_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3544097Z test_contig_size1_large_dim_bool_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3544448Z test_contig_size1_large_dim_bool_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3545299Z test_contig_size1_large_dim_bool_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3545657Z test_contig_size1_large_dim_bool_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3546083Z test_contig_size1_large_dim_bool_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3546509Z test_contig_size1_large_dim_bool_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3546959Z test_contig_size1_large_dim_byte_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3547436Z test_contig_size1_large_dim_byte_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3547889Z test_contig_size1_large_dim_byte_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3548277Z test_contig_size1_large_dim_byte_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3548647Z test_contig_size1_large_dim_byte_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3549082Z test_contig_size1_large_dim_byte_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3549454Z test_contig_size1_large_dim_byte_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3549809Z test_contig_size1_large_dim_byte_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3550315Z test_contig_size1_large_dim_byte_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.3550672Z test_contig_size1_large_dim_byte_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3551038Z test_contig_size1_large_dim_byte_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3551409Z test_contig_size1_large_dim_byte_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3551807Z test_contig_size1_large_dim_cdouble_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3552178Z test_contig_size1_large_dim_cdouble_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3552578Z test_contig_size1_large_dim_cdouble_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3552974Z test_contig_size1_large_dim_cdouble_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3553362Z test_contig_size1_large_dim_cdouble_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3553748Z test_contig_size1_large_dim_cdouble_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3554128Z test_contig_size1_large_dim_cdouble_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3554510Z test_contig_size1_large_dim_cdouble_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3554932Z test_contig_size1_large_dim_cdouble_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3555316Z test_contig_size1_large_dim_cdouble_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3555729Z test_contig_size1_large_dim_cdouble_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3556149Z test_contig_size1_large_dim_cdouble_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3556529Z test_contig_size1_large_dim_cdouble_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.3556904Z test_contig_size1_large_dim_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3557267Z test_contig_size1_large_dim_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3557640Z test_contig_size1_large_dim_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3558558Z test_contig_size1_large_dim_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3558924Z test_contig_size1_large_dim_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3559268Z test_contig_size1_large_dim_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3559626Z test_contig_size1_large_dim_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3559984Z test_contig_size1_large_dim_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3560345Z test_contig_size1_large_dim_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3560731Z test_contig_size1_large_dim_cfloat_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3561101Z test_contig_size1_large_dim_cfloat_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3561491Z test_contig_size1_large_dim_cfloat_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3561934Z test_contig_size1_large_dim_cfloat_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3562312Z test_contig_size1_large_dim_cfloat_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3562729Z test_contig_size1_large_dim_cfloat_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3563146Z test_contig_size1_large_dim_cfloat_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3563648Z test_contig_size1_large_dim_cfloat_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3564036Z test_contig_size1_large_dim_cfloat_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3564459Z test_contig_size1_large_dim_cfloat_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3564825Z test_contig_size1_large_dim_cfloat_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3565190Z test_contig_size1_large_dim_cfloat_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3565549Z test_contig_size1_large_dim_cfloat_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3565925Z test_contig_size1_large_dim_chalf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3566294Z test_contig_size1_large_dim_chalf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3566691Z test_contig_size1_large_dim_chalf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3567058Z test_contig_size1_large_dim_chalf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3567441Z test_contig_size1_large_dim_chalf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3567819Z test_contig_size1_large_dim_chalf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3568197Z test_contig_size1_large_dim_chalf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3568674Z test_contig_size1_large_dim_chalf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3569051Z test_contig_size1_large_dim_chalf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3569414Z test_contig_size1_large_dim_chalf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3569852Z test_contig_size1_large_dim_chalf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3570217Z test_contig_size1_large_dim_chalf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3570573Z test_contig_size1_large_dim_chalf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3570939Z test_contig_size1_large_dim_char_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3571854Z test_contig_size1_large_dim_char_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3572243Z test_contig_size1_large_dim_char_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3572628Z test_contig_size1_large_dim_char_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3573013Z test_contig_size1_large_dim_char_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3573391Z test_contig_size1_large_dim_char_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3573755Z test_contig_size1_large_dim_char_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3574127Z test_contig_size1_large_dim_char_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3574487Z test_contig_size1_large_dim_char_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3574852Z test_contig_size1_large_dim_char_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3575193Z test_contig_size1_large_dim_char_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3575597Z test_contig_size1_large_dim_char_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3575963Z test_contig_size1_large_dim_char_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.3576332Z test_contig_size1_large_dim_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3576845Z test_contig_size1_large_dim_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3577254Z test_contig_size1_large_dim_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3577681Z test_contig_size1_large_dim_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3578092Z test_contig_size1_large_dim_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3578493Z test_contig_size1_large_dim_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3578887Z test_contig_size1_large_dim_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3579286Z test_contig_size1_large_dim_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3579685Z test_contig_size1_large_dim_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3580094Z test_contig_size1_large_dim_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3580495Z test_contig_size1_large_dim_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3580895Z test_contig_size1_large_dim_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3581299Z test_contig_size1_large_dim_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3581762Z test_contig_size1_large_dim_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3582199Z test_contig_size1_large_dim_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3582658Z test_contig_size1_large_dim_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3583113Z test_contig_size1_large_dim_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3583620Z test_contig_size1_large_dim_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3584048Z test_contig_size1_large_dim_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.3584589Z test_contig_size1_large_dim_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3585204Z test_contig_size1_large_dim_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3585641Z test_contig_size1_large_dim_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3586083Z test_contig_size1_large_dim_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3586523Z test_contig_size1_large_dim_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3586962Z test_contig_size1_large_dim_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3587391Z test_contig_size1_large_dim_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3587799Z test_contig_size1_large_dim_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3588212Z test_contig_size1_large_dim_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3588645Z test_contig_size1_large_dim_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3589062Z test_contig_size1_large_dim_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3589483Z test_contig_size1_large_dim_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3589946Z test_contig_size1_large_dim_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3590367Z test_contig_size1_large_dim_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3590958Z test_contig_size1_large_dim_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3591425Z test_contig_size1_large_dim_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3591835Z test_contig_size1_large_dim_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3592243Z test_contig_size1_large_dim_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3592639Z test_contig_size1_large_dim_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3593045Z test_contig_size1_large_dim_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3593439Z test_contig_size1_large_dim_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3593837Z test_contig_size1_large_dim_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3594279Z test_contig_size1_large_dim_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3594718Z test_contig_size1_large_dim_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3595139Z test_contig_size1_large_dim_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3595541Z test_contig_size1_large_dim_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3595961Z test_contig_size1_large_dim_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3596377Z test_contig_size1_large_dim_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3596786Z test_contig_size1_large_dim_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3597230Z test_contig_size1_large_dim_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3597639Z test_contig_size1_large_dim_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3598080Z test_contig_size1_large_dim_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3598526Z test_contig_size1_large_dim_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3598964Z test_contig_size1_large_dim_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3599546Z test_contig_size1_large_dim_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3599931Z test_contig_size1_large_dim_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3600321Z test_contig_size1_large_dim_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3600712Z test_contig_size1_large_dim_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3601090Z test_contig_size1_large_dim_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3601459Z test_contig_size1_large_dim_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3601835Z test_contig_size1_large_dim_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3602202Z test_contig_size1_large_dim_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3602577Z test_contig_size1_large_dim_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3602941Z test_contig_size1_large_dim_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3603314Z test_contig_size1_large_dim_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3603694Z test_contig_size1_large_dim_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3604237Z test_contig_size1_large_dim_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3604640Z test_contig_size1_large_dim_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3605015Z test_contig_size1_large_dim_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3605478Z test_contig_size1_large_dim_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3605863Z test_contig_size1_large_dim_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3606230Z test_contig_size1_large_dim_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3606612Z test_contig_size1_large_dim_double_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3606986Z test_contig_size1_large_dim_double_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3607384Z test_contig_size1_large_dim_double_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3607775Z test_contig_size1_large_dim_double_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3608151Z test_contig_size1_large_dim_double_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.3608527Z test_contig_size1_large_dim_double_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3608910Z test_contig_size1_large_dim_double_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3609285Z test_contig_size1_large_dim_double_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3609656Z test_contig_size1_large_dim_double_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3610007Z test_contig_size1_large_dim_double_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3610377Z test_contig_size1_large_dim_double_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3610750Z test_contig_size1_large_dim_double_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3611164Z test_contig_size1_large_dim_double_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3611542Z test_contig_size1_large_dim_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3612073Z test_contig_size1_large_dim_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3612476Z test_contig_size1_large_dim_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3612844Z test_contig_size1_large_dim_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3613206Z test_contig_size1_large_dim_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3613572Z test_contig_size1_large_dim_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3613924Z test_contig_size1_large_dim_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3614261Z test_contig_size1_large_dim_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3614596Z test_contig_size1_large_dim_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3614964Z test_contig_size1_large_dim_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3615421Z test_contig_size1_large_dim_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3615849Z test_contig_size1_large_dim_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3616285Z test_contig_size1_large_dim_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3616760Z test_contig_size1_large_dim_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3617301Z test_contig_size1_large_dim_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3617685Z test_contig_size1_large_dim_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3618073Z test_contig_size1_large_dim_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3618435Z test_contig_size1_large_dim_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3618812Z test_contig_size1_large_dim_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3619249Z test_contig_size1_large_dim_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3619629Z test_contig_size1_large_dim_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3620012Z test_contig_size1_large_dim_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3620398Z test_contig_size1_large_dim_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3620769Z test_contig_size1_large_dim_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3621137Z test_contig_size1_large_dim_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3621502Z test_contig_size1_large_dim_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3621877Z test_contig_size1_large_dim_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3622256Z test_contig_size1_large_dim_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3622618Z test_contig_size1_large_dim_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3623024Z test_contig_size1_large_dim_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3623391Z test_contig_size1_large_dim_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3623762Z test_contig_size1_large_dim_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3624135Z test_contig_size1_large_dim_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3624505Z test_contig_size1_large_dim_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3625105Z test_contig_size1_large_dim_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3625482Z test_contig_size1_large_dim_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3625825Z test_contig_size1_large_dim_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3626261Z test_contig_size1_large_dim_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3626629Z test_contig_size1_large_dim_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3627001Z test_contig_size1_large_dim_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3627368Z test_contig_size1_large_dim_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3627754Z test_contig_size1_large_dim_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.3628132Z test_contig_size1_large_dim_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3628517Z test_contig_size1_large_dim_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3628885Z test_contig_size1_large_dim_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3629259Z test_contig_size1_large_dim_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3629624Z test_contig_size1_large_dim_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3630096Z test_contig_size1_large_dim_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3630483Z test_contig_size1_large_dim_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3630844Z test_contig_size1_large_dim_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3631199Z test_contig_size1_large_dim_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3631560Z test_contig_size1_large_dim_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3631970Z test_contig_size1_large_dim_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3632340Z test_contig_size1_large_dim_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3632710Z test_contig_size1_large_dim_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3633159Z test_contig_size1_large_dim_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3633513Z test_contig_size1_large_dim_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3633875Z test_contig_size1_large_dim_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3634233Z test_contig_size1_large_dim_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3634601Z test_contig_size1_large_dim_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3634965Z test_contig_size1_large_dim_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3635332Z test_contig_size1_large_dim_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.3635701Z test_contig_size1_large_dim_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3636062Z test_contig_size1_large_dim_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3636448Z test_contig_size1_large_dim_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3636879Z test_contig_size1_large_dim_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3637256Z test_contig_size1_large_dim_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3637757Z test_contig_size1_large_dim_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3638121Z test_contig_size1_large_dim_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3638477Z test_contig_size1_large_dim_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3638875Z test_contig_size1_large_dim_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3639237Z test_contig_size1_large_dim_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3639592Z test_contig_size1_large_dim_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3639989Z test_contig_size1_large_dim_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3640396Z test_contig_size1_large_dim_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3640776Z test_contig_size1_large_dim_float_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3641125Z test_contig_size1_large_dim_float_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3641506Z test_contig_size1_large_dim_float_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3641881Z test_contig_size1_large_dim_float_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3642264Z test_contig_size1_large_dim_float_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3642743Z test_contig_size1_large_dim_float_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3643136Z test_contig_size1_large_dim_float_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3643504Z test_contig_size1_large_dim_float_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T01:58:36.3643859Z test_contig_size1_large_dim_float_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3644217Z test_contig_size1_large_dim_float_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3644572Z test_contig_size1_large_dim_float_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3644929Z test_contig_size1_large_dim_float_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3645286Z test_contig_size1_large_dim_float_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3645673Z test_contig_size1_large_dim_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3646086Z test_contig_size1_large_dim_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3646463Z test_contig_size1_large_dim_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3646832Z test_contig_size1_large_dim_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3647273Z test_contig_size1_large_dim_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3647641Z test_contig_size1_large_dim_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3647989Z test_contig_size1_large_dim_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3648344Z test_contig_size1_large_dim_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3648696Z test_contig_size1_large_dim_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3649043Z test_contig_size1_large_dim_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3649401Z test_contig_size1_large_dim_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3649762Z test_contig_size1_large_dim_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3650246Z test_contig_size1_large_dim_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3650627Z test_contig_size1_large_dim_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3651002Z test_contig_size1_large_dim_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3651370Z test_contig_size1_large_dim_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3651743Z test_contig_size1_large_dim_half_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.3652109Z test_contig_size1_large_dim_half_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3652488Z test_contig_size1_large_dim_half_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3652905Z test_contig_size1_large_dim_half_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3653290Z test_contig_size1_large_dim_half_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3653654Z test_contig_size1_large_dim_half_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3654057Z test_contig_size1_large_dim_half_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3654461Z test_contig_size1_large_dim_half_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3654822Z test_contig_size1_large_dim_half_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3655286Z test_contig_size1_large_dim_half_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3655664Z test_contig_size1_large_dim_half_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3656018Z test_contig_size1_large_dim_half_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3656387Z test_contig_size1_large_dim_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3656725Z test_contig_size1_large_dim_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3657082Z test_contig_size1_large_dim_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3657450Z test_contig_size1_large_dim_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3657802Z test_contig_size1_large_dim_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3658162Z test_contig_size1_large_dim_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3658517Z test_contig_size1_large_dim_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3658870Z test_contig_size1_large_dim_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.3659217Z test_contig_size1_large_dim_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3659564Z test_contig_size1_large_dim_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3659982Z test_contig_size1_large_dim_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3660366Z test_contig_size1_large_dim_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3660746Z test_contig_size1_large_dim_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3661188Z test_contig_size1_large_dim_int_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3661552Z test_contig_size1_large_dim_int_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3661932Z test_contig_size1_large_dim_int_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3662313Z test_contig_size1_large_dim_int_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3662807Z test_contig_size1_large_dim_int_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3663171Z test_contig_size1_large_dim_int_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3663529Z test_contig_size1_large_dim_int_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3663888Z test_contig_size1_large_dim_int_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3664230Z test_contig_size1_large_dim_int_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3664589Z test_contig_size1_large_dim_int_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3664950Z test_contig_size1_large_dim_int_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3665314Z test_contig_size1_large_dim_int_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3665708Z test_contig_size1_large_dim_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3666083Z test_contig_size1_large_dim_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3666482Z test_contig_size1_large_dim_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3666923Z test_contig_size1_large_dim_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3667326Z test_contig_size1_large_dim_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3667810Z test_contig_size1_large_dim_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3668287Z test_contig_size1_large_dim_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3668677Z test_contig_size1_large_dim_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3669062Z test_contig_size1_large_dim_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3669440Z test_contig_size1_large_dim_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3669808Z test_contig_size1_large_dim_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3670182Z test_contig_size1_large_dim_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3670556Z test_contig_size1_large_dim_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3670929Z test_contig_size1_large_dim_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3671295Z test_contig_size1_large_dim_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3671683Z test_contig_size1_large_dim_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3672073Z test_contig_size1_large_dim_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3672438Z test_contig_size1_large_dim_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3672815Z test_contig_size1_large_dim_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3673186Z test_contig_size1_large_dim_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3673558Z test_contig_size1_large_dim_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3673971Z test_contig_size1_large_dim_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3674339Z test_contig_size1_large_dim_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3674703Z test_contig_size1_large_dim_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3675136Z test_contig_size1_large_dim_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3675629Z test_contig_size1_large_dim_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3675997Z test_contig_size1_large_dim_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3676356Z test_contig_size1_large_dim_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.3676738Z test_contig_size1_large_dim_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3677121Z test_contig_size1_large_dim_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3677494Z test_contig_size1_large_dim_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3677864Z test_contig_size1_large_dim_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3678230Z test_contig_size1_large_dim_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3678598Z test_contig_size1_large_dim_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3678960Z test_contig_size1_large_dim_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3679314Z test_contig_size1_large_dim_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3679673Z test_contig_size1_large_dim_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3680115Z test_contig_size1_large_dim_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3680514Z test_contig_size1_large_dim_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3680930Z test_contig_size1_large_dim_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3681316Z test_contig_size1_large_dim_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3681720Z test_contig_size1_large_dim_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.3682100Z test_contig_size1_large_dim_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3682474Z test_contig_size1_large_dim_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3682840Z test_contig_size1_large_dim_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3683244Z test_contig_size1_large_dim_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3683610Z test_contig_size1_large_dim_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3683992Z test_contig_size1_large_dim_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3684444Z test_contig_size1_large_dim_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3684904Z test_contig_size1_large_dim_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3685418Z test_contig_size1_large_dim_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3685832Z test_contig_size1_large_dim_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3686215Z test_contig_size1_large_dim_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3686600Z test_contig_size1_large_dim_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3686976Z test_contig_size1_large_dim_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3687346Z test_contig_size1_large_dim_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3687718Z test_contig_size1_large_dim_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3688257Z test_contig_size1_large_dim_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3688616Z test_contig_size1_large_dim_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3689026Z test_contig_size1_large_dim_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3689417Z test_contig_size1_large_dim_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3689805Z test_contig_size1_large_dim_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3690255Z test_contig_size1_large_dim_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3690631Z test_contig_size1_large_dim_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3691003Z test_contig_size1_large_dim_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3691384Z test_contig_size1_large_dim_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3691754Z test_contig_size1_large_dim_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3692124Z test_contig_size1_large_dim_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3692490Z test_contig_size1_large_dim_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3693598Z test_contig_size1_large_dim_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3694013Z test_contig_size1_large_dim_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.3694419Z test_contig_size1_large_dim_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3694812Z test_contig_size1_large_dim_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3695235Z test_contig_size1_large_dim_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3695646Z test_contig_size1_large_dim_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3696091Z test_contig_size1_large_dim_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3696501Z test_contig_size1_large_dim_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3696936Z test_contig_size1_large_dim_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3697373Z test_contig_size1_large_dim_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3697758Z test_contig_size1_large_dim_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3698153Z test_contig_size1_large_dim_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3698557Z test_contig_size1_large_dim_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3698958Z test_contig_size1_large_dim_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3699332Z test_contig_size1_large_dim_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3699712Z test_contig_size1_large_dim_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3700092Z test_contig_size1_large_dim_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3700474Z test_contig_size1_large_dim_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3700842Z test_contig_size1_large_dim_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3701363Z test_contig_size1_large_dim_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3701735Z test_contig_size1_large_dim_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3702104Z test_contig_size1_large_dim_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3702475Z test_contig_size1_large_dim_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.3702894Z test_contig_size1_large_dim_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3703267Z test_contig_size1_large_dim_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3703648Z test_contig_size1_large_dim_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3704066Z test_contig_size1_large_dim_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3704436Z test_contig_size1_large_dim_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3704869Z test_contig_size1_large_dim_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3705277Z test_contig_size1_large_dim_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3705677Z test_contig_size1_large_dim_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3706065Z test_contig_size1_large_dim_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3706608Z test_contig_size1_large_dim_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3707023Z test_contig_size1_large_dim_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.3707423Z test_contig_size1_large_dim_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3707848Z test_contig_size1_large_dim_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3708278Z test_contig_size1_large_dim_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3708705Z test_contig_size1_large_dim_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3709106Z test_contig_size1_large_dim_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3709518Z test_contig_size1_large_dim_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3709930Z test_contig_size1_large_dim_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3710398Z test_contig_size1_large_dim_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3710806Z test_contig_size1_large_dim_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3711208Z test_contig_size1_large_dim_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3711703Z test_contig_size1_large_dim_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3712118Z test_contig_size1_large_dim_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3712523Z test_contig_size1_large_dim_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3712947Z test_contig_size1_large_dim_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3713371Z test_contig_size1_large_dim_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3713792Z test_contig_size1_large_dim_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3714217Z test_contig_size1_large_dim_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3714607Z test_contig_size1_large_dim_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3715178Z test_contig_size1_large_dim_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3715575Z test_contig_size1_large_dim_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3715978Z test_contig_size1_large_dim_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3716386Z test_contig_size1_large_dim_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3716770Z test_contig_size1_large_dim_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3717177Z test_contig_size1_large_dim_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3717641Z test_contig_size1_large_dim_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3718077Z test_contig_size1_large_dim_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3718567Z test_contig_size1_large_dim_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3719021Z test_contig_size1_large_dim_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.3719437Z test_contig_size1_large_dim_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3719842Z test_contig_size1_large_dim_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3720256Z test_contig_size1_large_dim_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3720809Z test_contig_size1_large_dim_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3721227Z test_contig_size1_large_dim_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.3721616Z test_contig_size1_large_dim_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3722015Z test_contig_size1_large_dim_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3722436Z test_contig_size1_large_dim_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3722881Z test_contig_size1_large_dim_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3723288Z test_contig_size1_large_dim_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3723783Z test_contig_size1_large_dim_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3724244Z test_contig_size1_large_dim_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3724736Z test_contig_size1_large_dim_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3725166Z test_contig_size1_large_dim_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3725583Z test_contig_size1_large_dim_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3726097Z test_contig_size1_large_dim_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3726536Z test_contig_size1_large_dim_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3726958Z test_contig_size1_large_dim_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3727376Z test_contig_size1_large_dim_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3727802Z test_contig_size1_large_dim_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3728226Z test_contig_size1_large_dim_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3728641Z test_contig_size1_large_dim_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3729052Z test_contig_size1_large_dim_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3729634Z test_contig_size1_large_dim_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T01:58:36.3730049Z test_contig_size1_large_dim_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3730468Z test_contig_size1_large_dim_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3730871Z test_contig_size1_large_dim_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3731281Z test_contig_size1_large_dim_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3731735Z test_contig_size1_large_dim_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3732149Z test_contig_size1_large_dim_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3732541Z test_contig_size1_large_dim_long_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3733039Z test_contig_size1_large_dim_long_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3733475Z test_contig_size1_large_dim_long_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3733906Z test_contig_size1_large_dim_long_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3734343Z test_contig_size1_large_dim_long_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3734905Z test_contig_size1_large_dim_long_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3735333Z test_contig_size1_large_dim_long_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3735744Z test_contig_size1_large_dim_long_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T01:58:36.3736158Z test_contig_size1_large_dim_long_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3736570Z test_contig_size1_large_dim_long_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3736967Z test_contig_size1_large_dim_long_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3737359Z test_contig_size1_large_dim_long_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3737763Z test_contig_size1_large_dim_long_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3738245Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3738716Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3739240Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3739704Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3740249Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3740705Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3741163Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3741609Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3742090Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3742535Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3743002Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3743621Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3744087Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3744541Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3744989Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3745450Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3745965Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3746437Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.3746990Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3747443Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3747902Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3748361Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3748964Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3749422Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3749854Z test_contig_size1_large_dim_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3750273Z test_contig_size1_large_dim_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3750710Z test_contig_size1_large_dim_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3751128Z test_contig_size1_large_dim_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3751543Z test_contig_size1_large_dim_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3751970Z test_contig_size1_large_dim_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3752389Z test_contig_size1_large_dim_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3752855Z test_contig_size1_large_dim_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.3753247Z test_contig_size1_large_dim_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3753717Z test_contig_size1_large_dim_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3754186Z test_contig_size1_large_dim_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3754614Z test_contig_size1_large_dim_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3755032Z test_contig_size1_large_dim_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3755449Z test_contig_size1_large_dim_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3755919Z test_contig_size1_large_dim_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.3756328Z test_contig_size1_large_dim_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3756731Z test_contig_size1_large_dim_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3757128Z test_contig_size1_large_dim_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3757700Z test_contig_size1_large_dim_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3758096Z test_contig_size1_large_dim_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3758487Z test_contig_size1_large_dim_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3758889Z test_contig_size1_large_dim_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3759363Z test_contig_size1_large_dim_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3759895Z test_contig_size1_large_dim_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3760352Z test_contig_size1_large_dim_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3760884Z test_contig_size1_large_dim_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3761345Z test_contig_size1_large_dim_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3761813Z test_contig_size1_large_dim_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3762260Z test_contig_size1_large_dim_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3762689Z test_contig_size1_large_dim_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3763321Z test_contig_size1_large_dim_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3763820Z test_contig_size1_large_dim_nn_functional_hardshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3764292Z test_contig_size1_large_dim_nn_functional_hardshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3764766Z test_contig_size1_large_dim_nn_functional_hardshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3765255Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3765752Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.3766229Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3766747Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3767227Z test_contig_size1_large_dim_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3767778Z test_contig_size1_large_dim_nn_functional_hardtanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3768261Z test_contig_size1_large_dim_nn_functional_hardtanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3768734Z test_contig_size1_large_dim_nn_functional_hardtanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3769207Z test_contig_size1_large_dim_nn_functional_hardtanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3769669Z test_contig_size1_large_dim_nn_functional_hardtanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3770122Z test_contig_size1_large_dim_nn_functional_hardtanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3770577Z test_contig_size1_large_dim_nn_functional_hardtanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3771062Z test_contig_size1_large_dim_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3771707Z test_contig_size1_large_dim_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3772184Z test_contig_size1_large_dim_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3772656Z test_contig_size1_large_dim_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3773123Z test_contig_size1_large_dim_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3773639Z test_contig_size1_large_dim_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3774078Z test_contig_size1_large_dim_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3774513Z test_contig_size1_large_dim_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3775037Z test_contig_size1_large_dim_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3775612Z test_contig_size1_large_dim_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3776076Z test_contig_size1_large_dim_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3776532Z test_contig_size1_large_dim_nn_functional_relu6_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3777141Z test_contig_size1_large_dim_nn_functional_relu6_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3777622Z test_contig_size1_large_dim_nn_functional_relu6_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.3778064Z test_contig_size1_large_dim_nn_functional_relu6_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3778514Z test_contig_size1_large_dim_nn_functional_relu6_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3778978Z test_contig_size1_large_dim_nn_functional_relu6_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3779481Z test_contig_size1_large_dim_nn_functional_relu6_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3779924Z test_contig_size1_large_dim_nn_functional_relu6_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3780367Z test_contig_size1_large_dim_nn_functional_relu6_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3780874Z test_contig_size1_large_dim_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3781378Z test_contig_size1_large_dim_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3781887Z test_contig_size1_large_dim_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3782346Z test_contig_size1_large_dim_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3782791Z test_contig_size1_large_dim_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3783249Z test_contig_size1_large_dim_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3783693Z test_contig_size1_large_dim_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3784153Z test_contig_size1_large_dim_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3784607Z test_contig_size1_large_dim_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3785081Z test_contig_size1_large_dim_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3785536Z test_contig_size1_large_dim_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3786164Z test_contig_size1_large_dim_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3786596Z test_contig_size1_large_dim_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3787050Z test_contig_size1_large_dim_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3787545Z test_contig_size1_large_dim_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3788051Z test_contig_size1_large_dim_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3788552Z test_contig_size1_large_dim_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3789032Z test_contig_size1_large_dim_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3789495Z test_contig_size1_large_dim_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.3789947Z test_contig_size1_large_dim_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3790396Z test_contig_size1_large_dim_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3790876Z test_contig_size1_large_dim_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3791491Z test_contig_size1_large_dim_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3791977Z test_contig_size1_large_dim_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3792450Z test_contig_size1_large_dim_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3792942Z test_contig_size1_large_dim_nn_functional_softshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3793416Z test_contig_size1_large_dim_nn_functional_softshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3793877Z test_contig_size1_large_dim_nn_functional_softshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3794405Z test_contig_size1_large_dim_nn_functional_softshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3794958Z test_contig_size1_large_dim_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3795424Z test_contig_size1_large_dim_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3795907Z test_contig_size1_large_dim_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3796396Z test_contig_size1_large_dim_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3796861Z test_contig_size1_large_dim_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3797338Z test_contig_size1_large_dim_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3797809Z test_contig_size1_large_dim_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3798266Z test_contig_size1_large_dim_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3798737Z test_contig_size1_large_dim_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3799195Z test_contig_size1_large_dim_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3799662Z test_contig_size1_large_dim_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3800281Z test_contig_size1_large_dim_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3800804Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3801339Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3801867Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3802347Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3802814Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.3803277Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3803758Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3804238Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3804715Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3805320Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3805809Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3806300Z test_contig_size1_large_dim_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3806769Z test_contig_size1_large_dim_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3807247Z test_contig_size1_large_dim_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3807723Z test_contig_size1_large_dim_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3808195Z test_contig_size1_large_dim_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3808653Z test_contig_size1_large_dim_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3809127Z test_contig_size1_large_dim_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3809592Z test_contig_size1_large_dim_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3810054Z test_contig_size1_large_dim_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3810510Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3810985Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3811467Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3811952Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3812486Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3812954Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3813500Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3814130Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3814604Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3815068Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3815554Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3816033Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3816499Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3816972Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3817440Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3817913Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3818373Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3818832Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3819441Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3819934Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3820403Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.3820878Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3821350Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3821816Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3822285Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3822732Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3823196Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3823680Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3824201Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3824689Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3825168Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3825731Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3826216Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3826693Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3827151Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3827610Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3828259Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3828734Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3829265Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3829775Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3830291Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3830756Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3831221Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3831692Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3832159Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3832587Z test_contig_size1_large_dim_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3833028Z test_contig_size1_large_dim_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3833618Z test_contig_size1_large_dim_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3834075Z test_contig_size1_large_dim_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3834481Z test_contig_size1_large_dim_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3834909Z test_contig_size1_large_dim_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3835345Z test_contig_size1_large_dim_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3835766Z test_contig_size1_large_dim_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3836197Z test_contig_size1_large_dim_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3836626Z test_contig_size1_large_dim_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3837063Z test_contig_size1_large_dim_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3837488Z test_contig_size1_large_dim_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3837919Z test_contig_size1_large_dim_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3838338Z test_contig_size1_large_dim_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3838784Z test_contig_size1_large_dim_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3839210Z test_contig_size1_large_dim_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3839631Z test_contig_size1_large_dim_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3840046Z test_contig_size1_large_dim_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3840478Z test_contig_size1_large_dim_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3840895Z test_contig_size1_large_dim_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3841308Z test_contig_size1_large_dim_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T01:58:36.3841720Z test_contig_size1_large_dim_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3843028Z test_contig_size1_large_dim_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3843435Z test_contig_size1_large_dim_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3843841Z test_contig_size1_large_dim_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3844279Z test_contig_size1_large_dim_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3844724Z test_contig_size1_large_dim_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3845142Z test_contig_size1_large_dim_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3845562Z test_contig_size1_large_dim_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3845976Z test_contig_size1_large_dim_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3846388Z test_contig_size1_large_dim_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3846795Z test_contig_size1_large_dim_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3847192Z test_contig_size1_large_dim_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3847588Z test_contig_size1_large_dim_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3848003Z test_contig_size1_large_dim_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.3848592Z test_contig_size1_large_dim_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3849040Z test_contig_size1_large_dim_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3849503Z test_contig_size1_large_dim_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3849963Z test_contig_size1_large_dim_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3850402Z test_contig_size1_large_dim_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3850839Z test_contig_size1_large_dim_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3851266Z test_contig_size1_large_dim_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3851710Z test_contig_size1_large_dim_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3852151Z test_contig_size1_large_dim_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.3852572Z test_contig_size1_large_dim_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3852981Z test_contig_size1_large_dim_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3853435Z test_contig_size1_large_dim_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3853864Z test_contig_size1_large_dim_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3854272Z test_contig_size1_large_dim_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3854692Z test_contig_size1_large_dim_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3855114Z test_contig_size1_large_dim_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3855541Z test_contig_size1_large_dim_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3855950Z test_contig_size1_large_dim_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3856352Z test_contig_size1_large_dim_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3856920Z test_contig_size1_large_dim_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3857332Z test_contig_size1_large_dim_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3857781Z test_contig_size1_large_dim_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3858229Z test_contig_size1_large_dim_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3858687Z test_contig_size1_large_dim_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3859151Z test_contig_size1_large_dim_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3859610Z test_contig_size1_large_dim_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3860049Z test_contig_size1_large_dim_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3860503Z test_contig_size1_large_dim_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3861011Z test_contig_size1_large_dim_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3861513Z test_contig_size1_large_dim_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3862013Z test_contig_size1_large_dim_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3862610Z test_contig_size1_large_dim_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3863067Z test_contig_size1_large_dim_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3863494Z test_contig_size1_large_dim_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3863922Z test_contig_size1_large_dim_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3864362Z test_contig_size1_large_dim_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3864780Z test_contig_size1_large_dim_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3865208Z test_contig_size1_large_dim_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3865624Z test_contig_size1_large_dim_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3866043Z test_contig_size1_large_dim_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3866462Z test_contig_size1_large_dim_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3866878Z test_contig_size1_large_dim_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3867300Z test_contig_size1_large_dim_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3867696Z test_contig_size1_large_dim_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3868101Z test_contig_size1_large_dim_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3868508Z test_contig_size1_large_dim_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3868934Z test_contig_size1_large_dim_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3869351Z test_contig_size1_large_dim_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3869771Z test_contig_size1_large_dim_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3870193Z test_contig_size1_large_dim_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3870681Z test_contig_size1_large_dim_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3871261Z test_contig_size1_large_dim_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3871657Z test_contig_size1_large_dim_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3872041Z test_contig_size1_large_dim_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3872446Z test_contig_size1_large_dim_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3872868Z test_contig_size1_large_dim_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3873269Z test_contig_size1_large_dim_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3873666Z test_contig_size1_large_dim_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3874068Z test_contig_size1_large_dim_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3874497Z test_contig_size1_large_dim_short_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3874917Z test_contig_size1_large_dim_short_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3875349Z test_contig_size1_large_dim_short_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.3875778Z test_contig_size1_large_dim_short_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.3876337Z test_contig_size1_large_dim_short_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.3876779Z test_contig_size1_large_dim_short_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3877186Z test_contig_size1_large_dim_short_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.3877590Z test_contig_size1_large_dim_short_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3878012Z test_contig_size1_large_dim_short_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.3878422Z test_contig_size1_large_dim_short_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3878822Z test_contig_size1_large_dim_short_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3879222Z test_contig_size1_large_dim_short_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3879647Z test_contig_size1_large_dim_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3880075Z test_contig_size1_large_dim_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3880515Z test_contig_size1_large_dim_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3880957Z test_contig_size1_large_dim_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.3881390Z test_contig_size1_large_dim_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3881811Z test_contig_size1_large_dim_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3882242Z test_contig_size1_large_dim_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3882662Z test_contig_size1_large_dim_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3883075Z test_contig_size1_large_dim_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3883498Z test_contig_size1_large_dim_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3883917Z test_contig_size1_large_dim_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3884345Z test_contig_size1_large_dim_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3884916Z test_contig_size1_large_dim_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3885327Z test_contig_size1_large_dim_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3885734Z test_contig_size1_large_dim_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3886150Z test_contig_size1_large_dim_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3886555Z test_contig_size1_large_dim_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3886978Z test_contig_size1_large_dim_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3887376Z test_contig_size1_large_dim_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3887786Z test_contig_size1_large_dim_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3888198Z test_contig_size1_large_dim_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3888608Z test_contig_size1_large_dim_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3888991Z test_contig_size1_large_dim_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3889423Z test_contig_size1_large_dim_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3889846Z test_contig_size1_large_dim_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3890409Z test_contig_size1_large_dim_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3890852Z test_contig_size1_large_dim_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3891276Z test_contig_size1_large_dim_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3891701Z test_contig_size1_large_dim_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3892122Z test_contig_size1_large_dim_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3892541Z test_contig_size1_large_dim_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3892948Z test_contig_size1_large_dim_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3893406Z test_contig_size1_large_dim_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3893822Z test_contig_size1_large_dim_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3894222Z test_contig_size1_large_dim_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3894642Z test_contig_size1_large_dim_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3895061Z test_contig_size1_large_dim_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3895499Z test_contig_size1_large_dim_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3895908Z test_contig_size1_large_dim_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3896309Z test_contig_size1_large_dim_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3896709Z test_contig_size1_large_dim_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3897119Z test_contig_size1_large_dim_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3897537Z test_contig_size1_large_dim_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3897910Z test_contig_size1_large_dim_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3898308Z test_contig_size1_large_dim_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3898864Z test_contig_size1_large_dim_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3899295Z test_contig_size1_large_dim_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3899688Z test_contig_size1_large_dim_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3900114Z test_contig_size1_large_dim_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3900541Z test_contig_size1_large_dim_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3900962Z test_contig_size1_large_dim_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3901377Z test_contig_size1_large_dim_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3901778Z test_contig_size1_large_dim_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3902191Z test_contig_size1_large_dim_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3902598Z test_contig_size1_large_dim_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3903008Z test_contig_size1_large_dim_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3903406Z test_contig_size1_large_dim_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3903810Z test_contig_size1_large_dim_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3904364Z test_contig_size1_large_dim_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3904791Z test_contig_size1_large_dim_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3905214Z test_contig_size1_large_dim_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3905653Z test_contig_size1_large_dim_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3906077Z test_contig_size1_large_dim_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3906471Z test_contig_size1_large_dim_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3906874Z test_contig_size1_large_dim_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3907281Z test_contig_size1_large_dim_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3907689Z test_contig_size1_large_dim_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3908095Z test_contig_size1_large_dim_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3908501Z test_contig_size1_large_dim_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3908895Z test_contig_size1_large_dim_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3909298Z test_contig_size1_large_dim_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3909749Z test_contig_size1_large_dim_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3910201Z test_contig_size1_large_dim_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3910656Z test_contig_size1_large_dim_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3911110Z test_contig_size1_large_dim_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3911551Z test_contig_size1_large_dim_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3911995Z test_contig_size1_large_dim_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3912595Z test_contig_size1_large_dim_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3913036Z test_contig_size1_large_dim_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3913496Z test_contig_size1_large_dim_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3913962Z test_contig_size1_large_dim_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3914419Z test_contig_size1_large_dim_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3914877Z test_contig_size1_large_dim_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.3915327Z test_contig_size1_large_dim_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3915751Z test_contig_size1_large_dim_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3916223Z test_contig_size1_large_dim_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3916687Z test_contig_size1_large_dim_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3917138Z test_contig_size1_large_dim_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3917664Z test_contig_size1_large_dim_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3919022Z test_contig_size1_large_dim_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3919517Z test_contig_size1_large_dim_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3919970Z test_contig_size1_large_dim_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3920433Z test_contig_size1_large_dim_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3920897Z test_contig_size1_large_dim_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3921342Z test_contig_size1_large_dim_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3921790Z test_contig_size1_large_dim_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3922233Z test_contig_size1_large_dim_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3922702Z test_contig_size1_large_dim_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3923150Z test_contig_size1_large_dim_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3923588Z test_contig_size1_large_dim_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3924043Z test_contig_size1_large_dim_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3924578Z test_contig_size1_large_dim_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T01:58:36.3925052Z test_contig_size1_large_dim_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3925578Z test_contig_size1_large_dim_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3926036Z test_contig_size1_large_dim_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3926494Z test_contig_size1_large_dim_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3926947Z test_contig_size1_large_dim_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3927382Z test_contig_size1_large_dim_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3928016Z test_contig_size1_large_dim_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3928481Z test_contig_size1_large_dim_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3928937Z test_contig_size1_large_dim_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3929409Z test_contig_size1_large_dim_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3929866Z test_contig_size1_large_dim_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3930308Z test_contig_size1_large_dim_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3930760Z test_contig_size1_large_dim_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3931233Z test_contig_size1_large_dim_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3931731Z test_contig_size1_large_dim_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3932162Z test_contig_size1_large_dim_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3932667Z test_contig_size1_large_dim_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3933263Z test_contig_size1_large_dim_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3933723Z test_contig_size1_large_dim_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.3934166Z test_contig_size1_large_dim_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3934617Z test_contig_size1_large_dim_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.3935093Z test_contig_size1_large_dim_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3935554Z test_contig_size1_large_dim_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3936003Z test_contig_size1_large_dim_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3936447Z test_contig_size1_large_dim_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3936898Z test_contig_size1_large_dim_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3937418Z test_contig_size1_large_dim_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3937852Z test_contig_size1_large_dim_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3938340Z test_contig_size1_large_dim_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3938796Z test_contig_size1_large_dim_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3939251Z test_contig_size1_large_dim_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3939770Z test_contig_size1_large_dim_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3940204Z test_contig_size1_large_dim_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3940645Z test_contig_size1_large_dim_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3941083Z test_contig_size1_large_dim_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3941522Z test_contig_size1_large_dim_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3941956Z test_contig_size1_large_dim_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3942550Z test_contig_size1_large_dim_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.3943005Z test_contig_size1_large_dim_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3943444Z test_contig_size1_large_dim_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3943876Z test_contig_size1_large_dim_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3944309Z test_contig_size1_large_dim_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3944733Z test_contig_size1_large_dim_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3945176Z test_contig_size1_large_dim_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3945666Z test_contig_size1_large_dim_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3946101Z test_contig_size1_large_dim_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3946612Z test_contig_size1_large_dim_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3947059Z test_contig_size1_large_dim_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3947492Z test_contig_size1_large_dim_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3948045Z test_contig_size1_large_dim_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3948494Z test_contig_size1_large_dim_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3948938Z test_contig_size1_large_dim_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3949391Z test_contig_size1_large_dim_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3949843Z test_contig_size1_large_dim_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3950311Z test_contig_size1_large_dim_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3950773Z test_contig_size1_large_dim_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3951234Z test_contig_size1_large_dim_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3951679Z test_contig_size1_large_dim_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3952126Z test_contig_size1_large_dim_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.3952628Z test_contig_size1_large_dim_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3953115Z test_contig_size1_large_dim_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3953676Z test_contig_size1_large_dim_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3954179Z test_contig_size1_large_dim_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3954663Z test_contig_size1_large_dim_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3955162Z test_contig_size1_large_dim_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3955629Z test_contig_size1_large_dim_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3956093Z test_contig_size1_large_dim_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3956740Z test_contig_size1_large_dim_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3957230Z test_contig_size1_large_dim_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3957692Z test_contig_size1_large_dim_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3958178Z test_contig_size1_large_dim_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3958676Z test_contig_size1_large_dim_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3959121Z test_contig_size1_large_dim_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.3959640Z test_contig_size1_large_dim_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3960117Z test_contig_size1_large_dim_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3960639Z test_contig_size1_large_dim_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3961134Z test_contig_size1_large_dim_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3961601Z test_contig_size1_large_dim_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3962237Z test_contig_size1_large_dim_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3962788Z test_contig_size1_large_dim_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3963272Z test_contig_size1_large_dim_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3963756Z test_contig_size1_large_dim_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3964210Z test_contig_size1_large_dim_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3964689Z test_contig_size1_large_dim_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3965175Z test_contig_size1_large_dim_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3965655Z test_contig_size1_large_dim_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3966148Z test_contig_size1_large_dim_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3966643Z test_contig_size1_large_dim_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3967179Z test_contig_size1_large_dim_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3967646Z test_contig_size1_large_dim_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.3968189Z test_contig_size1_large_dim_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3968671Z test_contig_size1_large_dim_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3969164Z test_contig_size1_large_dim_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3969626Z test_contig_size1_large_dim_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3970068Z test_contig_size1_large_dim_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3970685Z test_contig_size1_large_dim_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3971143Z test_contig_size1_large_dim_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.3971562Z test_contig_size1_large_dim_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3972016Z test_contig_size1_large_dim_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3972464Z test_contig_size1_large_dim_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3972920Z test_contig_size1_large_dim_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3973364Z test_contig_size1_large_dim_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3973860Z test_contig_size1_large_dim_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3974315Z test_contig_size1_large_dim_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3974773Z test_contig_size1_large_dim_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3975316Z test_contig_size1_large_dim_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3975808Z test_contig_size1_large_dim_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3976395Z test_contig_size1_large_dim_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3976868Z test_contig_size1_large_dim_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3977637Z test_contig_size1_large_dim_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3978156Z test_contig_size1_large_dim_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3978687Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3979196Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3979723Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3980237Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3980823Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3981377Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3981911Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3982510Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3982995Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3983477Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3983977Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3984423Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3984884Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3985583Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3986064Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3986509Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3986936Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3987392Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3987824Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3988336Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3988804Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3989336Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3989763Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.3990347Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3990818Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3991260Z test_contig_size1_large_dim_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3991765Z test_contig_size1_large_dim_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3992239Z test_contig_size1_large_dim_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3992692Z test_contig_size1_large_dim_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3993146Z test_contig_size1_large_dim_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3993599Z test_contig_size1_large_dim_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3994029Z test_contig_size1_large_dim_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3994509Z test_contig_size1_large_dim_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3994969Z test_contig_size1_large_dim_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3995381Z test_contig_size1_large_dim_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3995769Z test_contig_size1_large_dim_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3996254Z test_contig_size1_large_dim_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3996625Z test_contig_size1_large_dim_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.3996993Z test_contig_size1_large_dim_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.3997374Z test_contig_size1_large_dim_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3997763Z test_contig_size1_large_dim_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.3998130Z test_contig_size1_large_dim_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3998664Z test_contig_size1_large_dim_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3999044Z test_contig_size1_large_dim_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.3999432Z test_contig_size1_large_dim_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.3999815Z test_contig_size1_large_dim_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.4000235Z test_contig_size1_large_dim_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4000621Z test_contig_size1_large_dim_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4001013Z test_contig_size1_large_dim_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4001393Z test_contig_size1_large_dim_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4001819Z test_contig_size1_large_dim_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4002226Z test_contig_size1_large_dim_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4002607Z test_contig_size1_large_dim_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4003045Z test_contig_size1_large_dim_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4003429Z test_contig_size1_large_dim_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4003919Z test_contig_size1_large_dim_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4004303Z test_contig_size1_large_dim_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4004653Z test_contig_size1_large_dim_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4005057Z test_contig_size1_large_dim_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4005442Z test_contig_size1_large_dim_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4005855Z test_contig_size1_large_dim_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4006275Z test_contig_size1_large_dim_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4006698Z test_contig_size1_large_dim_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4007100Z test_contig_size1_large_dim_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4007513Z test_contig_size1_large_dim_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4007897Z test_contig_size1_large_dim_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4008286Z test_contig_size1_large_dim_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.4008659Z test_contig_size1_large_dim_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4009114Z test_contig_size1_large_dim_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4009482Z test_contig_size1_large_dim_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4009908Z test_contig_size1_large_dim_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4010286Z test_contig_size1_large_dim_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4010637Z test_contig_size1_large_dim_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4011023Z test_contig_size1_large_dim_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.4011425Z test_contig_size1_large_dim_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4011975Z test_contig_size1_large_dim_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4012330Z test_contig_size1_large_dim_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4012666Z test_contig_size1_large_dim_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4013030Z test_contig_size1_large_dim_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4013371Z test_contig_size1_large_dim_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4013732Z test_contig_size1_large_dim_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.4014067Z test_contig_size1_large_dim_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4014409Z test_contig_size1_large_dim_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4014776Z test_contig_size1_large_dim_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4015138Z test_contig_size1_large_dim_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.4015491Z test_contig_size1_large_dim_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4015906Z test_contig_size1_large_dim_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4016398Z test_contig_size1_large_dim_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4016845Z test_contig_size1_large_dim_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4017197Z test_contig_size1_large_dim_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4017523Z test_contig_size1_large_dim_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4017881Z test_contig_size1_large_dim_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4018219Z test_contig_size1_large_dim_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4018540Z test_contig_size1_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4018873Z test_contig_size1_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4019202Z test_contig_size1_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4019562Z test_contig_size1_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4019881Z test_contig_size1_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.4020224Z test_contig_size1_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4020559Z test_contig_size1_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4020929Z test_contig_size1_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.4021276Z test_contig_size1_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4021632Z test_contig_size1_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4021976Z test_contig_size1_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4022341Z test_contig_size1_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4022756Z test_contig_size1_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4023098Z test_contig_size1_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4023617Z test_contig_size1_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4024141Z test_contig_size1_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4024734Z test_contig_size1_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4025112Z test_contig_size1_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4025485Z test_contig_size1_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4025878Z test_contig_size1_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4026284Z test_contig_size1_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4026712Z test_contig_size1_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4027127Z test_contig_size1_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4027482Z test_contig_size1_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4027874Z test_contig_size1_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4028288Z test_contig_size1_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.4028715Z test_contig_size1_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4029140Z test_contig_size1_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4029551Z test_contig_size1_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4030028Z test_contig_size1_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.4030601Z test_contig_size1_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4031170Z test_contig_size1_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4031578Z test_contig_size1_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4032044Z test_contig_size1_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4032461Z test_contig_size1_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4032859Z test_contig_size1_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4033259Z test_contig_size1_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4033664Z test_contig_size1_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4034070Z test_contig_size1_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4034494Z test_contig_size1_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4034889Z test_contig_size1_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4035225Z test_contig_size1_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4035652Z test_contig_size1_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4036047Z test_contig_size1_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4036439Z test_contig_size1_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4036909Z test_contig_size1_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4037341Z test_contig_size1_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4037742Z test_contig_size1_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4038219Z test_contig_size1_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4038644Z test_contig_size1_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4039056Z test_contig_size1_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4039612Z test_contig_size1_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4040007Z test_contig_size1_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.4040391Z test_contig_size1_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4040767Z test_contig_size1_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4041150Z test_contig_size1_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4041564Z test_contig_size1_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4041980Z test_contig_size1_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4042439Z test_contig_size1_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4042887Z test_contig_size1_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4043274Z test_contig_size1_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4043725Z test_contig_size1_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4044212Z test_contig_size1_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4044634Z test_contig_size1_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4045132Z test_contig_size1_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4045695Z test_contig_size1_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4046144Z test_contig_size1_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4046583Z test_contig_size1_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4047026Z test_contig_size1_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4047445Z test_contig_size1_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4047974Z test_contig_size1_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4048373Z test_contig_size1_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4048772Z test_contig_size1_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4049162Z test_contig_size1_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4049546Z test_contig_size1_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4049925Z test_contig_size1_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4050297Z test_contig_size1_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4050713Z test_contig_size1_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.4051181Z test_contig_size1_long_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4051509Z test_contig_size1_long_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4051957Z test_contig_size1_long_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4052450Z test_contig_size1_long_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4052901Z test_contig_size1_long_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4053309Z test_contig_size1_long_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4053705Z test_contig_size1_long_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4054141Z test_contig_size1_long_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4054572Z test_contig_size1_long_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4055150Z test_contig_size1_long_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4055563Z test_contig_size1_long_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4055957Z test_contig_size1_long_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4056368Z test_contig_size1_long_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4056839Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4057323Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4057835Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4058316Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4058788Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4059340Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4059803Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4060166Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4060758Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4061244Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4061700Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4062194Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4062679Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.4063139Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4063569Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4064011Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.4064450Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4064970Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4065453Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4066008Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.4066513Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4066956Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4067389Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4067815Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4068254Z test_contig_size1_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4068682Z test_contig_size1_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4069119Z test_contig_size1_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4069560Z test_contig_size1_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4070803Z test_contig_size1_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4071268Z test_contig_size1_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4071694Z test_contig_size1_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4072186Z test_contig_size1_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4072631Z test_contig_size1_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4073109Z test_contig_size1_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4073587Z test_contig_size1_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4074020Z test_contig_size1_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4074461Z test_contig_size1_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4074889Z test_contig_size1_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4075323Z test_contig_size1_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4075738Z test_contig_size1_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4076155Z test_contig_size1_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4076586Z test_contig_size1_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4077165Z test_contig_size1_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4077605Z test_contig_size1_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.4078013Z test_contig_size1_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4078434Z test_contig_size1_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4078971Z test_contig_size1_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4079342Z test_contig_size1_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4079800Z test_contig_size1_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4080391Z test_contig_size1_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4080850Z test_contig_size1_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4081274Z test_contig_size1_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4081719Z test_contig_size1_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4082151Z test_contig_size1_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4082615Z test_contig_size1_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4083068Z test_contig_size1_nn_functional_hardshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4083523Z test_contig_size1_nn_functional_hardshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4083972Z test_contig_size1_nn_functional_hardshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4084435Z test_contig_size1_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4084893Z test_contig_size1_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4085349Z test_contig_size1_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4086039Z test_contig_size1_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4086495Z test_contig_size1_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4086996Z test_contig_size1_nn_functional_hardtanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4087442Z test_contig_size1_nn_functional_hardtanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4087951Z test_contig_size1_nn_functional_hardtanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4088425Z test_contig_size1_nn_functional_hardtanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4088877Z test_contig_size1_nn_functional_hardtanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4089311Z test_contig_size1_nn_functional_hardtanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4089693Z test_contig_size1_nn_functional_hardtanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4090166Z test_contig_size1_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4090652Z test_contig_size1_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4091127Z test_contig_size1_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4091749Z test_contig_size1_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4092244Z test_contig_size1_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4092714Z test_contig_size1_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4093173Z test_contig_size1_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4093678Z test_contig_size1_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4094168Z test_contig_size1_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4094730Z test_contig_size1_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4095165Z test_contig_size1_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4095604Z test_contig_size1_nn_functional_relu6_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4096022Z test_contig_size1_nn_functional_relu6_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4096441Z test_contig_size1_nn_functional_relu6_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4096880Z test_contig_size1_nn_functional_relu6_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4097287Z test_contig_size1_nn_functional_relu6_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4097702Z test_contig_size1_nn_functional_relu6_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4098109Z test_contig_size1_nn_functional_relu6_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4098540Z test_contig_size1_nn_functional_relu6_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.4098958Z test_contig_size1_nn_functional_relu6_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4099325Z test_contig_size1_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4099747Z test_contig_size1_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4100430Z test_contig_size1_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4100848Z test_contig_size1_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4101455Z test_contig_size1_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4102091Z test_contig_size1_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4102720Z test_contig_size1_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.4103248Z test_contig_size1_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4103758Z test_contig_size1_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4145967Z test_contig_size1_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4146433Z test_contig_size1_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4146804Z test_contig_size1_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4147158Z test_contig_size1_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4147521Z test_contig_size1_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4147904Z test_contig_size1_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4148473Z test_contig_size1_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4148879Z test_contig_size1_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4149234Z test_contig_size1_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4149608Z test_contig_size1_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4149975Z test_contig_size1_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4150336Z test_contig_size1_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4150787Z test_contig_size1_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4151182Z test_contig_size1_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4151588Z test_contig_size1_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4152062Z test_contig_size1_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4152465Z test_contig_size1_nn_functional_softshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4152881Z test_contig_size1_nn_functional_softshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4153286Z test_contig_size1_nn_functional_softshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4153684Z test_contig_size1_nn_functional_softshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4154077Z test_contig_size1_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4154471Z test_contig_size1_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4154901Z test_contig_size1_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4155331Z test_contig_size1_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4155735Z test_contig_size1_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4156343Z test_contig_size1_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.4156754Z test_contig_size1_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4157154Z test_contig_size1_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4157554Z test_contig_size1_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4158030Z test_contig_size1_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4158426Z test_contig_size1_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4158884Z test_contig_size1_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4159351Z test_contig_size1_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4159787Z test_contig_size1_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4160222Z test_contig_size1_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4160632Z test_contig_size1_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4161025Z test_contig_size1_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4161561Z test_contig_size1_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4162007Z test_contig_size1_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4162417Z test_contig_size1_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4162833Z test_contig_size1_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4163251Z test_contig_size1_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4163670Z test_contig_size1_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4164095Z test_contig_size1_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4164520Z test_contig_size1_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4164985Z test_contig_size1_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4165399Z test_contig_size1_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4165844Z test_contig_size1_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4166264Z test_contig_size1_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4166666Z test_contig_size1_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4167121Z test_contig_size1_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4167545Z test_contig_size1_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.4167927Z test_contig_size1_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4168340Z test_contig_size1_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4168826Z test_contig_size1_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4169401Z test_contig_size1_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4169794Z test_contig_size1_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.4170184Z test_contig_size1_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4170551Z test_contig_size1_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4170956Z test_contig_size1_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4171379Z test_contig_size1_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4171773Z test_contig_size1_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4172193Z test_contig_size1_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4172586Z test_contig_size1_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4173018Z test_contig_size1_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4173404Z test_contig_size1_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4173769Z test_contig_size1_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4174353Z test_contig_size1_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4174790Z test_contig_size1_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4175185Z test_contig_size1_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4175578Z test_contig_size1_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4175996Z test_contig_size1_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4176448Z test_contig_size1_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4176852Z test_contig_size1_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.4177225Z test_contig_size1_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4177620Z test_contig_size1_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4177996Z test_contig_size1_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4178391Z test_contig_size1_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4178757Z test_contig_size1_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4179154Z test_contig_size1_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4179538Z test_contig_size1_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4179978Z test_contig_size1_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4180384Z test_contig_size1_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4180762Z test_contig_size1_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4181228Z test_contig_size1_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4181630Z test_contig_size1_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.4182204Z test_contig_size1_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4182607Z test_contig_size1_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4183023Z test_contig_size1_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4183432Z test_contig_size1_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4183852Z test_contig_size1_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4184280Z test_contig_size1_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4184689Z test_contig_size1_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4185084Z test_contig_size1_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4185499Z test_contig_size1_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4185905Z test_contig_size1_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4186292Z test_contig_size1_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4186642Z test_contig_size1_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4187086Z test_contig_size1_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4188221Z test_contig_size1_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4188684Z test_contig_size1_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.4189042Z test_contig_size1_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4189413Z test_contig_size1_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4189793Z test_contig_size1_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4190173Z test_contig_size1_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4190533Z test_contig_size1_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4190904Z test_contig_size1_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4191272Z test_contig_size1_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4191633Z test_contig_size1_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4191999Z test_contig_size1_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4192363Z test_contig_size1_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4192737Z test_contig_size1_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4193082Z test_contig_size1_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4193429Z test_contig_size1_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4193757Z test_contig_size1_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4194127Z test_contig_size1_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4194493Z test_contig_size1_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4194867Z test_contig_size1_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.4195267Z test_contig_size1_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4195636Z test_contig_size1_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4196149Z test_contig_size1_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4196503Z test_contig_size1_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.4196853Z test_contig_size1_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.4197200Z test_contig_size1_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4197545Z test_contig_size1_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4197899Z test_contig_size1_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4198242Z test_contig_size1_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4198580Z test_contig_size1_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4198915Z test_contig_size1_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4199262Z test_contig_size1_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4199583Z test_contig_size1_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4199914Z test_contig_size1_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4200266Z test_contig_size1_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4200627Z test_contig_size1_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4201154Z test_contig_size1_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4201576Z test_contig_size1_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4201950Z test_contig_size1_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4202375Z test_contig_size1_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4202809Z test_contig_size1_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4203206Z test_contig_size1_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4203573Z test_contig_size1_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4203948Z test_contig_size1_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4204312Z test_contig_size1_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4204672Z test_contig_size1_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4205025Z test_contig_size1_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4205356Z test_contig_size1_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4230147Z test_contig_size1_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.4230595Z test_contig_size1_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4230992Z test_contig_size1_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4231362Z test_contig_size1_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4231706Z test_contig_size1_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4232075Z test_contig_size1_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.4232431Z test_contig_size1_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4232777Z test_contig_size1_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4233140Z test_contig_size1_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4233731Z test_contig_size1_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4234120Z test_contig_size1_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4234518Z test_contig_size1_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4234904Z test_contig_size1_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4235285Z test_contig_size1_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4235666Z test_contig_size1_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4236059Z test_contig_size1_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4236456Z test_contig_size1_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4236854Z test_contig_size1_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4237292Z test_contig_size1_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4237641Z test_contig_size1_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4238083Z test_contig_size1_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4238667Z test_contig_size1_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4239072Z test_contig_size1_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4239422Z test_contig_size1_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4239775Z test_contig_size1_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4240136Z test_contig_size1_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4240478Z test_contig_size1_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4240813Z test_contig_size1_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4241140Z test_contig_size1_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4241472Z test_contig_size1_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.4241808Z test_contig_size1_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4242150Z test_contig_size1_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4242498Z test_contig_size1_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4242844Z test_contig_size1_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.4243207Z test_contig_size1_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4243561Z test_contig_size1_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4243900Z test_contig_size1_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4244300Z test_contig_size1_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.4244659Z test_contig_size1_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4245002Z test_contig_size1_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4245406Z test_contig_size1_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4245767Z test_contig_size1_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.4246106Z test_contig_size1_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4246615Z test_contig_size1_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4246957Z test_contig_size1_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4247298Z test_contig_size1_short_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.4247644Z test_contig_size1_short_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4248010Z test_contig_size1_short_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4248380Z test_contig_size1_short_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4248735Z test_contig_size1_short_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4249067Z test_contig_size1_short_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4249399Z test_contig_size1_short_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.4249750Z test_contig_size1_short_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.4250086Z test_contig_size1_short_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4250424Z test_contig_size1_short_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.4250765Z test_contig_size1_short_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4251191Z test_contig_size1_short_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.4251689Z test_contig_size1_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4252078Z test_contig_size1_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4252525Z test_contig_size1_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4252892Z test_contig_size1_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4253268Z test_contig_size1_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4253729Z test_contig_size1_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4254102Z test_contig_size1_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.4254448Z test_contig_size1_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4254802Z test_contig_size1_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4255160Z test_contig_size1_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.4255505Z test_contig_size1_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4255856Z test_contig_size1_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4256201Z test_contig_size1_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4256544Z test_contig_size1_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4256886Z test_contig_size1_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4257233Z test_contig_size1_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4257585Z test_contig_size1_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4257926Z test_contig_size1_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4258309Z test_contig_size1_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4258658Z test_contig_size1_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4259004Z test_contig_size1_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4259420Z test_contig_size1_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4259921Z test_contig_size1_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4260285Z test_contig_size1_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4260641Z test_contig_size1_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4261005Z test_contig_size1_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4261338Z test_contig_size1_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.4261698Z test_contig_size1_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4262053Z test_contig_size1_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4262398Z test_contig_size1_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4262746Z test_contig_size1_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4263087Z test_contig_size1_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4263435Z test_contig_size1_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4263783Z test_contig_size1_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4264126Z test_contig_size1_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4264606Z test_contig_size1_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4264997Z test_contig_size1_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4265405Z test_contig_size1_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4265759Z test_contig_size1_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4266146Z test_contig_size1_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4266529Z test_contig_size1_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4266877Z test_contig_size1_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4267217Z test_contig_size1_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4267547Z test_contig_size1_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4267870Z test_contig_size1_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4268209Z test_contig_size1_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4268557Z test_contig_size1_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4268900Z test_contig_size1_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4269279Z test_contig_size1_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4269645Z test_contig_size1_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4269991Z test_contig_size1_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4270335Z test_contig_size1_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4270679Z test_contig_size1_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4271025Z test_contig_size1_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4271365Z test_contig_size1_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4271702Z test_contig_size1_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4272044Z test_contig_size1_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4272596Z test_contig_size1_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4272947Z test_contig_size1_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4273368Z test_contig_size1_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4273737Z test_contig_size1_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4274092Z test_contig_size1_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4274461Z test_contig_size1_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4274804Z test_contig_size1_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4275143Z test_contig_size1_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4275480Z test_contig_size1_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4275830Z test_contig_size1_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4276169Z test_contig_size1_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.4276498Z test_contig_size1_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4276829Z test_contig_size1_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4277165Z test_contig_size1_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4277672Z test_contig_size1_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.4278090Z test_contig_size1_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4278477Z test_contig_size1_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4278857Z test_contig_size1_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4279300Z test_contig_size1_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.4279681Z test_contig_size1_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4280101Z test_contig_size1_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.4280523Z test_contig_size1_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4280910Z test_contig_size1_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4281309Z test_contig_size1_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4281693Z test_contig_size1_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4282050Z test_contig_size1_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4282445Z test_contig_size1_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4282821Z test_contig_size1_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4283188Z test_contig_size1_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4283574Z test_contig_size1_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4283945Z test_contig_size1_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4284330Z test_contig_size1_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4284720Z test_contig_size1_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4285096Z test_contig_size1_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4285633Z test_contig_size1_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4286063Z test_contig_size1_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.4286448Z test_contig_size1_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4286822Z test_contig_size1_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4287243Z test_contig_size1_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4287685Z test_contig_size1_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4288067Z test_contig_size1_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4288438Z test_contig_size1_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.4288817Z test_contig_size1_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4289190Z test_contig_size1_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4289561Z test_contig_size1_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4289936Z test_contig_size1_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4290316Z test_contig_size1_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4290882Z test_contig_size1_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4291366Z test_contig_size1_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4291799Z test_contig_size1_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4292254Z test_contig_size1_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4292691Z test_contig_size1_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4293176Z test_contig_size1_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4293620Z test_contig_size1_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4294052Z test_contig_size1_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4294540Z test_contig_size1_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4294975Z test_contig_size1_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4295422Z test_contig_size1_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4295856Z test_contig_size1_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4296292Z test_contig_size1_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4296730Z test_contig_size1_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4297164Z test_contig_size1_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4297585Z test_contig_size1_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4298020Z test_contig_size1_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4298451Z test_contig_size1_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4298908Z test_contig_size1_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4299350Z test_contig_size1_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4299949Z test_contig_size1_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4300418Z test_contig_size1_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4300841Z test_contig_size1_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4301351Z test_contig_size1_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4301794Z test_contig_size1_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4302230Z test_contig_size1_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4302642Z test_contig_size1_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4303054Z test_contig_size1_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4303446Z test_contig_size1_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4303850Z test_contig_size1_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4304260Z test_contig_size1_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4304681Z test_contig_size1_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.4305095Z test_contig_size1_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4305645Z test_contig_size1_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4306094Z test_contig_size1_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4306576Z test_contig_size1_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4307030Z test_contig_size1_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4307472Z test_contig_size1_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4307829Z test_contig_size1_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4308256Z test_contig_size1_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.4308672Z test_contig_size1_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4309091Z test_contig_size1_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4309460Z test_contig_size1_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4309861Z test_contig_size1_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4310281Z test_contig_size1_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4310711Z test_contig_size1_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4311145Z test_contig_size1_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4311561Z test_contig_size1_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4311956Z test_contig_size1_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4312376Z test_contig_size1_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4312806Z test_contig_size1_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4313259Z test_contig_size1_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4313704Z test_contig_size1_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4314184Z test_contig_size1_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4314798Z test_contig_size1_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4315253Z test_contig_size1_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4315692Z test_contig_size1_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4316123Z test_contig_size1_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4316559Z test_contig_size1_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4317053Z test_contig_size1_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4317554Z test_contig_size1_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4318049Z test_contig_size1_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4318527Z test_contig_size1_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4318997Z test_contig_size1_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4319463Z test_contig_size1_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4319940Z test_contig_size1_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4320547Z test_contig_size1_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4321037Z test_contig_size1_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4321526Z test_contig_size1_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4322041Z test_contig_size1_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4322575Z test_contig_size1_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4323058Z test_contig_size1_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.4323542Z test_contig_size1_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4324033Z test_contig_size1_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4324502Z test_contig_size1_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4324970Z test_contig_size1_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4325448Z test_contig_size1_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4325930Z test_contig_size1_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4326398Z test_contig_size1_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4326919Z test_contig_size1_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4327395Z test_contig_size1_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4327857Z test_contig_size1_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4328374Z test_contig_size1_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4328851Z test_contig_size1_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4329396Z test_contig_size1_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4330050Z test_contig_size1_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4330525Z test_contig_size1_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4331006Z test_contig_size1_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4331455Z test_contig_size1_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4331927Z test_contig_size1_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4332394Z test_contig_size1_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4332777Z test_contig_size1_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4333189Z test_contig_size1_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4333622Z test_contig_size1_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4334058Z test_contig_size1_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4334481Z test_contig_size1_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4334920Z test_contig_size1_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4335508Z test_contig_size1_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4335933Z test_contig_size1_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4336411Z test_contig_size1_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4336856Z test_contig_size1_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4337279Z test_contig_size1_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4337714Z test_contig_size1_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4338131Z test_contig_size1_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4338576Z test_contig_size1_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4339013Z test_contig_size1_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4339445Z test_contig_size1_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4339874Z test_contig_size1_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4340306Z test_contig_size1_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4340848Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.4341364Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4341946Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4342448Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4343036Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4343608Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4344126Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4344811Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4345345Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4345849Z test_contig_size1_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4346359Z test_contig_size1_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4346869Z test_contig_size1_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4347367Z test_contig_size1_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4347867Z test_contig_size1_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4348379Z test_contig_size1_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4348869Z test_contig_size1_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4349348Z test_contig_size1_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4349829Z test_contig_size1_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4350434Z test_contig_size1_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4350957Z test_contig_size1_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4351453Z test_contig_size1_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4351961Z test_contig_size1_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4352461Z test_contig_size1_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4352952Z test_contig_size1_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4353453Z test_contig_size1_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4353978Z test_contig_size1_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.4354462Z test_contig_size1_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4354964Z test_contig_size1_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4355479Z test_contig_size1_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.4355958Z test_contig_size1_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4356438Z test_contig_size1_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4356921Z test_contig_size1_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4357400Z test_contig_size1_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.4357833Z test_contig_size1_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4358232Z test_contig_size1_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4358655Z test_contig_size1_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4359072Z test_contig_size1_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4360391Z test_contig_size1_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4360811Z test_contig_size1_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4361207Z test_contig_size1_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4361606Z test_contig_size1_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4362005Z test_contig_size1_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4362398Z test_contig_size1_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4362802Z test_contig_size1_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4363196Z test_contig_size1_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4363596Z test_contig_size1_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4364011Z test_contig_size1_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4364397Z test_contig_size1_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4364819Z test_contig_size1_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.4365236Z test_contig_size1_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.4365645Z test_contig_size1_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4366193Z test_contig_size1_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.4366627Z test_contig_size1_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4367018Z test_contig_size1_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4367423Z test_contig_size1_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4367827Z test_contig_size1_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4368241Z test_contig_size1_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4368635Z test_contig_size1_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4369041Z test_contig_size1_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4369439Z test_contig_size1_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4369865Z test_contig_size1_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4370285Z test_contig_size1_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4370702Z test_contig_size1_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4371168Z test_contig_size1_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4371587Z test_contig_size1_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4372057Z test_contig_size1_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4372443Z test_contig_size1_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4372823Z test_contig_size1_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4373209Z test_contig_size1_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4373596Z test_contig_size1_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4373990Z test_contig_size1_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4374399Z test_contig_size1_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4374968Z test_contig_size1_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4375390Z test_contig_size1_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4375813Z test_contig_size1_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4376226Z test_contig_size1_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4376636Z test_contig_size1_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.4377046Z test_contig_size1_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4377458Z test_contig_size1_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4377856Z test_contig_size1_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4378240Z test_contig_size1_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4378640Z test_contig_size1_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4379038Z test_contig_size1_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4379433Z test_contig_size1_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4379838Z test_contig_size1_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4380233Z test_contig_size1_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4380760Z test_contig_size1_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4381190Z test_contig_size1_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.4381597Z test_contig_size1_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4382002Z test_contig_size1_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4382406Z test_contig_size1_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4382801Z test_contig_size1_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4383208Z test_contig_size1_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.4383639Z test_contig_vs_every_other_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4384050Z test_contig_vs_every_other_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4384509Z test_contig_vs_every_other_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (1.621s) 2022-11-23T01:58:36.4384958Z test_contig_vs_every_other_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.630s) 2022-11-23T01:58:36.4385394Z test_contig_vs_every_other_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.904s) 2022-11-23T01:58:36.4385831Z test_contig_vs_every_other_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4386272Z test_contig_vs_every_other_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.4386696Z test_contig_vs_every_other_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4387115Z test_contig_vs_every_other_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4387527Z test_contig_vs_every_other_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4387923Z test_contig_vs_every_other_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4388344Z test_contig_vs_every_other_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4388759Z test_contig_vs_every_other_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4389191Z test_contig_vs_every_other_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4389768Z test_contig_vs_every_other_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4390202Z test_contig_vs_every_other_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4390723Z test_contig_vs_every_other_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4391181Z test_contig_vs_every_other_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4391609Z test_contig_vs_every_other_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4392039Z test_contig_vs_every_other_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4392464Z test_contig_vs_every_other_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4392886Z test_contig_vs_every_other_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4393306Z test_contig_vs_every_other_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4393712Z test_contig_vs_every_other_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.4394116Z test_contig_vs_every_other_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4394519Z test_contig_vs_every_other_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4394930Z test_contig_vs_every_other_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4395459Z test_contig_vs_every_other_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4395897Z test_contig_vs_every_other_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4396325Z test_contig_vs_every_other_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4396728Z test_contig_vs_every_other_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.4397144Z test_contig_vs_every_other_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4397544Z test_contig_vs_every_other_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4397950Z test_contig_vs_every_other_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4398350Z test_contig_vs_every_other_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4398734Z test_contig_vs_every_other_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.4399131Z test_contig_vs_every_other_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4399524Z test_contig_vs_every_other_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4399944Z test_contig_vs_every_other_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4400370Z test_contig_vs_every_other_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4400821Z test_contig_vs_every_other_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (1.973s) 2022-11-23T01:58:36.4401268Z test_contig_vs_every_other_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.754s) 2022-11-23T01:58:36.4401706Z test_contig_vs_every_other_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (2.065s) 2022-11-23T01:58:36.4402090Z test_contig_vs_every_other_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4402494Z test_contig_vs_every_other_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4402945Z test_contig_vs_every_other_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4403352Z test_contig_vs_every_other_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4403970Z test_contig_vs_every_other_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4404388Z test_contig_vs_every_other_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4404848Z test_contig_vs_every_other_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4405239Z test_contig_vs_every_other_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4405650Z test_contig_vs_every_other_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4406092Z test_contig_vs_every_other_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4406510Z test_contig_vs_every_other_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4406943Z test_contig_vs_every_other_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4407366Z test_contig_vs_every_other_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4407775Z test_contig_vs_every_other_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4408198Z test_contig_vs_every_other_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4408618Z test_contig_vs_every_other_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.4409021Z test_contig_vs_every_other_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4409538Z test_contig_vs_every_other_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4409932Z test_contig_vs_every_other_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4410344Z test_contig_vs_every_other_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4410778Z test_contig_vs_every_other_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4411178Z test_contig_vs_every_other_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4411631Z test_contig_vs_every_other_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4412052Z test_contig_vs_every_other_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4412472Z test_contig_vs_every_other_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4412876Z test_contig_vs_every_other_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4413282Z test_contig_vs_every_other_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4413654Z test_contig_vs_every_other_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4414076Z test_contig_vs_every_other_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4414468Z test_contig_vs_every_other_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4414849Z test_contig_vs_every_other_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4415227Z test_contig_vs_every_other_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4415624Z test_contig_vs_every_other_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.4416024Z test_contig_vs_every_other_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4416449Z test_contig_vs_every_other_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4416865Z test_contig_vs_every_other_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.4417298Z test_contig_vs_every_other_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4417881Z test_contig_vs_every_other_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4418267Z test_contig_vs_every_other_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4418632Z test_contig_vs_every_other_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4419024Z test_contig_vs_every_other_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4419468Z test_contig_vs_every_other_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4419929Z test_contig_vs_every_other_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4420315Z test_contig_vs_every_other_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4420714Z test_contig_vs_every_other_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4421123Z test_contig_vs_every_other_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4421567Z test_contig_vs_every_other_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4421955Z test_contig_vs_every_other_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4422356Z test_contig_vs_every_other_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4422790Z test_contig_vs_every_other_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4423376Z test_contig_vs_every_other_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4423844Z test_contig_vs_every_other_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4424279Z test_contig_vs_every_other_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4424668Z test_contig_vs_every_other_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4425045Z test_contig_vs_every_other_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4425418Z test_contig_vs_every_other_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4425793Z test_contig_vs_every_other_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4426170Z test_contig_vs_every_other_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4426552Z test_contig_vs_every_other_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4426991Z test_contig_vs_every_other_bfloat16_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4427427Z test_contig_vs_every_other_bfloat16_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4427919Z test_contig_vs_every_other_bfloat16_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4428336Z test_contig_vs_every_other_bfloat16_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4428724Z test_contig_vs_every_other_bfloat16_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4429105Z test_contig_vs_every_other_bfloat16_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4429494Z test_contig_vs_every_other_bfloat16_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4429901Z test_contig_vs_every_other_bfloat16_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.4430302Z test_contig_vs_every_other_bfloat16_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4430681Z test_contig_vs_every_other_bfloat16_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.4431125Z test_contig_vs_every_other_bfloat16_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4431712Z test_contig_vs_every_other_bfloat16_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4432167Z test_contig_vs_every_other_bfloat16_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4432610Z test_contig_vs_every_other_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4433044Z test_contig_vs_every_other_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4433460Z test_contig_vs_every_other_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4433881Z test_contig_vs_every_other_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4434346Z test_contig_vs_every_other_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4434801Z test_contig_vs_every_other_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4435255Z test_contig_vs_every_other_bool_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4435711Z test_contig_vs_every_other_bool_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4436182Z test_contig_vs_every_other_bool_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4436649Z test_contig_vs_every_other_bool_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.4437771Z test_contig_vs_every_other_bool_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4438212Z test_contig_vs_every_other_bool_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4438617Z test_contig_vs_every_other_bool_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4439015Z test_contig_vs_every_other_bool_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4439426Z test_contig_vs_every_other_bool_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4439812Z test_contig_vs_every_other_bool_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4440190Z test_contig_vs_every_other_bool_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.4440627Z test_contig_vs_every_other_bool_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4441069Z test_contig_vs_every_other_bool_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4441475Z test_contig_vs_every_other_byte_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4441870Z test_contig_vs_every_other_byte_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4442284Z test_contig_vs_every_other_byte_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4442712Z test_contig_vs_every_other_byte_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4443119Z test_contig_vs_every_other_byte_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4443514Z test_contig_vs_every_other_byte_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4443937Z test_contig_vs_every_other_byte_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4444382Z test_contig_vs_every_other_byte_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4444793Z test_contig_vs_every_other_byte_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4445230Z test_contig_vs_every_other_byte_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4445584Z test_contig_vs_every_other_byte_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4446000Z test_contig_vs_every_other_byte_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4446637Z test_contig_vs_every_other_cdouble_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4447084Z test_contig_vs_every_other_cdouble_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4447546Z test_contig_vs_every_other_cdouble_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4448032Z test_contig_vs_every_other_cdouble_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4448498Z test_contig_vs_every_other_cdouble_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4448906Z test_contig_vs_every_other_cdouble_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.4449299Z test_contig_vs_every_other_cdouble_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4449707Z test_contig_vs_every_other_cdouble_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4450108Z test_contig_vs_every_other_cdouble_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4450518Z test_contig_vs_every_other_cdouble_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4450937Z test_contig_vs_every_other_cdouble_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4451330Z test_contig_vs_every_other_cdouble_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4451856Z test_contig_vs_every_other_cdouble_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4452296Z test_contig_vs_every_other_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4452744Z test_contig_vs_every_other_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4453179Z test_contig_vs_every_other_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4453630Z test_contig_vs_every_other_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4454045Z test_contig_vs_every_other_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4454488Z test_contig_vs_every_other_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4454935Z test_contig_vs_every_other_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4455301Z test_contig_vs_every_other_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4455682Z test_contig_vs_every_other_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4456077Z test_contig_vs_every_other_cfloat_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4456476Z test_contig_vs_every_other_cfloat_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4456885Z test_contig_vs_every_other_cfloat_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4457307Z test_contig_vs_every_other_cfloat_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.4457710Z test_contig_vs_every_other_cfloat_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4458156Z test_contig_vs_every_other_cfloat_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4458574Z test_contig_vs_every_other_cfloat_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4459024Z test_contig_vs_every_other_cfloat_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.4459457Z test_contig_vs_every_other_cfloat_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4459894Z test_contig_vs_every_other_cfloat_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4460394Z test_contig_vs_every_other_cfloat_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4460982Z test_contig_vs_every_other_cfloat_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.4461449Z test_contig_vs_every_other_cfloat_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4461899Z test_contig_vs_every_other_chalf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4462338Z test_contig_vs_every_other_chalf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4462786Z test_contig_vs_every_other_chalf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.4463233Z test_contig_vs_every_other_chalf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4463666Z test_contig_vs_every_other_chalf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4464146Z test_contig_vs_every_other_chalf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4464611Z test_contig_vs_every_other_chalf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4465051Z test_contig_vs_every_other_chalf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4465466Z test_contig_vs_every_other_chalf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4465858Z test_contig_vs_every_other_chalf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4466423Z test_contig_vs_every_other_chalf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4466859Z test_contig_vs_every_other_chalf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4467292Z test_contig_vs_every_other_chalf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4467692Z test_contig_vs_every_other_char_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4468105Z test_contig_vs_every_other_char_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4468581Z test_contig_vs_every_other_char_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4468992Z test_contig_vs_every_other_char_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4469482Z test_contig_vs_every_other_char_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4469948Z test_contig_vs_every_other_char_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4470361Z test_contig_vs_every_other_char_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.4470766Z test_contig_vs_every_other_char_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4471153Z test_contig_vs_every_other_char_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4471574Z test_contig_vs_every_other_char_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4471964Z test_contig_vs_every_other_char_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4472361Z test_contig_vs_every_other_char_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4472748Z test_contig_vs_every_other_char_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4473160Z test_contig_vs_every_other_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4473563Z test_contig_vs_every_other_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4473977Z test_contig_vs_every_other_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4474397Z test_contig_vs_every_other_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.930s) 2022-11-23T01:58:36.4474827Z test_contig_vs_every_other_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4475373Z test_contig_vs_every_other_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4475777Z test_contig_vs_every_other_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4476182Z test_contig_vs_every_other_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4476589Z test_contig_vs_every_other_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4476989Z test_contig_vs_every_other_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4477375Z test_contig_vs_every_other_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4477766Z test_contig_vs_every_other_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4478163Z test_contig_vs_every_other_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4478619Z test_contig_vs_every_other_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.4479045Z test_contig_vs_every_other_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.4479501Z test_contig_vs_every_other_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4479952Z test_contig_vs_every_other_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4480524Z test_contig_vs_every_other_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4480998Z test_contig_vs_every_other_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4481445Z test_contig_vs_every_other_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4481881Z test_contig_vs_every_other_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4482321Z test_contig_vs_every_other_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4482742Z test_contig_vs_every_other_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4483158Z test_contig_vs_every_other_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4483583Z test_contig_vs_every_other_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4484007Z test_contig_vs_every_other_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4484388Z test_contig_vs_every_other_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4484781Z test_contig_vs_every_other_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4485204Z test_contig_vs_every_other_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4485611Z test_contig_vs_every_other_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4486018Z test_contig_vs_every_other_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4486411Z test_contig_vs_every_other_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4486812Z test_contig_vs_every_other_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4487209Z test_contig_vs_every_other_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4487605Z test_contig_vs_every_other_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4487990Z test_contig_vs_every_other_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4488381Z test_contig_vs_every_other_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4488923Z test_contig_vs_every_other_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4489308Z test_contig_vs_every_other_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4489711Z test_contig_vs_every_other_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4490100Z test_contig_vs_every_other_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4490523Z test_contig_vs_every_other_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4490938Z test_contig_vs_every_other_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4491342Z test_contig_vs_every_other_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4491735Z test_contig_vs_every_other_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4492142Z test_contig_vs_every_other_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4492511Z test_contig_vs_every_other_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4492898Z test_contig_vs_every_other_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4493292Z test_contig_vs_every_other_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4493674Z test_contig_vs_every_other_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4494181Z test_contig_vs_every_other_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4494593Z test_contig_vs_every_other_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4494993Z test_contig_vs_every_other_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4495383Z test_contig_vs_every_other_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4495772Z test_contig_vs_every_other_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4496158Z test_contig_vs_every_other_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4496537Z test_contig_vs_every_other_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4496907Z test_contig_vs_every_other_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4497405Z test_contig_vs_every_other_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4497919Z test_contig_vs_every_other_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4498418Z test_contig_vs_every_other_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4498917Z test_contig_vs_every_other_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.4499424Z test_contig_vs_every_other_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (8.374s) 2022-11-23T01:58:36.4499941Z test_contig_vs_every_other_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (2.623s) 2022-11-23T01:58:36.4500451Z test_contig_vs_every_other_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.962s) 2022-11-23T01:58:36.4500955Z test_contig_vs_every_other_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.817s) 2022-11-23T01:58:36.4501472Z test_contig_vs_every_other_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4501965Z test_contig_vs_every_other_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.4502476Z test_contig_vs_every_other_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4502974Z test_contig_vs_every_other_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4503631Z test_contig_vs_every_other_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4504156Z test_contig_vs_every_other_double_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4504658Z test_contig_vs_every_other_double_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4505191Z test_contig_vs_every_other_double_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4505737Z test_contig_vs_every_other_double_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4506270Z test_contig_vs_every_other_double_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.4506775Z test_contig_vs_every_other_double_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4507272Z test_contig_vs_every_other_double_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4507794Z test_contig_vs_every_other_double_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4508283Z test_contig_vs_every_other_double_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4508769Z test_contig_vs_every_other_double_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4509257Z test_contig_vs_every_other_double_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4509901Z test_contig_vs_every_other_double_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4510416Z test_contig_vs_every_other_double_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4510920Z test_contig_vs_every_other_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4511397Z test_contig_vs_every_other_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4511899Z test_contig_vs_every_other_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4512365Z test_contig_vs_every_other_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4512847Z test_contig_vs_every_other_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4513328Z test_contig_vs_every_other_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4513808Z test_contig_vs_every_other_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4514288Z test_contig_vs_every_other_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4514769Z test_contig_vs_every_other_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4515258Z test_contig_vs_every_other_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4515755Z test_contig_vs_every_other_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.565s) 2022-11-23T01:58:36.4516250Z test_contig_vs_every_other_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (7.223s) 2022-11-23T01:58:36.4516740Z test_contig_vs_every_other_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (2.200s) 2022-11-23T01:58:36.4517227Z test_contig_vs_every_other_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (2.033s) 2022-11-23T01:58:36.4517710Z test_contig_vs_every_other_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (2.310s) 2022-11-23T01:58:36.4518204Z test_contig_vs_every_other_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.4518685Z test_contig_vs_every_other_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4519172Z test_contig_vs_every_other_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4519652Z test_contig_vs_every_other_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4520302Z test_contig_vs_every_other_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4520801Z test_contig_vs_every_other_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (7.840s) 2022-11-23T01:58:36.4521304Z test_contig_vs_every_other_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (2.228s) 2022-11-23T01:58:36.4521819Z test_contig_vs_every_other_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (2.174s) 2022-11-23T01:58:36.4522315Z test_contig_vs_every_other_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (2.306s) 2022-11-23T01:58:36.4522805Z test_contig_vs_every_other_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4523308Z test_contig_vs_every_other_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4523794Z test_contig_vs_every_other_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4524292Z test_contig_vs_every_other_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4524783Z test_contig_vs_every_other_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T01:58:36.4525291Z test_contig_vs_every_other_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (2.208s) 2022-11-23T01:58:36.4525775Z test_contig_vs_every_other_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (6.100s) 2022-11-23T01:58:36.4526269Z test_contig_vs_every_other_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.601s) 2022-11-23T01:58:36.4526894Z test_contig_vs_every_other_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.515s) 2022-11-23T01:58:36.4527412Z test_contig_vs_every_other_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.967s) 2022-11-23T01:58:36.4527940Z test_contig_vs_every_other_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4528441Z test_contig_vs_every_other_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4528924Z test_contig_vs_every_other_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4529404Z test_contig_vs_every_other_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4529894Z test_contig_vs_every_other_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4530387Z test_contig_vs_every_other_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4530877Z test_contig_vs_every_other_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4531382Z test_contig_vs_every_other_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (2.756s) 2022-11-23T01:58:36.4531887Z test_contig_vs_every_other_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (2.154s) 2022-11-23T01:58:36.4532364Z test_contig_vs_every_other_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.706s) 2022-11-23T01:58:36.4532880Z test_contig_vs_every_other_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4533377Z test_contig_vs_every_other_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4533858Z test_contig_vs_every_other_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4534349Z test_contig_vs_every_other_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4534836Z test_contig_vs_every_other_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4535318Z test_contig_vs_every_other_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4535793Z test_contig_vs_every_other_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4536283Z test_contig_vs_every_other_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4536959Z test_contig_vs_every_other_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4537447Z test_contig_vs_every_other_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4537943Z test_contig_vs_every_other_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4538495Z test_contig_vs_every_other_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.4539013Z test_contig_vs_every_other_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4539509Z test_contig_vs_every_other_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4539989Z test_contig_vs_every_other_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4540471Z test_contig_vs_every_other_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4540958Z test_contig_vs_every_other_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4541449Z test_contig_vs_every_other_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4541955Z test_contig_vs_every_other_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4542429Z test_contig_vs_every_other_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4542942Z test_contig_vs_every_other_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4543596Z test_contig_vs_every_other_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.556s) 2022-11-23T01:58:36.4544142Z test_contig_vs_every_other_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4544638Z test_contig_vs_every_other_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4545133Z test_contig_vs_every_other_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4545634Z test_contig_vs_every_other_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4546194Z test_contig_vs_every_other_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4546702Z test_contig_vs_every_other_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4547202Z test_contig_vs_every_other_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4547699Z test_contig_vs_every_other_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4548184Z test_contig_vs_every_other_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4548688Z test_contig_vs_every_other_float_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4549174Z test_contig_vs_every_other_float_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4549700Z test_contig_vs_every_other_float_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4550224Z test_contig_vs_every_other_float_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4550737Z test_contig_vs_every_other_float_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4551228Z test_contig_vs_every_other_float_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4551737Z test_contig_vs_every_other_float_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4552234Z test_contig_vs_every_other_float_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4552694Z test_contig_vs_every_other_float_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4553174Z test_contig_vs_every_other_float_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4553827Z test_contig_vs_every_other_float_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4554324Z test_contig_vs_every_other_float_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4554834Z test_contig_vs_every_other_float_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.4555345Z test_contig_vs_every_other_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4555851Z test_contig_vs_every_other_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4556355Z test_contig_vs_every_other_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4556860Z test_contig_vs_every_other_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.4557344Z test_contig_vs_every_other_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4557845Z test_contig_vs_every_other_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4558320Z test_contig_vs_every_other_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4558809Z test_contig_vs_every_other_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4559293Z test_contig_vs_every_other_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4559792Z test_contig_vs_every_other_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4560418Z test_contig_vs_every_other_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4560938Z test_contig_vs_every_other_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4561432Z test_contig_vs_every_other_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4561994Z test_contig_vs_every_other_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.4562590Z test_contig_vs_every_other_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.4563140Z test_contig_vs_every_other_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.4563680Z test_contig_vs_every_other_half_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4564218Z test_contig_vs_every_other_half_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4564742Z test_contig_vs_every_other_half_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4565252Z test_contig_vs_every_other_half_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4565752Z test_contig_vs_every_other_half_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4566241Z test_contig_vs_every_other_half_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4566745Z test_contig_vs_every_other_half_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4567234Z test_contig_vs_every_other_half_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4567723Z test_contig_vs_every_other_half_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4568207Z test_contig_vs_every_other_half_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4568696Z test_contig_vs_every_other_half_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4569180Z test_contig_vs_every_other_half_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.4569706Z test_contig_vs_every_other_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.591s) 2022-11-23T01:58:36.4570228Z test_contig_vs_every_other_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (5.910s) 2022-11-23T01:58:36.4570915Z test_contig_vs_every_other_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.779s) 2022-11-23T01:58:36.4571396Z test_contig_vs_every_other_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (2.458s) 2022-11-23T01:58:36.4571875Z test_contig_vs_every_other_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (3.186s) 2022-11-23T01:58:36.4572349Z test_contig_vs_every_other_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4572808Z test_contig_vs_every_other_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4573267Z test_contig_vs_every_other_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4573754Z test_contig_vs_every_other_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.4574219Z test_contig_vs_every_other_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4574738Z test_contig_vs_every_other_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4575245Z test_contig_vs_every_other_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4575751Z test_contig_vs_every_other_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4576298Z test_contig_vs_every_other_int_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4576784Z test_contig_vs_every_other_int_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4577486Z test_contig_vs_every_other_int_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4578033Z test_contig_vs_every_other_int_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4578525Z test_contig_vs_every_other_int_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4579021Z test_contig_vs_every_other_int_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4579513Z test_contig_vs_every_other_int_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4579991Z test_contig_vs_every_other_int_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4580483Z test_contig_vs_every_other_int_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4580958Z test_contig_vs_every_other_int_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4581448Z test_contig_vs_every_other_int_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4581934Z test_contig_vs_every_other_int_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4582449Z test_contig_vs_every_other_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.4582940Z test_contig_vs_every_other_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4583346Z test_contig_vs_every_other_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.4583803Z test_contig_vs_every_other_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4584185Z test_contig_vs_every_other_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4584580Z test_contig_vs_every_other_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4584988Z test_contig_vs_every_other_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4585381Z test_contig_vs_every_other_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4585760Z test_contig_vs_every_other_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4586147Z test_contig_vs_every_other_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4586706Z test_contig_vs_every_other_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4587094Z test_contig_vs_every_other_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4587482Z test_contig_vs_every_other_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4587864Z test_contig_vs_every_other_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.4588250Z test_contig_vs_every_other_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4588665Z test_contig_vs_every_other_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4589068Z test_contig_vs_every_other_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.4589495Z test_contig_vs_every_other_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4589896Z test_contig_vs_every_other_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4590318Z test_contig_vs_every_other_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4590740Z test_contig_vs_every_other_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4591113Z test_contig_vs_every_other_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4591494Z test_contig_vs_every_other_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4591987Z test_contig_vs_every_other_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4592395Z test_contig_vs_every_other_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4592773Z test_contig_vs_every_other_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4593176Z test_contig_vs_every_other_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.4593548Z test_contig_vs_every_other_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4593948Z test_contig_vs_every_other_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4594343Z test_contig_vs_every_other_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4594723Z test_contig_vs_every_other_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4595105Z test_contig_vs_every_other_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4595485Z test_contig_vs_every_other_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4595851Z test_contig_vs_every_other_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4596272Z test_contig_vs_every_other_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4596655Z test_contig_vs_every_other_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4597025Z test_contig_vs_every_other_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4597475Z test_contig_vs_every_other_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.4597874Z test_contig_vs_every_other_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4598260Z test_contig_vs_every_other_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.4598656Z test_contig_vs_every_other_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4599054Z test_contig_vs_every_other_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4599443Z test_contig_vs_every_other_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4600697Z test_contig_vs_every_other_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4601088Z test_contig_vs_every_other_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4601474Z test_contig_vs_every_other_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4601859Z test_contig_vs_every_other_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4602253Z test_contig_vs_every_other_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4602658Z test_contig_vs_every_other_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.4603041Z test_contig_vs_every_other_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4603479Z test_contig_vs_every_other_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4603878Z test_contig_vs_every_other_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.4604309Z test_contig_vs_every_other_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4604702Z test_contig_vs_every_other_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.4605147Z test_contig_vs_every_other_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.4605686Z test_contig_vs_every_other_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4606106Z test_contig_vs_every_other_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4606496Z test_contig_vs_every_other_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4606894Z test_contig_vs_every_other_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.4607283Z test_contig_vs_every_other_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4607687Z test_contig_vs_every_other_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4608082Z test_contig_vs_every_other_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.4608472Z test_contig_vs_every_other_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4608864Z test_contig_vs_every_other_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4609235Z test_contig_vs_every_other_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4609621Z test_contig_vs_every_other_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4610005Z test_contig_vs_every_other_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.4610395Z test_contig_vs_every_other_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4610821Z test_contig_vs_every_other_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4611209Z test_contig_vs_every_other_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4611585Z test_contig_vs_every_other_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4612091Z test_contig_vs_every_other_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (2.640s) 2022-11-23T01:58:36.4612522Z test_contig_vs_every_other_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (3.080s) 2022-11-23T01:58:36.4612958Z test_contig_vs_every_other_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (3.112s) 2022-11-23T01:58:36.4613397Z test_contig_vs_every_other_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (3.136s) 2022-11-23T01:58:36.4614001Z test_contig_vs_every_other_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (2.584s) 2022-11-23T01:58:36.4614427Z test_contig_vs_every_other_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (2.213s) 2022-11-23T01:58:36.4614860Z test_contig_vs_every_other_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (2.157s) 2022-11-23T01:58:36.4615291Z test_contig_vs_every_other_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.864s) 2022-11-23T01:58:36.4615725Z test_contig_vs_every_other_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.393s) 2022-11-23T01:58:36.4616159Z test_contig_vs_every_other_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.406s) 2022-11-23T01:58:36.4616590Z test_contig_vs_every_other_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (1.411s) 2022-11-23T01:58:36.4617009Z test_contig_vs_every_other_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (1.510s) 2022-11-23T01:58:36.4617415Z test_contig_vs_every_other_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (6.162s) 2022-11-23T01:58:36.4617822Z test_contig_vs_every_other_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.793s) 2022-11-23T01:58:36.4618269Z test_contig_vs_every_other_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.834s) 2022-11-23T01:58:36.4618679Z test_contig_vs_every_other_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.858s) 2022-11-23T01:58:36.4619262Z test_contig_vs_every_other_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4619686Z test_contig_vs_every_other_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4620084Z test_contig_vs_every_other_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4620474Z test_contig_vs_every_other_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4620879Z test_contig_vs_every_other_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4621277Z test_contig_vs_every_other_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4621667Z test_contig_vs_every_other_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4622070Z test_contig_vs_every_other_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (1.901s) 2022-11-23T01:58:36.4622483Z test_contig_vs_every_other_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.708s) 2022-11-23T01:58:36.4622881Z test_contig_vs_every_other_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4623271Z test_contig_vs_every_other_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.4623662Z test_contig_vs_every_other_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4624058Z test_contig_vs_every_other_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4624444Z test_contig_vs_every_other_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4624886Z test_contig_vs_every_other_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4625289Z test_contig_vs_every_other_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4625668Z test_contig_vs_every_other_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4626149Z test_contig_vs_every_other_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4626525Z test_contig_vs_every_other_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4626918Z test_contig_vs_every_other_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4627458Z test_contig_vs_every_other_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4627854Z test_contig_vs_every_other_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4628280Z test_contig_vs_every_other_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4628677Z test_contig_vs_every_other_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4629075Z test_contig_vs_every_other_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4629462Z test_contig_vs_every_other_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4629857Z test_contig_vs_every_other_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4630334Z test_contig_vs_every_other_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4630732Z test_contig_vs_every_other_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4631149Z test_contig_vs_every_other_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (1.833s) 2022-11-23T01:58:36.4631551Z test_contig_vs_every_other_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (2.006s) 2022-11-23T01:58:36.4631993Z test_contig_vs_every_other_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4632400Z test_contig_vs_every_other_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4632921Z test_contig_vs_every_other_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4633398Z test_contig_vs_every_other_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4633795Z test_contig_vs_every_other_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4634173Z test_contig_vs_every_other_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.4634564Z test_contig_vs_every_other_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.4634923Z test_contig_vs_every_other_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.4635317Z test_contig_vs_every_other_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4635707Z test_contig_vs_every_other_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4636113Z test_contig_vs_every_other_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (2.564s) 2022-11-23T01:58:36.4636520Z test_contig_vs_every_other_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (2.098s) 2022-11-23T01:58:36.4636919Z test_contig_vs_every_other_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.674s) 2022-11-23T01:58:36.4637310Z test_contig_vs_every_other_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4637703Z test_contig_vs_every_other_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4638092Z test_contig_vs_every_other_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4638480Z test_contig_vs_every_other_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4638862Z test_contig_vs_every_other_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4639286Z test_contig_vs_every_other_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4639662Z test_contig_vs_every_other_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4640029Z test_contig_vs_every_other_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4640515Z test_contig_vs_every_other_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4640920Z test_contig_vs_every_other_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4641499Z test_contig_vs_every_other_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4641940Z test_contig_vs_every_other_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4642356Z test_contig_vs_every_other_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4642767Z test_contig_vs_every_other_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4643173Z test_contig_vs_every_other_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4643561Z test_contig_vs_every_other_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4643963Z test_contig_vs_every_other_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4644367Z test_contig_vs_every_other_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4644768Z test_contig_vs_every_other_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.4645177Z test_contig_vs_every_other_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4645579Z test_contig_vs_every_other_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4646007Z test_contig_vs_every_other_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4646528Z test_contig_vs_every_other_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4646985Z test_contig_vs_every_other_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4647422Z test_contig_vs_every_other_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4647829Z test_contig_vs_every_other_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4648222Z test_contig_vs_every_other_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4648618Z test_contig_vs_every_other_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4649011Z test_contig_vs_every_other_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4649405Z test_contig_vs_every_other_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4649815Z test_contig_vs_every_other_long_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4650213Z test_contig_vs_every_other_long_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4650646Z test_contig_vs_every_other_long_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4651080Z test_contig_vs_every_other_long_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4651525Z test_contig_vs_every_other_long_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4651928Z test_contig_vs_every_other_long_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4652366Z test_contig_vs_every_other_long_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4652790Z test_contig_vs_every_other_long_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4653255Z test_contig_vs_every_other_long_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4653675Z test_contig_vs_every_other_long_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4654094Z test_contig_vs_every_other_long_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4654515Z test_contig_vs_every_other_long_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4655033Z test_contig_vs_every_other_long_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4655527Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.4656015Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4656476Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4656935Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4657410Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4657887Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4658345Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4658810Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.4659255Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4659719Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4660226Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4660820Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4661379Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4661848Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4662293Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4662745Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4663244Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4663903Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4664379Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4664836Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4665315Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4665777Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4666221Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.4666682Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4667163Z test_contig_vs_every_other_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4667585Z test_contig_vs_every_other_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4668079Z test_contig_vs_every_other_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4668499Z test_contig_vs_every_other_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4668913Z test_contig_vs_every_other_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4669504Z test_contig_vs_every_other_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4669929Z test_contig_vs_every_other_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4670353Z test_contig_vs_every_other_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4670773Z test_contig_vs_every_other_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4671195Z test_contig_vs_every_other_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4671603Z test_contig_vs_every_other_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4672028Z test_contig_vs_every_other_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (1.555s) 2022-11-23T01:58:36.4672435Z test_contig_vs_every_other_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.649s) 2022-11-23T01:58:36.4672863Z test_contig_vs_every_other_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.596s) 2022-11-23T01:58:36.4673281Z test_contig_vs_every_other_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4673701Z test_contig_vs_every_other_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4674143Z test_contig_vs_every_other_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4674542Z test_contig_vs_every_other_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4675710Z test_contig_vs_every_other_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4676137Z test_contig_vs_every_other_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4676532Z test_contig_vs_every_other_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4676932Z test_contig_vs_every_other_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4677375Z test_contig_vs_every_other_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.4677834Z test_contig_vs_every_other_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4678287Z test_contig_vs_every_other_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4678742Z test_contig_vs_every_other_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4679211Z test_contig_vs_every_other_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4679664Z test_contig_vs_every_other_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4680123Z test_contig_vs_every_other_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4680589Z test_contig_vs_every_other_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4681139Z test_contig_vs_every_other_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4681623Z test_contig_vs_every_other_nn_functional_hardshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.4682167Z test_contig_vs_every_other_nn_functional_hardshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4682707Z test_contig_vs_every_other_nn_functional_hardshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4683186Z test_contig_vs_every_other_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4683662Z test_contig_vs_every_other_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.4684273Z test_contig_vs_every_other_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4684726Z test_contig_vs_every_other_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4685200Z test_contig_vs_every_other_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4685672Z test_contig_vs_every_other_nn_functional_hardtanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4686149Z test_contig_vs_every_other_nn_functional_hardtanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4686596Z test_contig_vs_every_other_nn_functional_hardtanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4687062Z test_contig_vs_every_other_nn_functional_hardtanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4687523Z test_contig_vs_every_other_nn_functional_hardtanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.4688078Z test_contig_vs_every_other_nn_functional_hardtanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4688547Z test_contig_vs_every_other_nn_functional_hardtanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4689096Z test_contig_vs_every_other_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.4689695Z test_contig_vs_every_other_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4690184Z test_contig_vs_every_other_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4690636Z test_contig_vs_every_other_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4691099Z test_contig_vs_every_other_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4691556Z test_contig_vs_every_other_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4691994Z test_contig_vs_every_other_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4692440Z test_contig_vs_every_other_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4692897Z test_contig_vs_every_other_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4693339Z test_contig_vs_every_other_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.4693807Z test_contig_vs_every_other_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4694278Z test_contig_vs_every_other_nn_functional_relu6_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4694769Z test_contig_vs_every_other_nn_functional_relu6_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4695198Z test_contig_vs_every_other_nn_functional_relu6_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4695613Z test_contig_vs_every_other_nn_functional_relu6_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4696106Z test_contig_vs_every_other_nn_functional_relu6_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4696531Z test_contig_vs_every_other_nn_functional_relu6_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4696940Z test_contig_vs_every_other_nn_functional_relu6_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4697338Z test_contig_vs_every_other_nn_functional_relu6_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4697899Z test_contig_vs_every_other_nn_functional_relu6_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4698314Z test_contig_vs_every_other_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4698712Z test_contig_vs_every_other_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4699102Z test_contig_vs_every_other_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4699499Z test_contig_vs_every_other_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4699922Z test_contig_vs_every_other_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4700355Z test_contig_vs_every_other_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4700760Z test_contig_vs_every_other_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4701153Z test_contig_vs_every_other_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.4701545Z test_contig_vs_every_other_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4702053Z test_contig_vs_every_other_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.000s) 2022-11-23T01:58:36.4702631Z test_contig_vs_every_other_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.003s) 2022-11-23T01:58:36.4703172Z test_contig_vs_every_other_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.000s) 2022-11-23T01:58:36.4703620Z test_contig_vs_every_other_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.000s) 2022-11-23T01:58:36.4704024Z test_contig_vs_every_other_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4704429Z test_contig_vs_every_other_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4704829Z test_contig_vs_every_other_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4705195Z test_contig_vs_every_other_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4705591Z test_contig_vs_every_other_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4705979Z test_contig_vs_every_other_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4706377Z test_contig_vs_every_other_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4706770Z test_contig_vs_every_other_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4707197Z test_contig_vs_every_other_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4707604Z test_contig_vs_every_other_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4708009Z test_contig_vs_every_other_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4708419Z test_contig_vs_every_other_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4708881Z test_contig_vs_every_other_nn_functional_softshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4709306Z test_contig_vs_every_other_nn_functional_softshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4709781Z test_contig_vs_every_other_nn_functional_softshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4710364Z test_contig_vs_every_other_nn_functional_softshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4710764Z test_contig_vs_every_other_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4711195Z test_contig_vs_every_other_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4711614Z test_contig_vs_every_other_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4712042Z test_contig_vs_every_other_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4712480Z test_contig_vs_every_other_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4712882Z test_contig_vs_every_other_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4713312Z test_contig_vs_every_other_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4713726Z test_contig_vs_every_other_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4714216Z test_contig_vs_every_other_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4714646Z test_contig_vs_every_other_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4715195Z test_contig_vs_every_other_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4715640Z test_contig_vs_every_other_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4716051Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4716494Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.4716982Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4717426Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4717848Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4718372Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4718807Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4719238Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4719672Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4720110Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4720548Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4720988Z test_contig_vs_every_other_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4721398Z test_contig_vs_every_other_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4721826Z test_contig_vs_every_other_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4722240Z test_contig_vs_every_other_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4722654Z test_contig_vs_every_other_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4723252Z test_contig_vs_every_other_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4723675Z test_contig_vs_every_other_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4724149Z test_contig_vs_every_other_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4724577Z test_contig_vs_every_other_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.4725053Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4725533Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4725969Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4726408Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4726793Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4727226Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4727650Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4728214Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4728671Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.4729137Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (5.864s) 2022-11-23T01:58:36.4729580Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.705s) 2022-11-23T01:58:36.4730010Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.677s) 2022-11-23T01:58:36.4730447Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.645s) 2022-11-23T01:58:36.4730906Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4731348Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4731769Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4732265Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4732694Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4733134Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (6.714s) 2022-11-23T01:58:36.4733565Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (2.383s) 2022-11-23T01:58:36.4733993Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (2.383s) 2022-11-23T01:58:36.4734422Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (2.466s) 2022-11-23T01:58:36.4734865Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4735297Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4735723Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4736320Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.4736748Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4737177Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4737622Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4738095Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4738545Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4739050Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4739503Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4739938Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4740356Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.4740766Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4741303Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4741828Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4742298Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4742775Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.4743230Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4743691Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4744147Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4744610Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4745122Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4745561Z test_contig_vs_every_other_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4746070Z test_contig_vs_every_other_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4746519Z test_contig_vs_every_other_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4746956Z test_contig_vs_every_other_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4747379Z test_contig_vs_every_other_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4747812Z test_contig_vs_every_other_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4748246Z test_contig_vs_every_other_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4748655Z test_contig_vs_every_other_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4749080Z test_contig_vs_every_other_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4749493Z test_contig_vs_every_other_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4750051Z test_contig_vs_every_other_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4750475Z test_contig_vs_every_other_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4750901Z test_contig_vs_every_other_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4751313Z test_contig_vs_every_other_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4751804Z test_contig_vs_every_other_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4752222Z test_contig_vs_every_other_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4752678Z test_contig_vs_every_other_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4753129Z test_contig_vs_every_other_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.4753545Z test_contig_vs_every_other_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4753951Z test_contig_vs_every_other_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4754357Z test_contig_vs_every_other_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4754761Z test_contig_vs_every_other_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4755284Z test_contig_vs_every_other_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4755703Z test_contig_vs_every_other_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4756134Z test_contig_vs_every_other_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4756560Z test_contig_vs_every_other_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4756983Z test_contig_vs_every_other_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.4757368Z test_contig_vs_every_other_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4757769Z test_contig_vs_every_other_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4758174Z test_contig_vs_every_other_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4758606Z test_contig_vs_every_other_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4759017Z test_contig_vs_every_other_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4759410Z test_contig_vs_every_other_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4759881Z test_contig_vs_every_other_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4760291Z test_contig_vs_every_other_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.4760738Z test_contig_vs_every_other_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4761163Z test_contig_vs_every_other_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4761614Z test_contig_vs_every_other_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4762061Z test_contig_vs_every_other_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4762499Z test_contig_vs_every_other_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4762926Z test_contig_vs_every_other_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4763352Z test_contig_vs_every_other_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4763906Z test_contig_vs_every_other_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4764331Z test_contig_vs_every_other_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.4764751Z test_contig_vs_every_other_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4765178Z test_contig_vs_every_other_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4765653Z test_contig_vs_every_other_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4766080Z test_contig_vs_every_other_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4766465Z test_contig_vs_every_other_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4766953Z test_contig_vs_every_other_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4767375Z test_contig_vs_every_other_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4767778Z test_contig_vs_every_other_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4768178Z test_contig_vs_every_other_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4768583Z test_contig_vs_every_other_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.4768983Z test_contig_vs_every_other_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4769488Z test_contig_vs_every_other_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4769953Z test_contig_vs_every_other_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4770373Z test_contig_vs_every_other_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4770772Z test_contig_vs_every_other_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.4771205Z test_contig_vs_every_other_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4771661Z test_contig_vs_every_other_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4772092Z test_contig_vs_every_other_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4772574Z test_contig_vs_every_other_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.4773012Z test_contig_vs_every_other_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4773509Z test_contig_vs_every_other_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4774006Z test_contig_vs_every_other_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4774471Z test_contig_vs_every_other_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4774920Z test_contig_vs_every_other_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4775335Z test_contig_vs_every_other_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4775741Z test_contig_vs_every_other_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4776150Z test_contig_vs_every_other_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (2.218s) 2022-11-23T01:58:36.4776575Z test_contig_vs_every_other_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (2.373s) 2022-11-23T01:58:36.4776998Z test_contig_vs_every_other_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (2.254s) 2022-11-23T01:58:36.4777408Z test_contig_vs_every_other_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4777969Z test_contig_vs_every_other_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4778380Z test_contig_vs_every_other_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4778780Z test_contig_vs_every_other_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4779183Z test_contig_vs_every_other_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4779628Z test_contig_vs_every_other_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4780033Z test_contig_vs_every_other_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4780433Z test_contig_vs_every_other_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4780911Z test_contig_vs_every_other_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4781290Z test_contig_vs_every_other_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.4781675Z test_contig_vs_every_other_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (1.965s) 2022-11-23T01:58:36.4782151Z test_contig_vs_every_other_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (2.277s) 2022-11-23T01:58:36.4782559Z test_contig_vs_every_other_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (2.105s) 2022-11-23T01:58:36.4782937Z test_contig_vs_every_other_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4783452Z test_contig_vs_every_other_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4783857Z test_contig_vs_every_other_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.4784241Z test_contig_vs_every_other_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4784611Z test_contig_vs_every_other_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4784987Z test_contig_vs_every_other_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4785365Z test_contig_vs_every_other_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4785736Z test_contig_vs_every_other_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4786137Z test_contig_vs_every_other_short_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4786586Z test_contig_vs_every_other_short_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4787005Z test_contig_vs_every_other_short_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4787413Z test_contig_vs_every_other_short_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4787878Z test_contig_vs_every_other_short_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4788286Z test_contig_vs_every_other_short_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4788679Z test_contig_vs_every_other_short_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4789062Z test_contig_vs_every_other_short_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4789445Z test_contig_vs_every_other_short_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4789842Z test_contig_vs_every_other_short_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4790233Z test_contig_vs_every_other_short_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4790618Z test_contig_vs_every_other_short_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4791030Z test_contig_vs_every_other_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4791563Z test_contig_vs_every_other_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4791971Z test_contig_vs_every_other_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (3.149s) 2022-11-23T01:58:36.4792363Z test_contig_vs_every_other_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (2.718s) 2022-11-23T01:58:36.4792727Z test_contig_vs_every_other_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.984s) 2022-11-23T01:58:36.4793116Z test_contig_vs_every_other_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4793554Z test_contig_vs_every_other_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4793934Z test_contig_vs_every_other_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4794353Z test_contig_vs_every_other_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4794774Z test_contig_vs_every_other_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4795150Z test_contig_vs_every_other_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4795517Z test_contig_vs_every_other_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4795882Z test_contig_vs_every_other_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4796389Z test_contig_vs_every_other_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4796768Z test_contig_vs_every_other_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4797131Z test_contig_vs_every_other_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4797508Z test_contig_vs_every_other_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4797895Z test_contig_vs_every_other_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4798259Z test_contig_vs_every_other_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4798640Z test_contig_vs_every_other_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4799003Z test_contig_vs_every_other_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4799372Z test_contig_vs_every_other_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4799745Z test_contig_vs_every_other_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.4800128Z test_contig_vs_every_other_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4800536Z test_contig_vs_every_other_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4800940Z test_contig_vs_every_other_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4801373Z test_contig_vs_every_other_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4801806Z test_contig_vs_every_other_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4802179Z test_contig_vs_every_other_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4802551Z test_contig_vs_every_other_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4802926Z test_contig_vs_every_other_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4803291Z test_contig_vs_every_other_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4803669Z test_contig_vs_every_other_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4804022Z test_contig_vs_every_other_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4804534Z test_contig_vs_every_other_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4804903Z test_contig_vs_every_other_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4805271Z test_contig_vs_every_other_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4805649Z test_contig_vs_every_other_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4806036Z test_contig_vs_every_other_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4806410Z test_contig_vs_every_other_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4806766Z test_contig_vs_every_other_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4807130Z test_contig_vs_every_other_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4807537Z test_contig_vs_every_other_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4807901Z test_contig_vs_every_other_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4808281Z test_contig_vs_every_other_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4808688Z test_contig_vs_every_other_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4809064Z test_contig_vs_every_other_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.661s) 2022-11-23T01:58:36.4809555Z test_contig_vs_every_other_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (7.294s) 2022-11-23T01:58:36.4809979Z test_contig_vs_every_other_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (3.661s) 2022-11-23T01:58:36.4810367Z test_contig_vs_every_other_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (3.196s) 2022-11-23T01:58:36.4810755Z test_contig_vs_every_other_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (2.413s) 2022-11-23T01:58:36.4811124Z test_contig_vs_every_other_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (2.405s) 2022-11-23T01:58:36.4811496Z test_contig_vs_every_other_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (2.106s) 2022-11-23T01:58:36.4811860Z test_contig_vs_every_other_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4812225Z test_contig_vs_every_other_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4812597Z test_contig_vs_every_other_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4812954Z test_contig_vs_every_other_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4813320Z test_contig_vs_every_other_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4813689Z test_contig_vs_every_other_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T01:58:36.4814057Z test_contig_vs_every_other_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.4814485Z test_contig_vs_every_other_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.4814874Z test_contig_vs_every_other_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4815298Z test_contig_vs_every_other_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.4815720Z test_contig_vs_every_other_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.4816102Z test_contig_vs_every_other_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4816447Z test_contig_vs_every_other_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4816813Z test_contig_vs_every_other_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4817967Z test_contig_vs_every_other_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4818339Z test_contig_vs_every_other_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4818707Z test_contig_vs_every_other_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4819073Z test_contig_vs_every_other_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4819481Z test_contig_vs_every_other_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (8.949s) 2022-11-23T01:58:36.4819902Z test_contig_vs_every_other_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (2.299s) 2022-11-23T01:58:36.4820326Z test_contig_vs_every_other_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (2.089s) 2022-11-23T01:58:36.4820736Z test_contig_vs_every_other_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4821163Z test_contig_vs_every_other_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4821634Z test_contig_vs_every_other_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4822044Z test_contig_vs_every_other_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4822513Z test_contig_vs_every_other_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4823075Z test_contig_vs_every_other_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (6.790s) 2022-11-23T01:58:36.4823527Z test_contig_vs_every_other_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (2.642s) 2022-11-23T01:58:36.4823951Z test_contig_vs_every_other_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (2.180s) 2022-11-23T01:58:36.4824371Z test_contig_vs_every_other_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4824800Z test_contig_vs_every_other_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4825212Z test_contig_vs_every_other_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4825618Z test_contig_vs_every_other_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.4826004Z test_contig_vs_every_other_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4826414Z test_contig_vs_every_other_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (5.497s) 2022-11-23T01:58:36.4826834Z test_contig_vs_every_other_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.561s) 2022-11-23T01:58:36.4827257Z test_contig_vs_every_other_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (2.431s) 2022-11-23T01:58:36.4827678Z test_contig_vs_every_other_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4828096Z test_contig_vs_every_other_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4828547Z test_contig_vs_every_other_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4828971Z test_contig_vs_every_other_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4829458Z test_contig_vs_every_other_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4829920Z test_contig_vs_every_other_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (7.497s) 2022-11-23T01:58:36.4830346Z test_contig_vs_every_other_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (2.158s) 2022-11-23T01:58:36.4830770Z test_contig_vs_every_other_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (2.133s) 2022-11-23T01:58:36.4831348Z test_contig_vs_every_other_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4831762Z test_contig_vs_every_other_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4832172Z test_contig_vs_every_other_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4832582Z test_contig_vs_every_other_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4832995Z test_contig_vs_every_other_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4833412Z test_contig_vs_every_other_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (6.108s) 2022-11-23T01:58:36.4833831Z test_contig_vs_every_other_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.962s) 2022-11-23T01:58:36.4834268Z test_contig_vs_every_other_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.944s) 2022-11-23T01:58:36.4834685Z test_contig_vs_every_other_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4835100Z test_contig_vs_every_other_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4835560Z test_contig_vs_every_other_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4836072Z test_contig_vs_every_other_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4836579Z test_contig_vs_every_other_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4837010Z test_contig_vs_every_other_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.548s) 2022-11-23T01:58:36.4837409Z test_contig_vs_every_other_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (5.681s) 2022-11-23T01:58:36.4837818Z test_contig_vs_every_other_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.668s) 2022-11-23T01:58:36.4838213Z test_contig_vs_every_other_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.521s) 2022-11-23T01:58:36.4838645Z test_contig_vs_every_other_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.471s) 2022-11-23T01:58:36.4839024Z test_contig_vs_every_other_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4839400Z test_contig_vs_every_other_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4839804Z test_contig_vs_every_other_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4840208Z test_contig_vs_every_other_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4840596Z test_contig_vs_every_other_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4840984Z test_contig_vs_every_other_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (7.900s) 2022-11-23T01:58:36.4841396Z test_contig_vs_every_other_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (3.543s) 2022-11-23T01:58:36.4841799Z test_contig_vs_every_other_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (4.630s) 2022-11-23T01:58:36.4842215Z test_contig_vs_every_other_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4842674Z test_contig_vs_every_other_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4843080Z test_contig_vs_every_other_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4843549Z test_contig_vs_every_other_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4843939Z test_contig_vs_every_other_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4844508Z test_contig_vs_every_other_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.530s) 2022-11-23T01:58:36.4844876Z test_contig_vs_every_other_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (5.211s) 2022-11-23T01:58:36.4845274Z test_contig_vs_every_other_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.481s) 2022-11-23T01:58:36.4845674Z test_contig_vs_every_other_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.414s) 2022-11-23T01:58:36.4846062Z test_contig_vs_every_other_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.478s) 2022-11-23T01:58:36.4846457Z test_contig_vs_every_other_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4846836Z test_contig_vs_every_other_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.4847228Z test_contig_vs_every_other_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4847631Z test_contig_vs_every_other_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4848032Z test_contig_vs_every_other_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4848431Z test_contig_vs_every_other_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (5.288s) 2022-11-23T01:58:36.4848833Z test_contig_vs_every_other_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.531s) 2022-11-23T01:58:36.4849386Z test_contig_vs_every_other_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.531s) 2022-11-23T01:58:36.4849808Z test_contig_vs_every_other_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4850206Z test_contig_vs_every_other_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4850679Z test_contig_vs_every_other_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4851078Z test_contig_vs_every_other_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4851469Z test_contig_vs_every_other_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4851860Z test_contig_vs_every_other_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (5.129s) 2022-11-23T01:58:36.4852257Z test_contig_vs_every_other_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.411s) 2022-11-23T01:58:36.4852658Z test_contig_vs_every_other_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.468s) 2022-11-23T01:58:36.4853064Z test_contig_vs_every_other_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4853435Z test_contig_vs_every_other_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4853850Z test_contig_vs_every_other_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4854250Z test_contig_vs_every_other_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4854656Z test_contig_vs_every_other_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4855074Z test_contig_vs_every_other_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (5.286s) 2022-11-23T01:58:36.4855491Z test_contig_vs_every_other_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.529s) 2022-11-23T01:58:36.4855902Z test_contig_vs_every_other_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.774s) 2022-11-23T01:58:36.4856356Z test_contig_vs_every_other_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4856770Z test_contig_vs_every_other_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4857415Z test_contig_vs_every_other_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4857828Z test_contig_vs_every_other_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4858244Z test_contig_vs_every_other_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4882214Z test_contig_vs_every_other_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (5.291s) 2022-11-23T01:58:36.4882739Z test_contig_vs_every_other_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.449s) 2022-11-23T01:58:36.4883192Z test_contig_vs_every_other_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.547s) 2022-11-23T01:58:36.4883773Z test_contig_vs_every_other_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4884304Z test_contig_vs_every_other_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4884760Z test_contig_vs_every_other_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.4885251Z test_contig_vs_every_other_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4885733Z test_contig_vs_every_other_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4886361Z test_contig_vs_every_other_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (6.855s) 2022-11-23T01:58:36.4886865Z test_contig_vs_every_other_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.724s) 2022-11-23T01:58:36.4887305Z test_contig_vs_every_other_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.742s) 2022-11-23T01:58:36.4887764Z test_contig_vs_every_other_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4888190Z test_contig_vs_every_other_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4888636Z test_contig_vs_every_other_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4889079Z test_contig_vs_every_other_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4889535Z test_contig_vs_every_other_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4889990Z test_contig_vs_every_other_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (5.754s) 2022-11-23T01:58:36.4890443Z test_contig_vs_every_other_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.780s) 2022-11-23T01:58:36.4890890Z test_contig_vs_every_other_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.806s) 2022-11-23T01:58:36.4891393Z test_contig_vs_every_other_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4891844Z test_contig_vs_every_other_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4892355Z test_contig_vs_every_other_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4892816Z test_contig_vs_every_other_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.4893260Z test_contig_vs_every_other_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.4893713Z test_contig_vs_every_other_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (6.610s) 2022-11-23T01:58:36.4894172Z test_contig_vs_every_other_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (2.166s) 2022-11-23T01:58:36.4894766Z test_contig_vs_every_other_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (2.583s) 2022-11-23T01:58:36.4895224Z test_contig_vs_every_other_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4895669Z test_contig_vs_every_other_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4896128Z test_contig_vs_every_other_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4896578Z test_contig_vs_every_other_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4897024Z test_contig_vs_every_other_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4897458Z test_contig_vs_every_other_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4897883Z test_contig_vs_every_other_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4898350Z test_contig_vs_every_other_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4898755Z test_contig_vs_every_other_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4899212Z test_contig_vs_every_other_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4899737Z test_contig_vs_every_other_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4900135Z test_contig_vs_every_other_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.4900527Z test_contig_vs_every_other_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4901002Z test_contig_vs_every_other_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.4901497Z test_contig_vs_every_other_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4901968Z test_contig_vs_every_other_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (7.547s) 2022-11-23T01:58:36.4902466Z test_contig_vs_every_other_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (2.073s) 2022-11-23T01:58:36.4902891Z test_contig_vs_every_other_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (2.068s) 2022-11-23T01:58:36.4903289Z test_contig_vs_every_other_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4903676Z test_contig_vs_every_other_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4904058Z test_contig_vs_every_other_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4904446Z test_contig_vs_every_other_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4904827Z test_contig_vs_every_other_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4905342Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.4905817Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4906370Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4906855Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4907316Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4907938Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4908403Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4908859Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4909303Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4909749Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (7.950s) 2022-11-23T01:58:36.4910192Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (2.401s) 2022-11-23T01:58:36.4910614Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (2.109s) 2022-11-23T01:58:36.4911055Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4911485Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4911963Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4913188Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4913690Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4914127Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (7.207s) 2022-11-23T01:58:36.4914576Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (2.130s) 2022-11-23T01:58:36.4915026Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (2.158s) 2022-11-23T01:58:36.4915463Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4915898Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4916341Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4916770Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4917201Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4917627Z test_contig_vs_every_other_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (7.443s) 2022-11-23T01:58:36.4918055Z test_contig_vs_every_other_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.814s) 2022-11-23T01:58:36.4918469Z test_contig_vs_every_other_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.832s) 2022-11-23T01:58:36.4918933Z test_contig_vs_every_other_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4919377Z test_contig_vs_every_other_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4919834Z test_contig_vs_every_other_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4920301Z test_contig_vs_every_other_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4920881Z test_contig_vs_every_other_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4921251Z test_contig_vs_every_other_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.4921613Z test_contig_vs_every_other_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4921998Z test_contig_vs_every_other_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (2.464s) 2022-11-23T01:58:36.4922356Z test_contig_vs_every_other_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.989s) 2022-11-23T01:58:36.4922745Z test_contig_vs_every_other_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.870s) 2022-11-23T01:58:36.4923119Z test_contig_vs_every_other_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.4923489Z test_contig_vs_every_other_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4923854Z test_contig_vs_every_other_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4924226Z test_contig_vs_every_other_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.4924588Z test_contig_vs_every_other_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4924944Z test_contig_vs_every_other_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4925300Z test_contig_vs_every_other_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4925803Z test_contig_vs_every_other_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4926212Z test_contig_vs_every_other_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.4926584Z test_contig_vs_every_other_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4927043Z test_contig_vs_every_other_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4927442Z test_contig_vs_every_other_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4927817Z test_contig_vs_every_other_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4928192Z test_contig_vs_every_other_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4928570Z test_contig_vs_every_other_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4928941Z test_contig_vs_every_other_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4929314Z test_contig_vs_every_other_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4929672Z test_contig_vs_every_other_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4930070Z test_contig_vs_every_other_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4930426Z test_contig_vs_every_other_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4930798Z test_contig_vs_every_other_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4931161Z test_contig_vs_every_other_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4931541Z test_contig_vs_every_other_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4931916Z test_contig_vs_every_other_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4932295Z test_contig_vs_every_other_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4932699Z test_contig_vs_every_other_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4933070Z test_contig_vs_every_other_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.4933562Z test_contig_vs_every_other_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4933988Z test_contig_vs_every_other_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4934353Z test_contig_vs_every_other_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4934711Z test_contig_vs_every_other_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4935066Z test_contig_vs_every_other_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4935429Z test_contig_vs_every_other_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4935800Z test_contig_vs_every_other_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4936155Z test_contig_vs_every_other_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4936537Z test_contig_vs_every_other_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.4936919Z test_contig_vs_every_other_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4937298Z test_contig_vs_every_other_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4937665Z test_contig_vs_every_other_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4938010Z test_contig_vs_every_other_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.4938479Z test_contig_vs_every_other_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4938858Z test_contig_vs_every_other_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4939217Z test_contig_vs_every_other_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4939604Z test_contig_vs_every_other_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4939975Z test_contig_vs_every_other_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4940329Z test_contig_vs_every_other_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4940729Z test_contig_vs_every_other_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4941137Z test_contig_vs_every_other_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4941505Z test_contig_vs_every_other_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4941880Z test_contig_vs_every_other_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4942244Z test_contig_vs_every_other_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4942611Z test_contig_vs_every_other_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4942971Z test_contig_vs_every_other_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4943330Z test_contig_vs_every_other_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4943681Z test_contig_vs_every_other_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4944049Z test_contig_vs_transposed_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4944411Z test_contig_vs_transposed_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4944797Z test_contig_vs_transposed_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4945172Z test_contig_vs_transposed_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4945528Z test_contig_vs_transposed_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4945896Z test_contig_vs_transposed_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4946393Z test_contig_vs_transposed_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4946795Z test_contig_vs_transposed_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4947161Z test_contig_vs_transposed_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4947519Z test_contig_vs_transposed_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4947944Z test_contig_vs_transposed_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4948308Z test_contig_vs_transposed_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4948669Z test_contig_vs_transposed_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.4949042Z test_contig_vs_transposed_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4949410Z test_contig_vs_transposed_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4949788Z test_contig_vs_transposed_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4950163Z test_contig_vs_transposed_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4950539Z test_contig_vs_transposed_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4950910Z test_contig_vs_transposed_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4951386Z test_contig_vs_transposed_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4951780Z test_contig_vs_transposed_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4952150Z test_contig_vs_transposed_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4952525Z test_contig_vs_transposed_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4952870Z test_contig_vs_transposed_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4953234Z test_contig_vs_transposed_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.4953630Z test_contig_vs_transposed_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4954013Z test_contig_vs_transposed_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4954389Z test_contig_vs_transposed_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4954849Z test_contig_vs_transposed_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4955239Z test_contig_vs_transposed_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4955624Z test_contig_vs_transposed_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4956004Z test_contig_vs_transposed_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4956381Z test_contig_vs_transposed_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4956747Z test_contig_vs_transposed_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.4957118Z test_contig_vs_transposed_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4957488Z test_contig_vs_transposed_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4957855Z test_contig_vs_transposed_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4958220Z test_contig_vs_transposed_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4958589Z test_contig_vs_transposed_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4959082Z test_contig_vs_transposed_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4959483Z test_contig_vs_transposed_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4959868Z test_contig_vs_transposed_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4960250Z test_contig_vs_transposed_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.4960646Z test_contig_vs_transposed_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4961029Z test_contig_vs_transposed_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4961395Z test_contig_vs_transposed_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4961839Z test_contig_vs_transposed_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.4962216Z test_contig_vs_transposed_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4962590Z test_contig_vs_transposed_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4962954Z test_contig_vs_transposed_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4963330Z test_contig_vs_transposed_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4963697Z test_contig_vs_transposed_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.4964189Z test_contig_vs_transposed_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4964582Z test_contig_vs_transposed_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4964963Z test_contig_vs_transposed_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4965333Z test_contig_vs_transposed_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4965710Z test_contig_vs_transposed_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4966078Z test_contig_vs_transposed_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4966444Z test_contig_vs_transposed_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4966805Z test_contig_vs_transposed_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4967165Z test_contig_vs_transposed_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4967519Z test_contig_vs_transposed_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4967928Z test_contig_vs_transposed_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4968285Z test_contig_vs_transposed_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4968689Z test_contig_vs_transposed_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4969118Z test_contig_vs_transposed_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4969512Z test_contig_vs_transposed_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4969896Z test_contig_vs_transposed_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4970271Z test_contig_vs_transposed_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4970646Z test_contig_vs_transposed_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4971021Z test_contig_vs_transposed_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4971385Z test_contig_vs_transposed_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4971871Z test_contig_vs_transposed_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4972228Z test_contig_vs_transposed_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.4972593Z test_contig_vs_transposed_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4972956Z test_contig_vs_transposed_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4973325Z test_contig_vs_transposed_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4973693Z test_contig_vs_transposed_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4974069Z test_contig_vs_transposed_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.4974443Z test_contig_vs_transposed_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4974864Z test_contig_vs_transposed_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4975235Z test_contig_vs_transposed_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4975590Z test_contig_vs_transposed_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4975962Z test_contig_vs_transposed_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4976363Z test_contig_vs_transposed_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4976973Z test_contig_vs_transposed_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4977420Z test_contig_vs_transposed_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4977906Z test_contig_vs_transposed_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4978315Z test_contig_vs_transposed_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4978697Z test_contig_vs_transposed_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4979050Z test_contig_vs_transposed_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4979435Z test_contig_vs_transposed_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4979814Z test_contig_vs_transposed_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4980190Z test_contig_vs_transposed_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4980564Z test_contig_vs_transposed_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4980939Z test_contig_vs_transposed_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4981319Z test_contig_vs_transposed_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4981689Z test_contig_vs_transposed_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4982052Z test_contig_vs_transposed_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4982455Z test_contig_vs_transposed_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4982825Z test_contig_vs_transposed_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4983193Z test_contig_vs_transposed_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4983658Z test_contig_vs_transposed_bfloat16_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4984006Z test_contig_vs_transposed_bfloat16_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4984409Z test_contig_vs_transposed_bfloat16_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4984962Z test_contig_vs_transposed_bfloat16_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4985348Z test_contig_vs_transposed_bfloat16_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4985727Z test_contig_vs_transposed_bfloat16_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4986111Z test_contig_vs_transposed_bfloat16_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4986494Z test_contig_vs_transposed_bfloat16_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4986870Z test_contig_vs_transposed_bfloat16_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4987241Z test_contig_vs_transposed_bfloat16_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4987618Z test_contig_vs_transposed_bfloat16_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4987994Z test_contig_vs_transposed_bfloat16_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4988376Z test_contig_vs_transposed_bfloat16_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4988764Z test_contig_vs_transposed_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4989149Z test_contig_vs_transposed_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4989530Z test_contig_vs_transposed_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.4990020Z test_contig_vs_transposed_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4990418Z test_contig_vs_transposed_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4990793Z test_contig_vs_transposed_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4991164Z test_contig_vs_transposed_bool_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4991535Z test_contig_vs_transposed_bool_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4991909Z test_contig_vs_transposed_bool_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4992262Z test_contig_vs_transposed_bool_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4992638Z test_contig_vs_transposed_bool_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4993007Z test_contig_vs_transposed_bool_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.4993371Z test_contig_vs_transposed_bool_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4993731Z test_contig_vs_transposed_bool_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4994093Z test_contig_vs_transposed_bool_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4994507Z test_contig_vs_transposed_bool_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.4994873Z test_contig_vs_transposed_bool_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.4995262Z test_contig_vs_transposed_bool_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4995673Z test_contig_vs_transposed_bool_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4996043Z test_contig_vs_transposed_byte_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4996407Z test_contig_vs_transposed_byte_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4996787Z test_contig_vs_transposed_byte_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4997171Z test_contig_vs_transposed_byte_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4997672Z test_contig_vs_transposed_byte_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4998038Z test_contig_vs_transposed_byte_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4998406Z test_contig_vs_transposed_byte_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4998767Z test_contig_vs_transposed_byte_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4999129Z test_contig_vs_transposed_byte_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4999491Z test_contig_vs_transposed_byte_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.4999834Z test_contig_vs_transposed_byte_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5000198Z test_contig_vs_transposed_byte_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5000586Z test_contig_vs_transposed_cdouble_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5000966Z test_contig_vs_transposed_cdouble_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5001356Z test_contig_vs_transposed_cdouble_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5001743Z test_contig_vs_transposed_cdouble_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5002137Z test_contig_vs_transposed_cdouble_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5002628Z test_contig_vs_transposed_cdouble_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5003026Z test_contig_vs_transposed_cdouble_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5003403Z test_contig_vs_transposed_cdouble_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.5003771Z test_contig_vs_transposed_cdouble_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5004151Z test_contig_vs_transposed_cdouble_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5004525Z test_contig_vs_transposed_cdouble_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5004895Z test_contig_vs_transposed_cdouble_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5005261Z test_contig_vs_transposed_cdouble_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5005634Z test_contig_vs_transposed_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5006008Z test_contig_vs_transposed_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5006375Z test_contig_vs_transposed_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5006738Z test_contig_vs_transposed_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5007107Z test_contig_vs_transposed_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5007449Z test_contig_vs_transposed_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5007810Z test_contig_vs_transposed_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5008177Z test_contig_vs_transposed_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5008542Z test_contig_vs_transposed_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5008931Z test_contig_vs_transposed_cfloat_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5009308Z test_contig_vs_transposed_cfloat_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5009691Z test_contig_vs_transposed_cfloat_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5010202Z test_contig_vs_transposed_cfloat_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5010589Z test_contig_vs_transposed_cfloat_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5010968Z test_contig_vs_transposed_cfloat_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5011388Z test_contig_vs_transposed_cfloat_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5011770Z test_contig_vs_transposed_cfloat_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5012183Z test_contig_vs_transposed_cfloat_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5012594Z test_contig_vs_transposed_cfloat_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5012965Z test_contig_vs_transposed_cfloat_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5013336Z test_contig_vs_transposed_cfloat_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5013713Z test_contig_vs_transposed_cfloat_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5014089Z test_contig_vs_transposed_chalf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5014456Z test_contig_vs_transposed_chalf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.5014869Z test_contig_vs_transposed_chalf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5015340Z test_contig_vs_transposed_chalf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5015735Z test_contig_vs_transposed_chalf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5016113Z test_contig_vs_transposed_chalf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5016553Z test_contig_vs_transposed_chalf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5017005Z test_contig_vs_transposed_chalf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5017447Z test_contig_vs_transposed_chalf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5017922Z test_contig_vs_transposed_chalf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5018321Z test_contig_vs_transposed_chalf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5018683Z test_contig_vs_transposed_chalf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5019051Z test_contig_vs_transposed_chalf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5019429Z test_contig_vs_transposed_char_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5019795Z test_contig_vs_transposed_char_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5020185Z test_contig_vs_transposed_char_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5020568Z test_contig_vs_transposed_char_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5020945Z test_contig_vs_transposed_char_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5021322Z test_contig_vs_transposed_char_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5021696Z test_contig_vs_transposed_char_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5022071Z test_contig_vs_transposed_char_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5022433Z test_contig_vs_transposed_char_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5022800Z test_contig_vs_transposed_char_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5023138Z test_contig_vs_transposed_char_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5023652Z test_contig_vs_transposed_char_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5024006Z test_contig_vs_transposed_char_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5024375Z test_contig_vs_transposed_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5024734Z test_contig_vs_transposed_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5025123Z test_contig_vs_transposed_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5025498Z test_contig_vs_transposed_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5025866Z test_contig_vs_transposed_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5026237Z test_contig_vs_transposed_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5026619Z test_contig_vs_transposed_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5026986Z test_contig_vs_transposed_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5027348Z test_contig_vs_transposed_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5027711Z test_contig_vs_transposed_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5028070Z test_contig_vs_transposed_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5028536Z test_contig_vs_transposed_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5028918Z test_contig_vs_transposed_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5029314Z test_contig_vs_transposed_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5029718Z test_contig_vs_transposed_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5030128Z test_contig_vs_transposed_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5030563Z test_contig_vs_transposed_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5030954Z test_contig_vs_transposed_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5031356Z test_contig_vs_transposed_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5031751Z test_contig_vs_transposed_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5032133Z test_contig_vs_transposed_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5032523Z test_contig_vs_transposed_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5032912Z test_contig_vs_transposed_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5033303Z test_contig_vs_transposed_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5033697Z test_contig_vs_transposed_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5034088Z test_contig_vs_transposed_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5034465Z test_contig_vs_transposed_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5034828Z test_contig_vs_transposed_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5035205Z test_contig_vs_transposed_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5035578Z test_contig_vs_transposed_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5036087Z test_contig_vs_transposed_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5036452Z test_contig_vs_transposed_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5036824Z test_contig_vs_transposed_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5037194Z test_contig_vs_transposed_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.5037555Z test_contig_vs_transposed_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5037924Z test_contig_vs_transposed_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5038281Z test_contig_vs_transposed_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5038646Z test_contig_vs_transposed_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5038997Z test_contig_vs_transposed_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5039379Z test_contig_vs_transposed_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5039737Z test_contig_vs_transposed_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5040116Z test_contig_vs_transposed_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5040495Z test_contig_vs_transposed_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.5040977Z test_contig_vs_transposed_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5041372Z test_contig_vs_transposed_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5041744Z test_contig_vs_transposed_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5042113Z test_contig_vs_transposed_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5042486Z test_contig_vs_transposed_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5042852Z test_contig_vs_transposed_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5043255Z test_contig_vs_transposed_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5043615Z test_contig_vs_transposed_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5043985Z test_contig_vs_transposed_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5044452Z test_contig_vs_transposed_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5044834Z test_contig_vs_transposed_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5045212Z test_contig_vs_transposed_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5045588Z test_contig_vs_transposed_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5045962Z test_contig_vs_transposed_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5046334Z test_contig_vs_transposed_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5046684Z test_contig_vs_transposed_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5047050Z test_contig_vs_transposed_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5047422Z test_contig_vs_transposed_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5047792Z test_contig_vs_transposed_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5048165Z test_contig_vs_transposed_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5049261Z test_contig_vs_transposed_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5049649Z test_contig_vs_transposed_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5050031Z test_contig_vs_transposed_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5050401Z test_contig_vs_transposed_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5050764Z test_contig_vs_transposed_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5051137Z test_contig_vs_transposed_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5051508Z test_contig_vs_transposed_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5051872Z test_contig_vs_transposed_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5052245Z test_contig_vs_transposed_double_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5052619Z test_contig_vs_transposed_double_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5053011Z test_contig_vs_transposed_double_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5053402Z test_contig_vs_transposed_double_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5053786Z test_contig_vs_transposed_double_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5054273Z test_contig_vs_transposed_double_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5054674Z test_contig_vs_transposed_double_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5055034Z test_contig_vs_transposed_double_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5055405Z test_contig_vs_transposed_double_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5055783Z test_contig_vs_transposed_double_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5056146Z test_contig_vs_transposed_double_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5056513Z test_contig_vs_transposed_double_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5056883Z test_contig_vs_transposed_double_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5057259Z test_contig_vs_transposed_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5057622Z test_contig_vs_transposed_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5057992Z test_contig_vs_transposed_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5058360Z test_contig_vs_transposed_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5058732Z test_contig_vs_transposed_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.5059098Z test_contig_vs_transposed_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5059461Z test_contig_vs_transposed_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5059822Z test_contig_vs_transposed_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5060182Z test_contig_vs_transposed_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5060550Z test_contig_vs_transposed_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5060922Z test_contig_vs_transposed_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5061279Z test_contig_vs_transposed_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5061648Z test_contig_vs_transposed_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5062569Z test_contig_vs_transposed_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5062925Z test_contig_vs_transposed_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5063289Z test_contig_vs_transposed_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5063654Z test_contig_vs_transposed_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5064023Z test_contig_vs_transposed_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5064387Z test_contig_vs_transposed_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5064746Z test_contig_vs_transposed_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5065114Z test_contig_vs_transposed_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5065498Z test_contig_vs_transposed_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5065874Z test_contig_vs_transposed_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5066248Z test_contig_vs_transposed_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5066614Z test_contig_vs_transposed_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5066975Z test_contig_vs_transposed_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5067442Z test_contig_vs_transposed_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5067833Z test_contig_vs_transposed_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5068192Z test_contig_vs_transposed_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5068577Z test_contig_vs_transposed_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5068942Z test_contig_vs_transposed_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5069304Z test_contig_vs_transposed_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5069665Z test_contig_vs_transposed_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5070007Z test_contig_vs_transposed_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5070373Z test_contig_vs_transposed_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5070739Z test_contig_vs_transposed_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5071093Z test_contig_vs_transposed_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5071450Z test_contig_vs_transposed_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5071816Z test_contig_vs_transposed_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5072183Z test_contig_vs_transposed_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5072544Z test_contig_vs_transposed_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5072915Z test_contig_vs_transposed_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5073291Z test_contig_vs_transposed_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5073662Z test_contig_vs_transposed_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5074033Z test_contig_vs_transposed_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5074397Z test_contig_vs_transposed_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5075293Z test_contig_vs_transposed_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5075656Z test_contig_vs_transposed_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5076021Z test_contig_vs_transposed_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5076372Z test_contig_vs_transposed_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5076730Z test_contig_vs_transposed_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5077095Z test_contig_vs_transposed_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5077465Z test_contig_vs_transposed_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5077810Z test_contig_vs_transposed_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5078182Z test_contig_vs_transposed_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5078559Z test_contig_vs_transposed_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5078930Z test_contig_vs_transposed_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5079303Z test_contig_vs_transposed_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5079675Z test_contig_vs_transposed_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5080150Z test_contig_vs_transposed_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5080525Z test_contig_vs_transposed_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5080887Z test_contig_vs_transposed_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5081254Z test_contig_vs_transposed_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5081617Z test_contig_vs_transposed_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5081992Z test_contig_vs_transposed_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5082365Z test_contig_vs_transposed_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5082734Z test_contig_vs_transposed_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5083103Z test_contig_vs_transposed_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5083480Z test_contig_vs_transposed_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5083846Z test_contig_vs_transposed_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5084201Z test_contig_vs_transposed_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5084563Z test_contig_vs_transposed_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5084915Z test_contig_vs_transposed_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5085253Z test_contig_vs_transposed_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5085615Z test_contig_vs_transposed_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5085984Z test_contig_vs_transposed_float_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5086353Z test_contig_vs_transposed_float_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5086738Z test_contig_vs_transposed_float_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5087118Z test_contig_vs_transposed_float_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5087494Z test_contig_vs_transposed_float_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5088429Z test_contig_vs_transposed_float_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5088808Z test_contig_vs_transposed_float_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5089172Z test_contig_vs_transposed_float_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5089538Z test_contig_vs_transposed_float_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5089905Z test_contig_vs_transposed_float_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5090278Z test_contig_vs_transposed_float_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5090656Z test_contig_vs_transposed_float_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5091023Z test_contig_vs_transposed_float_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5091400Z test_contig_vs_transposed_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5091778Z test_contig_vs_transposed_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5092214Z test_contig_vs_transposed_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5092656Z test_contig_vs_transposed_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5093091Z test_contig_vs_transposed_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5093687Z test_contig_vs_transposed_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5094103Z test_contig_vs_transposed_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5094470Z test_contig_vs_transposed_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5094831Z test_contig_vs_transposed_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5095199Z test_contig_vs_transposed_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5095567Z test_contig_vs_transposed_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.5095935Z test_contig_vs_transposed_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5096300Z test_contig_vs_transposed_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5096717Z test_contig_vs_transposed_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:58:36.5097131Z test_contig_vs_transposed_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:58:36.5097544Z test_contig_vs_transposed_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:58:36.5097915Z test_contig_vs_transposed_half_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5098272Z test_contig_vs_transposed_half_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5098656Z test_contig_vs_transposed_half_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5099033Z test_contig_vs_transposed_half_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5099401Z test_contig_vs_transposed_half_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5099774Z test_contig_vs_transposed_half_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.5100180Z test_contig_vs_transposed_half_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5100554Z test_contig_vs_transposed_half_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5100918Z test_contig_vs_transposed_half_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5101473Z test_contig_vs_transposed_half_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5101844Z test_contig_vs_transposed_half_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5102205Z test_contig_vs_transposed_half_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5102575Z test_contig_vs_transposed_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5102941Z test_contig_vs_transposed_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5103305Z test_contig_vs_transposed_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5103662Z test_contig_vs_transposed_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5104021Z test_contig_vs_transposed_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5104387Z test_contig_vs_transposed_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5104743Z test_contig_vs_transposed_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5105094Z test_contig_vs_transposed_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5105447Z test_contig_vs_transposed_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5105801Z test_contig_vs_transposed_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5106291Z test_contig_vs_transposed_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5106690Z test_contig_vs_transposed_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5107071Z test_contig_vs_transposed_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5107483Z test_contig_vs_transposed_int_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.5107859Z test_contig_vs_transposed_int_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5108277Z test_contig_vs_transposed_int_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5108695Z test_contig_vs_transposed_int_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5109045Z test_contig_vs_transposed_int_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5109414Z test_contig_vs_transposed_int_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5109782Z test_contig_vs_transposed_int_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5110143Z test_contig_vs_transposed_int_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5110497Z test_contig_vs_transposed_int_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5110858Z test_contig_vs_transposed_int_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5111217Z test_contig_vs_transposed_int_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5111571Z test_contig_vs_transposed_int_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5111956Z test_contig_vs_transposed_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5112329Z test_contig_vs_transposed_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5112722Z test_contig_vs_transposed_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5113115Z test_contig_vs_transposed_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5113507Z test_contig_vs_transposed_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5114065Z test_contig_vs_transposed_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5114454Z test_contig_vs_transposed_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5114837Z test_contig_vs_transposed_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5115282Z test_contig_vs_transposed_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5115655Z test_contig_vs_transposed_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5116029Z test_contig_vs_transposed_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5116397Z test_contig_vs_transposed_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5116741Z test_contig_vs_transposed_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5117119Z test_contig_vs_transposed_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5117483Z test_contig_vs_transposed_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5117863Z test_contig_vs_transposed_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5118238Z test_contig_vs_transposed_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5118619Z test_contig_vs_transposed_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5119570Z test_contig_vs_transposed_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5119993Z test_contig_vs_transposed_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5120358Z test_contig_vs_transposed_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5120737Z test_contig_vs_transposed_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5121151Z test_contig_vs_transposed_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5121519Z test_contig_vs_transposed_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5121880Z test_contig_vs_transposed_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5122316Z test_contig_vs_transposed_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5122701Z test_contig_vs_transposed_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5123069Z test_contig_vs_transposed_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5123455Z test_contig_vs_transposed_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5123840Z test_contig_vs_transposed_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5124214Z test_contig_vs_transposed_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5124587Z test_contig_vs_transposed_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5124942Z test_contig_vs_transposed_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5125309Z test_contig_vs_transposed_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5125677Z test_contig_vs_transposed_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5126039Z test_contig_vs_transposed_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5126408Z test_contig_vs_transposed_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5126769Z test_contig_vs_transposed_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5127300Z test_contig_vs_transposed_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5127676Z test_contig_vs_transposed_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5128105Z test_contig_vs_transposed_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5128492Z test_contig_vs_transposed_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5128874Z test_contig_vs_transposed_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5129328Z test_contig_vs_transposed_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5129708Z test_contig_vs_transposed_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5130084Z test_contig_vs_transposed_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5130464Z test_contig_vs_transposed_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5130868Z test_contig_vs_transposed_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5131262Z test_contig_vs_transposed_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5131637Z test_contig_vs_transposed_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5132027Z test_contig_vs_transposed_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.5132519Z test_contig_vs_transposed_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5132917Z test_contig_vs_transposed_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5133267Z test_contig_vs_transposed_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5133652Z test_contig_vs_transposed_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5134022Z test_contig_vs_transposed_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5134394Z test_contig_vs_transposed_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5134767Z test_contig_vs_transposed_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5135197Z test_contig_vs_transposed_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5135574Z test_contig_vs_transposed_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5136005Z test_contig_vs_transposed_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5136400Z test_contig_vs_transposed_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5136843Z test_contig_vs_transposed_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5137268Z test_contig_vs_transposed_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5137687Z test_contig_vs_transposed_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5138100Z test_contig_vs_transposed_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5138516Z test_contig_vs_transposed_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5139000Z test_contig_vs_transposed_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.5139436Z test_contig_vs_transposed_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5139850Z test_contig_vs_transposed_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5140260Z test_contig_vs_transposed_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5140901Z test_contig_vs_transposed_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5141368Z test_contig_vs_transposed_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5141810Z test_contig_vs_transposed_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5142269Z test_contig_vs_transposed_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5142778Z test_contig_vs_transposed_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5143238Z test_contig_vs_transposed_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5143767Z test_contig_vs_transposed_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5144214Z test_contig_vs_transposed_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5144659Z test_contig_vs_transposed_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5145096Z test_contig_vs_transposed_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5145547Z test_contig_vs_transposed_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5145981Z test_contig_vs_transposed_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5146545Z test_contig_vs_transposed_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5146987Z test_contig_vs_transposed_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5147420Z test_contig_vs_transposed_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5147846Z test_contig_vs_transposed_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5148251Z test_contig_vs_transposed_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5148664Z test_contig_vs_transposed_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5149081Z test_contig_vs_transposed_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5149546Z test_contig_vs_transposed_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5149963Z test_contig_vs_transposed_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5150431Z test_contig_vs_transposed_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5150887Z test_contig_vs_transposed_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5151295Z test_contig_vs_transposed_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5151739Z test_contig_vs_transposed_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5152156Z test_contig_vs_transposed_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5152568Z test_contig_vs_transposed_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5152985Z test_contig_vs_transposed_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5153407Z test_contig_vs_transposed_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5153823Z test_contig_vs_transposed_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5154222Z test_contig_vs_transposed_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5154623Z test_contig_vs_transposed_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5155211Z test_contig_vs_transposed_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5155630Z test_contig_vs_transposed_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5156041Z test_contig_vs_transposed_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5156509Z test_contig_vs_transposed_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5156935Z test_contig_vs_transposed_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5157452Z test_contig_vs_transposed_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5157863Z test_contig_vs_transposed_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5158270Z test_contig_vs_transposed_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5158693Z test_contig_vs_transposed_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5159107Z test_contig_vs_transposed_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5159514Z test_contig_vs_transposed_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5159904Z test_contig_vs_transposed_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5160309Z test_contig_vs_transposed_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5160878Z test_contig_vs_transposed_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5161330Z test_contig_vs_transposed_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.5161750Z test_contig_vs_transposed_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5162164Z test_contig_vs_transposed_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5162581Z test_contig_vs_transposed_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5162995Z test_contig_vs_transposed_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5163448Z test_contig_vs_transposed_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5163855Z test_contig_vs_transposed_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5164308Z test_contig_vs_transposed_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5164757Z test_contig_vs_transposed_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5165176Z test_contig_vs_transposed_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5165586Z test_contig_vs_transposed_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5166013Z test_contig_vs_transposed_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5166441Z test_contig_vs_transposed_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5166869Z test_contig_vs_transposed_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5167271Z test_contig_vs_transposed_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5167683Z test_contig_vs_transposed_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5168098Z test_contig_vs_transposed_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5168481Z test_contig_vs_transposed_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5168894Z test_contig_vs_transposed_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5169300Z test_contig_vs_transposed_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5169868Z test_contig_vs_transposed_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5170327Z test_contig_vs_transposed_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5170785Z test_contig_vs_transposed_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5171216Z test_contig_vs_transposed_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5171748Z test_contig_vs_transposed_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5172203Z test_contig_vs_transposed_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5172657Z test_contig_vs_transposed_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5173092Z test_contig_vs_transposed_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5173527Z test_contig_vs_transposed_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5173950Z test_contig_vs_transposed_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5174389Z test_contig_vs_transposed_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5174810Z test_contig_vs_transposed_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5175388Z test_contig_vs_transposed_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5175839Z test_contig_vs_transposed_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5176276Z test_contig_vs_transposed_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5176694Z test_contig_vs_transposed_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5177114Z test_contig_vs_transposed_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5177550Z test_contig_vs_transposed_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5177968Z test_contig_vs_transposed_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5178448Z test_contig_vs_transposed_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5178906Z test_contig_vs_transposed_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5179321Z test_contig_vs_transposed_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5179736Z test_contig_vs_transposed_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5180157Z test_contig_vs_transposed_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5180585Z test_contig_vs_transposed_long_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5180993Z test_contig_vs_transposed_long_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5181416Z test_contig_vs_transposed_long_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5181840Z test_contig_vs_transposed_long_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5182267Z test_contig_vs_transposed_long_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5182688Z test_contig_vs_transposed_long_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.5183101Z test_contig_vs_transposed_long_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5183519Z test_contig_vs_transposed_long_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5184100Z test_contig_vs_transposed_long_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5184552Z test_contig_vs_transposed_long_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5184963Z test_contig_vs_transposed_long_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5185415Z test_contig_vs_transposed_long_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5185871Z test_contig_vs_transposed_long_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5186321Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.5186790Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5187256Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5187744Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5188213Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5188672Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5189129Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5189727Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5190203Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5190665Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5191127Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5191657Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5192120Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5192615Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5193114Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5193601Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5194069Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5194535Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5195012Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5195486Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5195939Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5196389Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5196850Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5197325Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5197733Z test_contig_vs_transposed_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5198162Z test_contig_vs_transposed_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5198802Z test_contig_vs_transposed_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5199236Z test_contig_vs_transposed_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5199752Z test_contig_vs_transposed_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5200183Z test_contig_vs_transposed_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5200616Z test_contig_vs_transposed_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5201053Z test_contig_vs_transposed_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5201466Z test_contig_vs_transposed_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5201890Z test_contig_vs_transposed_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5202317Z test_contig_vs_transposed_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5202742Z test_contig_vs_transposed_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5203169Z test_contig_vs_transposed_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5203582Z test_contig_vs_transposed_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5204145Z test_contig_vs_transposed_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5204582Z test_contig_vs_transposed_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5204995Z test_contig_vs_transposed_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5205402Z test_contig_vs_transposed_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5205864Z test_contig_vs_transposed_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5206262Z test_contig_vs_transposed_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5206695Z test_contig_vs_transposed_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5207145Z test_contig_vs_transposed_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5207612Z test_contig_vs_transposed_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5208086Z test_contig_vs_transposed_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5208559Z test_contig_vs_transposed_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5209016Z test_contig_vs_transposed_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5209478Z test_contig_vs_transposed_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5209930Z test_contig_vs_transposed_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5210393Z test_contig_vs_transposed_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5210843Z test_contig_vs_transposed_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5211332Z test_contig_vs_transposed_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5211812Z test_contig_vs_transposed_nn_functional_hardshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5212295Z test_contig_vs_transposed_nn_functional_hardshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5212983Z test_contig_vs_transposed_nn_functional_hardshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5213474Z test_contig_vs_transposed_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5214040Z test_contig_vs_transposed_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5214539Z test_contig_vs_transposed_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5215023Z test_contig_vs_transposed_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.5215512Z test_contig_vs_transposed_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5215978Z test_contig_vs_transposed_nn_functional_hardtanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5216470Z test_contig_vs_transposed_nn_functional_hardtanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5216947Z test_contig_vs_transposed_nn_functional_hardtanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5217411Z test_contig_vs_transposed_nn_functional_hardtanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5217880Z test_contig_vs_transposed_nn_functional_hardtanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5218472Z test_contig_vs_transposed_nn_functional_hardtanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5218951Z test_contig_vs_transposed_nn_functional_hardtanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5219448Z test_contig_vs_transposed_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5219983Z test_contig_vs_transposed_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5220472Z test_contig_vs_transposed_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5221039Z test_contig_vs_transposed_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5221501Z test_contig_vs_transposed_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5221961Z test_contig_vs_transposed_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5222399Z test_contig_vs_transposed_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.5222847Z test_contig_vs_transposed_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5223307Z test_contig_vs_transposed_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5223785Z test_contig_vs_transposed_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5224260Z test_contig_vs_transposed_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5224721Z test_contig_vs_transposed_nn_functional_relu6_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5225180Z test_contig_vs_transposed_nn_functional_relu6_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5225642Z test_contig_vs_transposed_nn_functional_relu6_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5226105Z test_contig_vs_transposed_nn_functional_relu6_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5226604Z test_contig_vs_transposed_nn_functional_relu6_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5227060Z test_contig_vs_transposed_nn_functional_relu6_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5227723Z test_contig_vs_transposed_nn_functional_relu6_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5228221Z test_contig_vs_transposed_nn_functional_relu6_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5228674Z test_contig_vs_transposed_nn_functional_relu6_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5229145Z test_contig_vs_transposed_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5229591Z test_contig_vs_transposed_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5230047Z test_contig_vs_transposed_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5230502Z test_contig_vs_transposed_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5230964Z test_contig_vs_transposed_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5231468Z test_contig_vs_transposed_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5231926Z test_contig_vs_transposed_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5232375Z test_contig_vs_transposed_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5232969Z test_contig_vs_transposed_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5233510Z test_contig_vs_transposed_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.000s) 2022-11-23T01:58:36.5234075Z test_contig_vs_transposed_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.010s) 2022-11-23T01:58:36.5234607Z test_contig_vs_transposed_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.002s) 2022-11-23T01:58:36.5235196Z test_contig_vs_transposed_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2022-11-23T01:58:36.5235673Z test_contig_vs_transposed_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5236128Z test_contig_vs_transposed_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5236590Z test_contig_vs_transposed_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5237041Z test_contig_vs_transposed_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5237503Z test_contig_vs_transposed_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5237965Z test_contig_vs_transposed_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5238424Z test_contig_vs_transposed_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5238882Z test_contig_vs_transposed_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5239355Z test_contig_vs_transposed_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5239814Z test_contig_vs_transposed_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5240257Z test_contig_vs_transposed_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5240776Z test_contig_vs_transposed_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5241245Z test_contig_vs_transposed_nn_functional_softshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5241975Z test_contig_vs_transposed_nn_functional_softshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5242457Z test_contig_vs_transposed_nn_functional_softshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5242939Z test_contig_vs_transposed_nn_functional_softshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5243433Z test_contig_vs_transposed_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5243907Z test_contig_vs_transposed_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5244393Z test_contig_vs_transposed_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5244875Z test_contig_vs_transposed_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5245362Z test_contig_vs_transposed_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5245830Z test_contig_vs_transposed_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5246294Z test_contig_vs_transposed_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5246760Z test_contig_vs_transposed_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5247485Z test_contig_vs_transposed_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5248020Z test_contig_vs_transposed_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5248485Z test_contig_vs_transposed_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5249033Z test_contig_vs_transposed_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5249511Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5250002Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5250481Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5250975Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5251464Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.5251935Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5252413Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5252885Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5253346Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5253804Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5254272Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5254805Z test_contig_vs_transposed_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5255294Z test_contig_vs_transposed_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5255835Z test_contig_vs_transposed_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5256494Z test_contig_vs_transposed_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5256971Z test_contig_vs_transposed_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5257438Z test_contig_vs_transposed_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5257892Z test_contig_vs_transposed_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5258365Z test_contig_vs_transposed_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5258828Z test_contig_vs_transposed_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5259307Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5259792Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5260264Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5260748Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5261208Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5261874Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5262349Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5262860Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5263343Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5263806Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5264270Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5264735Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5265220Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5265658Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5266116Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5266583Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5267066Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5267530Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5268005Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5268479Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5268963Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5269494Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5269963Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5270685Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5271162Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5271624Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5272092Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5272568Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5273057Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5273522Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5273996Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5274468Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5274947Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5275414Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5276071Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5276557Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5277037Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5277537Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5278015Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5278536Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5279013Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5279480Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5279937Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5280411Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5280867Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5281310Z test_contig_vs_transposed_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5281746Z test_contig_vs_transposed_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5282182Z test_contig_vs_transposed_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.5282628Z test_contig_vs_transposed_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5283063Z test_contig_vs_transposed_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5283499Z test_contig_vs_transposed_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5283936Z test_contig_vs_transposed_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5284419Z test_contig_vs_transposed_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5285013Z test_contig_vs_transposed_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5285509Z test_contig_vs_transposed_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5285937Z test_contig_vs_transposed_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5286371Z test_contig_vs_transposed_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5286818Z test_contig_vs_transposed_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5287218Z test_contig_vs_transposed_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5287636Z test_contig_vs_transposed_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5288059Z test_contig_vs_transposed_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5288504Z test_contig_vs_transposed_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5288919Z test_contig_vs_transposed_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5289334Z test_contig_vs_transposed_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5289743Z test_contig_vs_transposed_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5290317Z test_contig_vs_transposed_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5290749Z test_contig_vs_transposed_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5291168Z test_contig_vs_transposed_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5291622Z test_contig_vs_transposed_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5292076Z test_contig_vs_transposed_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5292539Z test_contig_vs_transposed_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5293005Z test_contig_vs_transposed_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5293423Z test_contig_vs_transposed_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5293846Z test_contig_vs_transposed_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5294271Z test_contig_vs_transposed_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5294680Z test_contig_vs_transposed_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5295082Z test_contig_vs_transposed_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5295493Z test_contig_vs_transposed_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5295896Z test_contig_vs_transposed_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5296297Z test_contig_vs_transposed_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5296738Z test_contig_vs_transposed_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5297178Z test_contig_vs_transposed_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5297651Z test_contig_vs_transposed_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5298105Z test_contig_vs_transposed_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5298592Z test_contig_vs_transposed_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5299036Z test_contig_vs_transposed_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5300090Z test_contig_vs_transposed_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5300529Z test_contig_vs_transposed_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.5300964Z test_contig_vs_transposed_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5301400Z test_contig_vs_transposed_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5301844Z test_contig_vs_transposed_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5302276Z test_contig_vs_transposed_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5302695Z test_contig_vs_transposed_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5303118Z test_contig_vs_transposed_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5303550Z test_contig_vs_transposed_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5303972Z test_contig_vs_transposed_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5304379Z test_contig_vs_transposed_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5304793Z test_contig_vs_transposed_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5305532Z test_contig_vs_transposed_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5305941Z test_contig_vs_transposed_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5306358Z test_contig_vs_transposed_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5306888Z test_contig_vs_transposed_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5307367Z test_contig_vs_transposed_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5307824Z test_contig_vs_transposed_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5308277Z test_contig_vs_transposed_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5308735Z test_contig_vs_transposed_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5309200Z test_contig_vs_transposed_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5309657Z test_contig_vs_transposed_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5310100Z test_contig_vs_transposed_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5310575Z test_contig_vs_transposed_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.5311045Z test_contig_vs_transposed_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5311506Z test_contig_vs_transposed_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5311954Z test_contig_vs_transposed_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5312373Z test_contig_vs_transposed_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5312853Z test_contig_vs_transposed_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5313289Z test_contig_vs_transposed_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5313800Z test_contig_vs_transposed_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5314755Z test_contig_vs_transposed_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5315175Z test_contig_vs_transposed_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5315593Z test_contig_vs_transposed_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5315989Z test_contig_vs_transposed_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5316371Z test_contig_vs_transposed_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5316794Z test_contig_vs_transposed_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5317208Z test_contig_vs_transposed_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5317616Z test_contig_vs_transposed_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5318031Z test_contig_vs_transposed_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5318455Z test_contig_vs_transposed_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5318876Z test_contig_vs_transposed_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5319293Z test_contig_vs_transposed_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5319775Z test_contig_vs_transposed_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5320587Z test_contig_vs_transposed_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5321068Z test_contig_vs_transposed_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5321488Z test_contig_vs_transposed_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5321887Z test_contig_vs_transposed_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5322303Z test_contig_vs_transposed_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5322704Z test_contig_vs_transposed_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5323111Z test_contig_vs_transposed_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5323516Z test_contig_vs_transposed_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5323930Z test_contig_vs_transposed_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5324360Z test_contig_vs_transposed_short_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5324756Z test_contig_vs_transposed_short_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5325197Z test_contig_vs_transposed_short_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5325635Z test_contig_vs_transposed_short_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5326057Z test_contig_vs_transposed_short_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5326522Z test_contig_vs_transposed_short_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5326954Z test_contig_vs_transposed_short_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5327410Z test_contig_vs_transposed_short_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5327864Z test_contig_vs_transposed_short_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5328272Z test_contig_vs_transposed_short_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5328689Z test_contig_vs_transposed_short_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5329094Z test_contig_vs_transposed_short_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5329817Z test_contig_vs_transposed_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5330248Z test_contig_vs_transposed_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5330693Z test_contig_vs_transposed_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5331118Z test_contig_vs_transposed_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5331562Z test_contig_vs_transposed_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5332036Z test_contig_vs_transposed_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5332470Z test_contig_vs_transposed_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5332893Z test_contig_vs_transposed_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5333363Z test_contig_vs_transposed_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5333790Z test_contig_vs_transposed_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T01:58:36.5334258Z test_contig_vs_transposed_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5334676Z test_contig_vs_transposed_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5335370Z test_contig_vs_transposed_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5335820Z test_contig_vs_transposed_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5336237Z test_contig_vs_transposed_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5336653Z test_contig_vs_transposed_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5337078Z test_contig_vs_transposed_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5337485Z test_contig_vs_transposed_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5337895Z test_contig_vs_transposed_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5338312Z test_contig_vs_transposed_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5338719Z test_contig_vs_transposed_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5339123Z test_contig_vs_transposed_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5339534Z test_contig_vs_transposed_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5340017Z test_contig_vs_transposed_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5340450Z test_contig_vs_transposed_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5340944Z test_contig_vs_transposed_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5341370Z test_contig_vs_transposed_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5341798Z test_contig_vs_transposed_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5342223Z test_contig_vs_transposed_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5342646Z test_contig_vs_transposed_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5343040Z test_contig_vs_transposed_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5343456Z test_contig_vs_transposed_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5343889Z test_contig_vs_transposed_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5344602Z test_contig_vs_transposed_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5345008Z test_contig_vs_transposed_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5345433Z test_contig_vs_transposed_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5345866Z test_contig_vs_transposed_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5346289Z test_contig_vs_transposed_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5346752Z test_contig_vs_transposed_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5347163Z test_contig_vs_transposed_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5347642Z test_contig_vs_transposed_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.5348064Z test_contig_vs_transposed_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5348462Z test_contig_vs_transposed_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5348861Z test_contig_vs_transposed_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5349268Z test_contig_vs_transposed_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5349685Z test_contig_vs_transposed_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5351089Z test_contig_vs_transposed_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5351547Z test_contig_vs_transposed_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5351973Z test_contig_vs_transposed_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5352380Z test_contig_vs_transposed_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5352797Z test_contig_vs_transposed_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5353258Z test_contig_vs_transposed_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5353685Z test_contig_vs_transposed_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5354167Z test_contig_vs_transposed_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5354588Z test_contig_vs_transposed_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5355000Z test_contig_vs_transposed_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5355413Z test_contig_vs_transposed_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5355820Z test_contig_vs_transposed_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5356245Z test_contig_vs_transposed_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5356644Z test_contig_vs_transposed_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5357071Z test_contig_vs_transposed_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5357479Z test_contig_vs_transposed_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5357868Z test_contig_vs_transposed_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.5358238Z test_contig_vs_transposed_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5358613Z test_contig_vs_transposed_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5358974Z test_contig_vs_transposed_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5359705Z test_contig_vs_transposed_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5360181Z test_contig_vs_transposed_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5360664Z test_contig_vs_transposed_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5361098Z test_contig_vs_transposed_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5361542Z test_contig_vs_transposed_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5361977Z test_contig_vs_transposed_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5362407Z test_contig_vs_transposed_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5362832Z test_contig_vs_transposed_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5363258Z test_contig_vs_transposed_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5363665Z test_contig_vs_transposed_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5364067Z test_contig_vs_transposed_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5364481Z test_contig_vs_transposed_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5364910Z test_contig_vs_transposed_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5365480Z test_contig_vs_transposed_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5365931Z test_contig_vs_transposed_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5366359Z test_contig_vs_transposed_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5366791Z test_contig_vs_transposed_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5367255Z test_contig_vs_transposed_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5367673Z test_contig_vs_transposed_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.5368162Z test_contig_vs_transposed_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5368600Z test_contig_vs_transposed_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5369022Z test_contig_vs_transposed_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5369450Z test_contig_vs_transposed_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5369866Z test_contig_vs_transposed_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5370290Z test_contig_vs_transposed_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5370690Z test_contig_vs_transposed_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5371108Z test_contig_vs_transposed_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5371527Z test_contig_vs_transposed_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5371952Z test_contig_vs_transposed_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5372368Z test_contig_vs_transposed_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5372796Z test_contig_vs_transposed_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5373396Z test_contig_vs_transposed_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5373812Z test_contig_vs_transposed_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5374262Z test_contig_vs_transposed_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5374683Z test_contig_vs_transposed_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5375169Z test_contig_vs_transposed_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5375591Z test_contig_vs_transposed_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5376012Z test_contig_vs_transposed_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5376439Z test_contig_vs_transposed_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5376871Z test_contig_vs_transposed_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5377288Z test_contig_vs_transposed_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5377703Z test_contig_vs_transposed_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5378120Z test_contig_vs_transposed_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5378636Z test_contig_vs_transposed_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.5379072Z test_contig_vs_transposed_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5379490Z test_contig_vs_transposed_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5379901Z test_contig_vs_transposed_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5380323Z test_contig_vs_transposed_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5380766Z test_contig_vs_transposed_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5381182Z test_contig_vs_transposed_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5381626Z test_contig_vs_transposed_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5382080Z test_contig_vs_transposed_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5382481Z test_contig_vs_transposed_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5382885Z test_contig_vs_transposed_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5383306Z test_contig_vs_transposed_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5383717Z test_contig_vs_transposed_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5384138Z test_contig_vs_transposed_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5384548Z test_contig_vs_transposed_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5384962Z test_contig_vs_transposed_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5385373Z test_contig_vs_transposed_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5385772Z test_contig_vs_transposed_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5386185Z test_contig_vs_transposed_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5386712Z test_contig_vs_transposed_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5387132Z test_contig_vs_transposed_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.5387574Z test_contig_vs_transposed_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5387993Z test_contig_vs_transposed_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5388398Z test_contig_vs_transposed_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5388842Z test_contig_vs_transposed_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5389288Z test_contig_vs_transposed_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5389675Z test_contig_vs_transposed_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5390068Z test_contig_vs_transposed_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5390443Z test_contig_vs_transposed_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5390808Z test_contig_vs_transposed_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5391186Z test_contig_vs_transposed_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5391638Z test_contig_vs_transposed_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5392234Z test_contig_vs_transposed_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5392755Z test_contig_vs_transposed_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5393183Z test_contig_vs_transposed_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5393568Z test_contig_vs_transposed_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5393936Z test_contig_vs_transposed_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5394305Z test_contig_vs_transposed_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5394726Z test_contig_vs_transposed_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5395120Z test_contig_vs_transposed_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5395503Z test_contig_vs_transposed_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5395948Z test_contig_vs_transposed_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5396331Z test_contig_vs_transposed_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5396708Z test_contig_vs_transposed_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5397081Z test_contig_vs_transposed_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5397454Z test_contig_vs_transposed_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5397851Z test_contig_vs_transposed_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5398227Z test_contig_vs_transposed_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5398637Z test_contig_vs_transposed_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5399031Z test_contig_vs_transposed_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5399420Z test_contig_vs_transposed_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5399983Z test_contig_vs_transposed_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5400373Z test_contig_vs_transposed_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5400770Z test_contig_vs_transposed_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5401196Z test_contig_vs_transposed_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5401667Z test_contig_vs_transposed_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5402101Z test_contig_vs_transposed_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5402524Z test_contig_vs_transposed_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5403031Z test_contig_vs_transposed_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5403464Z test_contig_vs_transposed_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5403884Z test_contig_vs_transposed_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5404302Z test_contig_vs_transposed_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5404842Z test_contig_vs_transposed_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5405282Z test_contig_vs_transposed_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5405696Z test_contig_vs_transposed_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5406117Z test_contig_vs_transposed_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5406542Z test_contig_vs_transposed_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5406964Z test_contig_vs_transposed_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5407377Z test_contig_vs_transposed_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5407792Z test_contig_vs_transposed_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5408217Z test_contig_vs_transposed_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5408671Z test_contig_vs_transposed_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5409098Z test_contig_vs_transposed_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5409517Z test_contig_vs_transposed_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5409998Z test_contig_vs_transposed_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5410423Z test_contig_vs_transposed_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5410831Z test_contig_vs_transposed_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5411245Z test_contig_vs_transposed_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5411661Z test_contig_vs_transposed_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5412080Z test_contig_vs_transposed_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5412630Z test_contig_vs_transposed_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5413045Z test_contig_vs_transposed_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5413458Z test_contig_vs_transposed_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5413877Z test_contig_vs_transposed_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5414293Z test_contig_vs_transposed_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5414703Z test_contig_vs_transposed_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5415103Z test_contig_vs_transposed_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5415499Z test_contig_vs_transposed_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5415931Z test_contig_vs_transposed_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5416310Z test_contig_vs_transposed_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5416732Z test_contig_vs_transposed_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5417264Z test_contig_vs_transposed_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5417663Z test_contig_vs_transposed_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5418052Z test_contig_vs_transposed_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5418417Z test_contig_vs_transposed_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5418809Z test_contig_vs_transposed_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5419195Z test_contig_vs_transposed_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5419619Z test_contig_vs_transposed_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5420024Z test_contig_vs_transposed_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5420419Z test_contig_vs_transposed_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5420807Z test_contig_vs_transposed_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.5421186Z test_contig_vs_transposed_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5421576Z test_contig_vs_transposed_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5421978Z test_contig_vs_transposed_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5422448Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5422971Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5423447Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5423998Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5424468Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5424929Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5425515Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5425972Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5426434Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5426883Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5427332Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5427770Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5428219Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5428662Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5429100Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5429523Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5430120Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5430589Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5431105Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5431554Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5431999Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.5432469Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5432917Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5433356Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5433789Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5434219Z test_contig_vs_transposed_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5434664Z test_contig_vs_transposed_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5435100Z test_contig_vs_transposed_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5435521Z test_contig_vs_transposed_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5435943Z test_contig_vs_transposed_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5436369Z test_contig_vs_transposed_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5436835Z test_contig_vs_transposed_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5437267Z test_contig_vs_transposed_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5437811Z test_contig_vs_transposed_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5438182Z test_contig_vs_transposed_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5438632Z test_contig_vs_transposed_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5439051Z test_contig_vs_transposed_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5439464Z test_contig_vs_transposed_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5439874Z test_contig_vs_transposed_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5440289Z test_contig_vs_transposed_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5440678Z test_contig_vs_transposed_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5441101Z test_contig_vs_transposed_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5441508Z test_contig_vs_transposed_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5441911Z test_contig_vs_transposed_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5442317Z test_contig_vs_transposed_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5442729Z test_contig_vs_transposed_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5443310Z test_contig_vs_transposed_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5443742Z test_contig_vs_transposed_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5444233Z test_contig_vs_transposed_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5444682Z test_contig_vs_transposed_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5445166Z test_contig_vs_transposed_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5445582Z test_contig_vs_transposed_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5445999Z test_contig_vs_transposed_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5446468Z test_contig_vs_transposed_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5446901Z test_contig_vs_transposed_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5447387Z test_contig_vs_transposed_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5447810Z test_contig_vs_transposed_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5448223Z test_contig_vs_transposed_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5448646Z test_contig_vs_transposed_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5449033Z test_contig_vs_transposed_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5449453Z test_contig_vs_transposed_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5449882Z test_contig_vs_transposed_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5450316Z test_contig_vs_transposed_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5450744Z test_contig_vs_transposed_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5451155Z test_contig_vs_transposed_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5451562Z test_contig_vs_transposed_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5452209Z test_contig_vs_transposed_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.5452623Z test_contig_vs_transposed_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5453062Z test_contig_vs_transposed_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5453501Z test_contig_vs_transposed_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5453907Z test_contig_vs_transposed_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5454329Z test_contig_vs_transposed_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5454735Z test_contig_vs_transposed_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5455173Z test_contig_vs_transposed_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5455595Z test_contig_vs_transposed_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5456025Z test_contig_vs_transposed_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5456433Z test_contig_vs_transposed_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5456847Z test_contig_vs_transposed_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5457265Z test_contig_vs_transposed_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5457809Z test_contig_vs_transposed_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5458238Z test_contig_vs_transposed_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5458646Z test_contig_vs_transposed_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5459115Z test_contig_vs_transposed_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5459543Z test_contig_vs_transposed_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5460011Z test_contig_vs_transposed_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5460464Z test_contig_vs_transposed_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5460887Z test_contig_vs_transposed_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5461317Z test_contig_vs_transposed_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5461744Z test_contig_vs_transposed_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5462153Z test_contig_vs_transposed_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5462553Z test_contig_vs_transposed_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5462972Z test_contig_vs_transposed_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5463393Z test_contig_vs_transposed_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5463751Z test_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5464101Z test_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5464486Z test_digamma_special_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5464867Z test_digamma_special_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5465235Z test_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5466109Z test_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:2492: RuntimeWarning: invalid value encountered in exp 2022-11-23T01:58:36.5466483Z np_result = np_fn(a) 2022-11-23T01:58:36.5466653Z ok (0.020s) 2022-11-23T01:58:36.5467094Z test_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.5467903Z test_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:2492: RuntimeWarning: overflow encountered in exp 2022-11-23T01:58:36.5468121Z np_result = np_fn(a) 2022-11-23T01:58:36.5468282Z ok (0.009s) 2022-11-23T01:58:36.5468627Z test_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5468993Z test_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5469478Z test_exp_slow_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Insufficient memory on linux.(2|4)xlarge (0.001s) 2022-11-23T01:58:36.5469874Z test_float_domains_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5470263Z test_float_domains_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5470664Z test_float_domains_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5471058Z test_float_domains_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.5471454Z test_float_domains_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5471848Z test_float_domains_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5472243Z test_float_domains_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5472891Z test_float_domains_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5473310Z test_float_domains_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5473666Z test_float_domains_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5474133Z test_float_domains_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.5474518Z test_float_domains_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.5474921Z test_float_domains_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5475313Z test_float_domains_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5475700Z test_float_domains_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5476096Z test_float_domains_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5476493Z test_float_domains_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5476892Z test_float_domains_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5477284Z test_float_domains_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T01:58:36.5477678Z test_float_domains_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5478065Z test_float_domains_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5478460Z test_float_domains_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5478842Z test_float_domains_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5479243Z test_float_domains_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5479633Z test_float_domains_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5480080Z test_float_domains_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5480474Z test_float_domains_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5480937Z test_float_domains_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5481476Z test_float_domains_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5481855Z test_float_domains_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5482239Z test_float_domains_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5482635Z test_float_domains_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5483019Z test_float_domains_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5483414Z test_float_domains_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5483797Z test_float_domains_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5484196Z test_float_domains_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5484587Z test_float_domains_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5484977Z test_float_domains_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5485360Z test_float_domains_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5485847Z test_float_domains_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:58:36.5486337Z test_float_domains_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.008s) 2022-11-23T01:58:36.5487007Z test_float_domains_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2022-11-23T01:58:36.5487486Z test_float_domains_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2022-11-23T01:58:36.5488042Z test_float_domains_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2022-11-23T01:58:36.5488536Z test_float_domains_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2022-11-23T01:58:36.5488998Z test_float_domains_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2022-11-23T01:58:36.5489460Z test_float_domains_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2022-11-23T01:58:36.5489940Z test_float_domains_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2022-11-23T01:58:36.5490347Z test_float_domains_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5490716Z test_float_domains_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5491112Z test_float_domains_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5491513Z test_float_domains_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5491958Z test_float_domains_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5492382Z test_float_domains_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5492778Z test_float_domains_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5493161Z test_float_domains_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5493597Z test_float_domains_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5494005Z test_float_domains_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5494388Z test_frexp_assert_raises_cuda (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-11-23T01:58:36.5494832Z test_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5495195Z test_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5496947Z test_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5497389Z test_hardshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:58:36.5497838Z test_hardshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:58:36.5498266Z test_hardshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:58:36.5498736Z test_hardshrink_edge_cases_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:58:36.5499214Z test_hardshrink_edge_cases_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:58:36.5499697Z test_hardshrink_edge_cases_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:58:36.5500084Z test_hardsigmoid_backward_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5500557Z test_hardsigmoid_backward_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5500972Z test_hardsigmoid_backward_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5501371Z test_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5566273Z test_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5566754Z test_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5567362Z test_hardswish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5567764Z test_hardswish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5568127Z test_hardswish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5568489Z test_i0_range1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5568835Z test_i0_range1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5569186Z test_i0_range1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5569531Z test_i0_range1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5569879Z test_i0_range2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5570212Z test_i0_range2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5570548Z test_i0_range2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5570895Z test_i0_range2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5571237Z test_i0_range3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5571600Z test_i0_special_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.5571948Z test_i0_special_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5572306Z test_i0_special_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5572657Z test_i0_special_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5573025Z test_igamma_common_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.075s) 2022-11-23T01:58:36.5573408Z test_igamma_common_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.086s) 2022-11-23T01:58:36.5573789Z test_igamma_edge_cases_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.5574181Z test_igamma_edge_cases_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5574560Z test_igammac_common_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.417s) 2022-11-23T01:58:36.5574929Z test_igammac_common_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.405s) 2022-11-23T01:58:36.5575372Z test_igammac_edge_cases_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.5575946Z test_igammac_edge_cases_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5576481Z test_isposinf_isneginf_non_boolean_output_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5576953Z test_isposinf_isneginf_non_boolean_output_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5577425Z test_isposinf_isneginf_non_boolean_output_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5577878Z test_isposinf_isneginf_non_boolean_output_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5578328Z test_isposinf_isneginf_non_boolean_output_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5578777Z test_isposinf_isneginf_non_boolean_output_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5579229Z test_isposinf_isneginf_non_boolean_output_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5579672Z test_isposinf_isneginf_non_boolean_output_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5580102Z test_isposinf_isneginf_non_boolean_output_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5580545Z test_isposinf_isneginf_non_boolean_output_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5580994Z test_isposinf_isneginf_non_boolean_output_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5581856Z test_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_unary_ufuncs.py:1063: RuntimeWarning: overflow encountered in exp 2022-11-23T01:58:36.5582243Z expected_output_np = input_np * np.tanh(np.log1p(np.exp(input_np))) 2022-11-23T01:58:36.5582413Z ok (0.008s) 2022-11-23T01:58:36.5582762Z test_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5583201Z test_nan_to_num_bfloat16_cuda (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:58:36.5583554Z test_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.5583912Z test_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5584294Z test_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5584685Z test_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5585199Z test_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5585560Z test_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5585899Z test_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5586304Z test_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5586652Z test_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.5587038Z test_non_contig_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5587433Z test_non_contig_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5587967Z test_non_contig_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5588376Z test_non_contig_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5588754Z test_non_contig_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5589140Z test_non_contig_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5589531Z test_non_contig_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5589900Z test_non_contig_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5590271Z test_non_contig_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5590815Z test_non_contig_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5591167Z test_non_contig_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5591535Z test_non_contig_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5591901Z test_non_contig_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5592268Z test_non_contig_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5592635Z test_non_contig_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5593025Z test_non_contig_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5593404Z test_non_contig_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5593786Z test_non_contig_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5594157Z test_non_contig_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5594519Z test_non_contig_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5594885Z test_non_contig_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5595255Z test_non_contig_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5595611Z test_non_contig_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5596115Z test_non_contig_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5596491Z test_non_contig_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5596858Z test_non_contig_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5597236Z test_non_contig_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5597606Z test_non_contig_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5597973Z test_non_contig_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5598438Z test_non_contig_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5598828Z test_non_contig_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5599182Z test_non_contig_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5599552Z test_non_contig_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5599906Z test_non_contig_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5600255Z test_non_contig_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5600619Z test_non_contig_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5601000Z test_non_contig_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5601360Z test_non_contig_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5601714Z test_non_contig_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5602075Z test_non_contig_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5602457Z test_non_contig_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5602855Z test_non_contig_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5603227Z test_non_contig_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5603603Z test_non_contig_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5603970Z test_non_contig_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T01:58:36.5604524Z test_non_contig_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5604877Z test_non_contig_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5605229Z test_non_contig_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5605583Z test_non_contig_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5605944Z test_non_contig_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5606327Z test_non_contig_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5606692Z test_non_contig_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5607071Z test_non_contig_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5607444Z test_non_contig_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5607821Z test_non_contig_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5608189Z test_non_contig_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5608551Z test_non_contig_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5608903Z test_non_contig_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5609261Z test_non_contig_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5609773Z test_non_contig_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5610164Z test_non_contig_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5610522Z test_non_contig_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5610867Z test_non_contig_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5611251Z test_non_contig_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5611620Z test_non_contig_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5612002Z test_non_contig_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5612387Z test_non_contig_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5612752Z test_non_contig_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5613125Z test_non_contig_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5613492Z test_non_contig_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5613858Z test_non_contig_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5614209Z test_non_contig_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5614580Z test_non_contig_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5615002Z test_non_contig_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5615380Z test_non_contig_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5615761Z test_non_contig_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5616154Z test_non_contig_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5616520Z test_non_contig_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5616900Z test_non_contig_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5617283Z test_non_contig_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5617659Z test_non_contig_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5618192Z test_non_contig_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5618550Z test_non_contig_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5618892Z test_non_contig_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5619253Z test_non_contig_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5619619Z test_non_contig_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5619983Z test_non_contig_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5620340Z test_non_contig_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.5620693Z test_non_contig_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5621075Z test_non_contig_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5621440Z test_non_contig_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5621824Z test_non_contig_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5622198Z test_non_contig_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5622567Z test_non_contig_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5622937Z test_non_contig_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5623450Z test_non_contig_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5623826Z test_non_contig_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5624184Z test_non_contig_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5624538Z test_non_contig_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5624915Z test_non_contig_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5625284Z test_non_contig_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5625630Z test_non_contig_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5626006Z test_non_contig_bfloat16_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5626374Z test_non_contig_bfloat16_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5626776Z test_non_contig_bfloat16_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5627170Z test_non_contig_bfloat16_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5627563Z test_non_contig_bfloat16_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5627935Z test_non_contig_bfloat16_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5628315Z test_non_contig_bfloat16_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5628691Z test_non_contig_bfloat16_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5629068Z test_non_contig_bfloat16_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5629425Z test_non_contig_bfloat16_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5629782Z test_non_contig_bfloat16_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5630151Z test_non_contig_bfloat16_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5630518Z test_non_contig_bfloat16_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5630894Z test_non_contig_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5631267Z test_non_contig_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5631809Z test_non_contig_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5632185Z test_non_contig_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5632615Z test_non_contig_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5633009Z test_non_contig_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5633441Z test_non_contig_bool_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.5633815Z test_non_contig_bool_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5634202Z test_non_contig_bool_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5634582Z test_non_contig_bool_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5634953Z test_non_contig_bool_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5635328Z test_non_contig_bool_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5635687Z test_non_contig_bool_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5636048Z test_non_contig_bool_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5636420Z test_non_contig_bool_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5636777Z test_non_contig_bool_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5637963Z test_non_contig_bool_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5638372Z test_non_contig_bool_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5638740Z test_non_contig_bool_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5639103Z test_non_contig_byte_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5639466Z test_non_contig_byte_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5639860Z test_non_contig_byte_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5640267Z test_non_contig_byte_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5640624Z test_non_contig_byte_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5640996Z test_non_contig_byte_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5641369Z test_non_contig_byte_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5641743Z test_non_contig_byte_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5642125Z test_non_contig_byte_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5642491Z test_non_contig_byte_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.5642867Z test_non_contig_byte_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5643224Z test_non_contig_byte_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5643615Z test_non_contig_cdouble_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5643986Z test_non_contig_cdouble_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5644382Z test_non_contig_cdouble_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5644774Z test_non_contig_cdouble_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5645159Z test_non_contig_cdouble_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5645540Z test_non_contig_cdouble_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5645923Z test_non_contig_cdouble_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5646458Z test_non_contig_cdouble_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5646828Z test_non_contig_cdouble_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5647193Z test_non_contig_cdouble_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5647557Z test_non_contig_cdouble_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5647916Z test_non_contig_cdouble_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5648287Z test_non_contig_cdouble_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5648645Z test_non_contig_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5649010Z test_non_contig_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5649372Z test_non_contig_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5649740Z test_non_contig_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5650089Z test_non_contig_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5650451Z test_non_contig_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5650810Z test_non_contig_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5651175Z test_non_contig_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5651679Z test_non_contig_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5652083Z test_non_contig_cfloat_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5652453Z test_non_contig_cfloat_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5652849Z test_non_contig_cfloat_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5653246Z test_non_contig_cfloat_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5653633Z test_non_contig_cfloat_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5654010Z test_non_contig_cfloat_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5654371Z test_non_contig_cfloat_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5654754Z test_non_contig_cfloat_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5655138Z test_non_contig_cfloat_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5655494Z test_non_contig_cfloat_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5655848Z test_non_contig_cfloat_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5656218Z test_non_contig_cfloat_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5656607Z test_non_contig_cfloat_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5656982Z test_non_contig_chalf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5657346Z test_non_contig_chalf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5657730Z test_non_contig_chalf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.5658114Z test_non_contig_chalf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5658506Z test_non_contig_chalf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5658874Z test_non_contig_chalf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5659231Z test_non_contig_chalf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5659589Z test_non_contig_chalf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5660124Z test_non_contig_chalf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5660488Z test_non_contig_chalf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5660848Z test_non_contig_chalf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5661207Z test_non_contig_chalf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5661548Z test_non_contig_chalf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5661939Z test_non_contig_char_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5662313Z test_non_contig_char_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5662691Z test_non_contig_char_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5663070Z test_non_contig_char_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5663453Z test_non_contig_char_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5663827Z test_non_contig_char_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5664194Z test_non_contig_char_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5664553Z test_non_contig_char_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5664918Z test_non_contig_char_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5665427Z test_non_contig_char_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5665814Z test_non_contig_char_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5666172Z test_non_contig_char_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5666518Z test_non_contig_char_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5666899Z test_non_contig_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5667254Z test_non_contig_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5667641Z test_non_contig_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5668028Z test_non_contig_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5668381Z test_non_contig_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5668760Z test_non_contig_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5669127Z test_non_contig_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5669492Z test_non_contig_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5669851Z test_non_contig_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5670223Z test_non_contig_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5670585Z test_non_contig_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5670944Z test_non_contig_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5671313Z test_non_contig_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5671715Z test_non_contig_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5672110Z test_non_contig_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5672522Z test_non_contig_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5672932Z test_non_contig_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5673351Z test_non_contig_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5673918Z test_non_contig_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5674317Z test_non_contig_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5674705Z test_non_contig_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5675103Z test_non_contig_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5675476Z test_non_contig_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5675868Z test_non_contig_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5676255Z test_non_contig_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5676645Z test_non_contig_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5677034Z test_non_contig_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5677385Z test_non_contig_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.5677757Z test_non_contig_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5678128Z test_non_contig_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5678491Z test_non_contig_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5678999Z test_non_contig_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5679387Z test_non_contig_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5679750Z test_non_contig_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5680103Z test_non_contig_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5680473Z test_non_contig_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5680846Z test_non_contig_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5681199Z test_non_contig_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5681559Z test_non_contig_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5681929Z test_non_contig_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5682296Z test_non_contig_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5682688Z test_non_contig_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5683087Z test_non_contig_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5683454Z test_non_contig_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T01:58:36.5683823Z test_non_contig_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5684194Z test_non_contig_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5684569Z test_non_contig_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5684925Z test_non_contig_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5685285Z test_non_contig_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5685639Z test_non_contig_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5686005Z test_non_contig_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5686372Z test_non_contig_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5686746Z test_non_contig_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5687116Z test_non_contig_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5687663Z test_non_contig_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5688041Z test_non_contig_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5688406Z test_non_contig_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5688772Z test_non_contig_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T01:58:36.5689131Z test_non_contig_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5689481Z test_non_contig_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5689846Z test_non_contig_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5690223Z test_non_contig_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5690585Z test_non_contig_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5690967Z test_non_contig_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5691336Z test_non_contig_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5691704Z test_non_contig_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5692080Z test_non_contig_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5692439Z test_non_contig_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5692944Z test_non_contig_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5693332Z test_non_contig_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5693708Z test_non_contig_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.5694076Z test_non_contig_double_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5694446Z test_non_contig_double_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5694834Z test_non_contig_double_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5695225Z test_non_contig_double_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5695616Z test_non_contig_double_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5695992Z test_non_contig_double_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5696359Z test_non_contig_double_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5696732Z test_non_contig_double_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5697110Z test_non_contig_double_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5697488Z test_non_contig_double_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5697843Z test_non_contig_double_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5698202Z test_non_contig_double_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T01:58:36.5698571Z test_non_contig_double_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5698933Z test_non_contig_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5699300Z test_non_contig_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5699680Z test_non_contig_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5700040Z test_non_contig_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5700399Z test_non_contig_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5700761Z test_non_contig_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5701303Z test_non_contig_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5701660Z test_non_contig_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5702021Z test_non_contig_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5702371Z test_non_contig_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5702750Z test_non_contig_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5703118Z test_non_contig_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.5703487Z test_non_contig_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5703850Z test_non_contig_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5704206Z test_non_contig_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5704581Z test_non_contig_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5704954Z test_non_contig_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5705319Z test_non_contig_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5705667Z test_non_contig_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5706022Z test_non_contig_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5706548Z test_non_contig_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5706954Z test_non_contig_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5707326Z test_non_contig_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5707690Z test_non_contig_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5708068Z test_non_contig_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5708439Z test_non_contig_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5708800Z test_non_contig_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5709152Z test_non_contig_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5709520Z test_non_contig_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5709897Z test_non_contig_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5710275Z test_non_contig_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5710651Z test_non_contig_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5711009Z test_non_contig_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.5711376Z test_non_contig_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5711735Z test_non_contig_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5712108Z test_non_contig_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5712476Z test_non_contig_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5712834Z test_non_contig_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5713201Z test_non_contig_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5713578Z test_non_contig_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5713954Z test_non_contig_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5714335Z test_non_contig_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5714880Z test_non_contig_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5715247Z test_non_contig_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5715617Z test_non_contig_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.5715995Z test_non_contig_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5716362Z test_non_contig_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5716706Z test_non_contig_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5717061Z test_non_contig_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5717420Z test_non_contig_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5717787Z test_non_contig_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5718150Z test_non_contig_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5718540Z test_non_contig_expand_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5718930Z test_non_contig_expand_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5719334Z test_non_contig_expand_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5719747Z test_non_contig_expand_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5720287Z test_non_contig_expand_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5720699Z test_non_contig_expand_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5721090Z test_non_contig_expand_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5721489Z test_non_contig_expand_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5721885Z test_non_contig_expand_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5722262Z test_non_contig_expand_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5722644Z test_non_contig_expand_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5723026Z test_non_contig_expand_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5723422Z test_non_contig_expand_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.5723827Z test_non_contig_expand_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5724202Z test_non_contig_expand_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5724655Z test_non_contig_expand_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5725078Z test_non_contig_expand_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5725489Z test_non_contig_expand_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5725952Z test_non_contig_expand_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5726362Z test_non_contig_expand_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5726783Z test_non_contig_expand_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5727193Z test_non_contig_expand_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T01:58:36.5727581Z test_non_contig_expand_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5727963Z test_non_contig_expand_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5728342Z test_non_contig_expand_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5728910Z test_non_contig_expand_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5729311Z test_non_contig_expand_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5729696Z test_non_contig_expand_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5730105Z test_non_contig_expand_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5730517Z test_non_contig_expand_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5730944Z test_non_contig_expand_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5731339Z test_non_contig_expand_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5731739Z test_non_contig_expand_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5732117Z test_non_contig_expand_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T01:58:36.5732535Z test_non_contig_expand_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5732931Z test_non_contig_expand_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5733317Z test_non_contig_expand_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5733703Z test_non_contig_expand_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.5734176Z test_non_contig_expand_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5734768Z test_non_contig_expand_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5735259Z test_non_contig_expand_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5735666Z test_non_contig_expand_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5736081Z test_non_contig_expand_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.5736481Z test_non_contig_expand_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5736884Z test_non_contig_expand_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5737268Z test_non_contig_expand_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5737650Z test_non_contig_expand_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5738047Z test_non_contig_expand_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5738441Z test_non_contig_expand_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5738825Z test_non_contig_expand_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5739218Z test_non_contig_expand_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5739611Z test_non_contig_expand_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5740024Z test_non_contig_expand_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5740422Z test_non_contig_expand_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5740867Z test_non_contig_expand_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T01:58:36.5741270Z test_non_contig_expand_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5741726Z test_non_contig_expand_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5742128Z test_non_contig_expand_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5742526Z test_non_contig_expand_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5743081Z test_non_contig_expand_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5743469Z test_non_contig_expand_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5743855Z test_non_contig_expand_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.5744250Z test_non_contig_expand_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5744641Z test_non_contig_expand_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5745029Z test_non_contig_expand_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5745442Z test_non_contig_expand_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5745851Z test_non_contig_expand_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5746268Z test_non_contig_expand_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5746742Z test_non_contig_expand_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5747142Z test_non_contig_expand_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5747573Z test_non_contig_expand_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5747965Z test_non_contig_expand_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5748408Z test_non_contig_expand_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5748952Z test_non_contig_expand_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5749364Z test_non_contig_expand_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5749756Z test_non_contig_expand_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5750179Z test_non_contig_expand_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5750574Z test_non_contig_expand_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5750972Z test_non_contig_expand_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5751374Z test_non_contig_expand_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.5751779Z test_non_contig_expand_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5752188Z test_non_contig_expand_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5752582Z test_non_contig_expand_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5752977Z test_non_contig_expand_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5753371Z test_non_contig_expand_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5753780Z test_non_contig_expand_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5754197Z test_non_contig_expand_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5754580Z test_non_contig_expand_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5754982Z test_non_contig_expand_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T01:58:36.5755206Z test_non_contig_expand_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5755518Z test_non_contig_expand_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5755727Z test_non_contig_expand_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5755936Z test_non_contig_expand_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5756295Z test_non_contig_expand_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5756497Z test_non_contig_expand_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.5756701Z test_non_contig_expand_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5756903Z test_non_contig_expand_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5757108Z test_non_contig_expand_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5757314Z test_non_contig_expand_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5757518Z test_non_contig_expand_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5757719Z test_non_contig_expand_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5757918Z test_non_contig_expand_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5758136Z test_non_contig_expand_bfloat16_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5758339Z test_non_contig_expand_bfloat16_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T01:58:36.5758558Z test_non_contig_expand_bfloat16_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5758774Z test_non_contig_expand_bfloat16_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5758991Z test_non_contig_expand_bfloat16_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5759278Z test_non_contig_expand_bfloat16_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5759506Z test_non_contig_expand_bfloat16_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5759714Z test_non_contig_expand_bfloat16_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5759925Z test_non_contig_expand_bfloat16_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5760115Z test_non_contig_expand_bfloat16_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5760317Z test_non_contig_expand_bfloat16_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5760522Z test_non_contig_expand_bfloat16_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5760786Z test_non_contig_expand_bfloat16_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5761030Z test_non_contig_expand_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5761242Z test_non_contig_expand_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5761454Z test_non_contig_expand_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5761665Z test_non_contig_expand_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5761962Z test_non_contig_expand_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5762180Z test_non_contig_expand_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5762473Z test_non_contig_expand_bool_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5762682Z test_non_contig_expand_bool_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5762897Z test_non_contig_expand_bool_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5763108Z test_non_contig_expand_bool_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5763320Z test_non_contig_expand_bool_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5763524Z test_non_contig_expand_bool_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5763824Z test_non_contig_expand_bool_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5764027Z test_non_contig_expand_bool_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5764231Z test_non_contig_expand_bool_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5764432Z test_non_contig_expand_bool_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5764616Z test_non_contig_expand_bool_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5764821Z test_non_contig_expand_bool_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5765020Z test_non_contig_expand_bool_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5765226Z test_non_contig_expand_byte_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5765423Z test_non_contig_expand_byte_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.5765638Z test_non_contig_expand_byte_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5765845Z test_non_contig_expand_byte_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5766046Z test_non_contig_expand_byte_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5766249Z test_non_contig_expand_byte_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5766515Z test_non_contig_expand_byte_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5766732Z test_non_contig_expand_byte_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5766929Z test_non_contig_expand_byte_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5767130Z test_non_contig_expand_byte_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5767334Z test_non_contig_expand_byte_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5767532Z test_non_contig_expand_byte_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5767746Z test_non_contig_expand_cdouble_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5767950Z test_non_contig_expand_cdouble_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5768236Z test_non_contig_expand_cdouble_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5768482Z test_non_contig_expand_cdouble_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5768680Z test_non_contig_expand_cdouble_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5768891Z test_non_contig_expand_cdouble_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5769104Z test_non_contig_expand_cdouble_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5769389Z test_non_contig_expand_cdouble_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.5769684Z test_non_contig_expand_cdouble_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5769897Z test_non_contig_expand_cdouble_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5770101Z test_non_contig_expand_cdouble_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5770310Z test_non_contig_expand_cdouble_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5770512Z test_non_contig_expand_cdouble_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5770713Z test_non_contig_expand_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5770917Z test_non_contig_expand_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5771733Z test_non_contig_expand_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.5771935Z test_non_contig_expand_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5772138Z test_non_contig_expand_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5772339Z test_non_contig_expand_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5772539Z test_non_contig_expand_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5772743Z test_non_contig_expand_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5772943Z test_non_contig_expand_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5773154Z test_non_contig_expand_cfloat_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5773358Z test_non_contig_expand_cfloat_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5773562Z test_non_contig_expand_cfloat_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5773774Z test_non_contig_expand_cfloat_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.5773987Z test_non_contig_expand_cfloat_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5774194Z test_non_contig_expand_cfloat_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5774481Z test_non_contig_expand_cfloat_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5774699Z test_non_contig_expand_cfloat_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5774903Z test_non_contig_expand_cfloat_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5775107Z test_non_contig_expand_cfloat_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5775311Z test_non_contig_expand_cfloat_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5775603Z test_non_contig_expand_cfloat_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5775821Z test_non_contig_expand_cfloat_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5776031Z test_non_contig_expand_chalf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5776233Z test_non_contig_expand_chalf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5776448Z test_non_contig_expand_chalf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T01:58:36.5776788Z test_non_contig_expand_chalf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5777221Z test_non_contig_expand_chalf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5777631Z test_non_contig_expand_chalf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5778039Z test_non_contig_expand_chalf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5778446Z test_non_contig_expand_chalf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5778824Z test_non_contig_expand_chalf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5779219Z test_non_contig_expand_chalf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5779622Z test_non_contig_expand_chalf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.5780024Z test_non_contig_expand_chalf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5780429Z test_non_contig_expand_chalf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5780832Z test_non_contig_expand_char_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5781400Z test_non_contig_expand_char_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5781825Z test_non_contig_expand_char_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5782241Z test_non_contig_expand_char_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5782696Z test_non_contig_expand_char_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5783098Z test_non_contig_expand_char_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5783569Z test_non_contig_expand_char_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5783981Z test_non_contig_expand_char_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5784383Z test_non_contig_expand_char_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5784785Z test_non_contig_expand_char_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5785186Z test_non_contig_expand_char_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.5785580Z test_non_contig_expand_char_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5785986Z test_non_contig_expand_char_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5786379Z test_non_contig_expand_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5786890Z test_non_contig_expand_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5787326Z test_non_contig_expand_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5787747Z test_non_contig_expand_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5788159Z test_non_contig_expand_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5788577Z test_non_contig_expand_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5789013Z test_non_contig_expand_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5789416Z test_non_contig_expand_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5789849Z test_non_contig_expand_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5790286Z test_non_contig_expand_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5790680Z test_non_contig_expand_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5791076Z test_non_contig_expand_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5791472Z test_non_contig_expand_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5791929Z test_non_contig_expand_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5792361Z test_non_contig_expand_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5792807Z test_non_contig_expand_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5793257Z test_non_contig_expand_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5793703Z test_non_contig_expand_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T01:58:36.5794145Z test_non_contig_expand_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5794569Z test_non_contig_expand_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5794985Z test_non_contig_expand_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5795456Z test_non_contig_expand_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5796065Z test_non_contig_expand_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5796532Z test_non_contig_expand_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5796967Z test_non_contig_expand_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.5797394Z test_non_contig_expand_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5797813Z test_non_contig_expand_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5798203Z test_non_contig_expand_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5798609Z test_non_contig_expand_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5799017Z test_non_contig_expand_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5799441Z test_non_contig_expand_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5799840Z test_non_contig_expand_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5800235Z test_non_contig_expand_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5800627Z test_non_contig_expand_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5801022Z test_non_contig_expand_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5801567Z test_non_contig_expand_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5801978Z test_non_contig_expand_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5802417Z test_non_contig_expand_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5802840Z test_non_contig_expand_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5803284Z test_non_contig_expand_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5803676Z test_non_contig_expand_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5804083Z test_non_contig_expand_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5804497Z test_non_contig_expand_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5804913Z test_non_contig_expand_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5805324Z test_non_contig_expand_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5805732Z test_non_contig_expand_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5806123Z test_non_contig_expand_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5806529Z test_non_contig_expand_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5806929Z test_non_contig_expand_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5807325Z test_non_contig_expand_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.5807716Z test_non_contig_expand_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5808109Z test_non_contig_expand_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5808529Z test_non_contig_expand_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5808991Z test_non_contig_expand_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5809408Z test_non_contig_expand_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5809890Z test_non_contig_expand_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5810466Z test_non_contig_expand_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5810884Z test_non_contig_expand_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5811267Z test_non_contig_expand_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5811652Z test_non_contig_expand_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5812056Z test_non_contig_expand_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5812464Z test_non_contig_expand_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.5812879Z test_non_contig_expand_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5813288Z test_non_contig_expand_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5813709Z test_non_contig_expand_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5814116Z test_non_contig_expand_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5814522Z test_non_contig_expand_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5814992Z test_non_contig_expand_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5815434Z test_non_contig_expand_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5816002Z test_non_contig_expand_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5816483Z test_non_contig_expand_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5816903Z test_non_contig_expand_double_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5817318Z test_non_contig_expand_double_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5817738Z test_non_contig_expand_double_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5818162Z test_non_contig_expand_double_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5818585Z test_non_contig_expand_double_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5818993Z test_non_contig_expand_double_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5819379Z test_non_contig_expand_double_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5819786Z test_non_contig_expand_double_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T01:58:36.5820196Z test_non_contig_expand_double_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5820597Z test_non_contig_expand_double_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5821046Z test_non_contig_expand_double_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5821453Z test_non_contig_expand_double_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5821855Z test_non_contig_expand_double_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5822286Z test_non_contig_expand_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5822665Z test_non_contig_expand_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.5823134Z test_non_contig_expand_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5823532Z test_non_contig_expand_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5823916Z test_non_contig_expand_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5824476Z test_non_contig_expand_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5824862Z test_non_contig_expand_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5825264Z test_non_contig_expand_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5825652Z test_non_contig_expand_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5826042Z test_non_contig_expand_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T01:58:36.5826455Z test_non_contig_expand_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5826854Z test_non_contig_expand_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5827259Z test_non_contig_expand_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5827638Z test_non_contig_expand_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5828044Z test_non_contig_expand_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5828446Z test_non_contig_expand_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5828902Z test_non_contig_expand_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5829337Z test_non_contig_expand_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5829733Z test_non_contig_expand_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5830309Z test_non_contig_expand_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5830736Z test_non_contig_expand_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5831137Z test_non_contig_expand_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.5831547Z test_non_contig_expand_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5831957Z test_non_contig_expand_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5832363Z test_non_contig_expand_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5832771Z test_non_contig_expand_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5833164Z test_non_contig_expand_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5833574Z test_non_contig_expand_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5833972Z test_non_contig_expand_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5834387Z test_non_contig_expand_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5834831Z test_non_contig_expand_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5835240Z test_non_contig_expand_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5835615Z test_non_contig_expand_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5836050Z test_non_contig_expand_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5836462Z test_non_contig_expand_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5836913Z test_non_contig_expand_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5837327Z test_non_contig_expand_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5837722Z test_non_contig_expand_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T01:58:36.5838118Z test_non_contig_expand_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5838514Z test_non_contig_expand_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5839086Z test_non_contig_expand_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5839487Z test_non_contig_expand_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5839896Z test_non_contig_expand_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5840309Z test_non_contig_expand_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5840711Z test_non_contig_expand_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5841111Z test_non_contig_expand_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5841507Z test_non_contig_expand_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5841902Z test_non_contig_expand_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5842311Z test_non_contig_expand_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5842746Z test_non_contig_expand_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5843138Z test_non_contig_expand_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5843570Z test_non_contig_expand_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5843991Z test_non_contig_expand_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5845556Z test_non_contig_expand_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T01:58:36.5846021Z test_non_contig_expand_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.5846427Z test_non_contig_expand_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5846830Z test_non_contig_expand_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.5847238Z test_non_contig_expand_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5847634Z test_non_contig_expand_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5848039Z test_non_contig_expand_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5848428Z test_non_contig_expand_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T01:58:36.5848824Z test_non_contig_expand_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5849283Z test_non_contig_expand_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5849690Z test_non_contig_expand_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5850164Z test_non_contig_expand_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5850579Z test_non_contig_expand_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.5850998Z test_non_contig_expand_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.5851401Z test_non_contig_expand_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5851816Z test_non_contig_expand_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5852212Z test_non_contig_expand_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5852595Z test_non_contig_expand_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5852992Z test_non_contig_expand_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5853394Z test_non_contig_expand_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5853793Z test_non_contig_expand_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5854364Z test_non_contig_expand_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5854767Z test_non_contig_expand_float_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5855167Z test_non_contig_expand_float_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5855578Z test_non_contig_expand_float_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5856038Z test_non_contig_expand_float_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5856471Z test_non_contig_expand_float_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5856911Z test_non_contig_expand_float_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5857356Z test_non_contig_expand_float_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5857756Z test_non_contig_expand_float_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5858167Z test_non_contig_expand_float_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5858558Z test_non_contig_expand_float_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.5858954Z test_non_contig_expand_float_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5859361Z test_non_contig_expand_float_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5859893Z test_non_contig_expand_float_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5860318Z test_non_contig_expand_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5860726Z test_non_contig_expand_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5861116Z test_non_contig_expand_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5861529Z test_non_contig_expand_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5861914Z test_non_contig_expand_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5862307Z test_non_contig_expand_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5862704Z test_non_contig_expand_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5863164Z test_non_contig_expand_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5863595Z test_non_contig_expand_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5864029Z test_non_contig_expand_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5864424Z test_non_contig_expand_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5864833Z test_non_contig_expand_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5865241Z test_non_contig_expand_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5865691Z test_non_contig_expand_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2022-11-23T01:58:36.5866143Z test_non_contig_expand_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.5866593Z test_non_contig_expand_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.5867006Z test_non_contig_expand_half_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5867406Z test_non_contig_expand_half_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5867819Z test_non_contig_expand_half_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5868230Z test_non_contig_expand_half_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5868803Z test_non_contig_expand_half_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5869184Z test_non_contig_expand_half_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5869630Z test_non_contig_expand_half_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.5870027Z test_non_contig_expand_half_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5870490Z test_non_contig_expand_half_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5870901Z test_non_contig_expand_half_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5871294Z test_non_contig_expand_half_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5871693Z test_non_contig_expand_half_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5872091Z test_non_contig_expand_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5872497Z test_non_contig_expand_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5872892Z test_non_contig_expand_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5873275Z test_non_contig_expand_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5873665Z test_non_contig_expand_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5874196Z test_non_contig_expand_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5874596Z test_non_contig_expand_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5874965Z test_non_contig_expand_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5875346Z test_non_contig_expand_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5875733Z test_non_contig_expand_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.5876196Z test_non_contig_expand_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5876652Z test_non_contig_expand_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5877077Z test_non_contig_expand_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5877481Z test_non_contig_expand_int_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5877883Z test_non_contig_expand_int_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5878302Z test_non_contig_expand_int_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5878713Z test_non_contig_expand_int_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5879103Z test_non_contig_expand_int_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5879507Z test_non_contig_expand_int_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5879902Z test_non_contig_expand_int_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5880304Z test_non_contig_expand_int_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5880696Z test_non_contig_expand_int_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.5881077Z test_non_contig_expand_int_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5881469Z test_non_contig_expand_int_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5881866Z test_non_contig_expand_int_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5882290Z test_non_contig_expand_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5882907Z test_non_contig_expand_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5883341Z test_non_contig_expand_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5883838Z test_non_contig_expand_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5884275Z test_non_contig_expand_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T01:58:36.5884699Z test_non_contig_expand_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5885117Z test_non_contig_expand_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5885508Z test_non_contig_expand_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5885923Z test_non_contig_expand_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5886323Z test_non_contig_expand_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5886732Z test_non_contig_expand_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5887138Z test_non_contig_expand_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5887538Z test_non_contig_expand_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5887946Z test_non_contig_expand_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5888475Z test_non_contig_expand_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5888909Z test_non_contig_expand_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T01:58:36.5889369Z test_non_contig_expand_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5889800Z test_non_contig_expand_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5890286Z test_non_contig_expand_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5890677Z test_non_contig_expand_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5890996Z test_non_contig_expand_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5891308Z test_non_contig_expand_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5891520Z test_non_contig_expand_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5891730Z test_non_contig_expand_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5891934Z test_non_contig_expand_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5892134Z test_non_contig_expand_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5892326Z test_non_contig_expand_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5892531Z test_non_contig_expand_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T01:58:36.5892743Z test_non_contig_expand_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5892955Z test_non_contig_expand_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5893160Z test_non_contig_expand_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5893367Z test_non_contig_expand_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5893566Z test_non_contig_expand_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5893769Z test_non_contig_expand_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5893970Z test_non_contig_expand_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5894310Z test_non_contig_expand_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5894512Z test_non_contig_expand_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5894710Z test_non_contig_expand_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5894926Z test_non_contig_expand_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.5895131Z test_non_contig_expand_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5895346Z test_non_contig_expand_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5895560Z test_non_contig_expand_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5895765Z test_non_contig_expand_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5895972Z test_non_contig_expand_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5896184Z test_non_contig_expand_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5896383Z test_non_contig_expand_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5896572Z test_non_contig_expand_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5896772Z test_non_contig_expand_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5897138Z test_non_contig_expand_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5897379Z test_non_contig_expand_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5897593Z test_non_contig_expand_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T01:58:36.5897804Z test_non_contig_expand_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5898019Z test_non_contig_expand_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5898309Z test_non_contig_expand_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5898530Z test_non_contig_expand_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5898811Z test_non_contig_expand_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5899020Z test_non_contig_expand_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5899228Z test_non_contig_expand_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5899438Z test_non_contig_expand_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5899643Z test_non_contig_expand_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5899861Z test_non_contig_expand_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5900071Z test_non_contig_expand_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5900281Z test_non_contig_expand_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5900485Z test_non_contig_expand_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5900691Z test_non_contig_expand_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.5900892Z test_non_contig_expand_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5901079Z test_non_contig_expand_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5901282Z test_non_contig_expand_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5901484Z test_non_contig_expand_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5901784Z test_non_contig_expand_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5901984Z test_non_contig_expand_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5902214Z test_non_contig_expand_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5902435Z test_non_contig_expand_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5902670Z test_non_contig_expand_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5902898Z test_non_contig_expand_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.5903125Z test_non_contig_expand_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5903346Z test_non_contig_expand_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5903562Z test_non_contig_expand_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5903781Z test_non_contig_expand_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5903991Z test_non_contig_expand_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5904198Z test_non_contig_expand_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5904606Z test_non_contig_expand_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5904856Z test_non_contig_expand_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5905063Z test_non_contig_expand_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5905270Z test_non_contig_expand_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5905481Z test_non_contig_expand_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5905760Z test_non_contig_expand_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5906051Z test_non_contig_expand_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.5906262Z test_non_contig_expand_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5906467Z test_non_contig_expand_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5906671Z test_non_contig_expand_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5906871Z test_non_contig_expand_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5907078Z test_non_contig_expand_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5907285Z test_non_contig_expand_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5907495Z test_non_contig_expand_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5907703Z test_non_contig_expand_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5907907Z test_non_contig_expand_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5908110Z test_non_contig_expand_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5908315Z test_non_contig_expand_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5908513Z test_non_contig_expand_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5908710Z test_non_contig_expand_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5908911Z test_non_contig_expand_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5909200Z test_non_contig_expand_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5909398Z test_non_contig_expand_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5909604Z test_non_contig_expand_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5909802Z test_non_contig_expand_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5909994Z test_non_contig_expand_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5910198Z test_non_contig_expand_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5910396Z test_non_contig_expand_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5910596Z test_non_contig_expand_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5910800Z test_non_contig_expand_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5911000Z test_non_contig_expand_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5911203Z test_non_contig_expand_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5911400Z test_non_contig_expand_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5911605Z test_non_contig_expand_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5911955Z test_non_contig_expand_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5912197Z test_non_contig_expand_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5912404Z test_non_contig_expand_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5912608Z test_non_contig_expand_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5912814Z test_non_contig_expand_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5913104Z test_non_contig_expand_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5913387Z test_non_contig_expand_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T01:58:36.5913594Z test_non_contig_expand_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5913792Z test_non_contig_expand_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5913996Z test_non_contig_expand_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5914178Z test_non_contig_expand_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5914380Z test_non_contig_expand_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5914583Z test_non_contig_expand_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5914791Z test_non_contig_expand_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5914997Z test_non_contig_expand_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5915238Z test_non_contig_expand_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5915447Z test_non_contig_expand_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5915652Z test_non_contig_expand_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5915853Z test_non_contig_expand_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5916052Z test_non_contig_expand_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5916249Z test_non_contig_expand_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.5916541Z test_non_contig_expand_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5916738Z test_non_contig_expand_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5916937Z test_non_contig_expand_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5917156Z test_non_contig_expand_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5917368Z test_non_contig_expand_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5917597Z test_non_contig_expand_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5917823Z test_non_contig_expand_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5918038Z test_non_contig_expand_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5918257Z test_non_contig_expand_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5918459Z test_non_contig_expand_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5918671Z test_non_contig_expand_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5918881Z test_non_contig_expand_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5919096Z test_non_contig_expand_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5919470Z test_non_contig_expand_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5919693Z test_non_contig_expand_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5919903Z test_non_contig_expand_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.5920106Z test_non_contig_expand_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5920401Z test_non_contig_expand_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5920690Z test_non_contig_expand_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5920896Z test_non_contig_expand_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5921097Z test_non_contig_expand_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5921302Z test_non_contig_expand_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5921505Z test_non_contig_expand_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5921706Z test_non_contig_expand_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5921904Z test_non_contig_expand_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5922115Z test_non_contig_expand_long_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5922314Z test_non_contig_expand_long_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5922525Z test_non_contig_expand_long_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5922717Z test_non_contig_expand_long_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T01:58:36.5922925Z test_non_contig_expand_long_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5923130Z test_non_contig_expand_long_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5923333Z test_non_contig_expand_long_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5923535Z test_non_contig_expand_long_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5923737Z test_non_contig_expand_long_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5924027Z test_non_contig_expand_long_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5924227Z test_non_contig_expand_long_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5924428Z test_non_contig_expand_long_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5924626Z test_non_contig_expand_long_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5924864Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.5925097Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5925320Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5925549Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5925782Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5926009Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5926236Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5926521Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5926861Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5927108Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5927334Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5927552Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T01:58:36.5927919Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5928169Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5928395Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5928621Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5928853Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5929081Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5929305Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5929534Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5929756Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.5929979Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5930204Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5930430Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5930646Z test_non_contig_expand_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5930853Z test_non_contig_expand_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5931065Z test_non_contig_expand_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5931367Z test_non_contig_expand_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5931580Z test_non_contig_expand_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5931788Z test_non_contig_expand_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5931993Z test_non_contig_expand_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5932196Z test_non_contig_expand_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5932403Z test_non_contig_expand_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5932586Z test_non_contig_expand_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5932790Z test_non_contig_expand_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5933002Z test_non_contig_expand_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5933211Z test_non_contig_expand_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5933520Z test_non_contig_expand_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5933734Z test_non_contig_expand_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5933942Z test_non_contig_expand_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5934218Z test_non_contig_expand_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5934514Z test_non_contig_expand_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5934774Z test_non_contig_expand_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5935037Z test_non_contig_expand_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5935241Z test_non_contig_expand_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5935504Z test_non_contig_expand_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5935743Z test_non_contig_expand_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5935970Z test_non_contig_expand_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5936201Z test_non_contig_expand_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5936428Z test_non_contig_expand_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.5936656Z test_non_contig_expand_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5936886Z test_non_contig_expand_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5937111Z test_non_contig_expand_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5937324Z test_non_contig_expand_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5937569Z test_non_contig_expand_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5937810Z test_non_contig_expand_nn_functional_hardshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5938053Z test_non_contig_expand_nn_functional_hardshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5938286Z test_non_contig_expand_nn_functional_hardshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5938532Z test_non_contig_expand_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5938862Z test_non_contig_expand_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5939104Z test_non_contig_expand_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.5939346Z test_non_contig_expand_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5939584Z test_non_contig_expand_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5939822Z test_non_contig_expand_nn_functional_hardtanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5940056Z test_non_contig_expand_nn_functional_hardtanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5940284Z test_non_contig_expand_nn_functional_hardtanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5940518Z test_non_contig_expand_nn_functional_hardtanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5940846Z test_non_contig_expand_nn_functional_hardtanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5941084Z test_non_contig_expand_nn_functional_hardtanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5941316Z test_non_contig_expand_nn_functional_hardtanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5941630Z test_non_contig_expand_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5941978Z test_non_contig_expand_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5942305Z test_non_contig_expand_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5942541Z test_non_contig_expand_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T01:58:36.5942778Z test_non_contig_expand_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5943005Z test_non_contig_expand_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5943218Z test_non_contig_expand_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5943443Z test_non_contig_expand_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5943675Z test_non_contig_expand_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5943907Z test_non_contig_expand_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T01:58:36.5944135Z test_non_contig_expand_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.5944367Z test_non_contig_expand_nn_functional_relu6_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5944591Z test_non_contig_expand_nn_functional_relu6_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.5944817Z test_non_contig_expand_nn_functional_relu6_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5945040Z test_non_contig_expand_nn_functional_relu6_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5945267Z test_non_contig_expand_nn_functional_relu6_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5945491Z test_non_contig_expand_nn_functional_relu6_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5945714Z test_non_contig_expand_nn_functional_relu6_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5945937Z test_non_contig_expand_nn_functional_relu6_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5946734Z test_non_contig_expand_nn_functional_relu6_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T01:58:36.5946966Z test_non_contig_expand_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5947196Z test_non_contig_expand_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5947423Z test_non_contig_expand_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5947654Z test_non_contig_expand_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5947878Z test_non_contig_expand_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5948203Z test_non_contig_expand_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5948425Z test_non_contig_expand_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5948653Z test_non_contig_expand_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5948866Z test_non_contig_expand_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5949192Z test_non_contig_expand_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.000s) 2022-11-23T01:58:36.5949658Z test_non_contig_expand_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.000s) 2022-11-23T01:58:36.5949946Z test_non_contig_expand_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.000s) 2022-11-23T01:58:36.5950196Z test_non_contig_expand_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.000s) 2022-11-23T01:58:36.5950425Z test_non_contig_expand_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5950658Z test_non_contig_expand_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5950885Z test_non_contig_expand_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5951111Z test_non_contig_expand_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5951338Z test_non_contig_expand_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5951564Z test_non_contig_expand_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T01:58:36.5951785Z test_non_contig_expand_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5952008Z test_non_contig_expand_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5952248Z test_non_contig_expand_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T01:58:36.5952483Z test_non_contig_expand_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5952719Z test_non_contig_expand_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5952949Z test_non_contig_expand_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5953193Z test_non_contig_expand_nn_functional_softshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.5953432Z test_non_contig_expand_nn_functional_softshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5953669Z test_non_contig_expand_nn_functional_softshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5953901Z test_non_contig_expand_nn_functional_softshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5954228Z test_non_contig_expand_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5954461Z test_non_contig_expand_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5954700Z test_non_contig_expand_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5954920Z test_non_contig_expand_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5955156Z test_non_contig_expand_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5955448Z test_non_contig_expand_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5955715Z test_non_contig_expand_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5955953Z test_non_contig_expand_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5956183Z test_non_contig_expand_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5956412Z test_non_contig_expand_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5956728Z test_non_contig_expand_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5957108Z test_non_contig_expand_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5957368Z test_non_contig_expand_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5957611Z test_non_contig_expand_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5957858Z test_non_contig_expand_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5958096Z test_non_contig_expand_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.5958330Z test_non_contig_expand_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5958560Z test_non_contig_expand_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5958795Z test_non_contig_expand_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5959102Z test_non_contig_expand_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5959360Z test_non_contig_expand_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5959593Z test_non_contig_expand_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5959823Z test_non_contig_expand_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5960057Z test_non_contig_expand_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5960292Z test_non_contig_expand_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5960527Z test_non_contig_expand_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5960758Z test_non_contig_expand_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5961088Z test_non_contig_expand_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5961344Z test_non_contig_expand_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.5961677Z test_non_contig_expand_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5961910Z test_non_contig_expand_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5962144Z test_non_contig_expand_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5962379Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5962616Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5962942Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5963172Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5963401Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5963718Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5964028Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5964341Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5964579Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5964889Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.5965134Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5965367Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5965596Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5965821Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5966048Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5966268Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5966497Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5966727Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5966941Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5967168Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5967404Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5967629Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5967852Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5968081Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5968310Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5968630Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5968864Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5969179Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5969407Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5969637Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5969861Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5970092Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5970403Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T01:58:36.5970628Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5970859Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5971085Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5971404Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5971724Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5971961Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.5972260Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5972499Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5972710Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5972933Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5973159Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5973387Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5973602Z test_non_contig_expand_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5973827Z test_non_contig_expand_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.5974049Z test_non_contig_expand_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5974271Z test_non_contig_expand_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5974484Z test_non_contig_expand_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5974700Z test_non_contig_expand_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5974907Z test_non_contig_expand_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5975118Z test_non_contig_expand_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5975327Z test_non_contig_expand_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5975533Z test_non_contig_expand_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5975741Z test_non_contig_expand_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5975939Z test_non_contig_expand_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T01:58:36.5976151Z test_non_contig_expand_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.5976445Z test_non_contig_expand_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5976658Z test_non_contig_expand_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5976870Z test_non_contig_expand_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5977076Z test_non_contig_expand_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.5977265Z test_non_contig_expand_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5977542Z test_non_contig_expand_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5977769Z test_non_contig_expand_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5977972Z test_non_contig_expand_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5978183Z test_non_contig_expand_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5978389Z test_non_contig_expand_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5978666Z test_non_contig_expand_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5978968Z test_non_contig_expand_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.5979187Z test_non_contig_expand_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.5979473Z test_non_contig_expand_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5979692Z test_non_contig_expand_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5979897Z test_non_contig_expand_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.5980101Z test_non_contig_expand_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5980307Z test_non_contig_expand_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5980507Z test_non_contig_expand_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5980708Z test_non_contig_expand_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5980908Z test_non_contig_expand_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5981107Z test_non_contig_expand_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5981332Z test_non_contig_expand_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5981530Z test_non_contig_expand_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5981753Z test_non_contig_expand_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5981983Z test_non_contig_expand_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5982201Z test_non_contig_expand_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.5982420Z test_non_contig_expand_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5982636Z test_non_contig_expand_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.5982850Z test_non_contig_expand_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5983068Z test_non_contig_expand_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5983275Z test_non_contig_expand_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5983485Z test_non_contig_expand_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5983690Z test_non_contig_expand_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5984116Z test_non_contig_expand_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5984323Z test_non_contig_expand_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5984529Z test_non_contig_expand_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5984728Z test_non_contig_expand_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5985020Z test_non_contig_expand_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5985228Z test_non_contig_expand_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5985430Z test_non_contig_expand_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5985634Z test_non_contig_expand_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5985840Z test_non_contig_expand_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5986137Z test_non_contig_expand_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5986455Z test_non_contig_expand_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.5986679Z test_non_contig_expand_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5986893Z test_non_contig_expand_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5987574Z test_non_contig_expand_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.5987841Z test_non_contig_expand_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5988060Z test_non_contig_expand_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.5988281Z test_non_contig_expand_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5988511Z test_non_contig_expand_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5988740Z test_non_contig_expand_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5988967Z test_non_contig_expand_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5989197Z test_non_contig_expand_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5989405Z test_non_contig_expand_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5989608Z test_non_contig_expand_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5989820Z test_non_contig_expand_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5990036Z test_non_contig_expand_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5990246Z test_non_contig_expand_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5990453Z test_non_contig_expand_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5990658Z test_non_contig_expand_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5990863Z test_non_contig_expand_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.5991068Z test_non_contig_expand_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5991255Z test_non_contig_expand_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5991456Z test_non_contig_expand_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.5991754Z test_non_contig_expand_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5991959Z test_non_contig_expand_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5992257Z test_non_contig_expand_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5992474Z test_non_contig_expand_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5992684Z test_non_contig_expand_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5992894Z test_non_contig_expand_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5993103Z test_non_contig_expand_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5993378Z test_non_contig_expand_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5993651Z test_non_contig_expand_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5993881Z test_non_contig_expand_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5994082Z test_non_contig_expand_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.5994281Z test_non_contig_expand_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5994478Z test_non_contig_expand_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5994676Z test_non_contig_expand_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5994956Z test_non_contig_expand_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5995179Z test_non_contig_expand_short_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5995382Z test_non_contig_expand_short_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5995576Z test_non_contig_expand_short_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5995793Z test_non_contig_expand_short_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.5995997Z test_non_contig_expand_short_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5996201Z test_non_contig_expand_short_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5996400Z test_non_contig_expand_short_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5996607Z test_non_contig_expand_short_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.5996806Z test_non_contig_expand_short_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.5997007Z test_non_contig_expand_short_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5997206Z test_non_contig_expand_short_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5997411Z test_non_contig_expand_short_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5997622Z test_non_contig_expand_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5997827Z test_non_contig_expand_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5998042Z test_non_contig_expand_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.5998257Z test_non_contig_expand_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.5998475Z test_non_contig_expand_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.5998685Z test_non_contig_expand_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5998893Z test_non_contig_expand_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5999185Z test_non_contig_expand_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.5999394Z test_non_contig_expand_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5999722Z test_non_contig_expand_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.5999917Z test_non_contig_expand_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6000123Z test_non_contig_expand_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6000332Z test_non_contig_expand_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6000539Z test_non_contig_expand_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T01:58:36.6000830Z test_non_contig_expand_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6001105Z test_non_contig_expand_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6001331Z test_non_contig_expand_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6001532Z test_non_contig_expand_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6001734Z test_non_contig_expand_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6001936Z test_non_contig_expand_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6002137Z test_non_contig_expand_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6002415Z test_non_contig_expand_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6002629Z test_non_contig_expand_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6002843Z test_non_contig_expand_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6003053Z test_non_contig_expand_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6003264Z test_non_contig_expand_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6003473Z test_non_contig_expand_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6003676Z test_non_contig_expand_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6003879Z test_non_contig_expand_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6004070Z test_non_contig_expand_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6004269Z test_non_contig_expand_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6004473Z test_non_contig_expand_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6004677Z test_non_contig_expand_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6004878Z test_non_contig_expand_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6005079Z test_non_contig_expand_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6005288Z test_non_contig_expand_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6005491Z test_non_contig_expand_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.6005694Z test_non_contig_expand_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6005898Z test_non_contig_expand_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6006099Z test_non_contig_expand_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6006302Z test_non_contig_expand_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6006589Z test_non_contig_expand_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6006788Z test_non_contig_expand_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6007074Z test_non_contig_expand_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6007281Z test_non_contig_expand_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6007483Z test_non_contig_expand_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T01:58:36.6007693Z test_non_contig_expand_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6007891Z test_non_contig_expand_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6008181Z test_non_contig_expand_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6008383Z test_non_contig_expand_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6008666Z test_non_contig_expand_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6008871Z test_non_contig_expand_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6009074Z test_non_contig_expand_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6009274Z test_non_contig_expand_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6009478Z test_non_contig_expand_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6009753Z test_non_contig_expand_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6009968Z test_non_contig_expand_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6010166Z test_non_contig_expand_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.6010372Z test_non_contig_expand_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.6010571Z test_non_contig_expand_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6010782Z test_non_contig_expand_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6010992Z test_non_contig_expand_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6011200Z test_non_contig_expand_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6011407Z test_non_contig_expand_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.6011609Z test_non_contig_expand_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6011810Z test_non_contig_expand_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6012011Z test_non_contig_expand_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6012212Z test_non_contig_expand_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6012396Z test_non_contig_expand_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6012596Z test_non_contig_expand_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6012793Z test_non_contig_expand_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.6013014Z test_non_contig_expand_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6013244Z test_non_contig_expand_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6013463Z test_non_contig_expand_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6013680Z test_non_contig_expand_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6014064Z test_non_contig_expand_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6014280Z test_non_contig_expand_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6014494Z test_non_contig_expand_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6014714Z test_non_contig_expand_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6014934Z test_non_contig_expand_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6015256Z test_non_contig_expand_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6015562Z test_non_contig_expand_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6015791Z test_non_contig_expand_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6016011Z test_non_contig_expand_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.6016220Z test_non_contig_expand_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6016436Z test_non_contig_expand_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6016645Z test_non_contig_expand_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6016857Z test_non_contig_expand_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6017154Z test_non_contig_expand_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6017376Z test_non_contig_expand_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6017597Z test_non_contig_expand_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6017816Z test_non_contig_expand_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6018026Z test_non_contig_expand_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6018242Z test_non_contig_expand_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6018451Z test_non_contig_expand_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6018666Z test_non_contig_expand_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6018887Z test_non_contig_expand_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6019110Z test_non_contig_expand_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6019325Z test_non_contig_expand_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.6019541Z test_non_contig_expand_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6019749Z test_non_contig_expand_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6019963Z test_non_contig_expand_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.6020170Z test_non_contig_expand_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.6020386Z test_non_contig_expand_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.6020607Z test_non_contig_expand_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6020829Z test_non_contig_expand_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.6021044Z test_non_contig_expand_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.6021432Z test_non_contig_expand_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.6021650Z test_non_contig_expand_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6021865Z test_non_contig_expand_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.6022075Z test_non_contig_expand_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6022279Z test_non_contig_expand_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6022576Z test_non_contig_expand_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6022804Z test_non_contig_expand_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T01:58:36.6023020Z test_non_contig_expand_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.6023298Z test_non_contig_expand_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.6023543Z test_non_contig_expand_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.6023758Z test_non_contig_expand_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6023970Z test_non_contig_expand_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6024256Z test_non_contig_expand_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6024481Z test_non_contig_expand_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6024692Z test_non_contig_expand_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T01:58:36.6024913Z test_non_contig_expand_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6025138Z test_non_contig_expand_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6025355Z test_non_contig_expand_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6025571Z test_non_contig_expand_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.6025784Z test_non_contig_expand_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.6026001Z test_non_contig_expand_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.6026212Z test_non_contig_expand_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6026430Z test_non_contig_expand_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.6026642Z test_non_contig_expand_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.6026841Z test_non_contig_expand_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6027053Z test_non_contig_expand_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6027265Z test_non_contig_expand_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.6027476Z test_non_contig_expand_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6027689Z test_non_contig_expand_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6027900Z test_non_contig_expand_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6028110Z test_non_contig_expand_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6028317Z test_non_contig_expand_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6028607Z test_non_contig_expand_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6028818Z test_non_contig_expand_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6029032Z test_non_contig_expand_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6029336Z test_non_contig_expand_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6029552Z test_non_contig_expand_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6029759Z test_non_contig_expand_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6029971Z test_non_contig_expand_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6030171Z test_non_contig_expand_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6030470Z test_non_contig_expand_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6030694Z test_non_contig_expand_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6030908Z test_non_contig_expand_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6031117Z test_non_contig_expand_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6031410Z test_non_contig_expand_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6031687Z test_non_contig_expand_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6031910Z test_non_contig_expand_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6032117Z test_non_contig_expand_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6032343Z test_non_contig_expand_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6032568Z test_non_contig_expand_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6032788Z test_non_contig_expand_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6033005Z test_non_contig_expand_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6033215Z test_non_contig_expand_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6033423Z test_non_contig_expand_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6033638Z test_non_contig_expand_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6033848Z test_non_contig_expand_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T01:58:36.6034085Z test_non_contig_expand_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6034323Z test_non_contig_expand_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6034561Z test_non_contig_expand_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6034797Z test_non_contig_expand_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.6035033Z test_non_contig_expand_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.6035258Z test_non_contig_expand_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.6035520Z test_non_contig_expand_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6035750Z test_non_contig_expand_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T01:58:36.6036060Z test_non_contig_expand_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.6036295Z test_non_contig_expand_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6036533Z test_non_contig_expand_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.6036750Z test_non_contig_expand_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.6036976Z test_non_contig_expand_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.6037265Z test_non_contig_expand_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6037534Z test_non_contig_expand_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T01:58:36.6037762Z test_non_contig_expand_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.6037987Z test_non_contig_expand_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6038223Z test_non_contig_expand_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6038545Z test_non_contig_expand_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6038930Z test_non_contig_expand_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6039176Z test_non_contig_expand_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6039399Z test_non_contig_expand_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6039632Z test_non_contig_expand_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6039856Z test_non_contig_expand_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6040082Z test_non_contig_expand_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6040316Z test_non_contig_expand_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6040556Z test_non_contig_expand_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6040781Z test_non_contig_expand_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6041003Z test_non_contig_expand_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6041231Z test_non_contig_expand_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6041459Z test_non_contig_expand_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6041715Z test_non_contig_expand_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.6041935Z test_non_contig_expand_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.6042148Z test_non_contig_expand_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6042369Z test_non_contig_expand_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.6042571Z test_non_contig_expand_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.6042789Z test_non_contig_expand_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.6043087Z test_non_contig_expand_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.6043302Z test_non_contig_expand_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.6043517Z test_non_contig_expand_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.6043737Z test_non_contig_expand_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6043949Z test_non_contig_expand_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6044163Z test_non_contig_expand_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6044386Z test_non_contig_expand_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6044717Z test_non_contig_expand_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6044950Z test_non_contig_expand_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T01:58:36.6045169Z test_non_contig_expand_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6045383Z test_non_contig_expand_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6045598Z test_non_contig_expand_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6045971Z test_non_contig_expand_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6046551Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6046845Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6047108Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6047366Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6047625Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6047879Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6048132Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6048370Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.6048632Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.6048881Z test_non_contig_expand_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6049135Z test_non_contig_expand_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6049382Z test_non_contig_expand_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6049625Z test_non_contig_expand_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6049869Z test_non_contig_expand_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.6050100Z test_non_contig_expand_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6050340Z test_non_contig_expand_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6050654Z test_non_contig_expand_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6050887Z test_non_contig_expand_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6051131Z test_non_contig_expand_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6051376Z test_non_contig_expand_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6051623Z test_non_contig_expand_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6051865Z test_non_contig_expand_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6052200Z test_non_contig_expand_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6052454Z test_non_contig_expand_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6052689Z test_non_contig_expand_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6052927Z test_non_contig_expand_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6053247Z test_non_contig_expand_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.6053644Z test_non_contig_expand_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.6053909Z test_non_contig_expand_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.6054147Z test_non_contig_expand_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.6054384Z test_non_contig_expand_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6054623Z test_non_contig_expand_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6054857Z test_non_contig_expand_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6055049Z test_non_contig_expand_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T01:58:36.6055252Z test_non_contig_expand_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.6055467Z test_non_contig_expand_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.6055676Z test_non_contig_expand_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6055884Z test_non_contig_expand_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.6056091Z test_non_contig_expand_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6056299Z test_non_contig_expand_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6056501Z test_non_contig_expand_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6056704Z test_non_contig_expand_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.6056905Z test_non_contig_expand_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.6057107Z test_non_contig_expand_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6057308Z test_non_contig_expand_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6057508Z test_non_contig_expand_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.6057720Z test_non_contig_expand_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.6058009Z test_non_contig_expand_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6058226Z test_non_contig_expand_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.6058438Z test_non_contig_expand_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.6058646Z test_non_contig_expand_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6058849Z test_non_contig_expand_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6059037Z test_non_contig_expand_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T01:58:36.6059238Z test_non_contig_expand_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6059534Z test_non_contig_expand_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6059747Z test_non_contig_expand_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6059957Z test_non_contig_expand_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6060155Z test_non_contig_expand_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6060357Z test_non_contig_expand_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6060631Z test_non_contig_expand_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6060999Z test_non_contig_expand_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.6061227Z test_non_contig_expand_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.6061432Z test_non_contig_expand_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.6061635Z test_non_contig_expand_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6061842Z test_non_contig_expand_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6062044Z test_non_contig_expand_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6062243Z test_non_contig_expand_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6062441Z test_non_contig_expand_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T01:58:36.6062633Z test_non_contig_expand_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6062835Z test_non_contig_expand_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6063033Z test_non_contig_expand_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6063238Z test_non_contig_expand_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6063416Z test_non_contig_expand_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6063628Z test_non_contig_expand_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6063839Z test_non_contig_expand_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6064047Z test_non_contig_expand_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6064253Z test_non_contig_expand_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6064457Z test_non_contig_expand_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6064663Z test_non_contig_expand_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6064863Z test_non_contig_expand_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6065064Z test_non_contig_expand_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T01:58:36.6065736Z test_non_contig_expand_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6065937Z test_non_contig_expand_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6066136Z test_non_contig_expand_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6066344Z test_non_contig_expand_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6066551Z test_non_contig_expand_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6066862Z test_non_contig_expand_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6067076Z test_non_contig_expand_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6067280Z test_non_contig_expand_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6067482Z test_non_contig_expand_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.6067689Z test_non_contig_expand_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6067962Z test_non_contig_expand_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6068250Z test_non_contig_expand_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6068455Z test_non_contig_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6068646Z test_non_contig_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6068934Z test_non_contig_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6069144Z test_non_contig_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6069335Z test_non_contig_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6069526Z test_non_contig_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6069723Z test_non_contig_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6069914Z test_non_contig_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6070105Z test_non_contig_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6070294Z test_non_contig_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6070491Z test_non_contig_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6070683Z test_non_contig_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6070883Z test_non_contig_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6071081Z test_non_contig_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6071275Z test_non_contig_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6071474Z test_non_contig_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6071646Z test_non_contig_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6071831Z test_non_contig_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6072022Z test_non_contig_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6072209Z test_non_contig_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6072407Z test_non_contig_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6072598Z test_non_contig_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6072792Z test_non_contig_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6072987Z test_non_contig_float_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6073268Z test_non_contig_float_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6073473Z test_non_contig_float_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6073672Z test_non_contig_float_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6073865Z test_non_contig_float_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6074156Z test_non_contig_float_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6074361Z test_non_contig_float_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6074546Z test_non_contig_float_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6074738Z test_non_contig_float_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6074927Z test_non_contig_float_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6075178Z test_non_contig_float_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6075379Z test_non_contig_float_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6075643Z test_non_contig_float_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6075846Z test_non_contig_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6076041Z test_non_contig_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6076304Z test_non_contig_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6076505Z test_non_contig_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6076694Z test_non_contig_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6076882Z test_non_contig_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6077073Z test_non_contig_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6077263Z test_non_contig_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6077450Z test_non_contig_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6077646Z test_non_contig_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6077840Z test_non_contig_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6078028Z test_non_contig_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6078212Z test_non_contig_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6078405Z test_non_contig_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.6078594Z test_non_contig_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6078784Z test_non_contig_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6078953Z test_non_contig_half_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6079141Z test_non_contig_half_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6079338Z test_non_contig_half_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6079537Z test_non_contig_half_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6079733Z test_non_contig_half_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6079925Z test_non_contig_half_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6080110Z test_non_contig_half_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6080298Z test_non_contig_half_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6080570Z test_non_contig_half_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6080759Z test_non_contig_half_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6080943Z test_non_contig_half_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6081132Z test_non_contig_half_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6081398Z test_non_contig_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6081607Z test_non_contig_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6081793Z test_non_contig_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6081982Z test_non_contig_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6082169Z test_non_contig_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6082358Z test_non_contig_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6082607Z test_non_contig_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6082872Z test_non_contig_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.6083063Z test_non_contig_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6083243Z test_non_contig_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6083447Z test_non_contig_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6083721Z test_non_contig_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6083927Z test_non_contig_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6084128Z test_non_contig_index_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6084323Z test_non_contig_index_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6084533Z test_non_contig_index_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6084736Z test_non_contig_index_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6084938Z test_non_contig_index_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6085135Z test_non_contig_index_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6085339Z test_non_contig_index_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6085538Z test_non_contig_index_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6085733Z test_non_contig_index_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6085920Z test_non_contig_index_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6086108Z test_non_contig_index_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6086303Z test_non_contig_index_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6086475Z test_non_contig_index_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6086677Z test_non_contig_index_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6086873Z test_non_contig_index_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.6087082Z test_non_contig_index_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6087292Z test_non_contig_index_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6087496Z test_non_contig_index_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6087699Z test_non_contig_index_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6087982Z test_non_contig_index_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6088182Z test_non_contig_index_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6088380Z test_non_contig_index_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6088740Z test_non_contig_index_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6088948Z test_non_contig_index_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6089148Z test_non_contig_index_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6089345Z test_non_contig_index_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6089548Z test_non_contig_index_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6089792Z test_non_contig_index_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6090095Z test_non_contig_index_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.6090330Z test_non_contig_index_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6090537Z test_non_contig_index_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6090723Z test_non_contig_index_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6091001Z test_non_contig_index_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6091216Z test_non_contig_index_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6091416Z test_non_contig_index_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6091614Z test_non_contig_index_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6091820Z test_non_contig_index_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6092016Z test_non_contig_index_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6092213Z test_non_contig_index_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6092411Z test_non_contig_index_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6092619Z test_non_contig_index_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6092832Z test_non_contig_index_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6093038Z test_non_contig_index_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6093238Z test_non_contig_index_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6093439Z test_non_contig_index_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6093640Z test_non_contig_index_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6093837Z test_non_contig_index_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6094034Z test_non_contig_index_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6094229Z test_non_contig_index_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6094424Z test_non_contig_index_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6094613Z test_non_contig_index_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6094811Z test_non_contig_index_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6095018Z test_non_contig_index_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6095307Z test_non_contig_index_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6095513Z test_non_contig_index_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6095716Z test_non_contig_index_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.6095970Z test_non_contig_index_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6096207Z test_non_contig_index_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6096406Z test_non_contig_index_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6096604Z test_non_contig_index_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6096800Z test_non_contig_index_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6096996Z test_non_contig_index_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6097276Z test_non_contig_index_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6097558Z test_non_contig_index_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6097758Z test_non_contig_index_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6097967Z test_non_contig_index_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6098173Z test_non_contig_index_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6098454Z test_non_contig_index_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6098671Z test_non_contig_index_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6098856Z test_non_contig_index_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6099061Z test_non_contig_index_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6099256Z test_non_contig_index_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6099454Z test_non_contig_index_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6099649Z test_non_contig_index_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6099848Z test_non_contig_index_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6100047Z test_non_contig_index_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6100249Z test_non_contig_index_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6100444Z test_non_contig_index_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6100650Z test_non_contig_index_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6100858Z test_non_contig_index_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6101062Z test_non_contig_index_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6101262Z test_non_contig_index_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6101463Z test_non_contig_index_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6101661Z test_non_contig_index_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6101856Z test_non_contig_index_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6102052Z test_non_contig_index_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6102248Z test_non_contig_index_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6102443Z test_non_contig_index_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6102723Z test_non_contig_index_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6103000Z test_non_contig_index_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6103204Z test_non_contig_index_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6103412Z test_non_contig_index_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6103618Z test_non_contig_index_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6103833Z test_non_contig_index_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6104112Z test_non_contig_index_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6104392Z test_non_contig_index_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6104605Z test_non_contig_index_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6104804Z test_non_contig_index_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6105001Z test_non_contig_index_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6105197Z test_non_contig_index_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6105393Z test_non_contig_index_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6105982Z test_non_contig_index_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6106231Z test_non_contig_index_bfloat16_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6106432Z test_non_contig_index_bfloat16_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6106648Z test_non_contig_index_bfloat16_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6106867Z test_non_contig_index_bfloat16_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6107078Z test_non_contig_index_bfloat16_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6107284Z test_non_contig_index_bfloat16_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6107472Z test_non_contig_index_bfloat16_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6107675Z test_non_contig_index_bfloat16_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6107878Z test_non_contig_index_bfloat16_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6108079Z test_non_contig_index_bfloat16_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6108273Z test_non_contig_index_bfloat16_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6108480Z test_non_contig_index_bfloat16_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6108680Z test_non_contig_index_bfloat16_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6108886Z test_non_contig_index_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6109093Z test_non_contig_index_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6109300Z test_non_contig_index_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6109505Z test_non_contig_index_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6109707Z test_non_contig_index_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6109907Z test_non_contig_index_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6110294Z test_non_contig_index_bool_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6110502Z test_non_contig_index_bool_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6110709Z test_non_contig_index_bool_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6110911Z test_non_contig_index_bool_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6111116Z test_non_contig_index_bool_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6111389Z test_non_contig_index_bool_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6111657Z test_non_contig_index_bool_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6111869Z test_non_contig_index_bool_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6112092Z test_non_contig_index_bool_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6112294Z test_non_contig_index_bool_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6112491Z test_non_contig_index_bool_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6112686Z test_non_contig_index_bool_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6112885Z test_non_contig_index_bool_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6113089Z test_non_contig_index_byte_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6113365Z test_non_contig_index_byte_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6113588Z test_non_contig_index_byte_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6113792Z test_non_contig_index_byte_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6113991Z test_non_contig_index_byte_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6114196Z test_non_contig_index_byte_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6114512Z test_non_contig_index_byte_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6114731Z test_non_contig_index_byte_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6114928Z test_non_contig_index_byte_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6115123Z test_non_contig_index_byte_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.6115320Z test_non_contig_index_byte_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6115517Z test_non_contig_index_byte_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6115727Z test_non_contig_index_cdouble_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6115918Z test_non_contig_index_cdouble_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6116133Z test_non_contig_index_cdouble_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6116347Z test_non_contig_index_cdouble_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6116559Z test_non_contig_index_cdouble_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6116764Z test_non_contig_index_cdouble_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6116976Z test_non_contig_index_cdouble_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6117174Z test_non_contig_index_cdouble_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6117373Z test_non_contig_index_cdouble_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6117660Z test_non_contig_index_cdouble_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6117983Z test_non_contig_index_cdouble_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6118186Z test_non_contig_index_cdouble_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6118384Z test_non_contig_index_cdouble_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6118584Z test_non_contig_index_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6118867Z test_non_contig_index_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6119149Z test_non_contig_index_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6119357Z test_non_contig_index_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6119556Z test_non_contig_index_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6119756Z test_non_contig_index_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6119952Z test_non_contig_index_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6120133Z test_non_contig_index_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6120331Z test_non_contig_index_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6120542Z test_non_contig_index_cfloat_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6120823Z test_non_contig_index_cfloat_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6121052Z test_non_contig_index_cfloat_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6121264Z test_non_contig_index_cfloat_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6121475Z test_non_contig_index_cfloat_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.6121682Z test_non_contig_index_cfloat_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6121887Z test_non_contig_index_cfloat_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6122086Z test_non_contig_index_cfloat_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6122288Z test_non_contig_index_cfloat_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6122487Z test_non_contig_index_cfloat_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6122689Z test_non_contig_index_cfloat_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6122888Z test_non_contig_index_cfloat_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6123086Z test_non_contig_index_cfloat_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6123293Z test_non_contig_index_chalf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6123493Z test_non_contig_index_chalf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6123700Z test_non_contig_index_chalf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6123907Z test_non_contig_index_chalf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6124115Z test_non_contig_index_chalf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6124306Z test_non_contig_index_chalf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6124509Z test_non_contig_index_chalf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6124711Z test_non_contig_index_chalf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6125002Z test_non_contig_index_chalf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6125297Z test_non_contig_index_chalf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6125497Z test_non_contig_index_chalf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6125695Z test_non_contig_index_chalf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6125897Z test_non_contig_index_chalf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6126242Z test_non_contig_index_char_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6126460Z test_non_contig_index_char_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6126668Z test_non_contig_index_char_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6126876Z test_non_contig_index_char_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6127083Z test_non_contig_index_char_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6127289Z test_non_contig_index_char_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6127490Z test_non_contig_index_char_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6127691Z test_non_contig_index_char_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6127889Z test_non_contig_index_char_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6128161Z test_non_contig_index_char_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6128374Z test_non_contig_index_char_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6128554Z test_non_contig_index_char_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6128751Z test_non_contig_index_char_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6128960Z test_non_contig_index_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6129156Z test_non_contig_index_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6129366Z test_non_contig_index_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6129572Z test_non_contig_index_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6129779Z test_non_contig_index_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6129982Z test_non_contig_index_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6130185Z test_non_contig_index_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6130384Z test_non_contig_index_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6130580Z test_non_contig_index_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6130779Z test_non_contig_index_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6130976Z test_non_contig_index_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6131173Z test_non_contig_index_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6131366Z test_non_contig_index_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6131589Z test_non_contig_index_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6131807Z test_non_contig_index_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6132037Z test_non_contig_index_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6132349Z test_non_contig_index_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6132648Z test_non_contig_index_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6132864Z test_non_contig_index_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6133080Z test_non_contig_index_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6133400Z test_non_contig_index_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6133680Z test_non_contig_index_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.6133899Z test_non_contig_index_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6134110Z test_non_contig_index_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6134326Z test_non_contig_index_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6134540Z test_non_contig_index_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6134743Z test_non_contig_index_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6134941Z test_non_contig_index_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6135146Z test_non_contig_index_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6135349Z test_non_contig_index_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6135633Z test_non_contig_index_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.6135849Z test_non_contig_index_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6136075Z test_non_contig_index_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6136277Z test_non_contig_index_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6136478Z test_non_contig_index_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6136669Z test_non_contig_index_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6136857Z test_non_contig_index_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6137036Z test_non_contig_index_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6137224Z test_non_contig_index_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6137427Z test_non_contig_index_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6137626Z test_non_contig_index_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6137834Z test_non_contig_index_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6138042Z test_non_contig_index_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6138251Z test_non_contig_index_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6138451Z test_non_contig_index_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6138652Z test_non_contig_index_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6138851Z test_non_contig_index_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.6139052Z test_non_contig_index_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6139247Z test_non_contig_index_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6139540Z test_non_contig_index_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6139745Z test_non_contig_index_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6140034Z test_non_contig_index_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6140243Z test_non_contig_index_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6140445Z test_non_contig_index_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6140787Z test_non_contig_index_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6141018Z test_non_contig_index_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6141208Z test_non_contig_index_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6141409Z test_non_contig_index_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6141612Z test_non_contig_index_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6141813Z test_non_contig_index_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6142017Z test_non_contig_index_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6142219Z test_non_contig_index_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6142422Z test_non_contig_index_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6142623Z test_non_contig_index_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6142899Z test_non_contig_index_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6143113Z test_non_contig_index_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6143312Z test_non_contig_index_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6143511Z test_non_contig_index_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6143714Z test_non_contig_index_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6143914Z test_non_contig_index_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6144111Z test_non_contig_index_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6144317Z test_non_contig_index_double_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6144519Z test_non_contig_index_double_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6144735Z test_non_contig_index_double_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6144946Z test_non_contig_index_double_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6145155Z test_non_contig_index_double_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6145343Z test_non_contig_index_double_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6145547Z test_non_contig_index_double_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6145744Z test_non_contig_index_double_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6145945Z test_non_contig_index_double_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6146145Z test_non_contig_index_double_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6146349Z test_non_contig_index_double_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6146547Z test_non_contig_index_double_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6146742Z test_non_contig_index_double_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6146941Z test_non_contig_index_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6147222Z test_non_contig_index_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.6147422Z test_non_contig_index_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6147619Z test_non_contig_index_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6147817Z test_non_contig_index_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6148014Z test_non_contig_index_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6148209Z test_non_contig_index_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6148399Z test_non_contig_index_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6148594Z test_non_contig_index_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6148783Z test_non_contig_index_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6148989Z test_non_contig_index_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6149170Z test_non_contig_index_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6149369Z test_non_contig_index_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6149570Z test_non_contig_index_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6149769Z test_non_contig_index_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6150037Z test_non_contig_index_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6150252Z test_non_contig_index_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6150447Z test_non_contig_index_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6150643Z test_non_contig_index_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6150844Z test_non_contig_index_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6151046Z test_non_contig_index_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6151250Z test_non_contig_index_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6151450Z test_non_contig_index_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6151728Z test_non_contig_index_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6151944Z test_non_contig_index_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6152144Z test_non_contig_index_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6152342Z test_non_contig_index_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6152547Z test_non_contig_index_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6152802Z test_non_contig_index_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6153030Z test_non_contig_index_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6153211Z test_non_contig_index_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6153484Z test_non_contig_index_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6153697Z test_non_contig_index_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6153893Z test_non_contig_index_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6154092Z test_non_contig_index_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6154291Z test_non_contig_index_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6154575Z test_non_contig_index_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6154772Z test_non_contig_index_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6154967Z test_non_contig_index_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6155168Z test_non_contig_index_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6155365Z test_non_contig_index_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6155574Z test_non_contig_index_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6155779Z test_non_contig_index_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6155982Z test_non_contig_index_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6156181Z test_non_contig_index_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6156386Z test_non_contig_index_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6156584Z test_non_contig_index_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6156781Z test_non_contig_index_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6156974Z test_non_contig_index_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6157148Z test_non_contig_index_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6157412Z test_non_contig_index_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6157617Z test_non_contig_index_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6157825Z test_non_contig_index_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6158028Z test_non_contig_index_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6158231Z test_non_contig_index_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6158434Z test_non_contig_index_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6158633Z test_non_contig_index_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6158831Z test_non_contig_index_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6159031Z test_non_contig_index_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6159230Z test_non_contig_index_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6159427Z test_non_contig_index_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6159625Z test_non_contig_index_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6159830Z test_non_contig_index_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6160024Z test_non_contig_index_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6160230Z test_non_contig_index_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6160436Z test_non_contig_index_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6160641Z test_non_contig_index_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6160844Z test_non_contig_index_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6161029Z test_non_contig_index_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6161228Z test_non_contig_index_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6161423Z test_non_contig_index_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6161703Z test_non_contig_index_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6161900Z test_non_contig_index_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6162095Z test_non_contig_index_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6162293Z test_non_contig_index_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6162496Z test_non_contig_index_float_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6162694Z test_non_contig_index_float_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6162903Z test_non_contig_index_float_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6163111Z test_non_contig_index_float_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6163321Z test_non_contig_index_float_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6163524Z test_non_contig_index_float_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6163726Z test_non_contig_index_float_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6163925Z test_non_contig_index_float_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6164122Z test_non_contig_index_float_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6164388Z test_non_contig_index_float_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6164601Z test_non_contig_index_float_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6164799Z test_non_contig_index_float_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6164979Z test_non_contig_index_float_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6165187Z test_non_contig_index_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6165386Z test_non_contig_index_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6165587Z test_non_contig_index_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6165790Z test_non_contig_index_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6165986Z test_non_contig_index_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6166190Z test_non_contig_index_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6166385Z test_non_contig_index_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6166582Z test_non_contig_index_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6166779Z test_non_contig_index_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6166980Z test_non_contig_index_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6167181Z test_non_contig_index_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6167384Z test_non_contig_index_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6167583Z test_non_contig_index_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6167787Z test_non_contig_index_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6167985Z test_non_contig_index_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6168186Z test_non_contig_index_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6168387Z test_non_contig_index_half_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6168667Z test_non_contig_index_half_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6168858Z test_non_contig_index_half_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6169063Z test_non_contig_index_half_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6169350Z test_non_contig_index_half_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6169562Z test_non_contig_index_half_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6169765Z test_non_contig_index_half_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6169964Z test_non_contig_index_half_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6170159Z test_non_contig_index_half_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6170426Z test_non_contig_index_half_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6170717Z test_non_contig_index_half_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6170921Z test_non_contig_index_half_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6171120Z test_non_contig_index_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6171316Z test_non_contig_index_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6171510Z test_non_contig_index_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6171778Z test_non_contig_index_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6171988Z test_non_contig_index_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6172187Z test_non_contig_index_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6172379Z test_non_contig_index_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6172564Z test_non_contig_index_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6172754Z test_non_contig_index_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6172925Z test_non_contig_index_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6173134Z test_non_contig_index_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6173343Z test_non_contig_index_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6173549Z test_non_contig_index_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6173751Z test_non_contig_index_int_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6173949Z test_non_contig_index_int_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6174156Z test_non_contig_index_int_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6174359Z test_non_contig_index_int_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6174557Z test_non_contig_index_int_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6174757Z test_non_contig_index_int_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6174954Z test_non_contig_index_int_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6175151Z test_non_contig_index_int_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6175339Z test_non_contig_index_int_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6175523Z test_non_contig_index_int_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.6175720Z test_non_contig_index_int_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6175991Z test_non_contig_index_int_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6176201Z test_non_contig_index_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6176404Z test_non_contig_index_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6176618Z test_non_contig_index_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6176818Z test_non_contig_index_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6177035Z test_non_contig_index_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6177242Z test_non_contig_index_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6177449Z test_non_contig_index_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6177655Z test_non_contig_index_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6177860Z test_non_contig_index_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6178062Z test_non_contig_index_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6178262Z test_non_contig_index_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6178462Z test_non_contig_index_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6178732Z test_non_contig_index_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6178949Z test_non_contig_index_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6179148Z test_non_contig_index_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6179356Z test_non_contig_index_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6179566Z test_non_contig_index_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6179772Z test_non_contig_index_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6179973Z test_non_contig_index_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6180174Z test_non_contig_index_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6180376Z test_non_contig_index_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6180575Z test_non_contig_index_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6180773Z test_non_contig_index_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6180954Z test_non_contig_index_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6181154Z test_non_contig_index_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6181348Z test_non_contig_index_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6181551Z test_non_contig_index_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6181746Z test_non_contig_index_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6181958Z test_non_contig_index_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6182170Z test_non_contig_index_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6182373Z test_non_contig_index_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6182572Z test_non_contig_index_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6182773Z test_non_contig_index_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6183461Z test_non_contig_index_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6183658Z test_non_contig_index_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6183856Z test_non_contig_index_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6184055Z test_non_contig_index_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6184250Z test_non_contig_index_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6184468Z test_non_contig_index_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6184672Z test_non_contig_index_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6184880Z test_non_contig_index_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6185090Z test_non_contig_index_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6185278Z test_non_contig_index_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6185481Z test_non_contig_index_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6185684Z test_non_contig_index_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6185882Z test_non_contig_index_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6186161Z test_non_contig_index_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6186382Z test_non_contig_index_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6186598Z test_non_contig_index_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6186801Z test_non_contig_index_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6187011Z test_non_contig_index_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6187216Z test_non_contig_index_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6187419Z test_non_contig_index_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6187622Z test_non_contig_index_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6187824Z test_non_contig_index_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6188021Z test_non_contig_index_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6188224Z test_non_contig_index_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6188429Z test_non_contig_index_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6188639Z test_non_contig_index_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6188839Z test_non_contig_index_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6189054Z test_non_contig_index_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6189258Z test_non_contig_index_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6189451Z test_non_contig_index_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6189655Z test_non_contig_index_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6189854Z test_non_contig_index_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6190048Z test_non_contig_index_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6190248Z test_non_contig_index_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.6190535Z test_non_contig_index_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6190733Z test_non_contig_index_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6190934Z test_non_contig_index_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6191131Z test_non_contig_index_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6191358Z test_non_contig_index_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6191575Z test_non_contig_index_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6191803Z test_non_contig_index_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6192030Z test_non_contig_index_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6192253Z test_non_contig_index_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6192465Z test_non_contig_index_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6192672Z test_non_contig_index_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6192888Z test_non_contig_index_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6193170Z test_non_contig_index_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6193400Z test_non_contig_index_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6193614Z test_non_contig_index_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6193808Z test_non_contig_index_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6194013Z test_non_contig_index_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6194218Z test_non_contig_index_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6194423Z test_non_contig_index_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6194622Z test_non_contig_index_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6194827Z test_non_contig_index_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6195030Z test_non_contig_index_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6195229Z test_non_contig_index_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6195426Z test_non_contig_index_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6195629Z test_non_contig_index_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6195831Z test_non_contig_index_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6196030Z test_non_contig_index_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6196240Z test_non_contig_index_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6196446Z test_non_contig_index_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6196649Z test_non_contig_index_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6196848Z test_non_contig_index_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6197046Z test_non_contig_index_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6197242Z test_non_contig_index_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6197523Z test_non_contig_index_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6197720Z test_non_contig_index_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6197900Z test_non_contig_index_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6198093Z test_non_contig_index_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6198298Z test_non_contig_index_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6198496Z test_non_contig_index_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6198700Z test_non_contig_index_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6198902Z test_non_contig_index_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6199106Z test_non_contig_index_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6199307Z test_non_contig_index_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6199501Z test_non_contig_index_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6199698Z test_non_contig_index_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6199897Z test_non_contig_index_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6200159Z test_non_contig_index_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6200374Z test_non_contig_index_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6200572Z test_non_contig_index_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6200778Z test_non_contig_index_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6200988Z test_non_contig_index_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6201188Z test_non_contig_index_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6201387Z test_non_contig_index_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6201727Z test_non_contig_index_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6201920Z test_non_contig_index_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6202120Z test_non_contig_index_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6202315Z test_non_contig_index_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6202511Z test_non_contig_index_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6202793Z test_non_contig_index_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6203094Z test_non_contig_index_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6203362Z test_non_contig_index_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6203701Z test_non_contig_index_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6204395Z test_non_contig_index_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6204840Z test_non_contig_index_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6205284Z test_non_contig_index_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6205714Z test_non_contig_index_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6206245Z test_non_contig_index_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6206901Z test_non_contig_index_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6207443Z test_non_contig_index_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6207846Z test_non_contig_index_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6208268Z test_non_contig_index_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.6208692Z test_non_contig_index_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6209115Z test_non_contig_index_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6209562Z test_non_contig_index_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6210018Z test_non_contig_index_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6210486Z test_non_contig_index_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6210944Z test_non_contig_index_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6211394Z test_non_contig_index_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6211837Z test_non_contig_index_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6212265Z test_non_contig_index_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6212699Z test_non_contig_index_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6213210Z test_non_contig_index_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6213731Z test_non_contig_index_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6214165Z test_non_contig_index_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6214647Z test_non_contig_index_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6215121Z test_non_contig_index_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6215582Z test_non_contig_index_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6216097Z test_non_contig_index_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6216570Z test_non_contig_index_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6217056Z test_non_contig_index_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6217489Z test_non_contig_index_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6217917Z test_non_contig_index_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6218344Z test_non_contig_index_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6218767Z test_non_contig_index_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6219172Z test_non_contig_index_long_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6219600Z test_non_contig_index_long_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6220036Z test_non_contig_index_long_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6220474Z test_non_contig_index_long_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6220928Z test_non_contig_index_long_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6221380Z test_non_contig_index_long_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6221819Z test_non_contig_index_long_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6222335Z test_non_contig_index_long_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6222755Z test_non_contig_index_long_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6223176Z test_non_contig_index_long_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6223600Z test_non_contig_index_long_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6224016Z test_non_contig_index_long_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6224441Z test_non_contig_index_long_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6224899Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6225365Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6225832Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6226316Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6238693Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6239694Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6240654Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6241758Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6242718Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6243672Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6244645Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6245546Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6246327Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6246820Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6247303Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6247766Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6248257Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6248742Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6249240Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6249711Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6250182Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6250648Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6251102Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6251572Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6252026Z test_non_contig_index_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6252468Z test_non_contig_index_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6253039Z test_non_contig_index_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6253497Z test_non_contig_index_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6253939Z test_non_contig_index_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6254781Z test_non_contig_index_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6255498Z test_non_contig_index_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6256226Z test_non_contig_index_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6256941Z test_non_contig_index_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6257682Z test_non_contig_index_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6258416Z test_non_contig_index_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6259004Z test_non_contig_index_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6259461Z test_non_contig_index_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6259881Z test_non_contig_index_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6260418Z test_non_contig_index_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6261416Z test_non_contig_index_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6262091Z test_non_contig_index_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6262543Z test_non_contig_index_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6262959Z test_non_contig_index_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6263371Z test_non_contig_index_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6263760Z test_non_contig_index_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6264175Z test_non_contig_index_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6264629Z test_non_contig_index_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6265113Z test_non_contig_index_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6265588Z test_non_contig_index_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6266071Z test_non_contig_index_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6266972Z test_non_contig_index_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6267463Z test_non_contig_index_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6267925Z test_non_contig_index_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.6268374Z test_non_contig_index_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6268845Z test_non_contig_index_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6269346Z test_non_contig_index_nn_functional_hardshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6269835Z test_non_contig_index_nn_functional_hardshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6270311Z test_non_contig_index_nn_functional_hardshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6270930Z test_non_contig_index_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6271451Z test_non_contig_index_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6271957Z test_non_contig_index_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6272442Z test_non_contig_index_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6272929Z test_non_contig_index_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6273411Z test_non_contig_index_nn_functional_hardtanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6273889Z test_non_contig_index_nn_functional_hardtanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6274354Z test_non_contig_index_nn_functional_hardtanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6274824Z test_non_contig_index_nn_functional_hardtanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6275285Z test_non_contig_index_nn_functional_hardtanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6275754Z test_non_contig_index_nn_functional_hardtanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6276228Z test_non_contig_index_nn_functional_hardtanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6276784Z test_non_contig_index_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6277291Z test_non_contig_index_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6277773Z test_non_contig_index_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6278247Z test_non_contig_index_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6278694Z test_non_contig_index_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6279160Z test_non_contig_index_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6279623Z test_non_contig_index_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6280088Z test_non_contig_index_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6280558Z test_non_contig_index_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6281034Z test_non_contig_index_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6281500Z test_non_contig_index_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6281961Z test_non_contig_index_nn_functional_relu6_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6282428Z test_non_contig_index_nn_functional_relu6_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6282893Z test_non_contig_index_nn_functional_relu6_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6283351Z test_non_contig_index_nn_functional_relu6_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6283817Z test_non_contig_index_nn_functional_relu6_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6284266Z test_non_contig_index_nn_functional_relu6_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6284708Z test_non_contig_index_nn_functional_relu6_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6285229Z test_non_contig_index_nn_functional_relu6_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6285683Z test_non_contig_index_nn_functional_relu6_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6286168Z test_non_contig_index_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6286640Z test_non_contig_index_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6287128Z test_non_contig_index_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6287593Z test_non_contig_index_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6288064Z test_non_contig_index_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6288587Z test_non_contig_index_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6289473Z test_non_contig_index_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6290302Z test_non_contig_index_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.6291102Z test_non_contig_index_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6291956Z test_non_contig_index_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6293028Z test_non_contig_index_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6293997Z test_non_contig_index_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6294904Z test_non_contig_index_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6295756Z test_non_contig_index_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6296703Z test_non_contig_index_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6297586Z test_non_contig_index_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6298461Z test_non_contig_index_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6299397Z test_non_contig_index_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6300344Z test_non_contig_index_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6301252Z test_non_contig_index_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6302170Z test_non_contig_index_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6303121Z test_non_contig_index_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6304113Z test_non_contig_index_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6305051Z test_non_contig_index_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6306015Z test_non_contig_index_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6306968Z test_non_contig_index_nn_functional_softshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6307901Z test_non_contig_index_nn_functional_softshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6308802Z test_non_contig_index_nn_functional_softshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6309703Z test_non_contig_index_nn_functional_softshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6310869Z test_non_contig_index_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6311737Z test_non_contig_index_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6312719Z test_non_contig_index_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6313645Z test_non_contig_index_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6314586Z test_non_contig_index_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6315505Z test_non_contig_index_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6316417Z test_non_contig_index_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6317352Z test_non_contig_index_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6318285Z test_non_contig_index_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6319230Z test_non_contig_index_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6320152Z test_non_contig_index_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6321120Z test_non_contig_index_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6322293Z test_non_contig_index_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6323319Z test_non_contig_index_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6324337Z test_non_contig_index_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6325435Z test_non_contig_index_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.6326407Z test_non_contig_index_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6327368Z test_non_contig_index_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6328350Z test_non_contig_index_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6329327Z test_non_contig_index_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6330276Z test_non_contig_index_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6331254Z test_non_contig_index_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6332233Z test_non_contig_index_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6333187Z test_non_contig_index_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6334144Z test_non_contig_index_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6335100Z test_non_contig_index_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6336070Z test_non_contig_index_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6337087Z test_non_contig_index_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6338079Z test_non_contig_index_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6339044Z test_non_contig_index_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6340250Z test_non_contig_index_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6341224Z test_non_contig_index_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6342199Z test_non_contig_index_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6343149Z test_non_contig_index_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6344129Z test_non_contig_index_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6345115Z test_non_contig_index_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6346102Z test_non_contig_index_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6347080Z test_non_contig_index_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6348052Z test_non_contig_index_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6349012Z test_non_contig_index_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6349956Z test_non_contig_index_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6351108Z test_non_contig_index_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6352080Z test_non_contig_index_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6353030Z test_non_contig_index_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6353973Z test_non_contig_index_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6354905Z test_non_contig_index_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6355858Z test_non_contig_index_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6357591Z test_non_contig_index_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6358655Z test_non_contig_index_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6359601Z test_non_contig_index_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6361171Z test_non_contig_index_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6362181Z test_non_contig_index_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6363189Z test_non_contig_index_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6364216Z test_non_contig_index_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6365261Z test_non_contig_index_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6366212Z test_non_contig_index_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6367169Z test_non_contig_index_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6368114Z test_non_contig_index_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6369097Z test_non_contig_index_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6370027Z test_non_contig_index_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6371232Z test_non_contig_index_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6372217Z test_non_contig_index_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6373178Z test_non_contig_index_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6374115Z test_non_contig_index_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6375148Z test_non_contig_index_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6376084Z test_non_contig_index_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6377062Z test_non_contig_index_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6378022Z test_non_contig_index_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6378973Z test_non_contig_index_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6379945Z test_non_contig_index_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6380906Z test_non_contig_index_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6382077Z test_non_contig_index_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6383051Z test_non_contig_index_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6384006Z test_non_contig_index_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6384918Z test_non_contig_index_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6385850Z test_non_contig_index_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6386779Z test_non_contig_index_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6387675Z test_non_contig_index_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6388583Z test_non_contig_index_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6389509Z test_non_contig_index_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6390392Z test_non_contig_index_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6391259Z test_non_contig_index_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6392139Z test_non_contig_index_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6393031Z test_non_contig_index_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6393877Z test_non_contig_index_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6394724Z test_non_contig_index_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6395558Z test_non_contig_index_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6396392Z test_non_contig_index_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6397237Z test_non_contig_index_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6398101Z test_non_contig_index_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6398972Z test_non_contig_index_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6400078Z test_non_contig_index_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6400954Z test_non_contig_index_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6401832Z test_non_contig_index_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6402661Z test_non_contig_index_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6403503Z test_non_contig_index_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6404350Z test_non_contig_index_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6405184Z test_non_contig_index_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6406044Z test_non_contig_index_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6406897Z test_non_contig_index_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6407732Z test_non_contig_index_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.6408553Z test_non_contig_index_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6409418Z test_non_contig_index_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6410269Z test_non_contig_index_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6411118Z test_non_contig_index_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6412148Z test_non_contig_index_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6413007Z test_non_contig_index_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6413826Z test_non_contig_index_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6414648Z test_non_contig_index_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6415470Z test_non_contig_index_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6416293Z test_non_contig_index_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6417105Z test_non_contig_index_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6417959Z test_non_contig_index_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6418874Z test_non_contig_index_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6419769Z test_non_contig_index_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6420722Z test_non_contig_index_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6421645Z test_non_contig_index_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6422571Z test_non_contig_index_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6423484Z test_non_contig_index_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6424387Z test_non_contig_index_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6425273Z test_non_contig_index_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6426129Z test_non_contig_index_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6426996Z test_non_contig_index_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6427930Z test_non_contig_index_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6428764Z test_non_contig_index_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6429817Z test_non_contig_index_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6430682Z test_non_contig_index_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6431542Z test_non_contig_index_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6432391Z test_non_contig_index_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6433240Z test_non_contig_index_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6434087Z test_non_contig_index_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6434922Z test_non_contig_index_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6435759Z test_non_contig_index_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6436630Z test_non_contig_index_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6437621Z test_non_contig_index_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6438542Z test_non_contig_index_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6439476Z test_non_contig_index_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6440418Z test_non_contig_index_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6441550Z test_non_contig_index_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6442516Z test_non_contig_index_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6443445Z test_non_contig_index_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6444381Z test_non_contig_index_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6445301Z test_non_contig_index_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6446256Z test_non_contig_index_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6447201Z test_non_contig_index_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6448096Z test_non_contig_index_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6448965Z test_non_contig_index_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6449846Z test_non_contig_index_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6450754Z test_non_contig_index_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6451627Z test_non_contig_index_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6452520Z test_non_contig_index_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6453386Z test_non_contig_index_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6454260Z test_non_contig_index_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6455143Z test_non_contig_index_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6456016Z test_non_contig_index_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6456851Z test_non_contig_index_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6457724Z test_non_contig_index_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6458584Z test_non_contig_index_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6459669Z test_non_contig_index_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6460515Z test_non_contig_index_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6461406Z test_non_contig_index_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6462269Z test_non_contig_index_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6463118Z test_non_contig_index_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6463984Z test_non_contig_index_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6464834Z test_non_contig_index_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6465660Z test_non_contig_index_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6466541Z test_non_contig_index_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6467454Z test_non_contig_index_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6468260Z test_non_contig_index_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6469079Z test_non_contig_index_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6469895Z test_non_contig_index_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6470733Z test_non_contig_index_short_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6471800Z test_non_contig_index_short_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6472713Z test_non_contig_index_short_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6473602Z test_non_contig_index_short_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6474475Z test_non_contig_index_short_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6475327Z test_non_contig_index_short_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6476160Z test_non_contig_index_short_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6477014Z test_non_contig_index_short_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6477852Z test_non_contig_index_short_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6478713Z test_non_contig_index_short_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6479576Z test_non_contig_index_short_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6480412Z test_non_contig_index_short_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6481243Z test_non_contig_index_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6482097Z test_non_contig_index_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6482990Z test_non_contig_index_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6483880Z test_non_contig_index_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6484773Z test_non_contig_index_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6485620Z test_non_contig_index_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6486475Z test_non_contig_index_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6487320Z test_non_contig_index_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6488161Z test_non_contig_index_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6502049Z test_non_contig_index_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6502710Z test_non_contig_index_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6503158Z test_non_contig_index_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6503598Z test_non_contig_index_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6504143Z test_non_contig_index_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6504571Z test_non_contig_index_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.6505007Z test_non_contig_index_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6505447Z test_non_contig_index_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6505879Z test_non_contig_index_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6506307Z test_non_contig_index_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6506744Z test_non_contig_index_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6507162Z test_non_contig_index_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6507571Z test_non_contig_index_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6508135Z test_non_contig_index_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6508719Z test_non_contig_index_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6509186Z test_non_contig_index_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6509623Z test_non_contig_index_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6510062Z test_non_contig_index_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6510491Z test_non_contig_index_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6510898Z test_non_contig_index_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6511326Z test_non_contig_index_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6511747Z test_non_contig_index_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6512177Z test_non_contig_index_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6512603Z test_non_contig_index_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6513031Z test_non_contig_index_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6513433Z test_non_contig_index_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6513867Z test_non_contig_index_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6514297Z test_non_contig_index_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6514723Z test_non_contig_index_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6515151Z test_non_contig_index_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6515569Z test_non_contig_index_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6515997Z test_non_contig_index_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6516453Z test_non_contig_index_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6516866Z test_non_contig_index_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6517262Z test_non_contig_index_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6517780Z test_non_contig_index_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6518201Z test_non_contig_index_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6518904Z test_non_contig_index_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6519570Z test_non_contig_index_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6520353Z test_non_contig_index_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6521194Z test_non_contig_index_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6522014Z test_non_contig_index_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6522676Z test_non_contig_index_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6523113Z test_non_contig_index_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.6523548Z test_non_contig_index_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6523954Z test_non_contig_index_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6524375Z test_non_contig_index_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6524790Z test_non_contig_index_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6525315Z test_non_contig_index_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6525760Z test_non_contig_index_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6526189Z test_non_contig_index_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6526907Z test_non_contig_index_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6527573Z test_non_contig_index_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6528016Z test_non_contig_index_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6528440Z test_non_contig_index_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6528868Z test_non_contig_index_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6529294Z test_non_contig_index_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6529720Z test_non_contig_index_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6530125Z test_non_contig_index_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6530542Z test_non_contig_index_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6530956Z test_non_contig_index_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6531379Z test_non_contig_index_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6531818Z test_non_contig_index_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6532278Z test_non_contig_index_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6532738Z test_non_contig_index_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6533182Z test_non_contig_index_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6533635Z test_non_contig_index_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6534088Z test_non_contig_index_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6534540Z test_non_contig_index_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6536260Z test_non_contig_index_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6536726Z test_non_contig_index_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6537193Z test_non_contig_index_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6537637Z test_non_contig_index_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6538131Z test_non_contig_index_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6538586Z test_non_contig_index_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6539035Z test_non_contig_index_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6539482Z test_non_contig_index_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6539934Z test_non_contig_index_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6540374Z test_non_contig_index_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6540811Z test_non_contig_index_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6541263Z test_non_contig_index_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6541819Z test_non_contig_index_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6542288Z test_non_contig_index_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6542735Z test_non_contig_index_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6543183Z test_non_contig_index_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6543634Z test_non_contig_index_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6544289Z test_non_contig_index_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6545119Z test_non_contig_index_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6546117Z test_non_contig_index_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6546680Z test_non_contig_index_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6547130Z test_non_contig_index_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6547570Z test_non_contig_index_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6548014Z test_non_contig_index_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6548444Z test_non_contig_index_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6548885Z test_non_contig_index_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6549342Z test_non_contig_index_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6549798Z test_non_contig_index_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6550247Z test_non_contig_index_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6550691Z test_non_contig_index_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6551132Z test_non_contig_index_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6551705Z test_non_contig_index_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6552153Z test_non_contig_index_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6552603Z test_non_contig_index_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6553054Z test_non_contig_index_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6553505Z test_non_contig_index_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6553964Z test_non_contig_index_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6554417Z test_non_contig_index_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6554847Z test_non_contig_index_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6555393Z test_non_contig_index_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6555852Z test_non_contig_index_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6556297Z test_non_contig_index_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6556739Z test_non_contig_index_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6557183Z test_non_contig_index_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6557724Z test_non_contig_index_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6558189Z test_non_contig_index_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6558640Z test_non_contig_index_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6559088Z test_non_contig_index_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6559539Z test_non_contig_index_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6559986Z test_non_contig_index_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6560430Z test_non_contig_index_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6560882Z test_non_contig_index_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6561321Z test_non_contig_index_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6561762Z test_non_contig_index_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6562201Z test_non_contig_index_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6562643Z test_non_contig_index_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6563264Z test_non_contig_index_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6564098Z test_non_contig_index_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6564534Z test_non_contig_index_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6564974Z test_non_contig_index_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6565415Z test_non_contig_index_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6565853Z test_non_contig_index_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6566294Z test_non_contig_index_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6566734Z test_non_contig_index_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6567286Z test_non_contig_index_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6567705Z test_non_contig_index_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6568281Z test_non_contig_index_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6568730Z test_non_contig_index_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6569406Z test_non_contig_index_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6569867Z test_non_contig_index_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6570312Z test_non_contig_index_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6570762Z test_non_contig_index_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6571194Z test_non_contig_index_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6571630Z test_non_contig_index_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6572063Z test_non_contig_index_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.6572493Z test_non_contig_index_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6572698Z test_non_contig_index_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6573004Z test_non_contig_index_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6573246Z test_non_contig_index_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6573464Z test_non_contig_index_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6573683Z test_non_contig_index_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6573891Z test_non_contig_index_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6574097Z test_non_contig_index_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6574311Z test_non_contig_index_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6574529Z test_non_contig_index_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6574768Z test_non_contig_index_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6574992Z test_non_contig_index_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6575330Z test_non_contig_index_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6575580Z test_non_contig_index_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6575812Z test_non_contig_index_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.6576115Z test_non_contig_index_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6576353Z test_non_contig_index_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6576662Z test_non_contig_index_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6576898Z test_non_contig_index_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6577134Z test_non_contig_index_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6577372Z test_non_contig_index_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6577695Z test_non_contig_index_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6577922Z test_non_contig_index_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6578147Z test_non_contig_index_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6578377Z test_non_contig_index_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6578605Z test_non_contig_index_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6578830Z test_non_contig_index_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6579063Z test_non_contig_index_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6579301Z test_non_contig_index_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6579529Z test_non_contig_index_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6579752Z test_non_contig_index_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6579974Z test_non_contig_index_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6580268Z test_non_contig_index_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6580505Z test_non_contig_index_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6580712Z test_non_contig_index_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6580953Z test_non_contig_index_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6581186Z test_non_contig_index_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6581413Z test_non_contig_index_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6581635Z test_non_contig_index_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6581862Z test_non_contig_index_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6582090Z test_non_contig_index_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6582397Z test_non_contig_index_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T01:58:36.6582632Z test_non_contig_index_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6582851Z test_non_contig_index_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6583149Z test_non_contig_index_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6583454Z test_non_contig_index_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6583677Z test_non_contig_index_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6583895Z test_non_contig_index_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6584113Z test_non_contig_index_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6584324Z test_non_contig_index_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6584535Z test_non_contig_index_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6584835Z test_non_contig_index_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6585043Z test_non_contig_index_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6585260Z test_non_contig_index_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6585479Z test_non_contig_index_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6585695Z test_non_contig_index_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6585893Z test_non_contig_index_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6586104Z test_non_contig_index_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6586318Z test_non_contig_index_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6586531Z test_non_contig_index_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6586790Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6587051Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6587311Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.6587628Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6587896Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6588151Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6588408Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6588666Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6588916Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6589264Z test_non_contig_index_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6589521Z test_non_contig_index_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6589761Z test_non_contig_index_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6590146Z test_non_contig_index_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6590397Z test_non_contig_index_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6590627Z test_non_contig_index_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6590863Z test_non_contig_index_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6591097Z test_non_contig_index_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6591331Z test_non_contig_index_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6591570Z test_non_contig_index_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6591804Z test_non_contig_index_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6592128Z test_non_contig_index_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6592339Z test_non_contig_index_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6592567Z test_non_contig_index_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6592803Z test_non_contig_index_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6593032Z test_non_contig_index_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6593268Z test_non_contig_index_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6593508Z test_non_contig_index_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.6593751Z test_non_contig_index_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6593985Z test_non_contig_index_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6594219Z test_non_contig_index_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6594444Z test_non_contig_index_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6595232Z test_non_contig_index_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6595506Z test_non_contig_index_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6595713Z test_non_contig_index_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6596023Z test_non_contig_index_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6596243Z test_non_contig_index_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6596452Z test_non_contig_index_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6596747Z test_non_contig_index_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6597026Z test_non_contig_index_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6597237Z test_non_contig_index_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6597437Z test_non_contig_index_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6597638Z test_non_contig_index_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6597951Z test_non_contig_index_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6598304Z test_non_contig_index_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.6598643Z test_non_contig_index_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6598860Z test_non_contig_index_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6599071Z test_non_contig_index_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6599273Z test_non_contig_index_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6599490Z test_non_contig_index_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6599698Z test_non_contig_index_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6599899Z test_non_contig_index_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6600213Z test_non_contig_index_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6600413Z test_non_contig_index_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6600616Z test_non_contig_index_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6600817Z test_non_contig_index_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6601019Z test_non_contig_index_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.6601227Z test_non_contig_index_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6601425Z test_non_contig_index_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6601623Z test_non_contig_index_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6601818Z test_non_contig_index_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6602026Z test_non_contig_index_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6602231Z test_non_contig_index_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6602421Z test_non_contig_index_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6602721Z test_non_contig_index_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6602933Z test_non_contig_index_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6603703Z test_non_contig_index_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6603950Z test_non_contig_index_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6604140Z test_non_contig_index_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6604326Z test_non_contig_index_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6604529Z test_non_contig_index_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6604717Z test_non_contig_index_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6604925Z test_non_contig_index_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6605123Z test_non_contig_index_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6605334Z test_non_contig_index_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6605541Z test_non_contig_index_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6605744Z test_non_contig_index_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6605942Z test_non_contig_index_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6606145Z test_non_contig_index_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6606343Z test_non_contig_index_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6606542Z test_non_contig_index_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6606739Z test_non_contig_index_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6606919Z test_non_contig_index_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6607117Z test_non_contig_index_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6607313Z test_non_contig_index_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6607517Z test_non_contig_index_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6607717Z test_non_contig_index_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6608018Z test_non_contig_index_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6608221Z test_non_contig_index_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6608420Z test_non_contig_index_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6608618Z test_non_contig_index_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6608816Z test_non_contig_index_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6609017Z test_non_contig_index_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6609215Z test_non_contig_index_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6609504Z test_non_contig_int_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6609700Z test_non_contig_int_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6609909Z test_non_contig_int_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6610193Z test_non_contig_int_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6610471Z test_non_contig_int_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6610670Z test_non_contig_int_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6610860Z test_non_contig_int_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6611424Z test_non_contig_int_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6611652Z test_non_contig_int_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.6611841Z test_non_contig_int_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6612028Z test_non_contig_int_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6612220Z test_non_contig_int_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6612423Z test_non_contig_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6612620Z test_non_contig_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6612830Z test_non_contig_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6613036Z test_non_contig_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.6613246Z test_non_contig_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6613450Z test_non_contig_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6613649Z test_non_contig_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6613848Z test_non_contig_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6614051Z test_non_contig_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6614244Z test_non_contig_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6614433Z test_non_contig_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6614629Z test_non_contig_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6614821Z test_non_contig_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6614996Z test_non_contig_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6615191Z test_non_contig_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6615388Z test_non_contig_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6615589Z test_non_contig_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6615882Z test_non_contig_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6616178Z test_non_contig_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6616377Z test_non_contig_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6616565Z test_non_contig_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6616833Z test_non_contig_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6617118Z test_non_contig_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6617316Z test_non_contig_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6617510Z test_non_contig_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6617699Z test_non_contig_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6617906Z test_non_contig_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6618102Z test_non_contig_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6618306Z test_non_contig_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6618507Z test_non_contig_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6618702Z test_non_contig_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6619259Z test_non_contig_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6619483Z test_non_contig_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6619676Z test_non_contig_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6619869Z test_non_contig_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6620133Z test_non_contig_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6620471Z test_non_contig_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6620852Z test_non_contig_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6621164Z test_non_contig_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6621368Z test_non_contig_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6621575Z test_non_contig_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6621775Z test_non_contig_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6621977Z test_non_contig_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6622176Z test_non_contig_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6622372Z test_non_contig_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6622564Z test_non_contig_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6622855Z test_non_contig_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6623056Z test_non_contig_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6623265Z test_non_contig_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6623525Z test_non_contig_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6623796Z test_non_contig_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6624003Z test_non_contig_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6624314Z test_non_contig_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6624510Z test_non_contig_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6624704Z test_non_contig_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6624894Z test_non_contig_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6625089Z test_non_contig_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6625284Z test_non_contig_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6625482Z test_non_contig_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6625676Z test_non_contig_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6625880Z test_non_contig_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6626084Z test_non_contig_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6626284Z test_non_contig_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T01:58:36.6626482Z test_non_contig_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6626675Z test_non_contig_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6626862Z test_non_contig_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6627438Z test_non_contig_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6627666Z test_non_contig_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6627833Z test_non_contig_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6628026Z test_non_contig_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6628227Z test_non_contig_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6628445Z test_non_contig_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6628654Z test_non_contig_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6628875Z test_non_contig_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6629095Z test_non_contig_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6629311Z test_non_contig_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6629629Z test_non_contig_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6629844Z test_non_contig_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6630054Z test_non_contig_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6630349Z test_non_contig_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6630657Z test_non_contig_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6630871Z test_non_contig_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6631072Z test_non_contig_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6631271Z test_non_contig_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6631474Z test_non_contig_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6631671Z test_non_contig_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6631865Z test_non_contig_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6632166Z test_non_contig_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6632338Z test_non_contig_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6632522Z test_non_contig_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6632715Z test_non_contig_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6632908Z test_non_contig_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6633107Z test_non_contig_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6633298Z test_non_contig_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6633497Z test_non_contig_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6633695Z test_non_contig_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6633890Z test_non_contig_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6634076Z test_non_contig_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.6634263Z test_non_contig_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6634451Z test_non_contig_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6634642Z test_non_contig_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6635192Z test_non_contig_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6635421Z test_non_contig_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6635707Z test_non_contig_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6635915Z test_non_contig_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6636116Z test_non_contig_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6636380Z test_non_contig_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6636583Z test_non_contig_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6636772Z test_non_contig_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6636962Z test_non_contig_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6637243Z test_non_contig_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6637507Z test_non_contig_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6637703Z test_non_contig_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6637890Z test_non_contig_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6638093Z test_non_contig_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6638285Z test_non_contig_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6638485Z test_non_contig_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6638710Z test_non_contig_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6638908Z test_non_contig_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6639098Z test_non_contig_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6639285Z test_non_contig_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6639475Z test_non_contig_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6639662Z test_non_contig_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6639958Z test_non_contig_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6640129Z test_non_contig_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6640317Z test_non_contig_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6640515Z test_non_contig_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6640703Z test_non_contig_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6640904Z test_non_contig_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6641105Z test_non_contig_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6641296Z test_non_contig_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6641485Z test_non_contig_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6641675Z test_non_contig_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6641872Z test_non_contig_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6642060Z test_non_contig_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6642245Z test_non_contig_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6642432Z test_non_contig_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6642617Z test_non_contig_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6643258Z test_non_contig_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6643510Z test_non_contig_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6643713Z test_non_contig_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6644148Z test_non_contig_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6644364Z test_non_contig_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6644569Z test_non_contig_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6644771Z test_non_contig_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6644974Z test_non_contig_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6645177Z test_non_contig_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6645378Z test_non_contig_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6645579Z test_non_contig_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6645777Z test_non_contig_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6645977Z test_non_contig_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6646176Z test_non_contig_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6646369Z test_non_contig_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6646563Z test_non_contig_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6646753Z test_non_contig_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6646940Z test_non_contig_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6647130Z test_non_contig_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6647321Z test_non_contig_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6647510Z test_non_contig_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.6647810Z test_non_contig_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6648000Z test_non_contig_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6648182Z test_non_contig_long_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6648373Z test_non_contig_long_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6648575Z test_non_contig_long_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6648780Z test_non_contig_long_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6648982Z test_non_contig_long_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6649177Z test_non_contig_long_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6649362Z test_non_contig_long_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6649550Z test_non_contig_long_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6649740Z test_non_contig_long_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6650100Z test_non_contig_long_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6650332Z test_non_contig_long_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6650524Z test_non_contig_long_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6651335Z test_non_contig_long_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6651607Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6651809Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6652019Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6652240Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6652458Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6652676Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6652897Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6653116Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6653338Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.6653551Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6653758Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6653973Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6654186Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6654399Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6654614Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6654827Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6655047Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6655259Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6655465Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6655778Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6655991Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6656205Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6656403Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6656718Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6656932Z test_non_contig_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6657128Z test_non_contig_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6657388Z test_non_contig_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6657766Z test_non_contig_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6657977Z test_non_contig_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6658175Z test_non_contig_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6658371Z test_non_contig_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6658567Z test_non_contig_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6659155Z test_non_contig_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6659386Z test_non_contig_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6659581Z test_non_contig_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6659782Z test_non_contig_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6659985Z test_non_contig_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6660178Z test_non_contig_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6660373Z test_non_contig_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6660565Z test_non_contig_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6660758Z test_non_contig_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6660935Z test_non_contig_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6661125Z test_non_contig_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6661315Z test_non_contig_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6661502Z test_non_contig_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6661691Z test_non_contig_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6661912Z test_non_contig_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6662130Z test_non_contig_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6662346Z test_non_contig_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6662562Z test_non_contig_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6662783Z test_non_contig_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6662996Z test_non_contig_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6663209Z test_non_contig_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6663613Z test_non_contig_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6663858Z test_non_contig_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6664095Z test_non_contig_nn_functional_hardshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6664461Z test_non_contig_nn_functional_hardshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6664790Z test_non_contig_nn_functional_hardshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6665034Z test_non_contig_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6665264Z test_non_contig_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6665494Z test_non_contig_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6665725Z test_non_contig_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6665936Z test_non_contig_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6666160Z test_non_contig_nn_functional_hardtanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6666380Z test_non_contig_nn_functional_hardtanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6666972Z test_non_contig_nn_functional_hardtanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6667228Z test_non_contig_nn_functional_hardtanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6667442Z test_non_contig_nn_functional_hardtanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6667654Z test_non_contig_nn_functional_hardtanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6667875Z test_non_contig_nn_functional_hardtanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6668103Z test_non_contig_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6668331Z test_non_contig_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6668558Z test_non_contig_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6668787Z test_non_contig_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6669004Z test_non_contig_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6669221Z test_non_contig_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6669438Z test_non_contig_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6669657Z test_non_contig_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6669874Z test_non_contig_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6670093Z test_non_contig_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6670412Z test_non_contig_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6670644Z test_non_contig_nn_functional_relu6_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6670860Z test_non_contig_nn_functional_relu6_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6671162Z test_non_contig_nn_functional_relu6_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6671515Z test_non_contig_nn_functional_relu6_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6671839Z test_non_contig_nn_functional_relu6_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6672052Z test_non_contig_nn_functional_relu6_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6672263Z test_non_contig_nn_functional_relu6_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6672477Z test_non_contig_nn_functional_relu6_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6672694Z test_non_contig_nn_functional_relu6_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6672909Z test_non_contig_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6673124Z test_non_contig_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6673338Z test_non_contig_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6673556Z test_non_contig_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6673768Z test_non_contig_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6673978Z test_non_contig_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6674186Z test_non_contig_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6674774Z test_non_contig_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6675017Z test_non_contig_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6675236Z test_non_contig_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.6675451Z test_non_contig_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6675673Z test_non_contig_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6675890Z test_non_contig_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6676104Z test_non_contig_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6676302Z test_non_contig_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6676518Z test_non_contig_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6676734Z test_non_contig_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6676945Z test_non_contig_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6677261Z test_non_contig_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6677484Z test_non_contig_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6677697Z test_non_contig_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6678112Z test_non_contig_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6678393Z test_non_contig_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6678619Z test_non_contig_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6678831Z test_non_contig_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6679059Z test_non_contig_nn_functional_softshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6679288Z test_non_contig_nn_functional_softshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6679937Z test_non_contig_nn_functional_softshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6680164Z test_non_contig_nn_functional_softshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6680389Z test_non_contig_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6680606Z test_non_contig_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6680844Z test_non_contig_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6681072Z test_non_contig_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6681297Z test_non_contig_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6681517Z test_non_contig_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6681717Z test_non_contig_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6681935Z test_non_contig_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6682148Z test_non_contig_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6682358Z test_non_contig_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6682923Z test_non_contig_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6683178Z test_non_contig_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6683408Z test_non_contig_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6683648Z test_non_contig_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6683966Z test_non_contig_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6684216Z test_non_contig_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6684442Z test_non_contig_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6684741Z test_non_contig_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6685145Z test_non_contig_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6685376Z test_non_contig_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6685592Z test_non_contig_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6685815Z test_non_contig_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6686029Z test_non_contig_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6686255Z test_non_contig_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6686484Z test_non_contig_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6686709Z test_non_contig_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6686925Z test_non_contig_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6687145Z test_non_contig_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6687341Z test_non_contig_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6687657Z test_non_contig_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6687877Z test_non_contig_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6688087Z test_non_contig_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6688308Z test_non_contig_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6688536Z test_non_contig_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6688756Z test_non_contig_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6688972Z test_non_contig_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6689187Z test_non_contig_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6689402Z test_non_contig_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6689611Z test_non_contig_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6689824Z test_non_contig_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6690032Z test_non_contig_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6690624Z test_non_contig_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6690970Z test_non_contig_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6691195Z test_non_contig_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.6691411Z test_non_contig_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6691844Z test_non_contig_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6692064Z test_non_contig_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6692274Z test_non_contig_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6692486Z test_non_contig_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6692684Z test_non_contig_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6692897Z test_non_contig_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6693113Z test_non_contig_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6693327Z test_non_contig_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6693542Z test_non_contig_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.6693755Z test_non_contig_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6693967Z test_non_contig_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6694174Z test_non_contig_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6694389Z test_non_contig_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6694602Z test_non_contig_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6694813Z test_non_contig_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6695135Z test_non_contig_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6695348Z test_non_contig_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6695562Z test_non_contig_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6695772Z test_non_contig_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6695982Z test_non_contig_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6696191Z test_non_contig_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6696403Z test_non_contig_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T01:58:36.6696608Z test_non_contig_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6696821Z test_non_contig_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6697035Z test_non_contig_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6697248Z test_non_contig_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6697529Z test_non_contig_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6697759Z test_non_contig_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6698043Z test_non_contig_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6698414Z test_non_contig_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6698710Z test_non_contig_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6698929Z test_non_contig_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6699133Z test_non_contig_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6699341Z test_non_contig_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6699549Z test_non_contig_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6699755Z test_non_contig_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6699960Z test_non_contig_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6700160Z test_non_contig_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6700362Z test_non_contig_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6700560Z test_non_contig_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6700756Z test_non_contig_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6700945Z test_non_contig_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6701140Z test_non_contig_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6701332Z test_non_contig_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6701531Z test_non_contig_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6701716Z test_non_contig_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6701914Z test_non_contig_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6702107Z test_non_contig_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6702295Z test_non_contig_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6702589Z test_non_contig_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6702777Z test_non_contig_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6702965Z test_non_contig_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6703154Z test_non_contig_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6703340Z test_non_contig_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6703537Z test_non_contig_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6703726Z test_non_contig_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6703926Z test_non_contig_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6704126Z test_non_contig_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6704419Z test_non_contig_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6704623Z test_non_contig_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6704809Z test_non_contig_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6705049Z test_non_contig_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.6705399Z test_non_contig_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6705836Z test_non_contig_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6706042Z test_non_contig_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6706233Z test_non_contig_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6706422Z test_non_contig_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6706637Z test_non_contig_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6706845Z test_non_contig_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6707062Z test_non_contig_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6707273Z test_non_contig_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6707483Z test_non_contig_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6707691Z test_non_contig_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6707898Z test_non_contig_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6708100Z test_non_contig_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6708307Z test_non_contig_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6708508Z test_non_contig_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6708708Z test_non_contig_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6708909Z test_non_contig_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6709107Z test_non_contig_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6709306Z test_non_contig_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6709493Z test_non_contig_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6709664Z test_non_contig_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6709853Z test_non_contig_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6710288Z test_non_contig_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6710479Z test_non_contig_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6710673Z test_non_contig_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6710862Z test_non_contig_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6711161Z test_non_contig_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6711386Z test_non_contig_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6711596Z test_non_contig_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T01:58:36.6711919Z test_non_contig_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6712264Z test_non_contig_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6712487Z test_non_contig_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6712693Z test_non_contig_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6712898Z test_non_contig_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6713120Z test_non_contig_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6713550Z test_non_contig_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6713790Z test_non_contig_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6713993Z test_non_contig_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6714193Z test_non_contig_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6714390Z test_non_contig_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6714577Z test_non_contig_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6714776Z test_non_contig_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6714970Z test_non_contig_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6715164Z test_non_contig_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.6715356Z test_non_contig_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6715541Z test_non_contig_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6715731Z test_non_contig_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6715921Z test_non_contig_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6716118Z test_non_contig_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6716307Z test_non_contig_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6716496Z test_non_contig_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6716690Z test_non_contig_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6716877Z test_non_contig_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6717079Z test_non_contig_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6717280Z test_non_contig_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6717469Z test_non_contig_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6717663Z test_non_contig_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6718028Z test_non_contig_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6718205Z test_non_contig_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6718393Z test_non_contig_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6718712Z test_non_contig_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6718992Z test_non_contig_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6719189Z test_non_contig_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6719378Z test_non_contig_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6719580Z test_non_contig_short_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6719774Z test_non_contig_short_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6719982Z test_non_contig_short_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6720180Z test_non_contig_short_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6720372Z test_non_contig_short_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6720562Z test_non_contig_short_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6720748Z test_non_contig_short_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6721015Z test_non_contig_short_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6721223Z test_non_contig_short_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6721411Z test_non_contig_short_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6721603Z test_non_contig_short_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6721795Z test_non_contig_short_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6721981Z test_non_contig_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.6722174Z test_non_contig_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6722377Z test_non_contig_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6722581Z test_non_contig_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6722787Z test_non_contig_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6722988Z test_non_contig_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6723181Z test_non_contig_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6723367Z test_non_contig_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6723566Z test_non_contig_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6723755Z test_non_contig_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6723939Z test_non_contig_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6724130Z test_non_contig_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6724315Z test_non_contig_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6724504Z test_non_contig_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6724873Z test_non_contig_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6725126Z test_non_contig_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6725320Z test_non_contig_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6725811Z test_non_contig_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6726014Z test_non_contig_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6726190Z test_non_contig_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6726378Z test_non_contig_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6726563Z test_non_contig_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6726754Z test_non_contig_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6726957Z test_non_contig_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6727146Z test_non_contig_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6727342Z test_non_contig_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6727536Z test_non_contig_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6727724Z test_non_contig_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6727917Z test_non_contig_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6728104Z test_non_contig_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6728288Z test_non_contig_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6728554Z test_non_contig_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6728758Z test_non_contig_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6728945Z test_non_contig_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6729131Z test_non_contig_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6729336Z test_non_contig_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6729533Z test_non_contig_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6729706Z test_non_contig_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6729897Z test_non_contig_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6730089Z test_non_contig_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6730281Z test_non_contig_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6730470Z test_non_contig_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6730655Z test_non_contig_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6730841Z test_non_contig_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6731031Z test_non_contig_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6731214Z test_non_contig_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6731462Z test_non_contig_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6731690Z test_non_contig_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6731893Z test_non_contig_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6732096Z test_non_contig_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6732446Z test_non_contig_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6732725Z test_non_contig_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6732914Z test_non_contig_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6733203Z test_non_contig_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6733393Z test_non_contig_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6733567Z test_non_contig_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6733755Z test_non_contig_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6733942Z test_non_contig_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6734137Z test_non_contig_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6734330Z test_non_contig_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6734532Z test_non_contig_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6734729Z test_non_contig_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6734923Z test_non_contig_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6735120Z test_non_contig_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6735307Z test_non_contig_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6735498Z test_non_contig_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6735687Z test_non_contig_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6735873Z test_non_contig_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6736127Z test_non_contig_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6736330Z test_non_contig_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6736516Z test_non_contig_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6736723Z test_non_contig_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.6736939Z test_non_contig_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6737136Z test_non_contig_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6737341Z test_non_contig_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6737545Z test_non_contig_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6737746Z test_non_contig_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6737948Z test_non_contig_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6738146Z test_non_contig_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6738451Z test_non_contig_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6738677Z test_non_contig_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6738890Z test_non_contig_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6739198Z test_non_contig_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6739552Z test_non_contig_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6739768Z test_non_contig_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6739980Z test_non_contig_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6740182Z test_non_contig_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6740383Z test_non_contig_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6740691Z test_non_contig_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6740903Z test_non_contig_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6741139Z test_non_contig_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6741339Z test_non_contig_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6741539Z test_non_contig_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6741732Z test_non_contig_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6741931Z test_non_contig_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6742132Z test_non_contig_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6742344Z test_non_contig_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6742558Z test_non_contig_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6742763Z test_non_contig_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6742964Z test_non_contig_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6743162Z test_non_contig_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6743431Z test_non_contig_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6743645Z test_non_contig_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6743847Z test_non_contig_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6744057Z test_non_contig_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6744270Z test_non_contig_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6744472Z test_non_contig_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6744670Z test_non_contig_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6744869Z test_non_contig_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6745075Z test_non_contig_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6745373Z test_non_contig_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6745593Z test_non_contig_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6745796Z test_non_contig_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6746071Z test_non_contig_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6746444Z test_non_contig_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6746654Z test_non_contig_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6746858Z test_non_contig_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6747060Z test_non_contig_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6747268Z test_non_contig_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6747472Z test_non_contig_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6747671Z test_non_contig_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6747873Z test_non_contig_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6748176Z test_non_contig_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6748384Z test_non_contig_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6748587Z test_non_contig_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6748791Z test_non_contig_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6748996Z test_non_contig_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6749197Z test_non_contig_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6749396Z test_non_contig_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6749604Z test_non_contig_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6749808Z test_non_contig_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6750005Z test_non_contig_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6750188Z test_non_contig_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6750391Z test_non_contig_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6750590Z test_non_contig_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6750862Z test_non_contig_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6751081Z test_non_contig_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6751284Z test_non_contig_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6751483Z test_non_contig_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6751683Z test_non_contig_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6751882Z test_non_contig_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6752171Z test_non_contig_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6752383Z test_non_contig_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6752581Z test_non_contig_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6752783Z test_non_contig_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6753198Z test_non_contig_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6753407Z test_non_contig_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6753610Z test_non_contig_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6753815Z test_non_contig_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6754017Z test_non_contig_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6754216Z test_non_contig_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6754398Z test_non_contig_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6754599Z test_non_contig_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6754795Z test_non_contig_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6754992Z test_non_contig_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6755202Z test_non_contig_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6755510Z test_non_contig_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6755723Z test_non_contig_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6755930Z test_non_contig_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6756135Z test_non_contig_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6756334Z test_non_contig_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6756542Z test_non_contig_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6756741Z test_non_contig_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6756965Z test_non_contig_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6757197Z test_non_contig_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6757427Z test_non_contig_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6757652Z test_non_contig_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6757876Z test_non_contig_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6758097Z test_non_contig_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.6758387Z test_non_contig_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6758624Z test_non_contig_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6758932Z test_non_contig_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6759160Z test_non_contig_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6759387Z test_non_contig_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6759712Z test_non_contig_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6760057Z test_non_contig_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6760294Z test_non_contig_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6760518Z test_non_contig_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6760740Z test_non_contig_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6760962Z test_non_contig_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6761191Z test_non_contig_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6761414Z test_non_contig_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6761632Z test_non_contig_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6761849Z test_non_contig_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6762073Z test_non_contig_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.6762294Z test_non_contig_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6762515Z test_non_contig_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6762836Z test_non_contig_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6763060Z test_non_contig_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6763287Z test_non_contig_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6763504Z test_non_contig_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6763728Z test_non_contig_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6763950Z test_non_contig_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6764170Z test_non_contig_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6764372Z test_non_contig_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6764585Z test_non_contig_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6764791Z test_non_contig_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6764998Z test_non_contig_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6765202Z test_non_contig_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6765401Z test_non_contig_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6765772Z test_non_contig_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6766001Z test_non_contig_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6766203Z test_non_contig_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6766519Z test_non_contig_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6766844Z test_non_contig_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6767053Z test_non_contig_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6767259Z test_non_contig_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6767470Z test_non_contig_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6767678Z test_non_contig_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6767882Z test_non_contig_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6768084Z test_non_contig_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6768282Z test_non_contig_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6768485Z test_non_contig_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6768734Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6768969Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6769208Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6769444Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6769688Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6769922Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6770250Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6770490Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6770724Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6770960Z test_non_contig_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6771203Z test_non_contig_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6771442Z test_non_contig_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6771676Z test_non_contig_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6771908Z test_non_contig_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6772135Z test_non_contig_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6772428Z test_non_contig_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6772689Z test_non_contig_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6772988Z test_non_contig_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6773390Z test_non_contig_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6773711Z test_non_contig_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6773950Z test_non_contig_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6774187Z test_non_contig_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6774413Z test_non_contig_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6774646Z test_non_contig_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T01:58:36.6774870Z test_non_contig_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6775083Z test_non_contig_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6775314Z test_non_contig_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6775543Z test_non_contig_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6775770Z test_non_contig_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6775995Z test_non_contig_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6776219Z test_non_contig_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6776446Z test_non_contig_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6776671Z test_non_contig_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6776869Z test_non_contig_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6777057Z test_non_contig_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6777259Z test_non_contig_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6777554Z test_non_contig_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6777748Z test_non_contig_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6777943Z test_non_contig_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6778129Z test_non_contig_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6778313Z test_non_contig_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6778507Z test_non_contig_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6778697Z test_non_contig_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6778885Z test_non_contig_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6779069Z test_non_contig_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6779345Z test_non_contig_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.6779559Z test_non_contig_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6779753Z test_non_contig_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6780073Z test_non_contig_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6780388Z test_non_contig_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6780669Z test_non_contig_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6780875Z test_non_contig_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6781060Z test_non_contig_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6781252Z test_non_contig_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6781443Z test_non_contig_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6781626Z test_non_contig_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6781814Z test_non_contig_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6782005Z test_non_contig_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6782194Z test_non_contig_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6782382Z test_non_contig_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6782584Z test_non_contig_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6782781Z test_non_contig_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6782975Z test_non_contig_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6783154Z test_non_contig_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6783345Z test_non_contig_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6783533Z test_non_contig_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6783721Z test_non_contig_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6783908Z test_non_contig_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6784099Z test_non_contig_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6784287Z test_non_contig_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6784471Z test_non_contig_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6784664Z test_non_contig_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6784847Z test_non_contig_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6785132Z test_non_contig_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6785331Z test_non_contig_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6785523Z test_non_contig_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6785717Z test_non_contig_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6785969Z test_non_contig_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6786188Z test_non_contig_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6786381Z test_non_contig_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6786570Z test_non_contig_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6786895Z test_non_contig_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6787153Z test_non_contig_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6787342Z test_non_contig_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6787539Z test_non_contig_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.6787735Z test_non_contig_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6787924Z test_non_contig_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6788189Z test_non_contig_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6788396Z test_non_contig_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6788586Z test_non_contig_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6788774Z test_non_contig_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6788966Z test_non_contig_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6789153Z test_non_contig_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6789337Z test_nonzero_empty_cuda (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6789541Z test_op_invert_cuda (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T01:58:36.6789725Z test_polygamma_neg_cuda (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6789957Z test_reference_numerics_extremal_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6790189Z test_reference_numerics_extremal_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6790415Z test_reference_numerics_extremal_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6790637Z test_reference_numerics_extremal_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.6790838Z test_reference_numerics_extremal_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6791048Z test_reference_numerics_extremal_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6791269Z test_reference_numerics_extremal_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.6791521Z test_reference_numerics_extremal_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.6791751Z test_reference_numerics_extremal_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.6791969Z test_reference_numerics_extremal_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6792184Z test_reference_numerics_extremal_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6792476Z test_reference_numerics_extremal_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6792779Z test_reference_numerics_extremal_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6793046Z test_reference_numerics_extremal_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:58:36.6793275Z test_reference_numerics_extremal_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6793589Z test_reference_numerics_extremal_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6793961Z test_reference_numerics_extremal_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6794193Z test_reference_numerics_extremal_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.6794427Z test_reference_numerics_extremal_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6794667Z test_reference_numerics_extremal_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6794896Z test_reference_numerics_extremal_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6795119Z test_reference_numerics_extremal_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6795336Z test_reference_numerics_extremal_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6795667Z test_reference_numerics_extremal_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:58:36.6795914Z test_reference_numerics_extremal_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6796138Z test_reference_numerics_extremal_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.6796339Z test_reference_numerics_extremal_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6796553Z test_reference_numerics_extremal_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6796776Z test_reference_numerics_extremal_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6797030Z test_reference_numerics_extremal_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.6797260Z test_reference_numerics_extremal_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.6797490Z test_reference_numerics_extremal_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6797709Z test_reference_numerics_extremal_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6797920Z test_reference_numerics_extremal_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6798137Z test_reference_numerics_extremal_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6798387Z test_reference_numerics_extremal_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:58:36.6798634Z test_reference_numerics_extremal_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:58:36.6798854Z test_reference_numerics_extremal_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.6799072Z test_reference_numerics_extremal_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6799284Z test_reference_numerics_extremal_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.6799508Z test_reference_numerics_extremal_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6799854Z test_reference_numerics_extremal_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.6800622Z test_reference_numerics_extremal_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.6801073Z test_reference_numerics_extremal_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6801312Z test_reference_numerics_extremal_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6801525Z test_reference_numerics_extremal_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6801745Z test_reference_numerics_extremal_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6801964Z test_reference_numerics_extremal_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6802161Z test_reference_numerics_extremal_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6802371Z test_reference_numerics_extremal_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T01:58:36.6802593Z test_reference_numerics_extremal_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6802824Z test_reference_numerics_extremal_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6803051Z test_reference_numerics_extremal_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6803273Z test_reference_numerics_extremal_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6803577Z test_reference_numerics_extremal_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6803804Z test_reference_numerics_extremal_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6804046Z test_reference_numerics_extremal_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6804298Z test_reference_numerics_extremal_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6804545Z test_reference_numerics_extremal_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.6804787Z test_reference_numerics_extremal_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6805026Z test_reference_numerics_extremal_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6805260Z test_reference_numerics_extremal_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6805486Z test_reference_numerics_extremal_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6805735Z test_reference_numerics_extremal_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.6805986Z test_reference_numerics_extremal_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.6806212Z test_reference_numerics_extremal_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6806428Z test_reference_numerics_extremal_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6806638Z test_reference_numerics_extremal_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6806952Z test_reference_numerics_extremal_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6807213Z test_reference_numerics_extremal_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.010s) 2022-11-23T01:58:36.6807443Z test_reference_numerics_extremal_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.6807666Z test_reference_numerics_extremal_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6808155Z test_reference_numerics_extremal_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6808382Z test_reference_numerics_extremal_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6808615Z test_reference_numerics_extremal_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6808844Z test_reference_numerics_extremal_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6809077Z test_reference_numerics_extremal_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6809310Z test_reference_numerics_extremal_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6809537Z test_reference_numerics_extremal_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T01:58:36.6809761Z test_reference_numerics_extremal_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.6809990Z test_reference_numerics_extremal_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.6810210Z test_reference_numerics_extremal_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6810430Z test_reference_numerics_extremal_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6810644Z test_reference_numerics_extremal_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6810933Z test_reference_numerics_extremal_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6811178Z test_reference_numerics_extremal_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6811397Z test_reference_numerics_extremal_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6811609Z test_reference_numerics_extremal_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6811853Z test_reference_numerics_extremal_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6812082Z test_reference_numerics_extremal_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6812304Z test_reference_numerics_extremal_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6812522Z test_reference_numerics_extremal_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6812736Z test_reference_numerics_extremal_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6812960Z test_reference_numerics_extremal_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6813175Z test_reference_numerics_extremal_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6813389Z test_reference_numerics_extremal_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6813639Z test_reference_numerics_extremal_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.6813965Z test_reference_numerics_extremal_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6814203Z test_reference_numerics_extremal_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.6814428Z test_reference_numerics_extremal_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6814866Z test_reference_numerics_extremal_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6815109Z test_reference_numerics_extremal_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6815333Z test_reference_numerics_extremal_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.6815650Z test_reference_numerics_extremal_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.6815865Z test_reference_numerics_extremal_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6816078Z test_reference_numerics_extremal_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6816293Z test_reference_numerics_extremal_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6816522Z test_reference_numerics_extremal_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6816789Z test_reference_numerics_extremal_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6817018Z test_reference_numerics_extremal_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6817232Z test_reference_numerics_extremal_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6817446Z test_reference_numerics_extremal_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6817669Z test_reference_numerics_extremal_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T01:58:36.6817893Z test_reference_numerics_extremal_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6818094Z test_reference_numerics_extremal_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6818309Z test_reference_numerics_extremal_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6818632Z test_reference_numerics_extremal_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.6818897Z test_reference_numerics_extremal_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.6819143Z test_reference_numerics_extremal_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.6819392Z test_reference_numerics_extremal_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.6819637Z test_reference_numerics_extremal_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.6819882Z test_reference_numerics_extremal_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.6820129Z test_reference_numerics_extremal_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.6820355Z test_reference_numerics_extremal_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.6820664Z test_reference_numerics_extremal_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.6820897Z test_reference_numerics_extremal_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.6821119Z test_reference_numerics_extremal_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.6821415Z test_reference_numerics_extremal_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6821804Z test_reference_numerics_extremal_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6822045Z test_reference_numerics_extremal_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6822286Z test_reference_numerics_extremal_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6822526Z test_reference_numerics_extremal_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6822755Z test_reference_numerics_extremal_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6822984Z test_reference_numerics_extremal_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6823314Z test_reference_numerics_extremal_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6823540Z test_reference_numerics_extremal_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6823754Z test_reference_numerics_extremal_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6823984Z test_reference_numerics_extremal_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6824212Z test_reference_numerics_extremal_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6824435Z test_reference_numerics_extremal_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6824649Z test_reference_numerics_extremal_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6824873Z test_reference_numerics_extremal_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6825110Z test_reference_numerics_extremal_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6825342Z test_reference_numerics_extremal_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6825568Z test_reference_numerics_extremal_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6825788Z test_reference_numerics_extremal_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6826068Z test_reference_numerics_extremal_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6826317Z test_reference_numerics_extremal_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6826545Z test_reference_numerics_extremal_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6826777Z test_reference_numerics_extremal_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6827007Z test_reference_numerics_extremal_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6827237Z test_reference_numerics_extremal_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6827556Z test_reference_numerics_extremal_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6827792Z test_reference_numerics_extremal_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6828021Z test_reference_numerics_extremal_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6828466Z test_reference_numerics_extremal_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6828712Z test_reference_numerics_extremal_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6828943Z test_reference_numerics_extremal_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6829152Z test_reference_numerics_extremal_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6829372Z test_reference_numerics_extremal_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6829587Z test_reference_numerics_extremal_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6829835Z test_reference_numerics_extremal_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6830087Z test_reference_numerics_extremal_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6830336Z test_reference_numerics_extremal_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6830582Z test_reference_numerics_extremal_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6830919Z test_reference_numerics_extremal_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6831163Z test_reference_numerics_extremal_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6831392Z test_reference_numerics_extremal_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6831642Z test_reference_numerics_extremal_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.6831896Z test_reference_numerics_extremal_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.6832123Z test_reference_numerics_extremal_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6832352Z test_reference_numerics_extremal_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6832583Z test_reference_numerics_extremal_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6832806Z test_reference_numerics_extremal_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6833026Z test_reference_numerics_extremal_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6833238Z test_reference_numerics_extremal_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6833526Z test_reference_numerics_extremal_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6833758Z test_reference_numerics_extremal_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6833973Z test_reference_numerics_extremal_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T01:58:36.6834277Z test_reference_numerics_extremal_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6834502Z test_reference_numerics_extremal_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6834734Z test_reference_numerics_extremal_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.6835190Z test_reference_numerics_extremal_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.6835433Z test_reference_numerics_extremal_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6835652Z test_reference_numerics_extremal_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6835866Z test_reference_numerics_extremal_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6836080Z test_reference_numerics_extremal_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6836313Z test_reference_numerics_extremal_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6836542Z test_reference_numerics_extremal_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6836761Z test_reference_numerics_extremal_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6836973Z test_reference_numerics_extremal_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6837180Z test_reference_numerics_extremal_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6837419Z test_reference_numerics_extremal_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6837662Z test_reference_numerics_extremal_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6837901Z test_reference_numerics_extremal_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6838234Z test_reference_numerics_extremal_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6838466Z test_reference_numerics_extremal_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6838694Z test_reference_numerics_extremal_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6838920Z test_reference_numerics_extremal_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6839146Z test_reference_numerics_extremal_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6839363Z test_reference_numerics_extremal_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6839576Z test_reference_numerics_extremal_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6839878Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.013s) 2022-11-23T01:58:36.6840148Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.002s) 2022-11-23T01:58:36.6840390Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.002s) 2022-11-23T01:58:36.6840642Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.002s) 2022-11-23T01:58:36.6841392Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.002s) 2022-11-23T01:58:36.6841787Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.002s) 2022-11-23T01:58:36.6842216Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.002s) 2022-11-23T01:58:36.6842487Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.002s) 2022-11-23T01:58:36.6842737Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.002s) 2022-11-23T01:58:36.6842967Z test_reference_numerics_extremal_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6843201Z test_reference_numerics_extremal_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6843440Z test_reference_numerics_extremal_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6843669Z test_reference_numerics_extremal_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.6843895Z test_reference_numerics_extremal_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6844127Z test_reference_numerics_extremal_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6844356Z test_reference_numerics_extremal_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6844578Z test_reference_numerics_extremal_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6844792Z test_reference_numerics_extremal_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6845005Z test_reference_numerics_extremal_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.6845253Z test_reference_numerics_extremal_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6845498Z test_reference_numerics_extremal_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6845742Z test_reference_numerics_extremal_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6846093Z test_reference_numerics_extremal_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6846337Z test_reference_numerics_extremal_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6846579Z test_reference_numerics_extremal_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6846824Z test_reference_numerics_extremal_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6847072Z test_reference_numerics_extremal_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6847318Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.6847580Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6847934Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6848202Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6848570Z test_reference_numerics_extremal_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6849182Z test_reference_numerics_extremal_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6849466Z test_reference_numerics_extremal_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6849721Z test_reference_numerics_extremal_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6849969Z test_reference_numerics_extremal_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6850216Z test_reference_numerics_extremal_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6850459Z test_reference_numerics_extremal_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6850701Z test_reference_numerics_extremal_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6850953Z test_reference_numerics_extremal_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6851194Z test_reference_numerics_extremal_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6851430Z test_reference_numerics_extremal_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6851665Z test_reference_numerics_extremal_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6851910Z test_reference_numerics_extremal_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6852150Z test_reference_numerics_extremal_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6852389Z test_reference_numerics_extremal_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6852635Z test_reference_numerics_extremal_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6852877Z test_reference_numerics_extremal_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6853114Z test_reference_numerics_extremal_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6853351Z test_reference_numerics_extremal_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6853686Z test_reference_numerics_extremal_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6853924Z test_reference_numerics_extremal_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6854160Z test_reference_numerics_extremal_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6854381Z test_reference_numerics_extremal_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6854639Z test_reference_numerics_extremal_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6854980Z test_reference_numerics_extremal_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6855229Z test_reference_numerics_extremal_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6855594Z test_reference_numerics_extremal_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6856011Z test_reference_numerics_extremal_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6856440Z test_reference_numerics_extremal_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6856712Z test_reference_numerics_extremal_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6857052Z test_reference_numerics_extremal_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6857311Z test_reference_numerics_extremal_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6857548Z test_reference_numerics_extremal_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6857808Z test_reference_numerics_extremal_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6858069Z test_reference_numerics_extremal_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6858331Z test_reference_numerics_extremal_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6858588Z test_reference_numerics_extremal_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6858844Z test_reference_numerics_extremal_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.6859098Z test_reference_numerics_extremal_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6859351Z test_reference_numerics_extremal_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6859607Z test_reference_numerics_extremal_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6859860Z test_reference_numerics_extremal_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6860114Z test_reference_numerics_extremal_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6860370Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.6860618Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.6860867Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6861227Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:58:36.6861493Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:58:36.6861752Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:58:36.6862103Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:58:36.6862357Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:58:36.6862608Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:58:36.6863088Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:58:36.6863361Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.010s) 2022-11-23T01:58:36.6863614Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:58:36.6863867Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:58:36.6864200Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:58:36.6864470Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:58:36.6864709Z test_reference_numerics_extremal_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6864955Z test_reference_numerics_extremal_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6865195Z test_reference_numerics_extremal_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6865427Z test_reference_numerics_extremal_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.6865659Z test_reference_numerics_extremal_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6865891Z test_reference_numerics_extremal_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6866146Z test_reference_numerics_extremal_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.6866377Z test_reference_numerics_extremal_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6866605Z test_reference_numerics_extremal_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6866839Z test_reference_numerics_extremal_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6867068Z test_reference_numerics_extremal_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6867297Z test_reference_numerics_extremal_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6867527Z test_reference_numerics_extremal_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6867755Z test_reference_numerics_extremal_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6867969Z test_reference_numerics_extremal_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.6868182Z test_reference_numerics_extremal_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6868442Z test_reference_numerics_extremal_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.6868860Z test_reference_numerics_extremal_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.6869133Z test_reference_numerics_extremal_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.6869372Z test_reference_numerics_extremal_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6869834Z test_reference_numerics_extremal_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6870103Z test_reference_numerics_extremal_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6870332Z test_reference_numerics_extremal_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6870561Z test_reference_numerics_extremal_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6870788Z test_reference_numerics_extremal_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6871002Z test_reference_numerics_extremal_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6871244Z test_reference_numerics_extremal_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6871489Z test_reference_numerics_extremal_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6871809Z test_reference_numerics_extremal_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6872066Z test_reference_numerics_extremal_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6872304Z test_reference_numerics_extremal_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6872542Z test_reference_numerics_extremal_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6872778Z test_reference_numerics_extremal_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6873013Z test_reference_numerics_extremal_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6873261Z test_reference_numerics_extremal_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6873511Z test_reference_numerics_extremal_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6873747Z test_reference_numerics_extremal_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6873978Z test_reference_numerics_extremal_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6874208Z test_reference_numerics_extremal_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6874451Z test_reference_numerics_extremal_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.6874702Z test_reference_numerics_extremal_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.6874911Z test_reference_numerics_extremal_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6875133Z test_reference_numerics_extremal_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6875347Z test_reference_numerics_extremal_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6875681Z test_reference_numerics_extremal_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.6875926Z test_reference_numerics_extremal_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6876320Z test_reference_numerics_extremal_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6876729Z test_reference_numerics_extremal_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.6876983Z test_reference_numerics_extremal_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.6877223Z test_reference_numerics_extremal_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.6877458Z test_reference_numerics_extremal_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6877712Z test_reference_numerics_extremal_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:58:36.6877966Z test_reference_numerics_extremal_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:58:36.6878198Z test_reference_numerics_extremal_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6878431Z test_reference_numerics_extremal_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6878661Z test_reference_numerics_extremal_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6878911Z test_reference_numerics_extremal_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:58:36.6879235Z test_reference_numerics_extremal_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:58:36.6879497Z test_reference_numerics_extremal_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.010s) 2022-11-23T01:58:36.6879738Z test_reference_numerics_extremal_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.6879971Z test_reference_numerics_extremal_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6880202Z test_reference_numerics_extremal_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6880429Z test_reference_numerics_extremal_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6880657Z test_reference_numerics_extremal_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6880864Z test_reference_numerics_extremal_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6881097Z test_reference_numerics_extremal_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6881324Z test_reference_numerics_extremal_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6881546Z test_reference_numerics_extremal_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6881863Z test_reference_numerics_extremal_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6882082Z test_reference_numerics_extremal_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6882360Z test_reference_numerics_extremal_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6882616Z test_reference_numerics_extremal_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6882842Z test_reference_numerics_extremal_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6883127Z test_reference_numerics_extremal_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6883497Z test_reference_numerics_extremal_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6883719Z test_reference_numerics_extremal_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6884035Z test_reference_numerics_extremal_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6884264Z test_reference_numerics_extremal_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T01:58:36.6884492Z test_reference_numerics_extremal_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6884712Z test_reference_numerics_extremal_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6884931Z test_reference_numerics_extremal_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6885142Z test_reference_numerics_extremal_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6885384Z test_reference_numerics_extremal_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6885626Z test_reference_numerics_extremal_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6885874Z test_reference_numerics_extremal_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T01:58:36.6886124Z test_reference_numerics_extremal_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6886349Z test_reference_numerics_extremal_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6886591Z test_reference_numerics_extremal_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6886902Z test_reference_numerics_extremal_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6887162Z test_reference_numerics_extremal_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6887400Z test_reference_numerics_extremal_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6887645Z test_reference_numerics_extremal_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6887884Z test_reference_numerics_extremal_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.6888123Z test_reference_numerics_extremal_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6888360Z test_reference_numerics_extremal_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6888590Z test_reference_numerics_extremal_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6888832Z test_reference_numerics_extremal_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6889133Z test_reference_numerics_extremal_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6889401Z test_reference_numerics_extremal_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T01:58:36.6889636Z test_reference_numerics_extremal_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6889972Z test_reference_numerics_extremal_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6890359Z test_reference_numerics_extremal_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6890605Z test_reference_numerics_extremal_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6890840Z test_reference_numerics_extremal_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6891066Z test_reference_numerics_extremal_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6891294Z test_reference_numerics_extremal_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6891634Z test_reference_numerics_extremal_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6891878Z test_reference_numerics_extremal_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6892134Z test_reference_numerics_extremal_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.6892377Z test_reference_numerics_extremal_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6892635Z test_reference_numerics_extremal_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6892893Z test_reference_numerics_extremal_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6893144Z test_reference_numerics_extremal_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6893397Z test_reference_numerics_extremal_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6893648Z test_reference_numerics_extremal_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6893899Z test_reference_numerics_extremal_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6894208Z test_reference_numerics_extremal_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6894458Z test_reference_numerics_extremal_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6894695Z test_reference_numerics_extremal_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.6894922Z test_reference_numerics_extremal_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6895160Z test_reference_numerics_extremal_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6895395Z test_reference_numerics_extremal_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6895675Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6896058Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.6896346Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.6896680Z test_reference_numerics_extremal_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6897115Z test_reference_numerics_extremal_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6897395Z test_reference_numerics_extremal_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6897663Z test_reference_numerics_extremal_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6897924Z test_reference_numerics_extremal_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6898260Z test_reference_numerics_extremal_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6898502Z test_reference_numerics_extremal_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6898733Z test_reference_numerics_extremal_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T01:58:36.6899056Z test_reference_numerics_extremal_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6899283Z test_reference_numerics_extremal_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6899500Z test_reference_numerics_extremal_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6899699Z test_reference_numerics_extremal_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6899926Z test_reference_numerics_extremal_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6900185Z test_reference_numerics_extremal_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.6900438Z test_reference_numerics_extremal_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.6900666Z test_reference_numerics_extremal_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6900895Z test_reference_numerics_extremal_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6901111Z test_reference_numerics_extremal_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6901336Z test_reference_numerics_extremal_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6901683Z test_reference_numerics_extremal_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6902020Z test_reference_numerics_extremal_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6902251Z test_reference_numerics_extremal_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T01:58:36.6902465Z test_reference_numerics_extremal_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6902759Z test_reference_numerics_extremal_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6902997Z test_reference_numerics_extremal_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6903229Z test_reference_numerics_extremal_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6903571Z test_reference_numerics_extremal_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6903903Z test_reference_numerics_extremal_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6904129Z test_reference_numerics_extremal_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6904339Z test_reference_numerics_extremal_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6904561Z test_reference_numerics_extremal_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6904784Z test_reference_numerics_extremal_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6905003Z test_reference_numerics_extremal_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6905200Z test_reference_numerics_extremal_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6905416Z test_reference_numerics_large_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6905705Z test_reference_numerics_large_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.6905935Z test_reference_numerics_large_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.6906156Z test_reference_numerics_large_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6906379Z test_reference_numerics_large_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6906693Z test_reference_numerics_large_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6906910Z test_reference_numerics_large_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6907125Z test_reference_numerics_large_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6907337Z test_reference_numerics_large_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6907547Z test_reference_numerics_large_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6907757Z test_reference_numerics_large_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6908046Z test_reference_numerics_large_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.6908332Z test_reference_numerics_large_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.6908554Z test_reference_numerics_large_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6908841Z test_reference_numerics_large_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.6909089Z test_reference_numerics_large_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.6909380Z test_reference_numerics_large_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.6909699Z test_reference_numerics_large_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6909923Z test_reference_numerics_large_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6910144Z test_reference_numerics_large_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6910448Z test_reference_numerics_large_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6910806Z test_reference_numerics_large_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6911012Z test_reference_numerics_large_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6911226Z test_reference_numerics_large_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6911517Z test_reference_numerics_large_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.6911803Z test_reference_numerics_large_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.6912027Z test_reference_numerics_large_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6912311Z test_reference_numerics_large_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.010s) 2022-11-23T01:58:36.6912564Z test_reference_numerics_large_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:58:36.6912793Z test_reference_numerics_large_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T01:58:36.6913015Z test_reference_numerics_large_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.6913237Z test_reference_numerics_large_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6913456Z test_reference_numerics_large_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6913678Z test_reference_numerics_large_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6913893Z test_reference_numerics_large_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6914211Z test_reference_numerics_large_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6914426Z test_reference_numerics_large_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6914718Z test_reference_numerics_large_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.6915006Z test_reference_numerics_large_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.6915288Z test_reference_numerics_large_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.6915518Z test_reference_numerics_large_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6915743Z test_reference_numerics_large_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.6915962Z test_reference_numerics_large_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6916181Z test_reference_numerics_large_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6916478Z test_reference_numerics_large_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6916712Z test_reference_numerics_large_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6916983Z test_reference_numerics_large_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6917362Z test_reference_numerics_large_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6917726Z test_reference_numerics_large_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.6918021Z test_reference_numerics_large_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.6918243Z test_reference_numerics_large_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6918533Z test_reference_numerics_large_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.6918786Z test_reference_numerics_large_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.6919014Z test_reference_numerics_large_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T01:58:36.6919233Z test_reference_numerics_large_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T01:58:36.6919450Z test_reference_numerics_large_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6919673Z test_reference_numerics_large_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6919891Z test_reference_numerics_large_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6920106Z test_reference_numerics_large_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6920320Z test_reference_numerics_large_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6920532Z test_reference_numerics_large_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6920821Z test_reference_numerics_large_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.6921104Z test_reference_numerics_large_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.6921327Z test_reference_numerics_large_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6922160Z test_reference_numerics_large_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.003s) 2022-11-23T01:58:36.6922410Z test_reference_numerics_large_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:58:36.6922638Z test_reference_numerics_large_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T01:58:36.6922855Z test_reference_numerics_large_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6923077Z test_reference_numerics_large_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6923411Z test_reference_numerics_large_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6923623Z test_reference_numerics_large_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6923843Z test_reference_numerics_large_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6924270Z test_reference_numerics_large_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6924508Z test_reference_numerics_large_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6924792Z test_reference_numerics_large_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.6925170Z test_reference_numerics_large_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.6925406Z test_reference_numerics_large_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6925695Z test_reference_numerics_large_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.6925948Z test_reference_numerics_large_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2022-11-23T01:58:36.6926174Z test_reference_numerics_large_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T01:58:36.6926417Z test_reference_numerics_large_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.6926637Z test_reference_numerics_large_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6926859Z test_reference_numerics_large_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6927079Z test_reference_numerics_large_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6927292Z test_reference_numerics_large_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6927506Z test_reference_numerics_large_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6927724Z test_reference_numerics_large_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6928009Z test_reference_numerics_large_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.003s) 2022-11-23T01:58:36.6928292Z test_reference_numerics_large_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.6928521Z test_reference_numerics_large_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6928800Z test_reference_numerics_large_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.6929030Z test_reference_numerics_large_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6929256Z test_reference_numerics_large_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T01:58:36.6929588Z test_reference_numerics_large_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.6929791Z test_reference_numerics_large_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6930110Z test_reference_numerics_large_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6930337Z test_reference_numerics_large_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6930557Z test_reference_numerics_large_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6930883Z test_reference_numerics_large_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6931211Z test_reference_numerics_large_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6931506Z test_reference_numerics_large_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.6931800Z test_reference_numerics_large_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.003s) 2022-11-23T01:58:36.6932096Z test_reference_numerics_large_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.6932324Z test_reference_numerics_large_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6932618Z test_reference_numerics_large_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6932846Z test_reference_numerics_large_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6933140Z test_reference_numerics_large_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.6933442Z test_reference_numerics_large_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.6933662Z test_reference_numerics_large_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6933880Z test_reference_numerics_large_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6934099Z test_reference_numerics_large_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6934322Z test_reference_numerics_large_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6934534Z test_reference_numerics_large_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6934747Z test_reference_numerics_large_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6934963Z test_reference_numerics_large_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6935248Z test_reference_numerics_large_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.6935532Z test_reference_numerics_large_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.6935753Z test_reference_numerics_large_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6936040Z test_reference_numerics_large_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.6936250Z test_reference_numerics_large_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6936473Z test_reference_numerics_large_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6936862Z test_reference_numerics_large_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6937092Z test_reference_numerics_large_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6937309Z test_reference_numerics_large_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6937594Z test_reference_numerics_large_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6937960Z test_reference_numerics_large_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6938190Z test_reference_numerics_large_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6938400Z test_reference_numerics_large_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6938687Z test_reference_numerics_large_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.6938973Z test_reference_numerics_large_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.6939210Z test_reference_numerics_large_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6939508Z test_reference_numerics_large_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.6939823Z test_reference_numerics_large_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6940079Z test_reference_numerics_large_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6940344Z test_reference_numerics_large_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6940582Z test_reference_numerics_large_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6940823Z test_reference_numerics_large_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6941055Z test_reference_numerics_large_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6941288Z test_reference_numerics_large_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6941518Z test_reference_numerics_large_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6941752Z test_reference_numerics_large_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.6942049Z test_reference_numerics_large_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.6942348Z test_reference_numerics_large_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.6942571Z test_reference_numerics_large_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6942839Z test_reference_numerics_large_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.6943083Z test_reference_numerics_large_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.6943333Z test_reference_numerics_large_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.010s) 2022-11-23T01:58:36.6943557Z test_reference_numerics_large_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.6943857Z test_reference_numerics_large_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6944081Z test_reference_numerics_large_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6944496Z test_reference_numerics_large_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6944849Z test_reference_numerics_large_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6945070Z test_reference_numerics_large_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6945276Z test_reference_numerics_large_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6945565Z test_reference_numerics_large_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.6945852Z test_reference_numerics_large_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.6946075Z test_reference_numerics_large_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6946362Z test_reference_numerics_large_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.6946608Z test_reference_numerics_large_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.6946857Z test_reference_numerics_large_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.009s) 2022-11-23T01:58:36.6947100Z test_reference_numerics_large_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.6947398Z test_reference_numerics_large_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6947633Z test_reference_numerics_large_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6947852Z test_reference_numerics_large_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6948069Z test_reference_numerics_large_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6948289Z test_reference_numerics_large_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.6948500Z test_reference_numerics_large_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6948784Z test_reference_numerics_large_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.6949057Z test_reference_numerics_large_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.6949307Z test_reference_numerics_large_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.6949597Z test_reference_numerics_large_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.6949824Z test_reference_numerics_large_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6950039Z test_reference_numerics_large_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6950249Z test_reference_numerics_large_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6950470Z test_reference_numerics_large_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6950690Z test_reference_numerics_large_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6950910Z test_reference_numerics_large_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6951200Z test_reference_numerics_large_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.6951486Z test_reference_numerics_large_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.6951860Z test_reference_numerics_large_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.6952084Z test_reference_numerics_large_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6952300Z test_reference_numerics_large_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6952513Z test_reference_numerics_large_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6952731Z test_reference_numerics_large_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6952953Z test_reference_numerics_large_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6953173Z test_reference_numerics_large_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6953469Z test_reference_numerics_large_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.003s) 2022-11-23T01:58:36.6953759Z test_reference_numerics_large_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.6953979Z test_reference_numerics_large_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6954327Z test_reference_numerics_large_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.007s) 2022-11-23T01:58:36.6954561Z test_reference_numerics_large_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6954778Z test_reference_numerics_large_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6954993Z test_reference_numerics_large_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6955196Z test_reference_numerics_large_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6955508Z test_reference_numerics_large_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.6955722Z test_reference_numerics_large_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6956004Z test_reference_numerics_large_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.6956516Z test_reference_numerics_large_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.6956755Z test_reference_numerics_large_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6957041Z test_reference_numerics_large_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.6957265Z test_reference_numerics_large_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6957486Z test_reference_numerics_large_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6957707Z test_reference_numerics_large_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6957921Z test_reference_numerics_large_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6958136Z test_reference_numerics_large_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6958348Z test_reference_numerics_large_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6958632Z test_reference_numerics_large_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.6958914Z test_reference_numerics_large_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.6959298Z test_reference_numerics_large_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.6959522Z test_reference_numerics_large_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6959741Z test_reference_numerics_large_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6959955Z test_reference_numerics_large_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6960169Z test_reference_numerics_large_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6960388Z test_reference_numerics_large_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6960606Z test_reference_numerics_large_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6960898Z test_reference_numerics_large_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.6961183Z test_reference_numerics_large_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.6961403Z test_reference_numerics_large_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6962084Z test_reference_numerics_large_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.6962343Z test_reference_numerics_large_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6962563Z test_reference_numerics_large_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6962779Z test_reference_numerics_large_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6962997Z test_reference_numerics_large_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6963211Z test_reference_numerics_large_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6963426Z test_reference_numerics_large_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6963713Z test_reference_numerics_large_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.6964004Z test_reference_numerics_large_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.6964246Z test_reference_numerics_large_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.6964530Z test_reference_numerics_large_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.6964777Z test_reference_numerics_large_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.6965001Z test_reference_numerics_large_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.6965222Z test_reference_numerics_large_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.6965444Z test_reference_numerics_large_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6965664Z test_reference_numerics_large_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6965883Z test_reference_numerics_large_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6966101Z test_reference_numerics_large_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6966314Z test_reference_numerics_large_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6966617Z test_reference_numerics_large_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6966901Z test_reference_numerics_large_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.6967188Z test_reference_numerics_large_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.6967414Z test_reference_numerics_large_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6967700Z test_reference_numerics_large_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.6967916Z test_reference_numerics_large_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6968126Z test_reference_numerics_large_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.6968346Z test_reference_numerics_large_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6968563Z test_reference_numerics_large_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6968778Z test_reference_numerics_large_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6968993Z test_reference_numerics_large_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6969346Z test_reference_numerics_large_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.006s) 2022-11-23T01:58:36.6969648Z test_reference_numerics_large_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.6969870Z test_reference_numerics_large_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6970163Z test_reference_numerics_large_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.6970388Z test_reference_numerics_large_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6970613Z test_reference_numerics_large_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6970825Z test_reference_numerics_large_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6971046Z test_reference_numerics_large_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6971264Z test_reference_numerics_large_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6971485Z test_reference_numerics_large_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6971704Z test_reference_numerics_large_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6971916Z test_reference_numerics_large_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6972127Z test_reference_numerics_large_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6972506Z test_reference_numerics_large_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.6972804Z test_reference_numerics_large_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.6973141Z test_reference_numerics_large_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6973550Z test_reference_numerics_large_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6973879Z test_reference_numerics_large_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6974198Z test_reference_numerics_large_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6974416Z test_reference_numerics_large_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6974636Z test_reference_numerics_large_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6974854Z test_reference_numerics_large_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6975146Z test_reference_numerics_large_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.6975438Z test_reference_numerics_large_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.6975657Z test_reference_numerics_large_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6975880Z test_reference_numerics_large_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6976100Z test_reference_numerics_large_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6976318Z test_reference_numerics_large_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6976560Z test_reference_numerics_large_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.6976873Z test_reference_numerics_large_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.6977123Z test_reference_numerics_large_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.6977337Z test_reference_numerics_large_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6977624Z test_reference_numerics_large_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.6977843Z test_reference_numerics_large_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.6978055Z test_reference_numerics_large_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6978266Z test_reference_numerics_large_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6978475Z test_reference_numerics_large_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6978689Z test_reference_numerics_large_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6978892Z test_reference_numerics_large_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6979125Z test_reference_numerics_large_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.6979415Z test_reference_numerics_large_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.6979623Z test_reference_numerics_large_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6979844Z test_reference_numerics_large_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6980060Z test_reference_numerics_large_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6980290Z test_reference_numerics_large_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6980583Z test_reference_numerics_large_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.6980818Z test_reference_numerics_large_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6981130Z test_reference_numerics_large_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6981363Z test_reference_numerics_large_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6981589Z test_reference_numerics_large_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6981806Z test_reference_numerics_large_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6982016Z test_reference_numerics_large_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6982236Z test_reference_numerics_large_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6982448Z test_reference_numerics_large_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6982659Z test_reference_numerics_large_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6982949Z test_reference_numerics_large_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.6983242Z test_reference_numerics_large_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.6983462Z test_reference_numerics_large_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6983809Z test_reference_numerics_large_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.6984053Z test_reference_numerics_large_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6984275Z test_reference_numerics_large_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6984491Z test_reference_numerics_large_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.6984712Z test_reference_numerics_large_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6984931Z test_reference_numerics_large_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6985147Z test_reference_numerics_large_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6985349Z test_reference_numerics_large_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6985565Z test_reference_numerics_large_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6985781Z test_reference_numerics_large_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6986068Z test_reference_numerics_large_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.6986357Z test_reference_numerics_large_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.6986581Z test_reference_numerics_large_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6986864Z test_reference_numerics_large_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.6987089Z test_reference_numerics_large_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6987312Z test_reference_numerics_large_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.6987527Z test_reference_numerics_large_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6987746Z test_reference_numerics_large_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6987963Z test_reference_numerics_large_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6988257Z test_reference_numerics_large_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6988469Z test_reference_numerics_large_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.6988680Z test_reference_numerics_large_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6988964Z test_reference_numerics_large_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.6989250Z test_reference_numerics_large_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.003s) 2022-11-23T01:58:36.6989478Z test_reference_numerics_large_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6989769Z test_reference_numerics_large_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.006s) 2022-11-23T01:58:36.6989998Z test_reference_numerics_large_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6990217Z test_reference_numerics_large_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6990430Z test_reference_numerics_large_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6990652Z test_reference_numerics_large_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6990934Z test_reference_numerics_large_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6991144Z test_reference_numerics_large_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6991438Z test_reference_numerics_large_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.6991734Z test_reference_numerics_large_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.6991963Z test_reference_numerics_large_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6992257Z test_reference_numerics_large_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.6992484Z test_reference_numerics_large_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6992712Z test_reference_numerics_large_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6992930Z test_reference_numerics_large_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6993151Z test_reference_numerics_large_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.6993368Z test_reference_numerics_large_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6993576Z test_reference_numerics_large_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6993865Z test_reference_numerics_large_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.6994157Z test_reference_numerics_large_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.6994382Z test_reference_numerics_large_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6994669Z test_reference_numerics_large_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.6994896Z test_reference_numerics_large_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.6995204Z test_reference_numerics_large_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.6995422Z test_reference_numerics_large_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6995641Z test_reference_numerics_large_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.6995853Z test_reference_numerics_large_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6996065Z test_reference_numerics_large_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6996282Z test_reference_numerics_large_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6996502Z test_reference_numerics_large_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6996720Z test_reference_numerics_large_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.6997000Z test_reference_numerics_large_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.6997287Z test_reference_numerics_large_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.6997527Z test_reference_numerics_large_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.6997893Z test_reference_numerics_large_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.6998155Z test_reference_numerics_large_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.6998400Z test_reference_numerics_large_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.6998646Z test_reference_numerics_large_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.6998881Z test_reference_numerics_large_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6999115Z test_reference_numerics_large_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6999349Z test_reference_numerics_large_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6999585Z test_reference_numerics_large_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.6999815Z test_reference_numerics_large_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7000112Z test_reference_numerics_large_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7000415Z test_reference_numerics_large_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7000702Z test_reference_numerics_large_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.7000924Z test_reference_numerics_large_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7001166Z test_reference_numerics_large_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.7001414Z test_reference_numerics_large_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.7001635Z test_reference_numerics_large_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7001856Z test_reference_numerics_large_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7002151Z test_reference_numerics_large_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7002438Z test_reference_numerics_large_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.003s) 2022-11-23T01:58:36.7002721Z test_reference_numerics_large_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.7002944Z test_reference_numerics_large_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7003231Z test_reference_numerics_large_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.003s) 2022-11-23T01:58:36.7003457Z test_reference_numerics_large_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.7003677Z test_reference_numerics_large_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7003882Z test_reference_numerics_large_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.7004100Z test_reference_numerics_large_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7004318Z test_reference_numerics_large_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7004635Z test_reference_numerics_large_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.7004860Z test_reference_numerics_large_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7005197Z test_reference_numerics_large_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7005668Z test_reference_numerics_large_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.003s) 2022-11-23T01:58:36.7005959Z test_reference_numerics_large_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.7006189Z test_reference_numerics_large_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7006467Z test_reference_numerics_large_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.7006686Z test_reference_numerics_large_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7006910Z test_reference_numerics_large_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7007130Z test_reference_numerics_large_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7007345Z test_reference_numerics_large_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7007561Z test_reference_numerics_large_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7007781Z test_reference_numerics_large_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7008065Z test_reference_numerics_large_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.003s) 2022-11-23T01:58:36.7008348Z test_reference_numerics_large_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.003s) 2022-11-23T01:58:36.7008565Z test_reference_numerics_large_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7008853Z test_reference_numerics_large_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.7009081Z test_reference_numerics_large_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.7009302Z test_reference_numerics_large_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.7009615Z test_reference_numerics_large_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7009831Z test_reference_numerics_large_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7010032Z test_reference_numerics_large_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7010246Z test_reference_numerics_large_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7010462Z test_reference_numerics_large_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7010674Z test_reference_numerics_large_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7010961Z test_reference_numerics_large_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.7011251Z test_reference_numerics_large_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.7011478Z test_reference_numerics_large_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7011763Z test_reference_numerics_large_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.7011989Z test_reference_numerics_large_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.7012278Z test_reference_numerics_large_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.7012513Z test_reference_numerics_large_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.7012731Z test_reference_numerics_large_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7012948Z test_reference_numerics_large_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7013168Z test_reference_numerics_large_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.7013380Z test_reference_numerics_large_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7013592Z test_reference_numerics_large_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7013796Z test_reference_numerics_large_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7014078Z test_reference_numerics_large_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.7014363Z test_reference_numerics_large_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.7014597Z test_reference_numerics_large_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7014892Z test_reference_numerics_large_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.003s) 2022-11-23T01:58:36.7015132Z test_reference_numerics_large_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.7015367Z test_reference_numerics_large_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.7015597Z test_reference_numerics_large_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7015813Z test_reference_numerics_large_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.7016043Z test_reference_numerics_large_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7016268Z test_reference_numerics_large_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7016569Z test_reference_numerics_large_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7016787Z test_reference_numerics_large_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7017081Z test_reference_numerics_large_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.7017379Z test_reference_numerics_large_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.003s) 2022-11-23T01:58:36.7017602Z test_reference_numerics_large_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7017888Z test_reference_numerics_large_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.7018109Z test_reference_numerics_large_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7018332Z test_reference_numerics_large_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7018552Z test_reference_numerics_large_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7018769Z test_reference_numerics_large_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7018982Z test_reference_numerics_large_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7019262Z test_reference_numerics_large_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7019560Z test_reference_numerics_large_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.7019846Z test_reference_numerics_large_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.006s) 2022-11-23T01:58:36.7020114Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2022-11-23T01:58:36.7020360Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7020610Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7020852Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7021097Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7021337Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7021601Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.7021917Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7022179Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.7022421Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7022647Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7022887Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7023246Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7023508Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7023878Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.7024187Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7024448Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.7024695Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7024941Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7025177Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.7025413Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7025653Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7025910Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:58:36.7026216Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.7026516Z test_reference_numerics_large_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7026822Z test_reference_numerics_large_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.7027051Z test_reference_numerics_large_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7027282Z test_reference_numerics_large_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7027510Z test_reference_numerics_large_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.7027732Z test_reference_numerics_large_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7027945Z test_reference_numerics_large_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7028158Z test_reference_numerics_large_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7028442Z test_reference_numerics_large_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.7028735Z test_reference_numerics_large_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.7028959Z test_reference_numerics_large_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7029185Z test_reference_numerics_large_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7029389Z test_reference_numerics_large_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.7029610Z test_reference_numerics_large_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.7029828Z test_reference_numerics_large_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7030048Z test_reference_numerics_large_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7030263Z test_reference_numerics_large_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7030475Z test_reference_numerics_large_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7030770Z test_reference_numerics_large_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7030978Z test_reference_numerics_large_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7031263Z test_reference_numerics_large_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.7031548Z test_reference_numerics_large_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.7031795Z test_reference_numerics_large_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.7032038Z test_reference_numerics_large_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7032280Z test_reference_numerics_large_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7032525Z test_reference_numerics_large_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.7032763Z test_reference_numerics_large_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7033001Z test_reference_numerics_large_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7033237Z test_reference_numerics_large_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7033533Z test_reference_numerics_large_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7033805Z test_reference_numerics_large_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7034060Z test_reference_numerics_large_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7034311Z test_reference_numerics_large_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7034551Z test_reference_numerics_large_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7034792Z test_reference_numerics_large_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7035040Z test_reference_numerics_large_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7035268Z test_reference_numerics_large_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7035508Z test_reference_numerics_large_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7035749Z test_reference_numerics_large_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7035991Z test_reference_numerics_large_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7036229Z test_reference_numerics_large_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7036465Z test_reference_numerics_large_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7036708Z test_reference_numerics_large_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7036957Z test_reference_numerics_large_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7037201Z test_reference_numerics_large_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7037444Z test_reference_numerics_large_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7037681Z test_reference_numerics_large_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7038410Z test_reference_numerics_large_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7038652Z test_reference_numerics_large_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7038889Z test_reference_numerics_large_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7039125Z test_reference_numerics_large_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7039357Z test_reference_numerics_large_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7039665Z test_reference_numerics_large_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7039969Z test_reference_numerics_large_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.7040215Z test_reference_numerics_large_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7040452Z test_reference_numerics_large_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7040722Z test_reference_numerics_large_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7041042Z test_reference_numerics_large_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7041293Z test_reference_numerics_large_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7041526Z test_reference_numerics_large_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7041758Z test_reference_numerics_large_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7041995Z test_reference_numerics_large_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7042228Z test_reference_numerics_large_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7042474Z test_reference_numerics_large_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7042716Z test_reference_numerics_large_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7042950Z test_reference_numerics_large_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7043193Z test_reference_numerics_large_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7043506Z test_reference_numerics_large_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7043761Z test_reference_numerics_large_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.7044035Z test_reference_numerics_large_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.013s) 2022-11-23T01:58:36.7044274Z test_reference_numerics_large_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7044514Z test_reference_numerics_large_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7044745Z test_reference_numerics_large_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7044985Z test_reference_numerics_large_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7045311Z test_reference_numerics_large_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.7045555Z test_reference_numerics_large_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7045866Z test_reference_numerics_large_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.7046174Z test_reference_numerics_large_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.003s) 2022-11-23T01:58:36.7046428Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7046686Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T01:58:36.7046944Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.7047200Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7047444Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7047682Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7047992Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7048244Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7048481Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7048793Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7049112Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7049363Z test_reference_numerics_large_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7049609Z test_reference_numerics_large_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7049836Z test_reference_numerics_large_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7050070Z test_reference_numerics_large_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7050310Z test_reference_numerics_large_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7050557Z test_reference_numerics_large_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7050800Z test_reference_numerics_large_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.7051114Z test_reference_numerics_large_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.7051429Z test_reference_numerics_large_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7051745Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7051998Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7052320Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7052554Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7052793Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7053036Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7053282Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7053592Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7053899Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7054168Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2022-11-23T01:58:36.7054437Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:58:36.7054705Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:58:36.7055038Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.003s) 2022-11-23T01:58:36.7055319Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:58:36.7055581Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:58:36.7055840Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:58:36.7056100Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:58:36.7056353Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:58:36.7056667Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.006s) 2022-11-23T01:58:36.7056919Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7057161Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7057401Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7057643Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.7057885Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7058112Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7058424Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.7058731Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.7059041Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.7059556Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.7059953Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7060204Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7060451Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7060697Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.7060939Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7061320Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7061726Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.7062085Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7062496Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7062847Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7063093Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7063339Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7063580Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7063822Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7064130Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.7064441Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7064672Z test_reference_numerics_large_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7064905Z test_reference_numerics_large_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.7065141Z test_reference_numerics_large_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7065373Z test_reference_numerics_large_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.7065602Z test_reference_numerics_large_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7065824Z test_reference_numerics_large_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7066045Z test_reference_numerics_large_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7066266Z test_reference_numerics_large_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7066466Z test_reference_numerics_large_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7066675Z test_reference_numerics_large_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7067056Z test_reference_numerics_large_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.7067349Z test_reference_numerics_large_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.011s) 2022-11-23T01:58:36.7067599Z test_reference_numerics_large_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.7067891Z test_reference_numerics_large_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7068122Z test_reference_numerics_large_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7068338Z test_reference_numerics_large_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7068552Z test_reference_numerics_large_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7068768Z test_reference_numerics_large_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7068984Z test_reference_numerics_large_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7069205Z test_reference_numerics_large_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7069561Z test_reference_numerics_large_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7069865Z test_reference_numerics_large_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7070085Z test_reference_numerics_large_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7070371Z test_reference_numerics_large_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7070597Z test_reference_numerics_large_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7070947Z test_reference_numerics_large_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7071181Z test_reference_numerics_large_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.7071403Z test_reference_numerics_large_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7071623Z test_reference_numerics_large_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7071843Z test_reference_numerics_large_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7072059Z test_reference_numerics_large_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7072276Z test_reference_numerics_large_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7072474Z test_reference_numerics_large_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7072760Z test_reference_numerics_large_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.7073045Z test_reference_numerics_large_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.7073303Z test_reference_numerics_large_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:58:36.7073599Z test_reference_numerics_large_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.7073839Z test_reference_numerics_large_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T01:58:36.7074193Z test_reference_numerics_large_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7074430Z test_reference_numerics_large_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7074661Z test_reference_numerics_large_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7074891Z test_reference_numerics_large_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7075121Z test_reference_numerics_large_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7075342Z test_reference_numerics_large_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7075557Z test_reference_numerics_large_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7075857Z test_reference_numerics_large_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7076155Z test_reference_numerics_large_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7076378Z test_reference_numerics_large_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7076602Z test_reference_numerics_large_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7077315Z test_reference_numerics_large_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7077576Z test_reference_numerics_large_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7077795Z test_reference_numerics_large_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7078013Z test_reference_numerics_large_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.7078233Z test_reference_numerics_large_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7078523Z test_reference_numerics_large_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.7078811Z test_reference_numerics_large_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.003s) 2022-11-23T01:58:36.7079054Z test_reference_numerics_large_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7079294Z test_reference_numerics_large_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7079512Z test_reference_numerics_large_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7079741Z test_reference_numerics_large_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7079977Z test_reference_numerics_large_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7080206Z test_reference_numerics_large_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7080435Z test_reference_numerics_large_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.7080663Z test_reference_numerics_large_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7080908Z test_reference_numerics_large_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7081152Z test_reference_numerics_large_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7081393Z test_reference_numerics_large_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7081728Z test_reference_numerics_large_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.7081952Z test_reference_numerics_large_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7082239Z test_reference_numerics_large_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7082467Z test_reference_numerics_large_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.7082720Z test_reference_numerics_large_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.009s) 2022-11-23T01:58:36.7082947Z test_reference_numerics_large_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.7083170Z test_reference_numerics_large_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7083393Z test_reference_numerics_large_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7083612Z test_reference_numerics_large_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7083832Z test_reference_numerics_large_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7084049Z test_reference_numerics_large_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7084264Z test_reference_numerics_large_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7084617Z test_reference_numerics_large_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.7084916Z test_reference_numerics_large_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.7085141Z test_reference_numerics_large_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7085410Z test_reference_numerics_large_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.003s) 2022-11-23T01:58:36.7085635Z test_reference_numerics_large_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7085858Z test_reference_numerics_large_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.7086084Z test_reference_numerics_large_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7086299Z test_reference_numerics_large_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7086515Z test_reference_numerics_large_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7086858Z test_reference_numerics_large_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7087095Z test_reference_numerics_large_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7087308Z test_reference_numerics_large_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7087515Z test_reference_numerics_large_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7087797Z test_reference_numerics_large_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7088086Z test_reference_numerics_large_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7088317Z test_reference_numerics_large_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7088608Z test_reference_numerics_large_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7088969Z test_reference_numerics_large_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.7089218Z test_reference_numerics_large_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.7089469Z test_reference_numerics_large_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.7089694Z test_reference_numerics_large_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7089916Z test_reference_numerics_large_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7090130Z test_reference_numerics_large_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7090347Z test_reference_numerics_large_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7090572Z test_reference_numerics_large_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7090791Z test_reference_numerics_large_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7091067Z test_reference_numerics_large_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7091355Z test_reference_numerics_large_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7091647Z test_reference_numerics_large_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7091947Z test_reference_numerics_large_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7092171Z test_reference_numerics_large_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7092393Z test_reference_numerics_large_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7092612Z test_reference_numerics_large_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7092826Z test_reference_numerics_large_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7093043Z test_reference_numerics_large_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7093254Z test_reference_numerics_large_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7093543Z test_reference_numerics_large_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.7093826Z test_reference_numerics_large_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.006s) 2022-11-23T01:58:36.7094055Z test_reference_numerics_large_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7094343Z test_reference_numerics_large_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.7094566Z test_reference_numerics_large_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7094781Z test_reference_numerics_large_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.7094991Z test_reference_numerics_large_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7095210Z test_reference_numerics_large_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7095428Z test_reference_numerics_large_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7095645Z test_reference_numerics_large_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7096010Z test_reference_numerics_large_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7096297Z test_reference_numerics_large_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7096515Z test_reference_numerics_large_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7096798Z test_reference_numerics_large_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7097044Z test_reference_numerics_large_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.7097263Z test_reference_numerics_large_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.7097464Z test_reference_numerics_large_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.7097684Z test_reference_numerics_large_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7097902Z test_reference_numerics_large_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7098118Z test_reference_numerics_large_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.7098330Z test_reference_numerics_large_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7098609Z test_reference_numerics_large_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7098828Z test_reference_numerics_large_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7099112Z test_reference_numerics_large_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.7099397Z test_reference_numerics_large_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.7099618Z test_reference_numerics_large_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7099903Z test_reference_numerics_large_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.7100129Z test_reference_numerics_large_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.7100353Z test_reference_numerics_large_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.7100568Z test_reference_numerics_large_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7100786Z test_reference_numerics_large_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7101004Z test_reference_numerics_large_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7101222Z test_reference_numerics_large_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7101435Z test_reference_numerics_large_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7101651Z test_reference_numerics_large_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7101938Z test_reference_numerics_large_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.7102224Z test_reference_numerics_large_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.003s) 2022-11-23T01:58:36.7102443Z test_reference_numerics_large_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7102726Z test_reference_numerics_large_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.7103056Z test_reference_numerics_large_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.003s) 2022-11-23T01:58:36.7103262Z test_reference_numerics_large_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7103475Z test_reference_numerics_large_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.7103690Z test_reference_numerics_large_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7103911Z test_reference_numerics_large_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7104127Z test_reference_numerics_large_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7104341Z test_reference_numerics_large_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7104554Z test_reference_numerics_large_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7104768Z test_reference_numerics_large_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7105049Z test_reference_numerics_large_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.003s) 2022-11-23T01:58:36.7105329Z test_reference_numerics_large_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.7105649Z test_reference_numerics_large_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:58:36.7105916Z test_reference_numerics_large_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.006s) 2022-11-23T01:58:36.7106173Z test_reference_numerics_large_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:58:36.7106431Z test_reference_numerics_large_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:58:36.7106672Z test_reference_numerics_large_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:58:36.7106909Z test_reference_numerics_large_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:58:36.7107157Z test_reference_numerics_large_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:58:36.7107397Z test_reference_numerics_large_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.010s) 2022-11-23T01:58:36.7107703Z test_reference_numerics_large_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.7107942Z test_reference_numerics_large_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7108182Z test_reference_numerics_large_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7108418Z test_reference_numerics_large_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7108653Z test_reference_numerics_large_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7108879Z test_reference_numerics_large_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7109186Z test_reference_numerics_large_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.7109473Z test_reference_numerics_large_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.7109776Z test_reference_numerics_large_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.003s) 2022-11-23T01:58:36.7110098Z test_reference_numerics_large_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7110336Z test_reference_numerics_large_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7110569Z test_reference_numerics_large_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7110805Z test_reference_numerics_large_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7111032Z test_reference_numerics_large_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7111330Z test_reference_numerics_large_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.003s) 2022-11-23T01:58:36.7111638Z test_reference_numerics_large_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.7111943Z test_reference_numerics_large_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.7112182Z test_reference_numerics_large_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7112424Z test_reference_numerics_large_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7112720Z test_reference_numerics_large_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7112967Z test_reference_numerics_large_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.7113191Z test_reference_numerics_large_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7113492Z test_reference_numerics_large_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.7113793Z test_reference_numerics_large_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.7114092Z test_reference_numerics_large_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.003s) 2022-11-23T01:58:36.7114333Z test_reference_numerics_large_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7114569Z test_reference_numerics_large_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7114802Z test_reference_numerics_large_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7115036Z test_reference_numerics_large_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7115262Z test_reference_numerics_large_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7115560Z test_reference_numerics_large_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.7115860Z test_reference_numerics_large_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.7116117Z test_reference_numerics_large_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.7116414Z test_reference_numerics_large_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.7116667Z test_reference_numerics_large_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.7116985Z test_reference_numerics_large_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7117256Z test_reference_numerics_large_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7117475Z test_reference_numerics_large_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7117707Z test_reference_numerics_large_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7117937Z test_reference_numerics_large_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7118234Z test_reference_numerics_large_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.006s) 2022-11-23T01:58:36.7118533Z test_reference_numerics_large_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.7118835Z test_reference_numerics_large_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.7119076Z test_reference_numerics_large_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7119311Z test_reference_numerics_large_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.7119609Z test_reference_numerics_large_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7119853Z test_reference_numerics_large_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7120081Z test_reference_numerics_large_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7120381Z test_reference_numerics_large_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.7120685Z test_reference_numerics_large_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.7120922Z test_reference_numerics_large_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7121217Z test_reference_numerics_large_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.7121450Z test_reference_numerics_large_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7121677Z test_reference_numerics_large_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7121905Z test_reference_numerics_large_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7122136Z test_reference_numerics_large_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7122354Z test_reference_numerics_large_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7122568Z test_reference_numerics_large_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7122855Z test_reference_numerics_large_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7123153Z test_reference_numerics_large_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.003s) 2022-11-23T01:58:36.7123446Z test_reference_numerics_large_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.7123676Z test_reference_numerics_large_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7123983Z test_reference_numerics_large_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7124212Z test_reference_numerics_large_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7124417Z test_reference_numerics_large_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7124631Z test_reference_numerics_large_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7124892Z test_reference_numerics_large_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Incorrect result! (0.010s) 2022-11-23T01:58:36.7125183Z test_reference_numerics_large_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.7125475Z test_reference_numerics_large_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.7125711Z test_reference_numerics_large_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7125938Z test_reference_numerics_large_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.7126164Z test_reference_numerics_large_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7126381Z test_reference_numerics_large_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7126656Z test_reference_numerics_large_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7126959Z test_reference_numerics_large_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.012s) 2022-11-23T01:58:36.7127254Z test_reference_numerics_large_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.7127560Z test_reference_numerics_large_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.7127797Z test_reference_numerics_large_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7128035Z test_reference_numerics_large_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7128272Z test_reference_numerics_large_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7128505Z test_reference_numerics_large_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7128729Z test_reference_numerics_large_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7129030Z test_reference_numerics_large_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.7129330Z test_reference_numerics_large_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.7129647Z test_reference_numerics_large_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7129904Z test_reference_numerics_large_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7130155Z test_reference_numerics_large_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7130405Z test_reference_numerics_large_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7130729Z test_reference_numerics_large_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7130964Z test_reference_numerics_large_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7131276Z test_reference_numerics_large_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7131595Z test_reference_numerics_large_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7131911Z test_reference_numerics_large_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7132158Z test_reference_numerics_large_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.7132412Z test_reference_numerics_large_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7132643Z test_reference_numerics_large_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7132879Z test_reference_numerics_large_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7133113Z test_reference_numerics_large_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7133487Z test_reference_numerics_large_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.006s) 2022-11-23T01:58:36.7133819Z test_reference_numerics_large_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.7134137Z test_reference_numerics_large_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.7134388Z test_reference_numerics_large_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7134637Z test_reference_numerics_large_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7134887Z test_reference_numerics_large_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7135133Z test_reference_numerics_large_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.7135366Z test_reference_numerics_large_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7135674Z test_reference_numerics_large_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.7135993Z test_reference_numerics_large_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7136308Z test_reference_numerics_large_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7136554Z test_reference_numerics_large_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7136796Z test_reference_numerics_large_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7137038Z test_reference_numerics_large_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7137273Z test_reference_numerics_large_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7137589Z test_reference_numerics_large_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7137895Z test_reference_numerics_large_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7138204Z test_reference_numerics_large_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7138445Z test_reference_numerics_large_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7138743Z test_reference_numerics_large_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7138978Z test_reference_numerics_large_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7139215Z test_reference_numerics_large_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7139448Z test_reference_numerics_large_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7139679Z test_reference_numerics_large_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7139907Z test_reference_numerics_large_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7140200Z test_reference_numerics_large_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7140508Z test_reference_numerics_large_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7140805Z test_reference_numerics_large_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.7141106Z test_reference_numerics_large_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.7141352Z test_reference_numerics_large_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7141591Z test_reference_numerics_large_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7141823Z test_reference_numerics_large_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7142060Z test_reference_numerics_large_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7142289Z test_reference_numerics_large_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7142588Z test_reference_numerics_large_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.7142893Z test_reference_numerics_large_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.7143227Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.7143504Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.7143771Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7144029Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7144294Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7144653Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7144923Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7145261Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7145598Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7145923Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7146190Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7146455Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7146712Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7146967Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7147278Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7147618Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7147945Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7148274Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7148540Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7148806Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7149063Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7149320Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7149568Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.7149895Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.7150219Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.7150540Z test_reference_numerics_large_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.003s) 2022-11-23T01:58:36.7150798Z test_reference_numerics_large_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7151053Z test_reference_numerics_large_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7151785Z test_reference_numerics_large_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7152014Z test_reference_numerics_large_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7152251Z test_reference_numerics_large_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7152565Z test_reference_numerics_large_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.7152889Z test_reference_numerics_large_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:58:36.7153133Z test_reference_numerics_large_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.010s) 2022-11-23T01:58:36.7153422Z test_reference_numerics_large_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7153650Z test_reference_numerics_large_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.7153875Z test_reference_numerics_large_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.7154094Z test_reference_numerics_large_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.7154397Z test_reference_numerics_large_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7154635Z test_reference_numerics_large_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7154858Z test_reference_numerics_large_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7155071Z test_reference_numerics_large_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7155289Z test_reference_numerics_large_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7155502Z test_reference_numerics_large_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7155790Z test_reference_numerics_large_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.7156076Z test_reference_numerics_large_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.003s) 2022-11-23T01:58:36.7156328Z test_reference_numerics_large_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.7156618Z test_reference_numerics_large_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.7156869Z test_reference_numerics_large_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.7157122Z test_reference_numerics_large_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2022-11-23T01:58:36.7157347Z test_reference_numerics_large_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7157567Z test_reference_numerics_large_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7157778Z test_reference_numerics_large_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7157997Z test_reference_numerics_large_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7158217Z test_reference_numerics_large_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7158419Z test_reference_numerics_large_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7158710Z test_reference_numerics_large_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.012s) 2022-11-23T01:58:36.7159087Z test_reference_numerics_large_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.003s) 2022-11-23T01:58:36.7159307Z test_reference_numerics_large_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7159591Z test_reference_numerics_large_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.003s) 2022-11-23T01:58:36.7159822Z test_reference_numerics_large_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T01:58:36.7160048Z test_reference_numerics_large_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.612s) 2022-11-23T01:58:36.7160272Z test_reference_numerics_large_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.7160497Z test_reference_numerics_large_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7160713Z test_reference_numerics_large_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.7160930Z test_reference_numerics_large_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7161143Z test_reference_numerics_large_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7161355Z test_reference_numerics_large_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7161625Z test_reference_numerics_large_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7161922Z test_reference_numerics_large_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.006s) 2022-11-23T01:58:36.7162206Z test_reference_numerics_large_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7162433Z test_reference_numerics_large_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7162718Z test_reference_numerics_large_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-11-23T01:58:36.7162944Z test_reference_numerics_large_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.7163164Z test_reference_numerics_large_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.7163382Z test_reference_numerics_large_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.7163606Z test_reference_numerics_large_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7163930Z test_reference_numerics_large_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7164145Z test_reference_numerics_large_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7164361Z test_reference_numerics_large_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7164572Z test_reference_numerics_large_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7164869Z test_reference_numerics_large_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7165169Z test_reference_numerics_large_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7165530Z test_reference_numerics_large_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7165764Z test_reference_numerics_large_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7165982Z test_reference_numerics_large_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7166298Z test_reference_numerics_large_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7166517Z test_reference_numerics_large_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7166735Z test_reference_numerics_large_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.7166948Z test_reference_numerics_large_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7167169Z test_reference_numerics_large_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7167457Z test_reference_numerics_large_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7167738Z test_reference_numerics_large_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:58:36.7167960Z test_reference_numerics_normal_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-11-23T01:58:36.7168174Z test_reference_numerics_normal_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.069s) 2022-11-23T01:58:36.7168400Z test_reference_numerics_normal_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.066s) 2022-11-23T01:58:36.7168624Z test_reference_numerics_normal_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.080s) 2022-11-23T01:58:36.7168905Z test_reference_numerics_normal_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.072s) 2022-11-23T01:58:36.7169237Z test_reference_numerics_normal_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-11-23T01:58:36.7169459Z test_reference_numerics_normal_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-11-23T01:58:36.7169676Z test_reference_numerics_normal_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2022-11-23T01:58:36.7169879Z test_reference_numerics_normal_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.7170089Z test_reference_numerics_normal_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T01:58:36.7170300Z test_reference_numerics_normal_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.7170510Z test_reference_numerics_normal_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T01:58:36.7170718Z test_reference_numerics_normal_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T01:58:36.7170946Z test_reference_numerics_normal_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.079s) 2022-11-23T01:58:36.7171157Z test_reference_numerics_normal_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.181s) 2022-11-23T01:58:36.7171412Z test_reference_numerics_normal_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.7171644Z test_reference_numerics_normal_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.309s) 2022-11-23T01:58:36.7171864Z test_reference_numerics_normal_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.274s) 2022-11-23T01:58:36.7172081Z test_reference_numerics_normal_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.088s) 2022-11-23T01:58:36.7172300Z test_reference_numerics_normal_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.078s) 2022-11-23T01:58:36.7172521Z test_reference_numerics_normal_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.089s) 2022-11-23T01:58:36.7172737Z test_reference_numerics_normal_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.070s) 2022-11-23T01:58:36.7172951Z test_reference_numerics_normal_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-11-23T01:58:36.7173168Z test_reference_numerics_normal_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.077s) 2022-11-23T01:58:36.7173471Z test_reference_numerics_normal_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.096s) 2022-11-23T01:58:36.7173684Z test_reference_numerics_normal_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.086s) 2022-11-23T01:58:36.7173905Z test_reference_numerics_normal_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.090s) 2022-11-23T01:58:36.7174118Z test_reference_numerics_normal_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.249s) 2022-11-23T01:58:36.7174373Z test_reference_numerics_normal_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.7174589Z test_reference_numerics_normal_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.325s) 2022-11-23T01:58:36.7174809Z test_reference_numerics_normal_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.302s) 2022-11-23T01:58:36.7175028Z test_reference_numerics_normal_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.089s) 2022-11-23T01:58:36.7175243Z test_reference_numerics_normal_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.088s) 2022-11-23T01:58:36.7175450Z test_reference_numerics_normal_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.090s) 2022-11-23T01:58:36.7175668Z test_reference_numerics_normal_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.088s) 2022-11-23T01:58:36.7175883Z test_reference_numerics_normal_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.090s) 2022-11-23T01:58:36.7176164Z test_reference_numerics_normal_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.108s) 2022-11-23T01:58:36.7176395Z test_reference_numerics_normal_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.100s) 2022-11-23T01:58:36.7176605Z test_reference_numerics_normal_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.111s) 2022-11-23T01:58:36.7176822Z test_reference_numerics_normal_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.131s) 2022-11-23T01:58:36.7177056Z test_reference_numerics_normal_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.112s) 2022-11-23T01:58:36.7177283Z test_reference_numerics_normal_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.097s) 2022-11-23T01:58:36.7177503Z test_reference_numerics_normal_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.088s) 2022-11-23T01:58:36.7177722Z test_reference_numerics_normal_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.078s) 2022-11-23T01:58:36.7177938Z test_reference_numerics_normal_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.066s) 2022-11-23T01:58:36.7178204Z test_reference_numerics_normal_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.067s) 2022-11-23T01:58:36.7178600Z test_reference_numerics_normal_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.065s) 2022-11-23T01:58:36.7179018Z test_reference_numerics_normal_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.074s) 2022-11-23T01:58:36.7179282Z test_reference_numerics_normal_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.103s) 2022-11-23T01:58:36.7179495Z test_reference_numerics_normal_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.100s) 2022-11-23T01:58:36.7179703Z test_reference_numerics_normal_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.078s) 2022-11-23T01:58:36.7179917Z test_reference_numerics_normal_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.197s) 2022-11-23T01:58:36.7180152Z test_reference_numerics_normal_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.300s) 2022-11-23T01:58:36.7180378Z test_reference_numerics_normal_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.257s) 2022-11-23T01:58:36.7180594Z test_reference_numerics_normal_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.254s) 2022-11-23T01:58:36.7180813Z test_reference_numerics_normal_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.094s) 2022-11-23T01:58:36.7181135Z test_reference_numerics_normal_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.081s) 2022-11-23T01:58:36.7181355Z test_reference_numerics_normal_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.093s) 2022-11-23T01:58:36.7181569Z test_reference_numerics_normal_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.064s) 2022-11-23T01:58:36.7181783Z test_reference_numerics_normal_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-11-23T01:58:36.7181999Z test_reference_numerics_normal_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.085s) 2022-11-23T01:58:36.7182213Z test_reference_numerics_normal_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.111s) 2022-11-23T01:58:36.7182425Z test_reference_numerics_normal_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.066s) 2022-11-23T01:58:36.7182646Z test_reference_numerics_normal_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.099s) 2022-11-23T01:58:36.7182863Z test_reference_numerics_normal_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.220s) 2022-11-23T01:58:36.7183093Z test_reference_numerics_normal_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.309s) 2022-11-23T01:58:36.7183318Z test_reference_numerics_normal_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.293s) 2022-11-23T01:58:36.7183535Z test_reference_numerics_normal_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.255s) 2022-11-23T01:58:36.7183827Z test_reference_numerics_normal_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.112s) 2022-11-23T01:58:36.7184057Z test_reference_numerics_normal_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.093s) 2022-11-23T01:58:36.7184265Z test_reference_numerics_normal_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.097s) 2022-11-23T01:58:36.7184465Z test_reference_numerics_normal_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.090s) 2022-11-23T01:58:36.7184684Z test_reference_numerics_normal_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.109s) 2022-11-23T01:58:36.7184898Z test_reference_numerics_normal_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.109s) 2022-11-23T01:58:36.7185108Z test_reference_numerics_normal_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.114s) 2022-11-23T01:58:36.7185320Z test_reference_numerics_normal_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.102s) 2022-11-23T01:58:36.7185546Z test_reference_numerics_normal_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.077s) 2022-11-23T01:58:36.7185762Z test_reference_numerics_normal_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.177s) 2022-11-23T01:58:36.7185991Z test_reference_numerics_normal_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.233s) 2022-11-23T01:58:36.7186214Z test_reference_numerics_normal_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.222s) 2022-11-23T01:58:36.7186432Z test_reference_numerics_normal_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.224s) 2022-11-23T01:58:36.7186655Z test_reference_numerics_normal_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.089s) 2022-11-23T01:58:36.7186873Z test_reference_numerics_normal_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2022-11-23T01:58:36.7187089Z test_reference_numerics_normal_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.067s) 2022-11-23T01:58:36.7187306Z test_reference_numerics_normal_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.078s) 2022-11-23T01:58:36.7187522Z test_reference_numerics_normal_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.085s) 2022-11-23T01:58:36.7187732Z test_reference_numerics_normal_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.091s) 2022-11-23T01:58:36.7187945Z test_reference_numerics_normal_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.103s) 2022-11-23T01:58:36.7188244Z test_reference_numerics_normal_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.104s) 2022-11-23T01:58:36.7188602Z test_reference_numerics_normal_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.104s) 2022-11-23T01:58:36.7188850Z test_reference_numerics_normal_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.261s) 2022-11-23T01:58:36.7189078Z test_reference_numerics_normal_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.258s) 2022-11-23T01:58:36.7189293Z test_reference_numerics_normal_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.211s) 2022-11-23T01:58:36.7189513Z test_reference_numerics_normal_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.170s) 2022-11-23T01:58:36.7189735Z test_reference_numerics_normal_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.100s) 2022-11-23T01:58:36.7189951Z test_reference_numerics_normal_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.090s) 2022-11-23T01:58:36.7190166Z test_reference_numerics_normal_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.077s) 2022-11-23T01:58:36.7190384Z test_reference_numerics_normal_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.115s) 2022-11-23T01:58:36.7190602Z test_reference_numerics_normal_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.123s) 2022-11-23T01:58:36.7190817Z test_reference_numerics_normal_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.136s) 2022-11-23T01:58:36.7191474Z test_reference_numerics_normal_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.139s) 2022-11-23T01:58:36.7191729Z test_reference_numerics_normal_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.074s) 2022-11-23T01:58:36.7191958Z test_reference_numerics_normal_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2022-11-23T01:58:36.7192184Z test_reference_numerics_normal_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T01:58:36.7192413Z test_reference_numerics_normal_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.7192642Z test_reference_numerics_normal_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T01:58:36.7192870Z test_reference_numerics_normal_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T01:58:36.7193097Z test_reference_numerics_normal_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T01:58:36.7193320Z test_reference_numerics_normal_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2022-11-23T01:58:36.7193541Z test_reference_numerics_normal_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.078s) 2022-11-23T01:58:36.7193762Z test_reference_numerics_normal_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-11-23T01:58:36.7193979Z test_reference_numerics_normal_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2022-11-23T01:58:36.7194197Z test_reference_numerics_normal_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T01:58:36.7194397Z test_reference_numerics_normal_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T01:58:36.7194610Z test_reference_numerics_normal_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.7194831Z test_reference_numerics_normal_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-11-23T01:58:36.7195046Z test_reference_numerics_normal_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2022-11-23T01:58:36.7195266Z test_reference_numerics_normal_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2022-11-23T01:58:36.7195480Z test_reference_numerics_normal_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.072s) 2022-11-23T01:58:36.7195712Z test_reference_numerics_normal_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.090s) 2022-11-23T01:58:36.7196030Z test_reference_numerics_normal_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.116s) 2022-11-23T01:58:36.7196246Z test_reference_numerics_normal_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.089s) 2022-11-23T01:58:36.7196463Z test_reference_numerics_normal_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2022-11-23T01:58:36.7196679Z test_reference_numerics_normal_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2022-11-23T01:58:36.7196900Z test_reference_numerics_normal_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2022-11-23T01:58:36.7197114Z test_reference_numerics_normal_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T01:58:36.7197326Z test_reference_numerics_normal_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.7197538Z test_reference_numerics_normal_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T01:58:36.7197756Z test_reference_numerics_normal_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T01:58:36.7197965Z test_reference_numerics_normal_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T01:58:36.7198203Z test_reference_numerics_normal_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2022-11-23T01:58:36.7198437Z test_reference_numerics_normal_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.068s) 2022-11-23T01:58:36.7198747Z test_reference_numerics_normal_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.091s) 2022-11-23T01:58:36.7199006Z test_reference_numerics_normal_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.105s) 2022-11-23T01:58:36.7199245Z test_reference_numerics_normal_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.091s) 2022-11-23T01:58:36.7199468Z test_reference_numerics_normal_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-11-23T01:58:36.7199704Z test_reference_numerics_normal_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2022-11-23T01:58:36.7199929Z test_reference_numerics_normal_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2022-11-23T01:58:36.7200160Z test_reference_numerics_normal_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.7200391Z test_reference_numerics_normal_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T01:58:36.7200627Z test_reference_numerics_normal_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T01:58:36.7200859Z test_reference_numerics_normal_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T01:58:36.7201087Z test_reference_numerics_normal_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-11-23T01:58:36.7201310Z test_reference_numerics_normal_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-11-23T01:58:36.7201525Z test_reference_numerics_normal_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.177s) 2022-11-23T01:58:36.7201746Z test_reference_numerics_normal_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.302s) 2022-11-23T01:58:36.7201968Z test_reference_numerics_normal_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.321s) 2022-11-23T01:58:36.7202185Z test_reference_numerics_normal_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.252s) 2022-11-23T01:58:36.7202404Z test_reference_numerics_normal_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.088s) 2022-11-23T01:58:36.7202624Z test_reference_numerics_normal_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-11-23T01:58:36.7202841Z test_reference_numerics_normal_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.072s) 2022-11-23T01:58:36.7203139Z test_reference_numerics_normal_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-11-23T01:58:36.7203352Z test_reference_numerics_normal_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.088s) 2022-11-23T01:58:36.7203563Z test_reference_numerics_normal_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.074s) 2022-11-23T01:58:36.7203772Z test_reference_numerics_normal_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.082s) 2022-11-23T01:58:36.7203978Z test_reference_numerics_normal_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.093s) 2022-11-23T01:58:36.7204187Z test_reference_numerics_normal_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.077s) 2022-11-23T01:58:36.7204398Z test_reference_numerics_normal_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.144s) 2022-11-23T01:58:36.7204627Z test_reference_numerics_normal_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.263s) 2022-11-23T01:58:36.7204854Z test_reference_numerics_normal_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.300s) 2022-11-23T01:58:36.7205068Z test_reference_numerics_normal_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.269s) 2022-11-23T01:58:36.7205286Z test_reference_numerics_normal_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.086s) 2022-11-23T01:58:36.7205504Z test_reference_numerics_normal_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.084s) 2022-11-23T01:58:36.7205791Z test_reference_numerics_normal_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.081s) 2022-11-23T01:58:36.7206020Z test_reference_numerics_normal_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.080s) 2022-11-23T01:58:36.7206233Z test_reference_numerics_normal_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.078s) 2022-11-23T01:58:36.7206445Z test_reference_numerics_normal_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.085s) 2022-11-23T01:58:36.7206661Z test_reference_numerics_normal_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.075s) 2022-11-23T01:58:36.7206870Z test_reference_numerics_normal_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.084s) 2022-11-23T01:58:36.7207098Z test_reference_numerics_normal_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-11-23T01:58:36.7207317Z test_reference_numerics_normal_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.171s) 2022-11-23T01:58:36.7207544Z test_reference_numerics_normal_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.069s) 2022-11-23T01:58:36.7207767Z test_reference_numerics_normal_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2022-11-23T01:58:36.7207982Z test_reference_numerics_normal_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.062s) 2022-11-23T01:58:36.7208201Z test_reference_numerics_normal_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-11-23T01:58:36.7208416Z test_reference_numerics_normal_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.062s) 2022-11-23T01:58:36.7208625Z test_reference_numerics_normal_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.066s) 2022-11-23T01:58:36.7208826Z test_reference_numerics_normal_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.074s) 2022-11-23T01:58:36.7209051Z test_reference_numerics_normal_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.074s) 2022-11-23T01:58:36.7209272Z test_reference_numerics_normal_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.165s) 2022-11-23T01:58:36.7209500Z test_reference_numerics_normal_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.543s) 2022-11-23T01:58:36.7209725Z test_reference_numerics_normal_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.555s) 2022-11-23T01:58:36.7209944Z test_reference_numerics_normal_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.572s) 2022-11-23T01:58:36.7210317Z test_reference_numerics_normal_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.112s) 2022-11-23T01:58:36.7210690Z test_reference_numerics_normal_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.106s) 2022-11-23T01:58:36.7210914Z test_reference_numerics_normal_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.100s) 2022-11-23T01:58:36.7211132Z test_reference_numerics_normal_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.105s) 2022-11-23T01:58:36.7211357Z test_reference_numerics_normal_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.094s) 2022-11-23T01:58:36.7211577Z test_reference_numerics_normal_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.110s) 2022-11-23T01:58:36.7211793Z test_reference_numerics_normal_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.136s) 2022-11-23T01:58:36.7212013Z test_reference_numerics_normal_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.118s) 2022-11-23T01:58:36.7212235Z test_reference_numerics_normal_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.111s) 2022-11-23T01:58:36.7212455Z test_reference_numerics_normal_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.112s) 2022-11-23T01:58:36.7212669Z test_reference_numerics_normal_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.098s) 2022-11-23T01:58:36.7212880Z test_reference_numerics_normal_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.122s) 2022-11-23T01:58:36.7213171Z test_reference_numerics_normal_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.118s) 2022-11-23T01:58:36.7213400Z test_reference_numerics_normal_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.100s) 2022-11-23T01:58:36.7213609Z test_reference_numerics_normal_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.097s) 2022-11-23T01:58:36.7213814Z test_reference_numerics_normal_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.095s) 2022-11-23T01:58:36.7214033Z test_reference_numerics_normal_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.191s) 2022-11-23T01:58:36.7214254Z test_reference_numerics_normal_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.101s) 2022-11-23T01:58:36.7214475Z test_reference_numerics_normal_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.102s) 2022-11-23T01:58:36.7214694Z test_reference_numerics_normal_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.129s) 2022-11-23T01:58:36.7214911Z test_reference_numerics_normal_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.100s) 2022-11-23T01:58:36.7215130Z test_reference_numerics_normal_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.109s) 2022-11-23T01:58:36.7215347Z test_reference_numerics_normal_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.105s) 2022-11-23T01:58:36.7215555Z test_reference_numerics_normal_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.105s) 2022-11-23T01:58:36.7215769Z test_reference_numerics_normal_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.099s) 2022-11-23T01:58:36.7215987Z test_reference_numerics_normal_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.140s) 2022-11-23T01:58:36.7216214Z test_reference_numerics_normal_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.101s) 2022-11-23T01:58:36.7216597Z test_reference_numerics_normal_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.103s) 2022-11-23T01:58:36.7216846Z test_reference_numerics_normal_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.097s) 2022-11-23T01:58:36.7217069Z test_reference_numerics_normal_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.082s) 2022-11-23T01:58:36.7217290Z test_reference_numerics_normal_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.091s) 2022-11-23T01:58:36.7217507Z test_reference_numerics_normal_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.082s) 2022-11-23T01:58:36.7217821Z test_reference_numerics_normal_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.084s) 2022-11-23T01:58:36.7218036Z test_reference_numerics_normal_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.081s) 2022-11-23T01:58:36.7218258Z test_reference_numerics_normal_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.131s) 2022-11-23T01:58:36.7218473Z test_reference_numerics_normal_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.166s) 2022-11-23T01:58:36.7218673Z test_reference_numerics_normal_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.135s) 2022-11-23T01:58:36.7218897Z test_reference_numerics_normal_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.123s) 2022-11-23T01:58:36.7219112Z test_reference_numerics_normal_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.127s) 2022-11-23T01:58:36.7219325Z test_reference_numerics_normal_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.104s) 2022-11-23T01:58:36.7219544Z test_reference_numerics_normal_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.095s) 2022-11-23T01:58:36.7219763Z test_reference_numerics_normal_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.088s) 2022-11-23T01:58:36.7219980Z test_reference_numerics_normal_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.090s) 2022-11-23T01:58:36.7220190Z test_reference_numerics_normal_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.094s) 2022-11-23T01:58:36.7220409Z test_reference_numerics_normal_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2022-11-23T01:58:36.7220688Z test_reference_numerics_normal_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.112s) 2022-11-23T01:58:36.7220930Z test_reference_numerics_normal_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.262s) 2022-11-23T01:58:36.7221151Z test_reference_numerics_normal_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.208s) 2022-11-23T01:58:36.7221369Z test_reference_numerics_normal_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.203s) 2022-11-23T01:58:36.7221590Z test_reference_numerics_normal_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.074s) 2022-11-23T01:58:36.7221807Z test_reference_numerics_normal_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2022-11-23T01:58:36.7222025Z test_reference_numerics_normal_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.062s) 2022-11-23T01:58:36.7222240Z test_reference_numerics_normal_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.060s) 2022-11-23T01:58:36.7222455Z test_reference_numerics_normal_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-11-23T01:58:36.7222670Z test_reference_numerics_normal_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2022-11-23T01:58:36.7222883Z test_reference_numerics_normal_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-11-23T01:58:36.7223093Z test_reference_numerics_normal_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.065s) 2022-11-23T01:58:36.7223302Z test_reference_numerics_normal_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.075s) 2022-11-23T01:58:36.7223520Z test_reference_numerics_normal_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.130s) 2022-11-23T01:58:36.7223743Z test_reference_numerics_normal_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.072s) 2022-11-23T01:58:36.7223958Z test_reference_numerics_normal_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.065s) 2022-11-23T01:58:36.7224175Z test_reference_numerics_normal_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.067s) 2022-11-23T01:58:36.7224393Z test_reference_numerics_normal_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-11-23T01:58:36.7224611Z test_reference_numerics_normal_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-11-23T01:58:36.7224907Z test_reference_numerics_normal_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.064s) 2022-11-23T01:58:36.7225121Z test_reference_numerics_normal_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.062s) 2022-11-23T01:58:36.7225335Z test_reference_numerics_normal_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2022-11-23T01:58:36.7225556Z test_reference_numerics_normal_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2022-11-23T01:58:36.7225768Z test_reference_numerics_normal_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.064s) 2022-11-23T01:58:36.7225999Z test_reference_numerics_normal_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.086s) 2022-11-23T01:58:36.7226223Z test_reference_numerics_normal_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.103s) 2022-11-23T01:58:36.7226437Z test_reference_numerics_normal_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.096s) 2022-11-23T01:58:36.7226656Z test_reference_numerics_normal_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.059s) 2022-11-23T01:58:36.7226873Z test_reference_numerics_normal_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-11-23T01:58:36.7227090Z test_reference_numerics_normal_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2022-11-23T01:58:36.7227304Z test_reference_numerics_normal_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T01:58:36.7227516Z test_reference_numerics_normal_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T01:58:36.7227892Z test_reference_numerics_normal_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T01:58:36.7228274Z test_reference_numerics_normal_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T01:58:36.7228501Z test_reference_numerics_normal_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T01:58:36.7228729Z test_reference_numerics_normal_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-11-23T01:58:36.7228950Z test_reference_numerics_normal_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2022-11-23T01:58:36.7229164Z test_reference_numerics_normal_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.070s) 2022-11-23T01:58:36.7229373Z test_reference_numerics_normal_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2022-11-23T01:58:36.7229592Z test_reference_numerics_normal_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T01:58:36.7229811Z test_reference_numerics_normal_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T01:58:36.7230026Z test_reference_numerics_normal_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T01:58:36.7230238Z test_reference_numerics_normal_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.078s) 2022-11-23T01:58:36.7230454Z test_reference_numerics_normal_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.072s) 2022-11-23T01:58:36.7230677Z test_reference_numerics_normal_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.067s) 2022-11-23T01:58:36.7230895Z test_reference_numerics_normal_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.078s) 2022-11-23T01:58:36.7231113Z test_reference_numerics_normal_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.059s) 2022-11-23T01:58:36.7231337Z test_reference_numerics_normal_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-11-23T01:58:36.7231559Z test_reference_numerics_normal_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.089s) 2022-11-23T01:58:36.7231772Z test_reference_numerics_normal_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.093s) 2022-11-23T01:58:36.7231982Z test_reference_numerics_normal_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.102s) 2022-11-23T01:58:36.7232292Z test_reference_numerics_normal_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.159s) 2022-11-23T01:58:36.7232505Z test_reference_numerics_normal_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.269s) 2022-11-23T01:58:36.7232701Z test_reference_numerics_normal_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.162s) 2022-11-23T01:58:36.7232911Z test_reference_numerics_normal_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.137s) 2022-11-23T01:58:36.7233124Z test_reference_numerics_normal_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.139s) 2022-11-23T01:58:36.7233338Z test_reference_numerics_normal_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.166s) 2022-11-23T01:58:36.7233544Z test_reference_numerics_normal_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.141s) 2022-11-23T01:58:36.7233751Z test_reference_numerics_normal_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.149s) 2022-11-23T01:58:36.7233960Z test_reference_numerics_normal_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.126s) 2022-11-23T01:58:36.7234166Z test_reference_numerics_normal_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.153s) 2022-11-23T01:58:36.7234393Z test_reference_numerics_normal_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2022-11-23T01:58:36.7234616Z test_reference_numerics_normal_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2022-11-23T01:58:36.7234829Z test_reference_numerics_normal_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T01:58:36.7235125Z test_reference_numerics_normal_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T01:58:36.7235364Z test_reference_numerics_normal_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.074s) 2022-11-23T01:58:36.7235599Z test_reference_numerics_normal_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-11-23T01:58:36.7235833Z test_reference_numerics_normal_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T01:58:36.7236069Z test_reference_numerics_normal_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T01:58:36.7236295Z test_reference_numerics_normal_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T01:58:36.7236512Z test_reference_numerics_normal_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T01:58:36.7236725Z test_reference_numerics_normal_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T01:58:36.7236947Z test_reference_numerics_normal_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T01:58:36.7237160Z test_reference_numerics_normal_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T01:58:36.7237355Z test_reference_numerics_normal_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T01:58:36.7237577Z test_reference_numerics_normal_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T01:58:36.7237786Z test_reference_numerics_normal_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T01:58:36.7237996Z test_reference_numerics_normal_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T01:58:36.7238210Z test_reference_numerics_normal_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2022-11-23T01:58:36.7238439Z test_reference_numerics_normal_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T01:58:36.7238670Z test_reference_numerics_normal_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-11-23T01:58:36.7265369Z test_reference_numerics_normal_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.7265831Z test_reference_numerics_normal_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.7266307Z test_reference_numerics_normal_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T01:58:36.7266734Z test_reference_numerics_normal_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.7266968Z test_reference_numerics_normal_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.7267194Z test_reference_numerics_normal_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.7267415Z test_reference_numerics_normal_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T01:58:36.7267735Z test_reference_numerics_normal_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.7268048Z test_reference_numerics_normal_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-11-23T01:58:36.7268287Z test_reference_numerics_normal_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-11-23T01:58:36.7268508Z test_reference_numerics_normal_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-11-23T01:58:36.7268740Z test_reference_numerics_normal_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T01:58:36.7268972Z test_reference_numerics_normal_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T01:58:36.7269197Z test_reference_numerics_normal_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.7269408Z test_reference_numerics_normal_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T01:58:36.7269724Z test_reference_numerics_normal_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T01:58:36.7269960Z test_reference_numerics_normal_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.7270180Z test_reference_numerics_normal_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T01:58:36.7270405Z test_reference_numerics_normal_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.7270603Z test_reference_numerics_normal_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T01:58:36.7270818Z test_reference_numerics_normal_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T01:58:36.7271055Z test_reference_numerics_normal_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.7271277Z test_reference_numerics_normal_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.102s) 2022-11-23T01:58:36.7271508Z test_reference_numerics_normal_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.7271730Z test_reference_numerics_normal_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T01:58:36.7271947Z test_reference_numerics_normal_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.7272174Z test_reference_numerics_normal_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T01:58:36.7272392Z test_reference_numerics_normal_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T01:58:36.7272606Z test_reference_numerics_normal_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T01:58:36.7272826Z test_reference_numerics_normal_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2022-11-23T01:58:36.7273044Z test_reference_numerics_normal_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2022-11-23T01:58:36.7273277Z test_reference_numerics_normal_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T01:58:36.7273505Z test_reference_numerics_normal_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.090s) 2022-11-23T01:58:36.7273736Z test_reference_numerics_normal_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.7274048Z test_reference_numerics_normal_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.7274267Z test_reference_numerics_normal_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T01:58:36.7274491Z test_reference_numerics_normal_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.7274708Z test_reference_numerics_normal_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.7274928Z test_reference_numerics_normal_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T01:58:36.7275148Z test_reference_numerics_normal_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-11-23T01:58:36.7275346Z test_reference_numerics_normal_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T01:58:36.7275574Z test_reference_numerics_normal_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-11-23T01:58:36.7275797Z test_reference_numerics_normal_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.066s) 2022-11-23T01:58:36.7276032Z test_reference_numerics_normal_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.7276260Z test_reference_numerics_normal_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T01:58:36.7276483Z test_reference_numerics_normal_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T01:58:36.7276772Z test_reference_numerics_normal_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.7277001Z test_reference_numerics_normal_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T01:58:36.7277213Z test_reference_numerics_normal_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T01:58:36.7277434Z test_reference_numerics_normal_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T01:58:36.7277658Z test_reference_numerics_normal_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.7277879Z test_reference_numerics_normal_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T01:58:36.7278101Z test_reference_numerics_normal_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T01:58:36.7278318Z test_reference_numerics_normal_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T01:58:36.7278568Z test_reference_numerics_normal_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2022-11-23T01:58:36.7278831Z test_reference_numerics_normal_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.7279082Z test_reference_numerics_normal_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.105s) 2022-11-23T01:58:36.7279334Z test_reference_numerics_normal_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.084s) 2022-11-23T01:58:36.7279577Z test_reference_numerics_normal_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.092s) 2022-11-23T01:58:36.7279816Z test_reference_numerics_normal_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-11-23T01:58:36.7280050Z test_reference_numerics_normal_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.060s) 2022-11-23T01:58:36.7280290Z test_reference_numerics_normal_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T01:58:36.7280526Z test_reference_numerics_normal_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.7280738Z test_reference_numerics_normal_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T01:58:36.7280975Z test_reference_numerics_normal_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T01:58:36.7281298Z test_reference_numerics_normal_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T01:58:36.7281521Z test_reference_numerics_normal_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.172s) 2022-11-23T01:58:36.7281749Z test_reference_numerics_normal_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.097s) 2022-11-23T01:58:36.7281968Z test_reference_numerics_normal_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.084s) 2022-11-23T01:58:36.7282186Z test_reference_numerics_normal_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.088s) 2022-11-23T01:58:36.7282407Z test_reference_numerics_normal_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.087s) 2022-11-23T01:58:36.7282626Z test_reference_numerics_normal_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.080s) 2022-11-23T01:58:36.7282850Z test_reference_numerics_normal_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.094s) 2022-11-23T01:58:36.7283073Z test_reference_numerics_normal_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.087s) 2022-11-23T01:58:36.7283290Z test_reference_numerics_normal_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.076s) 2022-11-23T01:58:36.7283513Z test_reference_numerics_normal_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.064s) 2022-11-23T01:58:36.7283730Z test_reference_numerics_normal_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.282s) 2022-11-23T01:58:36.7284025Z test_reference_numerics_normal_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.171s) 2022-11-23T01:58:36.7284267Z test_reference_numerics_normal_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.158s) 2022-11-23T01:58:36.7284488Z test_reference_numerics_normal_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.075s) 2022-11-23T01:58:36.7284707Z test_reference_numerics_normal_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.066s) 2022-11-23T01:58:36.7284918Z test_reference_numerics_normal_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-11-23T01:58:36.7285135Z test_reference_numerics_normal_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.067s) 2022-11-23T01:58:36.7285349Z test_reference_numerics_normal_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.086s) 2022-11-23T01:58:36.7285638Z test_reference_numerics_normal_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.089s) 2022-11-23T01:58:36.7285980Z test_reference_numerics_normal_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.087s) 2022-11-23T01:58:36.7286198Z test_reference_numerics_normal_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.094s) 2022-11-23T01:58:36.7286429Z test_reference_numerics_normal_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.070s) 2022-11-23T01:58:36.7286655Z test_reference_numerics_normal_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.207s) 2022-11-23T01:58:36.7286878Z test_reference_numerics_normal_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.104s) 2022-11-23T01:58:36.7287096Z test_reference_numerics_normal_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.085s) 2022-11-23T01:58:36.7287309Z test_reference_numerics_normal_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.087s) 2022-11-23T01:58:36.7287527Z test_reference_numerics_normal_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.092s) 2022-11-23T01:58:36.7287747Z test_reference_numerics_normal_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.105s) 2022-11-23T01:58:36.7287964Z test_reference_numerics_normal_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.101s) 2022-11-23T01:58:36.7288182Z test_reference_numerics_normal_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.112s) 2022-11-23T01:58:36.7288398Z test_reference_numerics_normal_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.096s) 2022-11-23T01:58:36.7288716Z test_reference_numerics_normal_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.099s) 2022-11-23T01:58:36.7288933Z test_reference_numerics_normal_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.300s) 2022-11-23T01:58:36.7289165Z test_reference_numerics_normal_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.206s) 2022-11-23T01:58:36.7289391Z test_reference_numerics_normal_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.183s) 2022-11-23T01:58:36.7289613Z test_reference_numerics_normal_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.100s) 2022-11-23T01:58:36.7289835Z test_reference_numerics_normal_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.099s) 2022-11-23T01:58:36.7290053Z test_reference_numerics_normal_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.067s) 2022-11-23T01:58:36.7290269Z test_reference_numerics_normal_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.099s) 2022-11-23T01:58:36.7290470Z test_reference_numerics_normal_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.081s) 2022-11-23T01:58:36.7290687Z test_reference_numerics_normal_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.080s) 2022-11-23T01:58:36.7290905Z test_reference_numerics_normal_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.107s) 2022-11-23T01:58:36.7291120Z test_reference_numerics_normal_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.107s) 2022-11-23T01:58:36.7291407Z test_reference_numerics_normal_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-11-23T01:58:36.7291638Z test_reference_numerics_normal_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.321s) 2022-11-23T01:58:36.7291866Z test_reference_numerics_normal_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.183s) 2022-11-23T01:58:36.7292092Z test_reference_numerics_normal_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.169s) 2022-11-23T01:58:36.7292312Z test_reference_numerics_normal_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.187s) 2022-11-23T01:58:36.7292629Z test_reference_numerics_normal_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.074s) 2022-11-23T01:58:36.7292854Z test_reference_numerics_normal_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2022-11-23T01:58:36.7293073Z test_reference_numerics_normal_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-11-23T01:58:36.7293292Z test_reference_numerics_normal_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2022-11-23T01:58:36.7293508Z test_reference_numerics_normal_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.067s) 2022-11-23T01:58:36.7293723Z test_reference_numerics_normal_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.069s) 2022-11-23T01:58:36.7293938Z test_reference_numerics_normal_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.062s) 2022-11-23T01:58:36.7294151Z test_reference_numerics_normal_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.080s) 2022-11-23T01:58:36.7294390Z test_reference_numerics_normal_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T01:58:36.7294621Z test_reference_numerics_normal_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2022-11-23T01:58:36.7294986Z test_reference_numerics_normal_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T01:58:36.7295248Z test_reference_numerics_normal_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.7295465Z test_reference_numerics_normal_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T01:58:36.7295700Z test_reference_numerics_normal_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.7296554Z test_reference_numerics_normal_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T01:58:36.7296781Z test_reference_numerics_normal_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T01:58:36.7297009Z test_reference_numerics_normal_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T01:58:36.7297239Z test_reference_numerics_normal_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T01:58:36.7297469Z test_reference_numerics_normal_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.7297704Z test_reference_numerics_normal_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T01:58:36.7297931Z test_reference_numerics_normal_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.069s) 2022-11-23T01:58:36.7298150Z test_reference_numerics_normal_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.243s) 2022-11-23T01:58:36.7298377Z test_reference_numerics_normal_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-11-23T01:58:36.7298595Z test_reference_numerics_normal_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-11-23T01:58:36.7298807Z test_reference_numerics_normal_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.069s) 2022-11-23T01:58:36.7299027Z test_reference_numerics_normal_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.171s) 2022-11-23T01:58:36.7299249Z test_reference_numerics_normal_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.173s) 2022-11-23T01:58:36.7299551Z test_reference_numerics_normal_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.118s) 2022-11-23T01:58:36.7299780Z test_reference_numerics_normal_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.115s) 2022-11-23T01:58:36.7299997Z test_reference_numerics_normal_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.178s) 2022-11-23T01:58:36.7300255Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.159s) 2022-11-23T01:58:36.7300498Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.113s) 2022-11-23T01:58:36.7300736Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.138s) 2022-11-23T01:58:36.7300980Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.105s) 2022-11-23T01:58:36.7301210Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.127s) 2022-11-23T01:58:36.7301456Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.100s) 2022-11-23T01:58:36.7301701Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.117s) 2022-11-23T01:58:36.7301942Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.124s) 2022-11-23T01:58:36.7302192Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.243s) 2022-11-23T01:58:36.7302433Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.237s) 2022-11-23T01:58:36.7302667Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.266s) 2022-11-23T01:58:36.7302911Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.224s) 2022-11-23T01:58:36.7303151Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.216s) 2022-11-23T01:58:36.7303395Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.252s) 2022-11-23T01:58:36.7303725Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.264s) 2022-11-23T01:58:36.7303965Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.271s) 2022-11-23T01:58:36.7304217Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.478s) 2022-11-23T01:58:36.7304455Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.415s) 2022-11-23T01:58:36.7304692Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.488s) 2022-11-23T01:58:36.7304931Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.335s) 2022-11-23T01:58:36.7305171Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.415s) 2022-11-23T01:58:36.7305413Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.411s) 2022-11-23T01:58:36.7305659Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.407s) 2022-11-23T01:58:36.7305897Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.416s) 2022-11-23T01:58:36.7306131Z test_reference_numerics_normal_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-11-23T01:58:36.7306359Z test_reference_numerics_normal_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.066s) 2022-11-23T01:58:36.7306657Z test_reference_numerics_normal_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2022-11-23T01:58:36.7306901Z test_reference_numerics_normal_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2022-11-23T01:58:36.7307111Z test_reference_numerics_normal_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-11-23T01:58:36.7307343Z test_reference_numerics_normal_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.7307562Z test_reference_numerics_normal_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.7307776Z test_reference_numerics_normal_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.7308001Z test_reference_numerics_normal_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T01:58:36.7308219Z test_reference_numerics_normal_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-11-23T01:58:36.7308441Z test_reference_numerics_normal_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-11-23T01:58:36.7308668Z test_reference_numerics_normal_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.099s) 2022-11-23T01:58:36.7308894Z test_reference_numerics_normal_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.103s) 2022-11-23T01:58:36.7309116Z test_reference_numerics_normal_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.091s) 2022-11-23T01:58:36.7309337Z test_reference_numerics_normal_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-11-23T01:58:36.7309559Z test_reference_numerics_normal_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.062s) 2022-11-23T01:58:36.7309780Z test_reference_numerics_normal_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2022-11-23T01:58:36.7310000Z test_reference_numerics_normal_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T01:58:36.7310216Z test_reference_numerics_normal_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T01:58:36.7310431Z test_reference_numerics_normal_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T01:58:36.7310648Z test_reference_numerics_normal_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T01:58:36.7310938Z test_reference_numerics_normal_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T01:58:36.7311189Z test_reference_numerics_normal_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.087s) 2022-11-23T01:58:36.7311436Z test_reference_numerics_normal_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.187s) 2022-11-23T01:58:36.7311683Z test_reference_numerics_normal_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.085s) 2022-11-23T01:58:36.7311911Z test_reference_numerics_normal_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.114s) 2022-11-23T01:58:36.7312154Z test_reference_numerics_normal_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.085s) 2022-11-23T01:58:36.7312397Z test_reference_numerics_normal_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.139s) 2022-11-23T01:58:36.7312643Z test_reference_numerics_normal_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.084s) 2022-11-23T01:58:36.7312885Z test_reference_numerics_normal_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.113s) 2022-11-23T01:58:36.7313146Z test_reference_numerics_normal_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2022-11-23T01:58:36.7313404Z test_reference_numerics_normal_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.115s) 2022-11-23T01:58:36.7313729Z test_reference_numerics_normal_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.065s) 2022-11-23T01:58:36.7314035Z test_reference_numerics_normal_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.078s) 2022-11-23T01:58:36.7314293Z test_reference_numerics_normal_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.107s) 2022-11-23T01:58:36.7314550Z test_reference_numerics_normal_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.202s) 2022-11-23T01:58:36.7314796Z test_reference_numerics_normal_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.125s) 2022-11-23T01:58:36.7315036Z test_reference_numerics_normal_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.181s) 2022-11-23T01:58:36.7315281Z test_reference_numerics_normal_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.110s) 2022-11-23T01:58:36.7315529Z test_reference_numerics_normal_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.245s) 2022-11-23T01:58:36.7315772Z test_reference_numerics_normal_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.124s) 2022-11-23T01:58:36.7316012Z test_reference_numerics_normal_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.168s) 2022-11-23T01:58:36.7316258Z test_reference_numerics_normal_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.110s) 2022-11-23T01:58:36.7316505Z test_reference_numerics_normal_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.075s) 2022-11-23T01:58:36.7316749Z test_reference_numerics_normal_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.090s) 2022-11-23T01:58:36.7316992Z test_reference_numerics_normal_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-11-23T01:58:36.7317236Z test_reference_numerics_normal_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.065s) 2022-11-23T01:58:36.7317477Z test_reference_numerics_normal_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T01:58:36.7317716Z test_reference_numerics_normal_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.064s) 2022-11-23T01:58:36.7317955Z test_reference_numerics_normal_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T01:58:36.7318282Z test_reference_numerics_normal_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T01:58:36.7318498Z test_reference_numerics_normal_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T01:58:36.7318743Z test_reference_numerics_normal_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T01:58:36.7318975Z test_reference_numerics_normal_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-11-23T01:58:36.7319223Z test_reference_numerics_normal_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.098s) 2022-11-23T01:58:36.7319459Z test_reference_numerics_normal_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.178s) 2022-11-23T01:58:36.7319700Z test_reference_numerics_normal_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.110s) 2022-11-23T01:58:36.7319942Z test_reference_numerics_normal_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.104s) 2022-11-23T01:58:36.7320182Z test_reference_numerics_normal_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.059s) 2022-11-23T01:58:36.7320417Z test_reference_numerics_normal_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.112s) 2022-11-23T01:58:36.7320654Z test_reference_numerics_normal_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.064s) 2022-11-23T01:58:36.7320953Z test_reference_numerics_normal_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.072s) 2022-11-23T01:58:36.7321220Z test_reference_numerics_normal_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.086s) 2022-11-23T01:58:36.7321471Z test_reference_numerics_normal_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.152s) 2022-11-23T01:58:36.7321717Z test_reference_numerics_normal_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.081s) 2022-11-23T01:58:36.7321954Z test_reference_numerics_normal_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.107s) 2022-11-23T01:58:36.7322200Z test_reference_numerics_normal_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.064s) 2022-11-23T01:58:36.7322442Z test_reference_numerics_normal_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.109s) 2022-11-23T01:58:36.7322703Z test_reference_numerics_normal_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.128s) 2022-11-23T01:58:36.7322957Z test_reference_numerics_normal_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.116s) 2022-11-23T01:58:36.7323200Z test_reference_numerics_normal_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.086s) 2022-11-23T01:58:36.7323441Z test_reference_numerics_normal_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-11-23T01:58:36.7323679Z test_reference_numerics_normal_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.070s) 2022-11-23T01:58:36.7323924Z test_reference_numerics_normal_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-11-23T01:58:36.7324168Z test_reference_numerics_normal_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-11-23T01:58:36.7324417Z test_reference_numerics_normal_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.069s) 2022-11-23T01:58:36.7324647Z test_reference_numerics_normal_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-11-23T01:58:36.7324888Z test_reference_numerics_normal_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.060s) 2022-11-23T01:58:36.7325224Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.080s) 2022-11-23T01:58:36.7325482Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.233s) 2022-11-23T01:58:36.7325740Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.180s) 2022-11-23T01:58:36.7325993Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.115s) 2022-11-23T01:58:36.7326242Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.079s) 2022-11-23T01:58:36.7326486Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.099s) 2022-11-23T01:58:36.7326786Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.085s) 2022-11-23T01:58:36.7327089Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.105s) 2022-11-23T01:58:36.7327329Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.099s) 2022-11-23T01:58:36.7327575Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.131s) 2022-11-23T01:58:36.7327814Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.124s) 2022-11-23T01:58:36.7328134Z test_reference_numerics_normal_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-11-23T01:58:36.7328397Z test_reference_numerics_normal_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.070s) 2022-11-23T01:58:36.7328640Z test_reference_numerics_normal_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2022-11-23T01:58:36.7328882Z test_reference_numerics_normal_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-11-23T01:58:36.7329126Z test_reference_numerics_normal_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T01:58:36.7329363Z test_reference_numerics_normal_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T01:58:36.7329598Z test_reference_numerics_normal_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.7329843Z test_reference_numerics_normal_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T01:58:36.7330093Z test_reference_numerics_normal_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T01:58:36.7330342Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.242s) 2022-11-23T01:58:36.7330601Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.551s) 2022-11-23T01:58:36.7330847Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.558s) 2022-11-23T01:58:36.7331068Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.561s) 2022-11-23T01:58:36.7331314Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.125s) 2022-11-23T01:58:36.7331552Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.139s) 2022-11-23T01:58:36.7331789Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.138s) 2022-11-23T01:58:36.7332030Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.130s) 2022-11-23T01:58:36.7332361Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.111s) 2022-11-23T01:58:36.7332607Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.779s) 2022-11-23T01:58:36.7332859Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.656s) 2022-11-23T01:58:36.7333102Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.672s) 2022-11-23T01:58:36.7333344Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.600s) 2022-11-23T01:58:36.7333590Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.636s) 2022-11-23T01:58:36.7333827Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.664s) 2022-11-23T01:58:36.7334064Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.638s) 2022-11-23T01:58:36.7334306Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.622s) 2022-11-23T01:58:36.7334555Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.678s) 2022-11-23T01:58:36.7334800Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.836s) 2022-11-23T01:58:36.7335462Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.710s) 2022-11-23T01:58:36.7335746Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.732s) 2022-11-23T01:58:36.7335983Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.685s) 2022-11-23T01:58:36.7336232Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.654s) 2022-11-23T01:58:36.7336470Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.655s) 2022-11-23T01:58:36.7336705Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.715s) 2022-11-23T01:58:36.7336946Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.636s) 2022-11-23T01:58:36.7337198Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.729s) 2022-11-23T01:58:36.7337444Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.823s) 2022-11-23T01:58:36.7337696Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.660s) 2022-11-23T01:58:36.7337927Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.723s) 2022-11-23T01:58:36.7338170Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.674s) 2022-11-23T01:58:36.7338414Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.691s) 2022-11-23T01:58:36.7338652Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.667s) 2022-11-23T01:58:36.7338888Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.662s) 2022-11-23T01:58:36.7339131Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.659s) 2022-11-23T01:58:36.7339380Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.694s) 2022-11-23T01:58:36.7339725Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.769s) 2022-11-23T01:58:36.7339975Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.664s) 2022-11-23T01:58:36.7340218Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.604s) 2022-11-23T01:58:36.7340455Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.691s) 2022-11-23T01:58:36.7340702Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.665s) 2022-11-23T01:58:36.7340939Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.628s) 2022-11-23T01:58:36.7341171Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.669s) 2022-11-23T01:58:36.7341414Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.655s) 2022-11-23T01:58:36.7341661Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.696s) 2022-11-23T01:58:36.7341894Z test_reference_numerics_normal_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2022-11-23T01:58:36.7342133Z test_reference_numerics_normal_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.094s) 2022-11-23T01:58:36.7342439Z test_reference_numerics_normal_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.102s) 2022-11-23T01:58:36.7342690Z test_reference_numerics_normal_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.084s) 2022-11-23T01:58:36.7342923Z test_reference_numerics_normal_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2022-11-23T01:58:36.7343145Z test_reference_numerics_normal_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2022-11-23T01:58:36.7343369Z test_reference_numerics_normal_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.060s) 2022-11-23T01:58:36.7343595Z test_reference_numerics_normal_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.7343796Z test_reference_numerics_normal_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.7344014Z test_reference_numerics_normal_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T01:58:36.7344241Z test_reference_numerics_normal_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T01:58:36.7344458Z test_reference_numerics_normal_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T01:58:36.7344685Z test_reference_numerics_normal_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-11-23T01:58:36.7344911Z test_reference_numerics_normal_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.161s) 2022-11-23T01:58:36.7345145Z test_reference_numerics_normal_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.060s) 2022-11-23T01:58:36.7345365Z test_reference_numerics_normal_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-11-23T01:58:36.7345580Z test_reference_numerics_normal_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-11-23T01:58:36.7345802Z test_reference_numerics_normal_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-11-23T01:58:36.7346018Z test_reference_numerics_normal_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.062s) 2022-11-23T01:58:36.7346229Z test_reference_numerics_normal_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.060s) 2022-11-23T01:58:36.7346449Z test_reference_numerics_normal_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-11-23T01:58:36.7346673Z test_reference_numerics_normal_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.065s) 2022-11-23T01:58:36.7346977Z test_reference_numerics_normal_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-11-23T01:58:36.7347197Z test_reference_numerics_normal_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-11-23T01:58:36.7347429Z test_reference_numerics_normal_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.062s) 2022-11-23T01:58:36.7347656Z test_reference_numerics_normal_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-11-23T01:58:36.7347878Z test_reference_numerics_normal_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-11-23T01:58:36.7348098Z test_reference_numerics_normal_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-11-23T01:58:36.7348321Z test_reference_numerics_normal_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-11-23T01:58:36.7348526Z test_reference_numerics_normal_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T01:58:36.7348746Z test_reference_numerics_normal_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.7348963Z test_reference_numerics_normal_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.7349182Z test_reference_numerics_normal_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T01:58:36.7349400Z test_reference_numerics_normal_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T01:58:36.7349679Z test_reference_numerics_normal_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T01:58:36.7349935Z test_reference_numerics_normal_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-11-23T01:58:36.7350171Z test_reference_numerics_normal_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.119s) 2022-11-23T01:58:36.7350419Z test_reference_numerics_normal_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.102s) 2022-11-23T01:58:36.7350660Z test_reference_numerics_normal_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.113s) 2022-11-23T01:58:36.7350899Z test_reference_numerics_normal_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.062s) 2022-11-23T01:58:36.7351135Z test_reference_numerics_normal_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-11-23T01:58:36.7351371Z test_reference_numerics_normal_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2022-11-23T01:58:36.7351606Z test_reference_numerics_normal_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-11-23T01:58:36.7351831Z test_reference_numerics_normal_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-11-23T01:58:36.7352050Z test_reference_numerics_normal_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-11-23T01:58:36.7352281Z test_reference_numerics_normal_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-11-23T01:58:36.7352502Z test_reference_numerics_normal_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-11-23T01:58:36.7352728Z test_reference_numerics_normal_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.165s) 2022-11-23T01:58:36.7352951Z test_reference_numerics_normal_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.178s) 2022-11-23T01:58:36.7353236Z test_reference_numerics_normal_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.160s) 2022-11-23T01:58:36.7353517Z test_reference_numerics_normal_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.154s) 2022-11-23T01:58:36.7353721Z test_reference_numerics_normal_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.7353942Z test_reference_numerics_normal_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T01:58:36.7354277Z test_reference_numerics_normal_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T01:58:36.7354494Z test_reference_numerics_normal_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T01:58:36.7354709Z test_reference_numerics_normal_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T01:58:36.7354954Z test_reference_numerics_normal_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.167s) 2022-11-23T01:58:36.7355202Z test_reference_numerics_normal_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.174s) 2022-11-23T01:58:36.7355443Z test_reference_numerics_normal_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.147s) 2022-11-23T01:58:36.7355676Z test_reference_numerics_normal_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.136s) 2022-11-23T01:58:36.7355917Z test_reference_numerics_normal_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.139s) 2022-11-23T01:58:36.7356159Z test_reference_numerics_normal_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.130s) 2022-11-23T01:58:36.7356397Z test_reference_numerics_normal_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.155s) 2022-11-23T01:58:36.7356630Z test_reference_numerics_normal_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.163s) 2022-11-23T01:58:36.7356876Z test_reference_numerics_normal_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.129s) 2022-11-23T01:58:36.7357193Z test_reference_numerics_normal_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.177s) 2022-11-23T01:58:36.7357449Z test_reference_numerics_normal_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.144s) 2022-11-23T01:58:36.7357698Z test_reference_numerics_normal_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.102s) 2022-11-23T01:58:36.7357933Z test_reference_numerics_normal_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-11-23T01:58:36.7358155Z test_reference_numerics_normal_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.223s) 2022-11-23T01:58:36.7358389Z test_reference_numerics_normal_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.164s) 2022-11-23T01:58:36.7358621Z test_reference_numerics_normal_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.187s) 2022-11-23T01:58:36.7358844Z test_reference_numerics_normal_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.163s) 2022-11-23T01:58:36.7359068Z test_reference_numerics_normal_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.094s) 2022-11-23T01:58:36.7359265Z test_reference_numerics_normal_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-11-23T01:58:36.7359477Z test_reference_numerics_normal_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2022-11-23T01:58:36.7359700Z test_reference_numerics_normal_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.065s) 2022-11-23T01:58:36.7359921Z test_reference_numerics_normal_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.064s) 2022-11-23T01:58:36.7360140Z test_reference_numerics_normal_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.072s) 2022-11-23T01:58:36.7360357Z test_reference_numerics_normal_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.100s) 2022-11-23T01:58:36.7360575Z test_reference_numerics_normal_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.098s) 2022-11-23T01:58:36.7360798Z test_reference_numerics_normal_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-11-23T01:58:36.7361015Z test_reference_numerics_normal_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.069s) 2022-11-23T01:58:36.7361242Z test_reference_numerics_normal_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.110s) 2022-11-23T01:58:36.7361544Z test_reference_numerics_normal_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.126s) 2022-11-23T01:58:36.7361760Z test_reference_numerics_normal_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.135s) 2022-11-23T01:58:36.7361977Z test_reference_numerics_normal_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2022-11-23T01:58:36.7362197Z test_reference_numerics_normal_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-11-23T01:58:36.7362424Z test_reference_numerics_normal_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-11-23T01:58:36.7362641Z test_reference_numerics_normal_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.7362857Z test_reference_numerics_normal_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T01:58:36.7363073Z test_reference_numerics_normal_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T01:58:36.7363294Z test_reference_numerics_normal_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T01:58:36.7363505Z test_reference_numerics_normal_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T01:58:36.7363718Z test_reference_numerics_normal_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.066s) 2022-11-23T01:58:36.7363942Z test_reference_numerics_normal_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.121s) 2022-11-23T01:58:36.7364246Z test_reference_numerics_normal_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.247s) 2022-11-23T01:58:36.7364499Z test_reference_numerics_normal_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.255s) 2022-11-23T01:58:36.7364734Z test_reference_numerics_normal_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.263s) 2022-11-23T01:58:36.7364966Z test_reference_numerics_normal_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2022-11-23T01:58:36.7365191Z test_reference_numerics_normal_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.065s) 2022-11-23T01:58:36.7365410Z test_reference_numerics_normal_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.067s) 2022-11-23T01:58:36.7365630Z test_reference_numerics_normal_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2022-11-23T01:58:36.7365846Z test_reference_numerics_normal_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.078s) 2022-11-23T01:58:36.7366059Z test_reference_numerics_normal_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.086s) 2022-11-23T01:58:36.7366280Z test_reference_numerics_normal_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.066s) 2022-11-23T01:58:36.7366504Z test_reference_numerics_normal_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-11-23T01:58:36.7366723Z test_reference_numerics_normal_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-11-23T01:58:36.7366943Z test_reference_numerics_normal_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-11-23T01:58:36.7367166Z test_reference_numerics_normal_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.060s) 2022-11-23T01:58:36.7367388Z test_reference_numerics_normal_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-11-23T01:58:36.7367606Z test_reference_numerics_normal_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-11-23T01:58:36.7367829Z test_reference_numerics_normal_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T01:58:36.7368047Z test_reference_numerics_normal_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T01:58:36.7368264Z test_reference_numerics_normal_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T01:58:36.7368480Z test_reference_numerics_normal_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T01:58:36.7368867Z test_reference_numerics_normal_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T01:58:36.7369107Z test_reference_numerics_normal_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T01:58:36.7369325Z test_reference_numerics_normal_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.100s) 2022-11-23T01:58:36.7369554Z test_reference_numerics_normal_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T01:58:36.7369782Z test_reference_numerics_normal_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.7370095Z test_reference_numerics_normal_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.7370401Z test_reference_numerics_normal_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.7370632Z test_reference_numerics_normal_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T01:58:36.7370849Z test_reference_numerics_normal_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.7371068Z test_reference_numerics_normal_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2022-11-23T01:58:36.7371289Z test_reference_numerics_normal_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-11-23T01:58:36.7371506Z test_reference_numerics_normal_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-11-23T01:58:36.7371795Z test_reference_numerics_normal_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.188s) 2022-11-23T01:58:36.7372037Z test_reference_numerics_normal_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.300s) 2022-11-23T01:58:36.7372257Z test_reference_numerics_normal_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.314s) 2022-11-23T01:58:36.7372472Z test_reference_numerics_normal_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.295s) 2022-11-23T01:58:36.7372695Z test_reference_numerics_normal_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.090s) 2022-11-23T01:58:36.7372915Z test_reference_numerics_normal_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-11-23T01:58:36.7373135Z test_reference_numerics_normal_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.064s) 2022-11-23T01:58:36.7373350Z test_reference_numerics_normal_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-11-23T01:58:36.7373566Z test_reference_numerics_normal_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.076s) 2022-11-23T01:58:36.7373762Z test_reference_numerics_normal_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.080s) 2022-11-23T01:58:36.7373977Z test_reference_numerics_normal_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.090s) 2022-11-23T01:58:36.7374187Z test_reference_numerics_normal_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.083s) 2022-11-23T01:58:36.7374413Z test_reference_numerics_normal_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-11-23T01:58:36.7374627Z test_reference_numerics_normal_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.174s) 2022-11-23T01:58:36.7374858Z test_reference_numerics_normal_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.330s) 2022-11-23T01:58:36.7375084Z test_reference_numerics_normal_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.321s) 2022-11-23T01:58:36.7375308Z test_reference_numerics_normal_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.069s) 2022-11-23T01:58:36.7375531Z test_reference_numerics_normal_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-11-23T01:58:36.7375754Z test_reference_numerics_normal_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.090s) 2022-11-23T01:58:36.7375972Z test_reference_numerics_normal_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.092s) 2022-11-23T01:58:36.7376370Z test_reference_numerics_normal_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.104s) 2022-11-23T01:58:36.7376592Z test_reference_numerics_normal_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.090s) 2022-11-23T01:58:36.7376809Z test_reference_numerics_normal_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.083s) 2022-11-23T01:58:36.7377021Z test_reference_numerics_normal_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.090s) 2022-11-23T01:58:36.7377253Z test_reference_numerics_normal_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.069s) 2022-11-23T01:58:36.7377602Z test_reference_numerics_normal_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.132s) 2022-11-23T01:58:36.7377859Z test_reference_numerics_normal_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.263s) 2022-11-23T01:58:36.7378089Z test_reference_numerics_normal_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.295s) 2022-11-23T01:58:36.7378311Z test_reference_numerics_normal_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.284s) 2022-11-23T01:58:36.7378512Z test_reference_numerics_normal_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.083s) 2022-11-23T01:58:36.7378731Z test_reference_numerics_normal_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.069s) 2022-11-23T01:58:36.7378951Z test_reference_numerics_normal_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-11-23T01:58:36.7379244Z test_reference_numerics_normal_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.088s) 2022-11-23T01:58:36.7379477Z test_reference_numerics_normal_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.084s) 2022-11-23T01:58:36.7379693Z test_reference_numerics_normal_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2022-11-23T01:58:36.7379913Z test_reference_numerics_normal_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.065s) 2022-11-23T01:58:36.7380131Z test_reference_numerics_normal_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-11-23T01:58:36.7380369Z test_reference_numerics_normal_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.357s) 2022-11-23T01:58:36.7380611Z test_reference_numerics_normal_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.385s) 2022-11-23T01:58:36.7380853Z test_reference_numerics_normal_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.399s) 2022-11-23T01:58:36.7381092Z test_reference_numerics_normal_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.367s) 2022-11-23T01:58:36.7381329Z test_reference_numerics_normal_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.378s) 2022-11-23T01:58:36.7381556Z test_reference_numerics_normal_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.380s) 2022-11-23T01:58:36.7381793Z test_reference_numerics_normal_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.369s) 2022-11-23T01:58:36.7382030Z test_reference_numerics_normal_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.484s) 2022-11-23T01:58:36.7382267Z test_reference_numerics_normal_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.132s) 2022-11-23T01:58:36.7382510Z test_reference_numerics_normal_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.115s) 2022-11-23T01:58:36.7382810Z test_reference_numerics_normal_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.115s) 2022-11-23T01:58:36.7383088Z test_reference_numerics_normal_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.082s) 2022-11-23T01:58:36.7383329Z test_reference_numerics_normal_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.102s) 2022-11-23T01:58:36.7383646Z test_reference_numerics_normal_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.111s) 2022-11-23T01:58:36.7383979Z test_reference_numerics_normal_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.107s) 2022-11-23T01:58:36.7384190Z test_reference_numerics_normal_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.091s) 2022-11-23T01:58:36.7384422Z test_reference_numerics_normal_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.159s) 2022-11-23T01:58:36.7384765Z test_reference_numerics_normal_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.104s) 2022-11-23T01:58:36.7385112Z test_reference_numerics_normal_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.113s) 2022-11-23T01:58:36.7385353Z test_reference_numerics_normal_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.113s) 2022-11-23T01:58:36.7385582Z test_reference_numerics_normal_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.103s) 2022-11-23T01:58:36.7385816Z test_reference_numerics_normal_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.116s) 2022-11-23T01:58:36.7386049Z test_reference_numerics_normal_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.103s) 2022-11-23T01:58:36.7386279Z test_reference_numerics_normal_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.091s) 2022-11-23T01:58:36.7386511Z test_reference_numerics_normal_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.193s) 2022-11-23T01:58:36.7386906Z test_reference_numerics_normal_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.110s) 2022-11-23T01:58:36.7387164Z test_reference_numerics_normal_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.115s) 2022-11-23T01:58:36.7387395Z test_reference_numerics_normal_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.109s) 2022-11-23T01:58:36.7387629Z test_reference_numerics_normal_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.118s) 2022-11-23T01:58:36.7387857Z test_reference_numerics_normal_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.120s) 2022-11-23T01:58:36.7388090Z test_reference_numerics_normal_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.091s) 2022-11-23T01:58:36.7388317Z test_reference_numerics_normal_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.107s) 2022-11-23T01:58:36.7388550Z test_reference_numerics_normal_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.194s) 2022-11-23T01:58:36.7388789Z test_reference_numerics_normal_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.115s) 2022-11-23T01:58:36.7389028Z test_reference_numerics_normal_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.093s) 2022-11-23T01:58:36.7389261Z test_reference_numerics_normal_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.096s) 2022-11-23T01:58:36.7389492Z test_reference_numerics_normal_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.092s) 2022-11-23T01:58:36.7389720Z test_reference_numerics_normal_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.118s) 2022-11-23T01:58:36.7389935Z test_reference_numerics_normal_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.088s) 2022-11-23T01:58:36.7390162Z test_reference_numerics_normal_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.121s) 2022-11-23T01:58:36.7390400Z test_reference_numerics_normal_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.088s) 2022-11-23T01:58:36.7390636Z test_reference_numerics_normal_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.145s) 2022-11-23T01:58:36.7390971Z test_reference_numerics_normal_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.082s) 2022-11-23T01:58:36.7391300Z test_reference_numerics_normal_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.083s) 2022-11-23T01:58:36.7391536Z test_reference_numerics_normal_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.096s) 2022-11-23T01:58:36.7391770Z test_reference_numerics_normal_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.076s) 2022-11-23T01:58:36.7392098Z test_reference_numerics_normal_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.078s) 2022-11-23T01:58:36.7392423Z test_reference_numerics_normal_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2022-11-23T01:58:36.7392661Z test_reference_numerics_normal_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.084s) 2022-11-23T01:58:36.7392894Z test_reference_numerics_normal_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.070s) 2022-11-23T01:58:36.7393127Z test_reference_numerics_normal_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.126s) 2022-11-23T01:58:36.7393437Z test_reference_numerics_normal_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.078s) 2022-11-23T01:58:36.7393693Z test_reference_numerics_normal_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.083s) 2022-11-23T01:58:36.7393930Z test_reference_numerics_normal_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.088s) 2022-11-23T01:58:36.7394164Z test_reference_numerics_normal_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.094s) 2022-11-23T01:58:36.7394472Z test_reference_numerics_normal_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.093s) 2022-11-23T01:58:36.7394716Z test_reference_numerics_normal_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.093s) 2022-11-23T01:58:36.7394947Z test_reference_numerics_normal_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.082s) 2022-11-23T01:58:36.7395186Z test_reference_numerics_normal_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.134s) 2022-11-23T01:58:36.7395419Z test_reference_numerics_normal_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.234s) 2022-11-23T01:58:36.7395650Z test_reference_numerics_normal_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.143s) 2022-11-23T01:58:36.7395864Z test_reference_numerics_normal_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.143s) 2022-11-23T01:58:36.7396095Z test_reference_numerics_normal_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.137s) 2022-11-23T01:58:36.7396327Z test_reference_numerics_normal_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.134s) 2022-11-23T01:58:36.7396558Z test_reference_numerics_normal_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.137s) 2022-11-23T01:58:36.7396785Z test_reference_numerics_normal_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.138s) 2022-11-23T01:58:36.7397017Z test_reference_numerics_normal_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.134s) 2022-11-23T01:58:36.7397245Z test_reference_numerics_normal_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.132s) 2022-11-23T01:58:36.7397473Z test_reference_numerics_normal_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.292s) 2022-11-23T01:58:36.7397702Z test_reference_numerics_normal_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.153s) 2022-11-23T01:58:36.7397936Z test_reference_numerics_normal_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.169s) 2022-11-23T01:58:36.7398257Z test_reference_numerics_normal_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.142s) 2022-11-23T01:58:36.7398488Z test_reference_numerics_normal_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.139s) 2022-11-23T01:58:36.7398703Z test_reference_numerics_normal_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.169s) 2022-11-23T01:58:36.7399022Z test_reference_numerics_normal_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.133s) 2022-11-23T01:58:36.7399317Z test_reference_numerics_normal_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.155s) 2022-11-23T01:58:36.7399641Z test_reference_numerics_normal_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.283s) 2022-11-23T01:58:36.7399879Z test_reference_numerics_normal_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.134s) 2022-11-23T01:58:36.7400122Z test_reference_numerics_normal_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.133s) 2022-11-23T01:58:36.7400352Z test_reference_numerics_normal_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.142s) 2022-11-23T01:58:36.7400582Z test_reference_numerics_normal_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.145s) 2022-11-23T01:58:36.7400811Z test_reference_numerics_normal_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.142s) 2022-11-23T01:58:36.7401041Z test_reference_numerics_normal_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.149s) 2022-11-23T01:58:36.7401250Z test_reference_numerics_normal_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.133s) 2022-11-23T01:58:36.7401490Z test_reference_numerics_normal_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.200s) 2022-11-23T01:58:36.7401733Z test_reference_numerics_normal_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.105s) 2022-11-23T01:58:36.7402043Z test_reference_numerics_normal_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.129s) 2022-11-23T01:58:36.7402299Z test_reference_numerics_normal_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.129s) 2022-11-23T01:58:36.7402533Z test_reference_numerics_normal_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.112s) 2022-11-23T01:58:36.7402765Z test_reference_numerics_normal_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.108s) 2022-11-23T01:58:36.7402997Z test_reference_numerics_normal_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.106s) 2022-11-23T01:58:36.7403222Z test_reference_numerics_normal_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.125s) 2022-11-23T01:58:36.7403474Z test_reference_numerics_normal_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.293s) 2022-11-23T01:58:36.7403730Z test_reference_numerics_normal_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.162s) 2022-11-23T01:58:36.7403987Z test_reference_numerics_normal_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.166s) 2022-11-23T01:58:36.7404241Z test_reference_numerics_normal_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.162s) 2022-11-23T01:58:36.7404488Z test_reference_numerics_normal_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.137s) 2022-11-23T01:58:36.7404726Z test_reference_numerics_normal_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.155s) 2022-11-23T01:58:36.7404976Z test_reference_numerics_normal_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.156s) 2022-11-23T01:58:36.7405215Z test_reference_numerics_normal_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.157s) 2022-11-23T01:58:36.7405567Z test_reference_numerics_normal_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.299s) 2022-11-23T01:58:36.7405828Z test_reference_numerics_normal_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.161s) 2022-11-23T01:58:36.7406089Z test_reference_numerics_normal_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.166s) 2022-11-23T01:58:36.7406482Z test_reference_numerics_normal_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.126s) 2022-11-23T01:58:36.7406844Z test_reference_numerics_normal_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.133s) 2022-11-23T01:58:36.7407086Z test_reference_numerics_normal_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.177s) 2022-11-23T01:58:36.7407333Z test_reference_numerics_normal_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.136s) 2022-11-23T01:58:36.7407576Z test_reference_numerics_normal_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.143s) 2022-11-23T01:58:36.7407802Z test_reference_numerics_normal_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.249s) 2022-11-23T01:58:36.7408053Z test_reference_numerics_normal_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.132s) 2022-11-23T01:58:36.7408309Z test_reference_numerics_normal_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.115s) 2022-11-23T01:58:36.7408555Z test_reference_numerics_normal_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.101s) 2022-11-23T01:58:36.7408795Z test_reference_numerics_normal_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.129s) 2022-11-23T01:58:36.7409032Z test_reference_numerics_normal_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.124s) 2022-11-23T01:58:36.7409353Z test_reference_numerics_normal_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.120s) 2022-11-23T01:58:36.7409609Z test_reference_numerics_normal_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.162s) 2022-11-23T01:58:36.7409852Z test_reference_numerics_normal_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.297s) 2022-11-23T01:58:36.7410107Z test_reference_numerics_normal_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.139s) 2022-11-23T01:58:36.7410360Z test_reference_numerics_normal_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.132s) 2022-11-23T01:58:36.7410607Z test_reference_numerics_normal_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.136s) 2022-11-23T01:58:36.7410849Z test_reference_numerics_normal_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.138s) 2022-11-23T01:58:36.7411088Z test_reference_numerics_normal_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.147s) 2022-11-23T01:58:36.7411339Z test_reference_numerics_normal_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.112s) 2022-11-23T01:58:36.7411577Z test_reference_numerics_normal_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.172s) 2022-11-23T01:58:36.7411818Z test_reference_numerics_normal_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.124s) 2022-11-23T01:58:36.7412051Z test_reference_numerics_normal_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.187s) 2022-11-23T01:58:36.7412290Z test_reference_numerics_normal_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.120s) 2022-11-23T01:58:36.7412567Z test_reference_numerics_normal_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.112s) 2022-11-23T01:58:36.7412864Z test_reference_numerics_normal_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.115s) 2022-11-23T01:58:36.7413100Z test_reference_numerics_normal_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.102s) 2022-11-23T01:58:36.7413335Z test_reference_numerics_normal_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.124s) 2022-11-23T01:58:36.7414243Z test_reference_numerics_normal_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.117s) 2022-11-23T01:58:36.7414510Z test_reference_numerics_normal_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.098s) 2022-11-23T01:58:36.7414728Z test_reference_numerics_normal_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.108s) 2022-11-23T01:58:36.7414963Z test_reference_numerics_normal_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.115s) 2022-11-23T01:58:36.7415204Z test_reference_numerics_normal_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.091s) 2022-11-23T01:58:36.7415444Z test_reference_numerics_normal_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.092s) 2022-11-23T01:58:36.7415674Z test_reference_numerics_normal_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-11-23T01:58:36.7415908Z test_reference_numerics_normal_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2022-11-23T01:58:36.7416140Z test_reference_numerics_normal_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-11-23T01:58:36.7416369Z test_reference_numerics_normal_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-11-23T01:58:36.7416594Z test_reference_numerics_normal_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-11-23T01:58:36.7416872Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.217s) 2022-11-23T01:58:36.7417238Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.140s) 2022-11-23T01:58:36.7417524Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.123s) 2022-11-23T01:58:36.7417784Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.111s) 2022-11-23T01:58:36.7418058Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.093s) 2022-11-23T01:58:36.7418316Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.138s) 2022-11-23T01:58:36.7418571Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.124s) 2022-11-23T01:58:36.7418839Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.106s) 2022-11-23T01:58:36.7419112Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.122s) 2022-11-23T01:58:36.7419373Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.291s) 2022-11-23T01:58:36.7419643Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.131s) 2022-11-23T01:58:36.7420004Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.102s) 2022-11-23T01:58:36.7420273Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.119s) 2022-11-23T01:58:36.7420533Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.125s) 2022-11-23T01:58:36.7420789Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.129s) 2022-11-23T01:58:36.7421126Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.124s) 2022-11-23T01:58:36.7421473Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.156s) 2022-11-23T01:58:36.7421822Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.291s) 2022-11-23T01:58:36.7422084Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.125s) 2022-11-23T01:58:36.7422348Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.127s) 2022-11-23T01:58:36.7422607Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.128s) 2022-11-23T01:58:36.7422856Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.126s) 2022-11-23T01:58:36.7423105Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.132s) 2022-11-23T01:58:36.7423364Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.126s) 2022-11-23T01:58:36.7423613Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.119s) 2022-11-23T01:58:36.7423863Z test_reference_numerics_normal_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.180s) 2022-11-23T01:58:36.7424117Z test_reference_numerics_normal_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.087s) 2022-11-23T01:58:36.7424437Z test_reference_numerics_normal_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.088s) 2022-11-23T01:58:36.7424705Z test_reference_numerics_normal_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.087s) 2022-11-23T01:58:36.7424957Z test_reference_numerics_normal_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.103s) 2022-11-23T01:58:36.7425211Z test_reference_numerics_normal_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.082s) 2022-11-23T01:58:36.7425460Z test_reference_numerics_normal_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.088s) 2022-11-23T01:58:36.7425708Z test_reference_numerics_normal_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.100s) 2022-11-23T01:58:36.7425932Z test_reference_numerics_normal_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-11-23T01:58:36.7426153Z test_reference_numerics_normal_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.165s) 2022-11-23T01:58:36.7426381Z test_reference_numerics_normal_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.174s) 2022-11-23T01:58:36.7426606Z test_reference_numerics_normal_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.187s) 2022-11-23T01:58:36.7426820Z test_reference_numerics_normal_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.154s) 2022-11-23T01:58:36.7427042Z test_reference_numerics_normal_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.065s) 2022-11-23T01:58:36.7427363Z test_reference_numerics_normal_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2022-11-23T01:58:36.7427592Z test_reference_numerics_normal_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.060s) 2022-11-23T01:58:36.7427793Z test_reference_numerics_normal_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2022-11-23T01:58:36.7428009Z test_reference_numerics_normal_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-11-23T01:58:36.7428226Z test_reference_numerics_normal_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.059s) 2022-11-23T01:58:36.7428577Z test_reference_numerics_normal_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.083s) 2022-11-23T01:58:36.7428822Z test_reference_numerics_normal_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.081s) 2022-11-23T01:58:36.7429142Z test_reference_numerics_normal_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2022-11-23T01:58:36.7429362Z test_reference_numerics_normal_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2022-11-23T01:58:36.7429595Z test_reference_numerics_normal_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.100s) 2022-11-23T01:58:36.7429822Z test_reference_numerics_normal_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.104s) 2022-11-23T01:58:36.7430046Z test_reference_numerics_normal_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.066s) 2022-11-23T01:58:36.7430388Z test_reference_numerics_normal_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-11-23T01:58:36.7430760Z test_reference_numerics_normal_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-11-23T01:58:36.7430990Z test_reference_numerics_normal_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T01:58:36.7431214Z test_reference_numerics_normal_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T01:58:36.7431433Z test_reference_numerics_normal_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T01:58:36.7431654Z test_reference_numerics_normal_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T01:58:36.7431867Z test_reference_numerics_normal_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T01:58:36.7432165Z test_reference_numerics_normal_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.072s) 2022-11-23T01:58:36.7432397Z test_reference_numerics_normal_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.179s) 2022-11-23T01:58:36.7432617Z test_reference_numerics_normal_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.206s) 2022-11-23T01:58:36.7432836Z test_reference_numerics_normal_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.188s) 2022-11-23T01:58:36.7433039Z test_reference_numerics_normal_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.186s) 2022-11-23T01:58:36.7433255Z test_reference_numerics_normal_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.093s) 2022-11-23T01:58:36.7433472Z test_reference_numerics_normal_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-11-23T01:58:36.7433691Z test_reference_numerics_normal_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-11-23T01:58:36.7433909Z test_reference_numerics_normal_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.066s) 2022-11-23T01:58:36.7434126Z test_reference_numerics_normal_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.074s) 2022-11-23T01:58:36.7434341Z test_reference_numerics_normal_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.083s) 2022-11-23T01:58:36.7434656Z test_reference_numerics_normal_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.088s) 2022-11-23T01:58:36.7434875Z test_reference_numerics_normal_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.088s) 2022-11-23T01:58:36.7435097Z test_reference_numerics_normal_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.081s) 2022-11-23T01:58:36.7435310Z test_reference_numerics_normal_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.184s) 2022-11-23T01:58:36.7435625Z test_reference_numerics_normal_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.215s) 2022-11-23T01:58:36.7435947Z test_reference_numerics_normal_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.186s) 2022-11-23T01:58:36.7436172Z test_reference_numerics_normal_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.170s) 2022-11-23T01:58:36.7436391Z test_reference_numerics_normal_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.098s) 2022-11-23T01:58:36.7436611Z test_reference_numerics_normal_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.084s) 2022-11-23T01:58:36.7436918Z test_reference_numerics_normal_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.094s) 2022-11-23T01:58:36.7437135Z test_reference_numerics_normal_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.068s) 2022-11-23T01:58:36.7437350Z test_reference_numerics_normal_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.090s) 2022-11-23T01:58:36.7437565Z test_reference_numerics_normal_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.093s) 2022-11-23T01:58:36.7437764Z test_reference_numerics_normal_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.088s) 2022-11-23T01:58:36.7437976Z test_reference_numerics_normal_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.084s) 2022-11-23T01:58:36.7438211Z test_reference_numerics_normal_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.065s) 2022-11-23T01:58:36.7438465Z test_reference_numerics_normal_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.080s) 2022-11-23T01:58:36.7438680Z test_reference_numerics_normal_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.064s) 2022-11-23T01:58:36.7438888Z test_reference_numerics_normal_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-11-23T01:58:36.7439105Z test_reference_numerics_normal_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T01:58:36.7439324Z test_reference_numerics_normal_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T01:58:36.7439606Z test_reference_numerics_normal_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T01:58:36.7439834Z test_reference_numerics_normal_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-11-23T01:58:36.7440046Z test_reference_numerics_normal_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.076s) 2022-11-23T01:58:36.7440264Z test_reference_numerics_small_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7440524Z test_reference_numerics_small_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.003s) 2022-11-23T01:58:36.7440750Z test_reference_numerics_small_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2022-11-23T01:58:36.7440969Z test_reference_numerics_small_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T01:58:36.7441189Z test_reference_numerics_small_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.060s) 2022-11-23T01:58:36.7441403Z test_reference_numerics_small_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7441678Z test_reference_numerics_small_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7441932Z test_reference_numerics_small_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7442144Z test_reference_numerics_small_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.7442359Z test_reference_numerics_small_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7442547Z test_reference_numerics_small_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7442823Z test_reference_numerics_small_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7443137Z test_reference_numerics_small_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7443368Z test_reference_numerics_small_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7443628Z test_reference_numerics_small_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.003s) 2022-11-23T01:58:36.7443878Z test_reference_numerics_small_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.7444105Z test_reference_numerics_small_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2022-11-23T01:58:36.7444412Z test_reference_numerics_small_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2022-11-23T01:58:36.7444633Z test_reference_numerics_small_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7444847Z test_reference_numerics_small_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7445063Z test_reference_numerics_small_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7445278Z test_reference_numerics_small_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7445491Z test_reference_numerics_small_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7445700Z test_reference_numerics_small_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7445914Z test_reference_numerics_small_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7446126Z test_reference_numerics_small_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7446346Z test_reference_numerics_small_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7446599Z test_reference_numerics_small_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-11-23T01:58:36.7446846Z test_reference_numerics_small_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.7447140Z test_reference_numerics_small_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.081s) 2022-11-23T01:58:36.7447377Z test_reference_numerics_small_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-11-23T01:58:36.7447595Z test_reference_numerics_small_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7447801Z test_reference_numerics_small_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7448020Z test_reference_numerics_small_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7448236Z test_reference_numerics_small_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7448452Z test_reference_numerics_small_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7448665Z test_reference_numerics_small_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7448981Z test_reference_numerics_small_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.7449211Z test_reference_numerics_small_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7449469Z test_reference_numerics_small_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.000s) 2022-11-23T01:58:36.7449700Z test_reference_numerics_small_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.068s) 2022-11-23T01:58:36.7449924Z test_reference_numerics_small_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.064s) 2022-11-23T01:58:36.7450288Z test_reference_numerics_small_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-11-23T01:58:36.7450560Z test_reference_numerics_small_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.005s) 2022-11-23T01:58:36.7450810Z test_reference_numerics_small_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.004s) 2022-11-23T01:58:36.7451025Z test_reference_numerics_small_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7451237Z test_reference_numerics_small_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7451453Z test_reference_numerics_small_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7451757Z test_reference_numerics_small_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7451971Z test_reference_numerics_small_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7452189Z test_reference_numerics_small_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7452446Z test_reference_numerics_small_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T01:58:36.7452674Z test_reference_numerics_small_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.080s) 2022-11-23T01:58:36.7452893Z test_reference_numerics_small_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.070s) 2022-11-23T01:58:36.7453090Z test_reference_numerics_small_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.069s) 2022-11-23T01:58:36.7453307Z test_reference_numerics_small_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7453529Z test_reference_numerics_small_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7453749Z test_reference_numerics_small_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7453964Z test_reference_numerics_small_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7454176Z test_reference_numerics_small_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7454820Z test_reference_numerics_small_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7455075Z test_reference_numerics_small_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.7455285Z test_reference_numerics_small_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7455508Z test_reference_numerics_small_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7455771Z test_reference_numerics_small_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-11-23T01:58:36.7456001Z test_reference_numerics_small_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.062s) 2022-11-23T01:58:36.7456341Z test_reference_numerics_small_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-11-23T01:58:36.7456569Z test_reference_numerics_small_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-11-23T01:58:36.7456792Z test_reference_numerics_small_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.7457011Z test_reference_numerics_small_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7457283Z test_reference_numerics_small_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7457533Z test_reference_numerics_small_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7457838Z test_reference_numerics_small_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7458057Z test_reference_numerics_small_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7458273Z test_reference_numerics_small_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7458468Z test_reference_numerics_small_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7458694Z test_reference_numerics_small_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7458950Z test_reference_numerics_small_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.000s) 2022-11-23T01:58:36.7459174Z test_reference_numerics_small_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.079s) 2022-11-23T01:58:36.7459396Z test_reference_numerics_small_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-11-23T01:58:36.7459714Z test_reference_numerics_small_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2022-11-23T01:58:36.7460051Z test_reference_numerics_small_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7460294Z test_reference_numerics_small_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7460512Z test_reference_numerics_small_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7460730Z test_reference_numerics_small_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7460945Z test_reference_numerics_small_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7461159Z test_reference_numerics_small_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7461371Z test_reference_numerics_small_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7461585Z test_reference_numerics_small_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7461808Z test_reference_numerics_small_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7462063Z test_reference_numerics_small_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.000s) 2022-11-23T01:58:36.7462289Z test_reference_numerics_small_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.078s) 2022-11-23T01:58:36.7462609Z test_reference_numerics_small_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.065s) 2022-11-23T01:58:36.7462840Z test_reference_numerics_small_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-11-23T01:58:36.7463058Z test_reference_numerics_small_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7463280Z test_reference_numerics_small_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7463579Z test_reference_numerics_small_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7463805Z test_reference_numerics_small_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7464020Z test_reference_numerics_small_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7464233Z test_reference_numerics_small_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7464449Z test_reference_numerics_small_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7464780Z test_reference_numerics_small_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.7465095Z test_reference_numerics_small_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.004s) 2022-11-23T01:58:36.7465327Z test_reference_numerics_small_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7465543Z test_reference_numerics_small_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7465755Z test_reference_numerics_small_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7465978Z test_reference_numerics_small_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7466191Z test_reference_numerics_small_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7466407Z test_reference_numerics_small_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.7466623Z test_reference_numerics_small_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7466841Z test_reference_numerics_small_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7467160Z test_reference_numerics_small_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.7467372Z test_reference_numerics_small_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7467584Z test_reference_numerics_small_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7467795Z test_reference_numerics_small_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7468005Z test_reference_numerics_small_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7468217Z test_reference_numerics_small_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7468419Z test_reference_numerics_small_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7468673Z test_reference_numerics_small_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T01:58:36.7468897Z test_reference_numerics_small_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.065s) 2022-11-23T01:58:36.7469119Z test_reference_numerics_small_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-11-23T01:58:36.7469334Z test_reference_numerics_small_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T01:58:36.7469550Z test_reference_numerics_small_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7469835Z test_reference_numerics_small_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7470065Z test_reference_numerics_small_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7470275Z test_reference_numerics_small_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.7470484Z test_reference_numerics_small_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7470802Z test_reference_numerics_small_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7471023Z test_reference_numerics_small_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7471231Z test_reference_numerics_small_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7471470Z test_reference_numerics_small_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7471827Z test_reference_numerics_small_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T01:58:36.7472170Z test_reference_numerics_small_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-11-23T01:58:36.7472417Z test_reference_numerics_small_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-11-23T01:58:36.7472654Z test_reference_numerics_small_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2022-11-23T01:58:36.7472893Z test_reference_numerics_small_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7473126Z test_reference_numerics_small_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7473359Z test_reference_numerics_small_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7473588Z test_reference_numerics_small_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7473804Z test_reference_numerics_small_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7474149Z test_reference_numerics_small_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7474400Z test_reference_numerics_small_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7474744Z test_reference_numerics_small_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7474964Z test_reference_numerics_small_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7475218Z test_reference_numerics_small_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.000s) 2022-11-23T01:58:36.7475443Z test_reference_numerics_small_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2022-11-23T01:58:36.7475669Z test_reference_numerics_small_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.060s) 2022-11-23T01:58:36.7475888Z test_reference_numerics_small_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2022-11-23T01:58:36.7476104Z test_reference_numerics_small_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7476317Z test_reference_numerics_small_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7476535Z test_reference_numerics_small_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7476746Z test_reference_numerics_small_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7476956Z test_reference_numerics_small_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7477163Z test_reference_numerics_small_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7477375Z test_reference_numerics_small_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7477657Z test_reference_numerics_small_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7477997Z test_reference_numerics_small_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7478259Z test_reference_numerics_small_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-11-23T01:58:36.7478486Z test_reference_numerics_small_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-11-23T01:58:36.7478707Z test_reference_numerics_small_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T01:58:36.7479017Z test_reference_numerics_small_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-11-23T01:58:36.7479315Z test_reference_numerics_small_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7479543Z test_reference_numerics_small_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7479758Z test_reference_numerics_small_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7479970Z test_reference_numerics_small_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7480184Z test_reference_numerics_small_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7480401Z test_reference_numerics_small_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7480611Z test_reference_numerics_small_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7480820Z test_reference_numerics_small_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7481050Z test_reference_numerics_small_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7481312Z test_reference_numerics_small_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-11-23T01:58:36.7481538Z test_reference_numerics_small_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7481755Z test_reference_numerics_small_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7481966Z test_reference_numerics_small_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7482274Z test_reference_numerics_small_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7482494Z test_reference_numerics_small_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7482711Z test_reference_numerics_small_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.7482930Z test_reference_numerics_small_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7483148Z test_reference_numerics_small_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7483411Z test_reference_numerics_small_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.000s) 2022-11-23T01:58:36.7483636Z test_reference_numerics_small_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7483853Z test_reference_numerics_small_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7484052Z test_reference_numerics_small_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7484266Z test_reference_numerics_small_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.7484478Z test_reference_numerics_small_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7484694Z test_reference_numerics_small_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7485079Z test_reference_numerics_small_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.7485325Z test_reference_numerics_small_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7485545Z test_reference_numerics_small_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7485801Z test_reference_numerics_small_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T01:58:36.7486020Z test_reference_numerics_small_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7486327Z test_reference_numerics_small_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7486548Z test_reference_numerics_small_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7486757Z test_reference_numerics_small_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7486971Z test_reference_numerics_small_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7487238Z test_reference_numerics_small_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7487480Z test_reference_numerics_small_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7487685Z test_reference_numerics_small_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7487910Z test_reference_numerics_small_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7488170Z test_reference_numerics_small_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T01:58:36.7488387Z test_reference_numerics_small_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7488605Z test_reference_numerics_small_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7488823Z test_reference_numerics_small_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7489021Z test_reference_numerics_small_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7489233Z test_reference_numerics_small_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.7489446Z test_reference_numerics_small_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7489743Z test_reference_numerics_small_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7489954Z test_reference_numerics_small_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7490215Z test_reference_numerics_small_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T01:58:36.7490438Z test_reference_numerics_small_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7490659Z test_reference_numerics_small_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7490871Z test_reference_numerics_small_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7491087Z test_reference_numerics_small_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7491306Z test_reference_numerics_small_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7491521Z test_reference_numerics_small_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7491738Z test_reference_numerics_small_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7491950Z test_reference_numerics_small_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7492170Z test_reference_numerics_small_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7492501Z test_reference_numerics_small_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.003s) 2022-11-23T01:58:36.7492735Z test_reference_numerics_small_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7492951Z test_reference_numerics_small_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T01:58:36.7493266Z test_reference_numerics_small_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7493486Z test_reference_numerics_small_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7493699Z test_reference_numerics_small_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7493895Z test_reference_numerics_small_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.7494175Z test_reference_numerics_small_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7494415Z test_reference_numerics_small_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7494737Z test_reference_numerics_small_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.7494996Z test_reference_numerics_small_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T01:58:36.7495222Z test_reference_numerics_small_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-11-23T01:58:36.7495442Z test_reference_numerics_small_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.068s) 2022-11-23T01:58:36.7495666Z test_reference_numerics_small_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.076s) 2022-11-23T01:58:36.7495883Z test_reference_numerics_small_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7496100Z test_reference_numerics_small_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7496318Z test_reference_numerics_small_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7496530Z test_reference_numerics_small_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7496742Z test_reference_numerics_small_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7497037Z test_reference_numerics_small_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7497248Z test_reference_numerics_small_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7497457Z test_reference_numerics_small_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7497679Z test_reference_numerics_small_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.7497935Z test_reference_numerics_small_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T01:58:36.7498156Z test_reference_numerics_small_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7498376Z test_reference_numerics_small_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7498594Z test_reference_numerics_small_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7498811Z test_reference_numerics_small_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7499012Z test_reference_numerics_small_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7499225Z test_reference_numerics_small_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7499437Z test_reference_numerics_small_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7499649Z test_reference_numerics_small_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7499931Z test_reference_numerics_small_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7500203Z test_reference_numerics_small_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T01:58:36.7500529Z test_reference_numerics_small_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2022-11-23T01:58:36.7500764Z test_reference_numerics_small_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.069s) 2022-11-23T01:58:36.7500979Z test_reference_numerics_small_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.065s) 2022-11-23T01:58:36.7501196Z test_reference_numerics_small_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.7501481Z test_reference_numerics_small_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7501729Z test_reference_numerics_small_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7501943Z test_reference_numerics_small_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7502187Z test_reference_numerics_small_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7502465Z test_reference_numerics_small_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.7502687Z test_reference_numerics_small_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7502895Z test_reference_numerics_small_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7503117Z test_reference_numerics_small_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7503334Z test_reference_numerics_small_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7503555Z test_reference_numerics_small_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7503772Z test_reference_numerics_small_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7503972Z test_reference_numerics_small_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7504186Z test_reference_numerics_small_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7504490Z test_reference_numerics_small_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7504799Z test_reference_numerics_small_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7505094Z test_reference_numerics_small_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7505498Z test_reference_numerics_small_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7505893Z test_reference_numerics_small_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7506281Z test_reference_numerics_small_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7506722Z test_reference_numerics_small_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7507246Z test_reference_numerics_small_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.7507821Z test_reference_numerics_small_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.7508237Z test_reference_numerics_small_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.7508462Z test_reference_numerics_small_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7508744Z test_reference_numerics_small_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.003s) 2022-11-23T01:58:36.7509205Z test_reference_numerics_small_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7509444Z test_reference_numerics_small_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7509656Z test_reference_numerics_small_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7509867Z test_reference_numerics_small_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7510082Z test_reference_numerics_small_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.7510287Z test_reference_numerics_small_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7510495Z test_reference_numerics_small_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7510681Z test_reference_numerics_small_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.7510910Z test_reference_numerics_small_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.060s) 2022-11-23T01:58:36.7511138Z test_reference_numerics_small_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-11-23T01:58:36.7511355Z test_reference_numerics_small_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-11-23T01:58:36.7511580Z test_reference_numerics_small_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7511850Z test_reference_numerics_small_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T01:58:36.7512081Z test_reference_numerics_small_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-11-23T01:58:36.7512316Z test_reference_numerics_small_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-11-23T01:58:36.7512543Z test_reference_numerics_small_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-11-23T01:58:36.7512773Z test_reference_numerics_small_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7512994Z test_reference_numerics_small_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7513208Z test_reference_numerics_small_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7513427Z test_reference_numerics_small_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7513739Z test_reference_numerics_small_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.7513950Z test_reference_numerics_small_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7514167Z test_reference_numerics_small_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7514385Z test_reference_numerics_small_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7514602Z test_reference_numerics_small_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.7514983Z test_reference_numerics_small_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.000s) 2022-11-23T01:58:36.7515221Z test_reference_numerics_small_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-11-23T01:58:36.7515449Z test_reference_numerics_small_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2022-11-23T01:58:36.7515819Z test_reference_numerics_small_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-11-23T01:58:36.7516043Z test_reference_numerics_small_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7516260Z test_reference_numerics_small_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7516477Z test_reference_numerics_small_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7516772Z test_reference_numerics_small_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7517001Z test_reference_numerics_small_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7517219Z test_reference_numerics_small_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7517437Z test_reference_numerics_small_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7517648Z test_reference_numerics_small_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7517869Z test_reference_numerics_small_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7518123Z test_reference_numerics_small_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.006s) 2022-11-23T01:58:36.7518350Z test_reference_numerics_small_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2022-11-23T01:58:36.7518577Z test_reference_numerics_small_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-11-23T01:58:36.7518793Z test_reference_numerics_small_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7519012Z test_reference_numerics_small_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7519233Z test_reference_numerics_small_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7519446Z test_reference_numerics_small_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7519660Z test_reference_numerics_small_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7519875Z test_reference_numerics_small_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7520089Z test_reference_numerics_small_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7520364Z test_reference_numerics_small_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7520592Z test_reference_numerics_small_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.7520837Z test_reference_numerics_small_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T01:58:36.7521146Z test_reference_numerics_small_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7521367Z test_reference_numerics_small_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7521686Z test_reference_numerics_small_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7521918Z test_reference_numerics_small_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7522134Z test_reference_numerics_small_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7522482Z test_reference_numerics_small_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7522732Z test_reference_numerics_small_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7522957Z test_reference_numerics_small_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7523190Z test_reference_numerics_small_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7523452Z test_reference_numerics_small_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T01:58:36.7523682Z test_reference_numerics_small_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7523902Z test_reference_numerics_small_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7524193Z test_reference_numerics_small_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7524430Z test_reference_numerics_small_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7524645Z test_reference_numerics_small_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7524855Z test_reference_numerics_small_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7525078Z test_reference_numerics_small_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7525300Z test_reference_numerics_small_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7525522Z test_reference_numerics_small_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7525781Z test_reference_numerics_small_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T01:58:36.7526012Z test_reference_numerics_small_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-11-23T01:58:36.7526225Z test_reference_numerics_small_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-11-23T01:58:36.7526441Z test_reference_numerics_small_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-11-23T01:58:36.7526666Z test_reference_numerics_small_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7526879Z test_reference_numerics_small_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.7527090Z test_reference_numerics_small_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7527308Z test_reference_numerics_small_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7527527Z test_reference_numerics_small_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7527746Z test_reference_numerics_small_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.7527963Z test_reference_numerics_small_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7528180Z test_reference_numerics_small_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7528601Z test_reference_numerics_small_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7528874Z test_reference_numerics_small_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.012s) 2022-11-23T01:58:36.7529215Z test_reference_numerics_small_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.065s) 2022-11-23T01:58:36.7529549Z test_reference_numerics_small_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-11-23T01:58:36.7529795Z test_reference_numerics_small_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7530031Z test_reference_numerics_small_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.7530259Z test_reference_numerics_small_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7530491Z test_reference_numerics_small_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7530727Z test_reference_numerics_small_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7530955Z test_reference_numerics_small_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7531188Z test_reference_numerics_small_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7531415Z test_reference_numerics_small_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7531735Z test_reference_numerics_small_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T01:58:36.7531974Z test_reference_numerics_small_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7532188Z test_reference_numerics_small_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7532402Z test_reference_numerics_small_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7532619Z test_reference_numerics_small_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7532836Z test_reference_numerics_small_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7533054Z test_reference_numerics_small_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7533271Z test_reference_numerics_small_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7533484Z test_reference_numerics_small_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7533703Z test_reference_numerics_small_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7533959Z test_reference_numerics_small_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T01:58:36.7534187Z test_reference_numerics_small_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.070s) 2022-11-23T01:58:36.7534409Z test_reference_numerics_small_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.065s) 2022-11-23T01:58:36.7534623Z test_reference_numerics_small_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7534839Z test_reference_numerics_small_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7535141Z test_reference_numerics_small_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7535375Z test_reference_numerics_small_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7535585Z test_reference_numerics_small_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7535866Z test_reference_numerics_small_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.7536743Z test_reference_numerics_small_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7537151Z test_reference_numerics_small_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7537480Z test_reference_numerics_small_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7537731Z test_reference_numerics_small_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.012s) 2022-11-23T01:58:36.7537956Z test_reference_numerics_small_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7538177Z test_reference_numerics_small_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7538395Z test_reference_numerics_small_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7538612Z test_reference_numerics_small_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7538835Z test_reference_numerics_small_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7539051Z test_reference_numerics_small_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7539264Z test_reference_numerics_small_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7539476Z test_reference_numerics_small_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7539788Z test_reference_numerics_small_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7540061Z test_reference_numerics_small_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T01:58:36.7540284Z test_reference_numerics_small_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.064s) 2022-11-23T01:58:36.7540505Z test_reference_numerics_small_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-11-23T01:58:36.7540725Z test_reference_numerics_small_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7540943Z test_reference_numerics_small_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7541159Z test_reference_numerics_small_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7541371Z test_reference_numerics_small_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7541587Z test_reference_numerics_small_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7541915Z test_reference_numerics_small_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7542138Z test_reference_numerics_small_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7542346Z test_reference_numerics_small_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7542634Z test_reference_numerics_small_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7543005Z test_reference_numerics_small_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.000s) 2022-11-23T01:58:36.7543234Z test_reference_numerics_small_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.067s) 2022-11-23T01:58:36.7543455Z test_reference_numerics_small_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2022-11-23T01:58:36.7543679Z test_reference_numerics_small_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-11-23T01:58:36.7543899Z test_reference_numerics_small_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7544115Z test_reference_numerics_small_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.7544334Z test_reference_numerics_small_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7544644Z test_reference_numerics_small_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7544855Z test_reference_numerics_small_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7545059Z test_reference_numerics_small_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7545270Z test_reference_numerics_small_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7545477Z test_reference_numerics_small_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7545711Z test_reference_numerics_small_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7545979Z test_reference_numerics_small_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T01:58:36.7546224Z test_reference_numerics_small_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2022-11-23T01:58:36.7546459Z test_reference_numerics_small_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-11-23T01:58:36.7546691Z test_reference_numerics_small_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7546921Z test_reference_numerics_small_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7547151Z test_reference_numerics_small_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7547442Z test_reference_numerics_small_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7547673Z test_reference_numerics_small_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7547869Z test_reference_numerics_small_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.7548096Z test_reference_numerics_small_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7548312Z test_reference_numerics_small_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7548621Z test_reference_numerics_small_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7548897Z test_reference_numerics_small_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T01:58:36.7549120Z test_reference_numerics_small_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7549428Z test_reference_numerics_small_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7549734Z test_reference_numerics_small_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7549955Z test_reference_numerics_small_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7550173Z test_reference_numerics_small_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7550384Z test_reference_numerics_small_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7550599Z test_reference_numerics_small_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7550812Z test_reference_numerics_small_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7551061Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7551307Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7551551Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7551790Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7552124Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7552364Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7552622Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:58:36.7552861Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.7553102Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7553343Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7553567Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7553803Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7554042Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7554282Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7554610Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.7554860Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7555100Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7555434Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7555691Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7555924Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7556260Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7556591Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7556862Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.7557098Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7557326Z test_reference_numerics_small_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7557590Z test_reference_numerics_small_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T01:58:36.7557817Z test_reference_numerics_small_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7558045Z test_reference_numerics_small_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7558270Z test_reference_numerics_small_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7558496Z test_reference_numerics_small_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7558713Z test_reference_numerics_small_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7558926Z test_reference_numerics_small_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7559239Z test_reference_numerics_small_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7559452Z test_reference_numerics_small_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7559652Z test_reference_numerics_small_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7559876Z test_reference_numerics_small_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-11-23T01:58:36.7560096Z test_reference_numerics_small_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-11-23T01:58:36.7560321Z test_reference_numerics_small_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.066s) 2022-11-23T01:58:36.7560537Z test_reference_numerics_small_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7560752Z test_reference_numerics_small_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7560969Z test_reference_numerics_small_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7561181Z test_reference_numerics_small_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7561393Z test_reference_numerics_small_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.7561597Z test_reference_numerics_small_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7561808Z test_reference_numerics_small_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7562199Z test_reference_numerics_small_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7562475Z test_reference_numerics_small_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7562720Z test_reference_numerics_small_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7563114Z test_reference_numerics_small_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7563382Z test_reference_numerics_small_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7563625Z test_reference_numerics_small_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7563865Z test_reference_numerics_small_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7564104Z test_reference_numerics_small_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7564335Z test_reference_numerics_small_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7564590Z test_reference_numerics_small_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7564846Z test_reference_numerics_small_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7565080Z test_reference_numerics_small_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7565319Z test_reference_numerics_small_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7565558Z test_reference_numerics_small_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7565811Z test_reference_numerics_small_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7566052Z test_reference_numerics_small_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7566290Z test_reference_numerics_small_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7566532Z test_reference_numerics_small_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7566865Z test_reference_numerics_small_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7567106Z test_reference_numerics_small_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7567344Z test_reference_numerics_small_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7567588Z test_reference_numerics_small_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7567830Z test_reference_numerics_small_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.7568073Z test_reference_numerics_small_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7568316Z test_reference_numerics_small_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7568560Z test_reference_numerics_small_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7568867Z test_reference_numerics_small_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.7569136Z test_reference_numerics_small_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7569374Z test_reference_numerics_small_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7569776Z test_reference_numerics_small_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7570119Z test_reference_numerics_small_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7570363Z test_reference_numerics_small_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.7570596Z test_reference_numerics_small_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7570835Z test_reference_numerics_small_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7571068Z test_reference_numerics_small_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7571288Z test_reference_numerics_small_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7571530Z test_reference_numerics_small_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.7571766Z test_reference_numerics_small_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7571999Z test_reference_numerics_small_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7572234Z test_reference_numerics_small_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7572468Z test_reference_numerics_small_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7572716Z test_reference_numerics_small_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7572965Z test_reference_numerics_small_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7573210Z test_reference_numerics_small_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7573446Z test_reference_numerics_small_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7573687Z test_reference_numerics_small_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7574056Z test_reference_numerics_small_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-11-23T01:58:36.7574307Z test_reference_numerics_small_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T01:58:36.7574557Z test_reference_numerics_small_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-11-23T01:58:36.7574800Z test_reference_numerics_small_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7575052Z test_reference_numerics_small_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7575509Z test_reference_numerics_small_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7575902Z test_reference_numerics_small_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7576184Z test_reference_numerics_small_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:58:36.7576429Z test_reference_numerics_small_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7576835Z test_reference_numerics_small_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:58:36.7577098Z test_reference_numerics_small_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.7577834Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7578131Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.076s) 2022-11-23T01:58:36.7578387Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.068s) 2022-11-23T01:58:36.7578645Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7578873Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7579112Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7579357Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7579598Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7579832Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7580074Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7580324Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7580575Z test_reference_numerics_small_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7580821Z test_reference_numerics_small_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7581060Z test_reference_numerics_small_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7581297Z test_reference_numerics_small_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7581539Z test_reference_numerics_small_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.7581784Z test_reference_numerics_small_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7582127Z test_reference_numerics_small_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7582376Z test_reference_numerics_small_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7582725Z test_reference_numerics_small_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.7583019Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.000s) 2022-11-23T01:58:36.7583347Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7583699Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.7583942Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7584188Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7584428Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7584668Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7584914Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7585232Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7585533Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T01:58:36.7585768Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7586011Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7586249Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7586491Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7586729Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7586972Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7587219Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7587460Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7587749Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T01:58:36.7587996Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7588237Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7588478Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7588718Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7588956Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7589253Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7589622Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7589860Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7590314Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T01:58:36.7590568Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7590811Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.7591045Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7591285Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7591525Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7591764Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7592009Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7592247Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7592584Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.003s) 2022-11-23T01:58:36.7592851Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7593092Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7593332Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7593572Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7593809Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7594052Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.7594304Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7594543Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7594777Z test_reference_numerics_small_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7595015Z test_reference_numerics_small_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.067s) 2022-11-23T01:58:36.7595246Z test_reference_numerics_small_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.067s) 2022-11-23T01:58:36.7595476Z test_reference_numerics_small_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.062s) 2022-11-23T01:58:36.7595780Z test_reference_numerics_small_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7596259Z test_reference_numerics_small_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7596517Z test_reference_numerics_small_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7596834Z test_reference_numerics_small_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7597135Z test_reference_numerics_small_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7597460Z test_reference_numerics_small_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7597678Z test_reference_numerics_small_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7597902Z test_reference_numerics_small_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7598149Z test_reference_numerics_small_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:58:36.7598413Z test_reference_numerics_small_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.000s) 2022-11-23T01:58:36.7598637Z test_reference_numerics_small_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7598838Z test_reference_numerics_small_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.7599053Z test_reference_numerics_small_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7599271Z test_reference_numerics_small_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7599490Z test_reference_numerics_small_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.7599708Z test_reference_numerics_small_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7599932Z test_reference_numerics_small_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7600223Z test_reference_numerics_small_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7600455Z test_reference_numerics_small_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7600709Z test_reference_numerics_small_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T01:58:36.7600938Z test_reference_numerics_small_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.060s) 2022-11-23T01:58:36.7601159Z test_reference_numerics_small_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-11-23T01:58:36.7601375Z test_reference_numerics_small_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2022-11-23T01:58:36.7601593Z test_reference_numerics_small_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7601811Z test_reference_numerics_small_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7602032Z test_reference_numerics_small_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7602248Z test_reference_numerics_small_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7602459Z test_reference_numerics_small_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7602772Z test_reference_numerics_small_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7602995Z test_reference_numerics_small_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.7603203Z test_reference_numerics_small_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7603578Z test_reference_numerics_small_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.006s) 2022-11-23T01:58:36.7603884Z test_reference_numerics_small_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.000s) 2022-11-23T01:58:36.7604127Z test_reference_numerics_small_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.070s) 2022-11-23T01:58:36.7604364Z test_reference_numerics_small_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-11-23T01:58:36.7604598Z test_reference_numerics_small_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7604920Z test_reference_numerics_small_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7605151Z test_reference_numerics_small_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7605377Z test_reference_numerics_small_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7605596Z test_reference_numerics_small_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7605814Z test_reference_numerics_small_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7606036Z test_reference_numerics_small_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7606250Z test_reference_numerics_small_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7606474Z test_reference_numerics_small_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7606692Z test_reference_numerics_small_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7606912Z test_reference_numerics_small_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7607129Z test_reference_numerics_small_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7607347Z test_reference_numerics_small_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7607625Z test_reference_numerics_small_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7607856Z test_reference_numerics_small_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7608071Z test_reference_numerics_small_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7608282Z test_reference_numerics_small_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7608525Z test_reference_numerics_small_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.7608761Z test_reference_numerics_small_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7608980Z test_reference_numerics_small_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.7609208Z test_reference_numerics_small_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7609548Z test_reference_numerics_small_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7609786Z test_reference_numerics_small_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.7610015Z test_reference_numerics_small_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7610375Z test_reference_numerics_small_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7610857Z test_reference_numerics_small_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7611287Z test_reference_numerics_small_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7611541Z test_reference_numerics_small_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7611788Z test_reference_numerics_small_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7612012Z test_reference_numerics_small_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7612267Z test_reference_numerics_small_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T01:58:36.7612592Z test_reference_numerics_small_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-11-23T01:58:36.7612817Z test_reference_numerics_small_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2022-11-23T01:58:36.7613034Z test_reference_numerics_small_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-11-23T01:58:36.7613253Z test_reference_numerics_small_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.7613472Z test_reference_numerics_small_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7613692Z test_reference_numerics_small_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7613910Z test_reference_numerics_small_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.7614123Z test_reference_numerics_small_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7614340Z test_reference_numerics_small_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7614552Z test_reference_numerics_small_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.7614747Z test_reference_numerics_small_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7614965Z test_reference_numerics_small_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.7615225Z test_reference_numerics_small_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.000s) 2022-11-23T01:58:36.7615549Z test_reference_numerics_small_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.070s) 2022-11-23T01:58:36.7615787Z test_reference_numerics_small_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.067s) 2022-11-23T01:58:36.7616011Z test_reference_numerics_small_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-11-23T01:58:36.7616232Z test_reference_numerics_small_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7616447Z test_reference_numerics_small_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7616753Z test_reference_numerics_small_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7616976Z test_reference_numerics_small_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7617186Z test_reference_numerics_small_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.7617478Z test_reference_numerics_small_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7617786Z test_reference_numerics_small_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7618001Z test_reference_numerics_small_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7618232Z test_reference_numerics_small_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7618493Z test_reference_numerics_small_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-11-23T01:58:36.7618726Z test_reference_numerics_small_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-11-23T01:58:36.7618957Z test_reference_numerics_small_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.069s) 2022-11-23T01:58:36.7619182Z test_reference_numerics_small_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.070s) 2022-11-23T01:58:36.7619404Z test_reference_numerics_small_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7619618Z test_reference_numerics_small_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7619830Z test_reference_numerics_small_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7620123Z test_reference_numerics_small_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7620341Z test_reference_numerics_small_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7620561Z test_reference_numerics_small_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7620780Z test_reference_numerics_small_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7621002Z test_reference_numerics_small_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7621218Z test_reference_numerics_small_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7621477Z test_reference_numerics_small_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T01:58:36.7621701Z test_reference_numerics_small_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7621922Z test_reference_numerics_small_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7622136Z test_reference_numerics_small_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7622348Z test_reference_numerics_small_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7622559Z test_reference_numerics_small_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7622837Z test_reference_numerics_small_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7623064Z test_reference_numerics_small_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7623275Z test_reference_numerics_small_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7623604Z test_reference_numerics_small_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7623872Z test_reference_numerics_small_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.000s) 2022-11-23T01:58:36.7624144Z test_reference_numerics_small_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7624458Z test_reference_numerics_small_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7624710Z test_reference_numerics_small_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7624933Z test_reference_numerics_small_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7625134Z test_reference_numerics_small_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.7625352Z test_reference_numerics_small_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7625568Z test_reference_numerics_small_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7625787Z test_reference_numerics_small_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7626004Z test_reference_numerics_small_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.7626258Z test_reference_numerics_small_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.000s) 2022-11-23T01:58:36.7626482Z test_reference_numerics_small_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.072s) 2022-11-23T01:58:36.7626702Z test_reference_numerics_small_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.075s) 2022-11-23T01:58:36.7626920Z test_reference_numerics_small_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.068s) 2022-11-23T01:58:36.7627136Z test_reference_numerics_small_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7627472Z test_reference_numerics_small_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7627815Z test_reference_numerics_small_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7628026Z test_reference_numerics_small_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T01:58:36.7628236Z test_reference_numerics_small_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7628441Z test_reference_numerics_small_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7628655Z test_reference_numerics_small_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7628860Z test_reference_numerics_small_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7629076Z test_reference_numerics_small_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7629331Z test_reference_numerics_small_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T01:58:36.7629560Z test_reference_numerics_small_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.079s) 2022-11-23T01:58:36.7629805Z test_reference_numerics_small_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:58:36.7630008Z test_reference_numerics_small_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7630321Z test_reference_numerics_small_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7630628Z test_reference_numerics_small_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7630856Z test_reference_numerics_small_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7631224Z test_reference_numerics_small_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7631478Z test_reference_numerics_small_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7631693Z test_reference_numerics_small_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7631903Z test_reference_numerics_small_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7632123Z test_reference_numerics_small_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7632378Z test_reference_numerics_small_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.012s) 2022-11-23T01:58:36.7632606Z test_reference_numerics_small_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.072s) 2022-11-23T01:58:36.7632827Z test_reference_numerics_small_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.070s) 2022-11-23T01:58:36.7633042Z test_reference_numerics_small_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.072s) 2022-11-23T01:58:36.7633262Z test_reference_numerics_small_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7633481Z test_reference_numerics_small_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7633698Z test_reference_numerics_small_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7633906Z test_reference_numerics_small_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7634116Z test_reference_numerics_small_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7634334Z test_reference_numerics_small_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7634546Z test_reference_numerics_small_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7634753Z test_reference_numerics_small_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7635099Z test_reference_numerics_small_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T01:58:36.7635338Z test_reference_numerics_small_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7635575Z test_reference_numerics_small_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7635806Z test_reference_numerics_small_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7636041Z test_reference_numerics_small_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7636272Z test_reference_numerics_small_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7636507Z test_reference_numerics_small_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7636731Z test_reference_numerics_small_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7637105Z test_reference_numerics_small_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.012s) 2022-11-23T01:58:36.7637356Z test_reference_numerics_small_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7637592Z test_reference_numerics_small_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7637988Z test_reference_numerics_small_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7638304Z test_reference_numerics_small_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7638546Z test_reference_numerics_small_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7638776Z test_reference_numerics_small_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7639005Z test_reference_numerics_small_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7639277Z test_reference_numerics_small_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T01:58:36.7639517Z test_reference_numerics_small_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7639754Z test_reference_numerics_small_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7639991Z test_reference_numerics_small_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7640223Z test_reference_numerics_small_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7640446Z test_reference_numerics_small_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7640680Z test_reference_numerics_small_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7640904Z test_reference_numerics_small_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7641176Z test_reference_numerics_small_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.000s) 2022-11-23T01:58:36.7641395Z test_reference_numerics_small_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7641633Z test_reference_numerics_small_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7641862Z test_reference_numerics_small_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7642090Z test_reference_numerics_small_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7642400Z test_reference_numerics_small_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.7642633Z test_reference_numerics_small_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7642856Z test_reference_numerics_small_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7643131Z test_reference_numerics_small_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T01:58:36.7643371Z test_reference_numerics_small_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7643665Z test_reference_numerics_small_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7643936Z test_reference_numerics_small_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7644168Z test_reference_numerics_small_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7644462Z test_reference_numerics_small_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7644771Z test_reference_numerics_small_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7645029Z test_reference_numerics_small_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7645263Z test_reference_numerics_small_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7645601Z test_reference_numerics_small_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-11-23T01:58:36.7645849Z test_reference_numerics_small_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7646083Z test_reference_numerics_small_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7646317Z test_reference_numerics_small_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7646545Z test_reference_numerics_small_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.7646775Z test_reference_numerics_small_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7647003Z test_reference_numerics_small_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7647232Z test_reference_numerics_small_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7647444Z test_reference_numerics_small_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7647713Z test_reference_numerics_small_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.000s) 2022-11-23T01:58:36.7647952Z test_reference_numerics_small_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7648188Z test_reference_numerics_small_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7648418Z test_reference_numerics_small_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.7648652Z test_reference_numerics_small_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7648881Z test_reference_numerics_small_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7649116Z test_reference_numerics_small_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7649342Z test_reference_numerics_small_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7649575Z test_reference_numerics_small_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7649925Z test_reference_numerics_small_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-11-23T01:58:36.7650153Z test_reference_numerics_small_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7650378Z test_reference_numerics_small_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7650709Z test_reference_numerics_small_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7650949Z test_reference_numerics_small_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7651169Z test_reference_numerics_small_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7651521Z test_reference_numerics_small_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.7651771Z test_reference_numerics_small_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7651993Z test_reference_numerics_small_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7652257Z test_reference_numerics_small_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-11-23T01:58:36.7652484Z test_reference_numerics_small_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7652709Z test_reference_numerics_small_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7653003Z test_reference_numerics_small_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7653221Z test_reference_numerics_small_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7653600Z test_reference_numerics_small_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7653977Z test_reference_numerics_small_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7654208Z test_reference_numerics_small_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7654477Z test_reference_numerics_small_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-11-23T01:58:36.7654709Z test_reference_numerics_small_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7654939Z test_reference_numerics_small_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7655166Z test_reference_numerics_small_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7655385Z test_reference_numerics_small_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7655602Z test_reference_numerics_small_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7655830Z test_reference_numerics_small_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7656047Z test_reference_numerics_small_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T01:58:36.7656319Z test_reference_numerics_small_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.000s) 2022-11-23T01:58:36.7656559Z test_reference_numerics_small_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7656800Z test_reference_numerics_small_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7657034Z test_reference_numerics_small_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7657366Z test_reference_numerics_small_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7660470Z test_reference_numerics_small_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7660919Z test_reference_numerics_small_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7661358Z test_reference_numerics_small_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7661858Z test_reference_numerics_small_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.000s) 2022-11-23T01:58:36.7662318Z test_reference_numerics_small_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T01:58:36.7662766Z test_reference_numerics_small_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7663017Z test_reference_numerics_small_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7663266Z test_reference_numerics_small_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7663500Z test_reference_numerics_small_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7663746Z test_reference_numerics_small_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7663984Z test_reference_numerics_small_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7664523Z test_reference_numerics_small_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-11-23T01:58:36.7664829Z test_reference_numerics_small_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7665078Z test_reference_numerics_small_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7665423Z test_reference_numerics_small_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7665764Z test_reference_numerics_small_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7666006Z test_reference_numerics_small_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7666254Z test_reference_numerics_small_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7666491Z test_reference_numerics_small_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7666774Z test_reference_numerics_small_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-11-23T01:58:36.7667019Z test_reference_numerics_small_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7667270Z test_reference_numerics_small_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7667518Z test_reference_numerics_small_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7667761Z test_reference_numerics_small_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7668000Z test_reference_numerics_small_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7668243Z test_reference_numerics_small_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7668480Z test_reference_numerics_small_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7668878Z test_reference_numerics_small_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.000s) 2022-11-23T01:58:36.7669125Z test_reference_numerics_small_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7669373Z test_reference_numerics_small_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7669619Z test_reference_numerics_small_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T01:58:36.7669863Z test_reference_numerics_small_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7670099Z test_reference_numerics_small_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7670327Z test_reference_numerics_small_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7670566Z test_reference_numerics_small_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7670902Z test_reference_numerics_small_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7671178Z test_reference_numerics_small_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.003s) 2022-11-23T01:58:36.7671501Z test_reference_numerics_small_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7671828Z test_reference_numerics_small_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7672077Z test_reference_numerics_small_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7672396Z test_reference_numerics_small_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7672728Z test_reference_numerics_small_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7672970Z test_reference_numerics_small_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7673197Z test_reference_numerics_small_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7673427Z test_reference_numerics_small_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7673697Z test_reference_numerics_small_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-11-23T01:58:36.7673936Z test_reference_numerics_small_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7674168Z test_reference_numerics_small_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7674402Z test_reference_numerics_small_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7674636Z test_reference_numerics_small_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7674864Z test_reference_numerics_small_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7675091Z test_reference_numerics_small_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7675316Z test_reference_numerics_small_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7675623Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.000s) 2022-11-23T01:58:36.7675901Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.7676166Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7676524Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7676790Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7677047Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.7677318Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7677588Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7677851Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7678152Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-11-23T01:58:36.7678522Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7678794Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7679049Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7679639Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7679918Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7680173Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7680424Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7680715Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-11-23T01:58:36.7680973Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7681236Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7681491Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7681746Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7681995Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7682248Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7682493Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7682778Z test_reference_numerics_small_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.003s) 2022-11-23T01:58:36.7683032Z test_reference_numerics_small_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7683282Z test_reference_numerics_small_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7683530Z test_reference_numerics_small_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7683863Z test_reference_numerics_small_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7684100Z test_reference_numerics_small_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7684345Z test_reference_numerics_small_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7684585Z test_reference_numerics_small_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7684805Z test_reference_numerics_small_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T01:58:36.7685043Z test_reference_numerics_small_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-11-23T01:58:36.7685355Z test_reference_numerics_small_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-11-23T01:58:36.7685600Z test_reference_numerics_small_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-11-23T01:58:36.7685814Z test_reference_numerics_small_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.062s) 2022-11-23T01:58:36.7686096Z test_reference_numerics_small_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7686480Z test_reference_numerics_small_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7686793Z test_reference_numerics_small_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7687021Z test_reference_numerics_small_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7687233Z test_reference_numerics_small_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7687443Z test_reference_numerics_small_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7687664Z test_reference_numerics_small_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7687873Z test_reference_numerics_small_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7688099Z test_reference_numerics_small_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7688357Z test_reference_numerics_small_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.002s) 2022-11-23T01:58:36.7688591Z test_reference_numerics_small_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-11-23T01:58:36.7688821Z test_reference_numerics_small_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2022-11-23T01:58:36.7689042Z test_reference_numerics_small_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7689261Z test_reference_numerics_small_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7689478Z test_reference_numerics_small_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7689694Z test_reference_numerics_small_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7689910Z test_reference_numerics_small_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7690125Z test_reference_numerics_small_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7690330Z test_reference_numerics_small_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7690544Z test_reference_numerics_small_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7690761Z test_reference_numerics_small_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7691014Z test_reference_numerics_small_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-11-23T01:58:36.7691329Z test_reference_numerics_small_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.067s) 2022-11-23T01:58:36.7691549Z test_reference_numerics_small_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.072s) 2022-11-23T01:58:36.7691771Z test_reference_numerics_small_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-11-23T01:58:36.7691986Z test_reference_numerics_small_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7692302Z test_reference_numerics_small_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7692527Z test_reference_numerics_small_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7692740Z test_reference_numerics_small_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7693015Z test_reference_numerics_small_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7693363Z test_reference_numerics_small_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7693583Z test_reference_numerics_small_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7693788Z test_reference_numerics_small_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7694008Z test_reference_numerics_small_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7694346Z test_reference_numerics_small_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.000s) 2022-11-23T01:58:36.7694586Z test_reference_numerics_small_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-11-23T01:58:36.7694808Z test_reference_numerics_small_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.059s) 2022-11-23T01:58:36.7695023Z test_reference_numerics_small_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.065s) 2022-11-23T01:58:36.7695243Z test_reference_numerics_small_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7695443Z test_reference_numerics_small_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T01:58:36.7695662Z test_reference_numerics_small_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.7695876Z test_reference_numerics_small_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7696089Z test_reference_numerics_small_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7696302Z test_reference_numerics_small_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7696515Z test_reference_numerics_small_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7696723Z test_reference_numerics_small_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7696948Z test_reference_numerics_small_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7697165Z test_reference_numerics_small_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T01:58:36.7697387Z test_reference_numerics_small_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7697604Z test_reference_numerics_small_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7697820Z test_reference_numerics_small_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7698034Z test_reference_numerics_small_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7698246Z test_reference_numerics_small_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7698460Z test_reference_numerics_small_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7698755Z test_reference_numerics_small_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7698935Z test_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T01:58:36.7699210Z test_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7699396Z test_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.942s) 2022-11-23T01:58:36.7699602Z test_special_i0_i1_vs_scipy_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T01:58:36.7699792Z test_special_i0_i1_vs_scipy_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.7700187Z test_special_i0_i1_vs_scipy_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T01:58:36.7700450Z test_special_i0_i1_vs_scipy_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T01:58:36.7700665Z test_special_log_ndtr_vs_scipy_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7700883Z test_special_log_ndtr_vs_scipy_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T01:58:36.7701087Z test_special_ndtr_vs_scipy_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7701293Z test_special_ndtr_vs_scipy_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T01:58:36.7701638Z test_threshold_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T01:58:36.7703079Z test_threshold_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T01:58:36.7703400Z test_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T01:58:36.7703625Z test_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T01:58:36.7703838Z test_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T01:58:36.7704059Z test_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T01:58:36.7704270Z test_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T01:58:36.7704479Z test_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T01:58:36.7704687Z test_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T01:58:36.7704901Z test_unary_out_op_mem_overlap_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T01:58:36.7704914Z 2022-11-23T01:58:36.7705232Z ---------------------------------------------------------------------- 2022-11-23T01:58:36.7705359Z Ran 13386 tests in 771.813s 2022-11-23T01:58:36.7705369Z 2022-11-23T01:58:36.7705500Z OK (skipped=515, expected failures=15) 2022-11-23T01:58:36.7705508Z 2022-11-23T01:58:36.7705623Z Generating XML reports... 2022-11-23T01:58:36.7705928Z Generated XML report: test-reports\python-unittest\test_unary_ufuncs\TEST-TestUnaryUfuncsCUDA-20221123014540.xml 2022-11-23T01:58:36.7705952Z 2022-11-23T01:58:36.7706455Z ##[endgroup] 2022-11-23T01:58:36.7706785Z FINISHED PRINTING LOG FILE of test_unary_ufuncs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_unary_ufuncs__ag9i_lb) 2022-11-23T01:58:36.7706794Z 2022-11-23T01:58:41.2172667Z Running test_binary_ufuncs ... [2022-11-23 01:58:41.216699] 2022-11-23T01:58:41.2180729Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_binary_ufuncs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:58:41.217893] 2022-11-23T01:58:41.2183602Z Ignoring disabled issues: [] 2022-11-23T01:58:43.3024663Z 2022-11-23T01:58:43.3025738Z Expand the folded group to see the log file of test_jit 2022-11-23T01:58:43.3027246Z ##[group]PRINTING LOG FILE of test_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_frcmn4ih) 2022-11-23T01:58:43.3099090Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-11-23T01:58:43.3099626Z 2022-11-23T01:58:43.3099874Z Running tests... 2022-11-23T01:58:43.3100432Z ---------------------------------------------------------------------- 2022-11-23T01:58:43.3101139Z Test results will be stored in test-reports\python-unittest\test_jit 2022-11-23T01:58:43.3101913Z test_becomes_wildcard_annotations (jit.test_alias_analysis.TestAliasAnalysis) ... ok (1.910s) 2022-11-23T01:58:43.3102810Z test_nested_list_construct_not_wildcard (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.016s) 2022-11-23T01:58:43.3103654Z test_recursive_calls (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.037s) 2022-11-23T01:58:43.3104383Z test_async_future_type_python (jit.test_async.TestAsync) ... ok (0.003s) 2022-11-23T01:58:43.3105057Z test_async_grad_guard_no_grad (jit.test_async.TestAsync) ... ok (0.090s) 2022-11-23T01:58:43.3105797Z test_async_grad_guard_with_grad (jit.test_async.TestAsync) ... ok (0.019s) 2022-11-23T01:58:43.3106452Z test_async_kwargs (jit.test_async.TestAsync) ... ok (0.096s) 2022-11-23T01:58:43.3107139Z test_async_parsing (jit.test_async.TestAsync) ... ok (0.016s) 2022-11-23T01:58:43.3107748Z test_async_python (jit.test_async.TestAsync) ... ok (0.005s) 2022-11-23T01:58:43.3108341Z test_async_script (jit.test_async.TestAsync) ... ok (0.010s) 2022-11-23T01:58:43.3108948Z test_async_script_capture (jit.test_async.TestAsync) ... ok (0.009s) 2022-11-23T01:58:43.3109987Z test_async_script_error (jit.test_async.TestAsync) ... ok (1.004s) 2022-11-23T01:58:43.3110902Z test_async_script_multi_forks (jit.test_async.TestAsync) ... ok (0.032s) 2022-11-23T01:58:43.3111587Z test_async_script_multi_waits (jit.test_async.TestAsync) ... ok (0.009s) 2022-11-23T01:58:43.3112284Z test_async_script_nested (jit.test_async.TestAsync) ... ok (0.022s) 2022-11-23T01:58:43.3113011Z test_async_script_no_script_mod (jit.test_async.TestAsync) ... ok (0.003s) 2022-11-23T01:58:43.3113668Z test_async_script_trace (jit.test_async.TestAsync) ... ok (0.073s) 2022-11-23T01:58:43.3114331Z test_future_subtyping (jit.test_async.TestAsync) 2022-11-23T01:58:43.3114925Z Test that futures subtype each other properly. ... ok (0.017s) 2022-11-23T01:58:43.3115571Z test_no_future_subtype_message (jit.test_async.TestAsync) ... ok (0.003s) 2022-11-23T01:58:43.3116215Z test_trace_fork_wait (jit.test_async.TestAsync) ... ok (0.017s) 2022-11-23T01:58:43.3116838Z test_trace_fork_wait_inline (jit.test_async.TestAsync) ... ok (0.022s) 2022-11-23T01:58:43.3117491Z test_trace_fork_wait_leaking (jit.test_async.TestAsync) ... ok (0.004s) 2022-11-23T01:58:43.3118140Z test_trace_fork_wait_list_modulecalls (jit.test_async.TestAsync) ... ok (0.061s) 2022-11-23T01:58:43.3118879Z test_trace_modulecalls_with_different_output_types (jit.test_async.TestAsync) ... ok (0.047s) 2022-11-23T01:58:43.3119593Z test_aten_pow_zero_negative_exponent (jit.test_aten_pow.TestAtenPow) 2022-11-23T01:58:43.3120243Z 1. Testing a = int, b = int ... ok (0.018s) 2022-11-23T01:58:43.3120863Z test_autodiff_requires_grad_nograd (jit.test_autodiff.TestAutodiffJit) ... ok (0.028s) 2022-11-23T01:58:43.3121702Z test_requires_grad_outputs (jit.test_autodiff.TestAutodiffJit) ... ok (0.011s) 2022-11-23T01:58:43.3122478Z test_requires_grad_outputs_profiled_twice (jit.test_autodiff.TestAutodiffJit) ... ok (0.014s) 2022-11-23T01:58:43.3123254Z test_requires_grad_outputs_side_effects (jit.test_autodiff.TestAutodiffJit) ... ok (0.011s) 2022-11-23T01:58:43.3124016Z test_undefined_tensor_lists (jit.test_autodiff.TestAutodiffJit) ... ok (0.045s) 2022-11-23T01:58:43.3124838Z test_aliased_outputs (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.000s) 2022-11-23T01:58:43.3126164Z test_bias_as_arg (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: operator () profile_node %190 : int[] = prim::profile_ivalue(%188) 2022-11-23T01:58:43.3127798Z does not have profile information (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\codegen\cuda\graph_fuser.cpp:109.) 2022-11-23T01:58:43.3128854Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T01:58:43.3129409Z ok (0.093s) 2022-11-23T01:58:43.3130056Z test_bias_as_module_attr (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.120s) 2022-11-23T01:58:43.3130987Z test_chunk_constant_script_ad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.008s) 2022-11-23T01:58:43.3132002Z test_constructed_bias (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.047s) 2022-11-23T01:58:43.3133073Z test_diff_graph_inline_threshold (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.014s) 2022-11-23T01:58:43.3134435Z test_differentiable_graph_ops_requires_grad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: disable until we property handle tensor lists with undefined gradients (0.004s) 2022-11-23T01:58:43.3135757Z test_does_not_create_cycles (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.010s) 2022-11-23T01:58:43.3136770Z test_does_not_merge_unrelated (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.016s) 2022-11-23T01:58:43.3137806Z test_has_profiled_info_aliasing_outputs (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.002s) 2022-11-23T01:58:43.3138991Z test_merge_respects_aliasing (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.021s) 2022-11-23T01:58:43.3140038Z test_merges_dense (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.012s) 2022-11-23T01:58:43.3140945Z test_merges_down (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.009s) 2022-11-23T01:58:43.3141956Z test_merges_up (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.021s) 2022-11-23T01:58:43.3143002Z test_merges_without_cycles (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.010s) 2022-11-23T01:58:43.3144105Z test_prune_grad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: Simple Executor doesn't support gradients (0.000s) 2022-11-23T01:58:43.3145201Z test_requires_grad_for_tensor_list (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.006s) 2022-11-23T01:58:43.3146219Z test_respects_lexical_scoping (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.027s) 2022-11-23T01:58:43.3147189Z test_simple_merge (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.011s) 2022-11-23T01:58:43.3148091Z test_simple_no_merge (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.015s) 2022-11-23T01:58:43.3149109Z test_errors (jit.test_backends.TestBackends) ... skip: Non-portable load_library call used in test (0.000s) 2022-11-23T01:58:43.3150137Z test_execution (jit.test_backends.TestBackends) ... skip: Non-portable load_library call used in test (0.000s) 2022-11-23T01:58:43.3151112Z test_save_load (jit.test_backends.TestBackends) ... skip: Non-portable load_library call used in test (0.000s) 2022-11-23T01:58:43.3152115Z test_errors (jit.test_backends.TestBackendsWithCompiler) ... skip: Non-portable load_library call used in test (0.000s) 2022-11-23T01:58:43.3153242Z test_execution (jit.test_backends.TestBackendsWithCompiler) ... skip: Non-portable load_library call used in test (0.000s) 2022-11-23T01:58:43.3154163Z test_batch_mm_no_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.006s) 2022-11-23T01:58:43.3154932Z test_batch_mm_permitted_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.020s) 2022-11-23T01:58:43.3155718Z test_batch_mm_prohibited_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.012s) 2022-11-23T01:58:43.3156804Z test_batch_mm_prohibited_mutation_if_node (jit.test_batch_mm.TestBatchMM) ... ok (0.014s) 2022-11-23T01:58:43.3157710Z test_batch_mm_prohibited_mutation_multiple_adds (jit.test_batch_mm.TestBatchMM) ... ok (0.015s) 2022-11-23T01:58:43.3158539Z test_batch_mm_side_permitted_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.015s) 2022-11-23T01:58:43.3159386Z test_batch_mm_side_prohibited_mutation_common_side (jit.test_batch_mm.TestBatchMM) ... ok (0.017s) 2022-11-23T01:58:43.3160288Z test_batch_mm_side_prohibited_mutation_uncommon_side (jit.test_batch_mm.TestBatchMM) ... ok (0.020s) 2022-11-23T01:58:43.3161040Z test_del (jit.test_builtins.TestBuiltins) ... ok (0.010s) 2022-11-23T01:58:43.3161779Z test_del_multiple_operands (jit.test_builtins.TestBuiltins) ... ok (0.018s) 2022-11-23T01:58:43.3162506Z test_has_attr (jit.test_builtins.TestBuiltins) ... ok (0.042s) 2022-11-23T01:58:43.3163231Z test_has_attr_invalid_args (jit.test_builtins.TestBuiltins) ... ok (0.013s) 2022-11-23T01:58:43.3164077Z test_cuda_synchronize (jit.test_cuda.TestCUDA) ... skip: detected only one GPU (0.003s) 2022-11-23T01:58:43.3164950Z test_current_stream (jit.test_cuda.TestCUDA) ... skip: detected only one GPU (0.000s) 2022-11-23T01:58:43.3165673Z test_event_args (jit.test_cuda.TestCUDA) ... ok (0.111s) 2022-11-23T01:58:43.3166285Z test_stream_args (jit.test_cuda.TestCUDA) ... ok (0.146s) 2022-11-23T01:58:43.3167010Z test_streams_and_events (jit.test_cuda.TestCUDA) ... skip: detected only one GPU (0.029s) 2022-11-23T01:58:43.3167927Z test_cast_overloads (jit.test_class_type.TestClassType) ... ok (0.062s) 2022-11-23T01:58:43.3168704Z test_class_attribute_wrong_type (jit.test_class_type.TestClassType) 2022-11-23T01:58:43.3169474Z Test that the error message displayed when convering a class type ... ok (0.034s) 2022-11-23T01:58:43.3170232Z test_class_constant (jit.test_class_type.TestClassType) ... ok (0.068s) 2022-11-23T01:58:43.3171023Z test_class_constructs_itself (jit.test_class_type.TestClassType) ... ok (0.033s) 2022-11-23T01:58:43.3171843Z test_class_inheritance (jit.test_class_type.TestClassType) ... ok (0.016s) 2022-11-23T01:58:43.3172644Z test_class_inheritance_implicit (jit.test_class_type.TestClassType) 2022-11-23T01:58:43.3173322Z Test that inheritance is detected in ... ok (0.056s) 2022-11-23T01:58:43.3173995Z test_class_sorting (jit.test_class_type.TestClassType) ... ok (0.308s) 2022-11-23T01:58:43.3174766Z test_class_specialization (jit.test_class_type.TestClassType) ... ok (0.032s) 2022-11-23T01:58:43.3175549Z test_class_type_as_param (jit.test_class_type.TestClassType) ... ok (0.033s) 2022-11-23T01:58:43.3176255Z test_classmethod (jit.test_class_type.TestClassType) 2022-11-23T01:58:43.3176880Z Test classmethods on class types. ... ok (0.035s) 2022-11-23T01:58:43.3177561Z test_conditional_set_attr (jit.test_class_type.TestClassType) ... ok (0.024s) 2022-11-23T01:58:43.3178280Z test_custom_delete (jit.test_class_type.TestClassType) 2022-11-23T01:58:43.3179018Z Test that del can be called on an instance of a class that ... ok (0.082s) 2022-11-23T01:58:43.3179707Z test_default_args (jit.test_class_type.TestClassType) 2022-11-23T01:58:43.3180470Z Test that methods on class types can have default arguments. ... ok (0.332s) 2022-11-23T01:58:43.3181206Z test_get_attr (jit.test_class_type.TestClassType) ... ok (0.031s) 2022-11-23T01:58:43.3181974Z test_get_attr_not_initialized (jit.test_class_type.TestClassType) ... ok (0.019s) 2022-11-23T01:58:43.3182758Z test_get_with_method (jit.test_class_type.TestClassType) ... ok (0.002s) 2022-11-23T01:58:43.3183521Z test_imported_classes (jit.test_class_type.TestClassType) ... ok (0.034s) 2022-11-23T01:58:43.3184212Z test_in (jit.test_class_type.TestClassType) ... ok (0.021s) 2022-11-23T01:58:43.3184936Z test_init_compiled_first (jit.test_class_type.TestClassType) ... ok (0.036s) 2022-11-23T01:58:43.3185714Z test_interface (jit.test_class_type.TestClassType) ... ok (0.362s) 2022-11-23T01:58:43.3186648Z test_optional_type_promotion (jit.test_class_type.TestClassType) ... ok (0.061s) 2022-11-23T01:58:43.3187504Z test_out_of_order_methods (jit.test_class_type.TestClassType) ... ok (0.032s) 2022-11-23T01:58:43.3188247Z test_overloaded_fn (jit.test_class_type.TestClassType) ... ok (0.473s) 2022-11-23T01:58:43.3188924Z test_properties (jit.test_class_type.TestClassType) 2022-11-23T01:58:43.3189662Z Test that a scripted class can make use of the @property decorator. ... ok (0.147s) 2022-11-23T01:58:43.3190499Z test_py_class_to_ivalue_missing_attribute (jit.test_class_type.TestClassType) ... ok (0.035s) 2022-11-23T01:58:43.3191289Z test_python_interop (jit.test_class_type.TestClassType) ... ok (0.024s) 2022-11-23T01:58:43.3191999Z test_recursive_class (jit.test_class_type.TestClassType) 2022-11-23T01:58:43.3192778Z Recursive class types not yet supported. We should give a good error message. ... ok (0.027s) 2022-11-23T01:58:43.3193692Z test_recursive_script_builtin_type_resolution (jit.test_class_type.TestClassType) 2022-11-23T01:58:43.3194713Z Test resolution of built-in torch types(e.g. torch.Tensor, torch.device) when a class is recursively compiled. ... ok (0.130s) 2022-11-23T01:58:43.3195685Z test_recursive_script_module_builtin_type_resolution (jit.test_class_type.TestClassType) 2022-11-23T01:58:43.3196643Z Test resolution of built-in torch types(e.g. torch.Tensor, torch.device) when a class is recursively compiled ... ok (0.056s) 2022-11-23T01:58:43.3197495Z test_recursive_scripting (jit.test_class_type.TestClassType) 2022-11-23T01:58:43.3198414Z Test that class types are recursively scripted when an Python instance of one ... ok (0.181s) 2022-11-23T01:58:43.3199235Z test_recursive_scripting_failed (jit.test_class_type.TestClassType) 2022-11-23T01:58:43.3199958Z Test that class types module attributes that fail to script ... ok (0.087s) 2022-11-23T01:58:43.3200727Z test_reference_semantics (jit.test_class_type.TestClassType) 2022-11-23T01:58:43.3201557Z Test that modifications made to a class instance in TorchScript ... ok (0.028s) 2022-11-23T01:58:43.3202352Z test_save_load_with_classes (jit.test_class_type.TestClassType) ... ok (0.027s) 2022-11-23T01:58:43.3203154Z test_save_load_with_classes_nested (jit.test_class_type.TestClassType) ... ok (0.069s) 2022-11-23T01:58:43.3203973Z test_save_load_with_classes_returned (jit.test_class_type.TestClassType) ... ok (0.147s) 2022-11-23T01:58:43.3204744Z test_schema_human_readable (jit.test_class_type.TestClassType) 2022-11-23T01:58:43.3205649Z Make sure that the schema is human readable, ie the mode parameter should read "nearest" instead of being displayed in octal ... ok (0.527s) 2022-11-23T01:58:43.3206536Z test_self_referential_method (jit.test_class_type.TestClassType) 2022-11-23T01:58:43.3207322Z Test that a scripted class can have a method that refers to the class itself ... ok (0.050s) 2022-11-23T01:58:43.3208157Z test_set_attr_in_method (jit.test_class_type.TestClassType) ... ok (0.025s) 2022-11-23T01:58:43.3209061Z test_set_attr_non_initialized (jit.test_class_type.TestClassType) ... ok (0.018s) 2022-11-23T01:58:43.3209867Z test_set_attr_type_mismatch (jit.test_class_type.TestClassType) ... ok (0.016s) 2022-11-23T01:58:43.3210566Z test_staticmethod (jit.test_class_type.TestClassType) 2022-11-23T01:58:43.3211215Z Test static methods on class types. ... ok (0.054s) 2022-11-23T01:58:43.3211862Z test_type_annotation (jit.test_class_type.TestClassType) 2022-11-23T01:58:43.3212670Z Test that annotating container attributes with types works correctly ... ok (0.034s) 2022-11-23T01:58:43.3213471Z test_type_annotations (jit.test_class_type.TestClassType) ... ok (0.016s) 2022-11-23T01:58:43.3214269Z test_unresolved_class_attributes (jit.test_class_type.TestClassType) ... ok (0.040s) 2022-11-23T01:58:43.3215039Z test_unused_method (jit.test_class_type.TestClassType) 2022-11-23T01:58:43.3215699Z Test unused methods on scripted classes. ... ok (0.043s) 2022-11-23T01:58:43.3216650Z test_binary_op_complex_tensor (jit.test_complex.TestComplex) ... ok (0.031s) 2022-11-23T01:58:43.3217410Z test_comparison_ops (jit.test_complex.TestComplex) ... ok (0.032s) 2022-11-23T01:58:43.3218173Z test_complex_constants_and_ops (jit.test_complex.TestComplex) ... ok (1.074s) 2022-11-23T01:58:43.3218933Z test_complex_constructor (jit.test_complex.TestComplex) ... ok (0.123s) 2022-11-23T01:58:43.3219664Z test_complex_list_sum (jit.test_complex.TestComplex) ... ok (0.010s) 2022-11-23T01:58:43.3220450Z test_complex_parse (jit.test_complex.TestComplex) ... ok (0.010s) 2022-11-23T01:58:43.3221155Z test_complexdict (jit.test_complex.TestComplex) ... ok (0.015s) 2022-11-23T01:58:43.3221860Z test_complexlist (jit.test_complex.TestComplex) ... ok (0.007s) 2022-11-23T01:58:43.3222572Z test_div (jit.test_complex.TestComplex) ... ok (0.007s) 2022-11-23T01:58:43.3223296Z test_infj_nanj_pickle (jit.test_complex.TestComplex) ... ok (0.022s) 2022-11-23T01:58:43.3224022Z test_pickle (jit.test_complex.TestComplex) ... ok (0.020s) 2022-11-23T01:58:43.3224696Z test_script (jit.test_complex.TestComplex) ... ok (0.005s) 2022-11-23T01:58:43.3225405Z test_tensor_attributes (jit.test_complex.TestComplex) ... ok (0.016s) 2022-11-23T01:58:43.3226194Z test_torch_complex_constructor_with_tensor (jit.test_complex.TestComplex) ... ok (0.087s) 2022-11-23T01:58:43.3227079Z test_calling_scripted_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.006s) 2022-11-23T01:58:43.3228134Z test_calling_traced_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.010s) 2022-11-23T01:58:43.3229084Z test_default_arguments_are_used (jit.test_custom_operators.TestCustomOperators) ... ok (0.000s) 2022-11-23T01:58:43.3230032Z test_dynamic_op_registry (jit.test_custom_operators.TestCustomOperators) ... ok (0.012s) 2022-11-23T01:58:43.3230977Z test_generic_list (jit.test_custom_operators.TestCustomOperators) ... ok (0.003s) 2022-11-23T01:58:43.3231880Z test_passing_and_returning_lists (jit.test_custom_operators.TestCustomOperators) ... ok (0.004s) 2022-11-23T01:58:43.3232865Z test_passing_one_positional_but_not_the_second (jit.test_custom_operators.TestCustomOperators) ... ok (0.004s) 2022-11-23T01:58:43.3233816Z test_passing_too_few_args (jit.test_custom_operators.TestCustomOperators) ... ok (0.004s) 2022-11-23T01:58:43.3234729Z test_passing_too_many_args (jit.test_custom_operators.TestCustomOperators) ... ok (0.004s) 2022-11-23T01:58:43.3235659Z test_passing_unknown_kwargs (jit.test_custom_operators.TestCustomOperators) ... ok (0.004s) 2022-11-23T01:58:43.3236619Z test_script_graph_contains_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.010s) 2022-11-23T01:58:43.3237878Z test_script_graph_for_custom_ops_matches_traced_graph (jit.test_custom_operators.TestCustomOperators) ... skip: Need to figure out default dtype differences between fbcode and oss (0.001s) 2022-11-23T01:58:43.3239038Z test_simply_calling_an_operator (jit.test_custom_operators.TestCustomOperators) ... ok (0.003s) 2022-11-23T01:58:43.3239927Z test_where_no_scalar (jit.test_custom_operators.TestCustomOperators) ... ok (0.013s) 2022-11-23T01:58:43.3240696Z test_setattr_no_aliasdb (jit.test_dce.TestDCE) ... ok (0.013s) 2022-11-23T01:58:43.3241356Z test_setattr_removed (jit.test_dce.TestDCE) ... ok (0.021s) 2022-11-23T01:58:43.3242215Z test_python_submodule_script (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-11-23T01:58:43.3243211Z test_shared_module (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-11-23T01:58:43.3244235Z test_tensor_sharing (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.003s) 2022-11-23T01:58:43.3245318Z test_tensor_sharing_with_forward (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.002s) 2022-11-23T01:58:43.3246481Z test_traced_module (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-11-23T01:58:43.3247338Z test__post_init__ (jit.test_dataclasses.TestDataclasses) ... ok (2.411s) 2022-11-23T01:58:43.3248114Z test_comparators (jit.test_dataclasses.TestDataclasses) ... ok (11.698s) 2022-11-23T01:58:43.3248886Z test_custom__eq__ (jit.test_dataclasses.TestDataclasses) ... ok (0.019s) 2022-11-23T01:58:43.3249652Z test_default_factories (jit.test_dataclasses.TestDataclasses) ... ok (0.005s) 2022-11-23T01:58:43.3250454Z test_init_vars (jit.test_dataclasses.TestDataclasses) ... ok (0.065s) 2022-11-23T01:58:43.3251256Z test_no_source (jit.test_dataclasses.TestDataclasses) ... ok (0.041s) 2022-11-23T01:58:43.3252169Z test_use_unregistered_dataclass_raises (jit.test_dataclasses.TestDataclasses) ... ok (0.000s) 2022-11-23T01:58:43.3253062Z test_custom_device_op (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.018s) 2022-11-23T01:58:43.3253906Z test_device_apply (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.005s) 2022-11-23T01:58:43.3254718Z test_device_arg (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.007s) 2022-11-23T01:58:43.3255575Z test_device_if_propagation (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.008s) 2022-11-23T01:58:43.3256421Z test_if_loop_mix (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.010s) 2022-11-23T01:58:43.3257241Z test_loop_device_change (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.008s) 2022-11-23T01:58:43.3258116Z test_loop_simple (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.003s) 2022-11-23T01:58:43.3259181Z test_mobilenet (jit.test_device_analysis.TestDeviceAnalysis) ... skip: Requires torchvision (0.000s) 2022-11-23T01:58:43.3260127Z test_nested_loops (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.006s) 2022-11-23T01:58:43.3260914Z test_set_dtype (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.010s) 2022-11-23T01:58:43.3261727Z test_simple (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.010s) 2022-11-23T01:58:43.3262555Z test_tensor_as_fns (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.021s) 2022-11-23T01:58:43.3263392Z test_while_change (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.008s) 2022-11-23T01:58:43.3264215Z test_zerodim_cpu (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.322s) 2022-11-23T01:58:43.3265027Z test_zerodim_gpu (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.136s) 2022-11-23T01:58:43.3265887Z test_zerodim_no_device (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.068s) 2022-11-23T01:58:43.3266714Z test_aug_assign (jit.test_list_dict.TestDict) ... ok (0.039s) 2022-11-23T01:58:43.3267365Z test_basic (jit.test_list_dict.TestDict) ... ok (0.035s) 2022-11-23T01:58:43.3267992Z test_clear (jit.test_list_dict.TestDict) ... ok (0.005s) 2022-11-23T01:58:43.3268619Z test_copy (jit.test_list_dict.TestDict) ... ok (0.006s) 2022-11-23T01:58:43.3269250Z test_del (jit.test_list_dict.TestDict) ... ok (0.010s) 2022-11-23T01:58:43.3269903Z test_dict_bool_conversion (jit.test_list_dict.TestDict) ... ok (0.057s) 2022-11-23T01:58:43.3270622Z test_dict_preserves_order (jit.test_list_dict.TestDict) ... ok (0.156s) 2022-11-23T01:58:43.3271324Z test_dict_to_python (jit.test_list_dict.TestDict) ... ok (0.011s) 2022-11-23T01:58:43.3271969Z test_dict_variance (jit.test_list_dict.TestDict) 2022-11-23T01:58:43.3272666Z `Dict[T1, _]` is not a subtype of `Dict[T2, _]`, even if `T1` is ... ok (0.024s) 2022-11-23T01:58:43.3273324Z test_get (jit.test_list_dict.TestDict) ... ok (0.021s) 2022-11-23T01:58:43.3274048Z test_get_boolkey (jit.test_list_dict.TestDict) ... ok (0.022s) 2022-11-23T01:58:43.3274706Z test_items (jit.test_list_dict.TestDict) ... ok (0.006s) 2022-11-23T01:58:43.3275340Z test_key_type (jit.test_list_dict.TestDict) ... ok (0.003s) 2022-11-23T01:58:43.3275969Z test_keys (jit.test_list_dict.TestDict) ... ok (0.012s) 2022-11-23T01:58:43.3276729Z test_len (jit.test_list_dict.TestDict) ... ok (0.008s) 2022-11-23T01:58:43.3277352Z test_loop (jit.test_list_dict.TestDict) ... ok (0.006s) 2022-11-23T01:58:43.3277978Z test_membership (jit.test_list_dict.TestDict) ... ok (0.018s) 2022-11-23T01:58:43.3278645Z test_mutability (jit.test_list_dict.TestDict) ... ok (0.007s) 2022-11-23T01:58:43.3279351Z test_optional_dict_construct (jit.test_list_dict.TestDict) ... ok (0.033s) 2022-11-23T01:58:43.3280101Z test_ordered_dict (jit.test_list_dict.TestDict) ... ok (0.019s) 2022-11-23T01:58:43.3280754Z test_pop (jit.test_list_dict.TestDict) ... ok (0.023s) 2022-11-23T01:58:43.3281471Z test_popitem (jit.test_list_dict.TestDict) ... ok (0.007s) 2022-11-23T01:58:43.3282110Z test_setdefault (jit.test_list_dict.TestDict) ... ok (0.016s) 2022-11-23T01:58:43.3282833Z test_type_annotation_missing_contained_type (jit.test_list_dict.TestDict) 2022-11-23T01:58:43.3283603Z Test that the use of a Dict type annotation without contained ... ok (0.004s) 2022-11-23T01:58:43.3284321Z test_update (jit.test_list_dict.TestDict) ... ok (0.021s) 2022-11-23T01:58:43.3285002Z test_update_existing_key (jit.test_list_dict.TestDict) ... ok (0.010s) 2022-11-23T01:58:43.3285703Z test_values (jit.test_list_dict.TestDict) ... ok (0.006s) 2022-11-23T01:58:43.3286316Z test_view (jit.test_list_dict.TestDict) ... ok (0.013s) 2022-11-23T01:58:43.3287069Z test_binary_scalar (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.017s) 2022-11-23T01:58:43.3288870Z test_binary_tensors (jit.test_dtype_analysis.TestDtypeAnalysis) ... C:\actions-runner\_work\pytorch\pytorch\test\jit\test_dtype_analysis.py:165: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-11-23T01:58:43.3290310Z rand_tensor = torch.rand(shape, dtype=dtype) 2022-11-23T01:58:43.3290786Z ok (0.183s) 2022-11-23T01:58:43.3291373Z test_combined (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.032s) 2022-11-23T01:58:43.3292186Z test_conv_no_mixed_args (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.017s) 2022-11-23T01:58:43.3292998Z test_custom_rules (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.016s) 2022-11-23T01:58:43.3293776Z test_unary (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.035s) 2022-11-23T01:58:43.3294560Z test_closed_over_enum_constant (jit.test_enum.TestEnum) ... ok (0.023s) 2022-11-23T01:58:43.3295243Z test_enum_as_const (jit.test_enum.TestEnum) ... ok (0.024s) 2022-11-23T01:58:43.3295998Z test_enum_as_module_attribute (jit.test_enum.TestEnum) ... ok (0.025s) 2022-11-23T01:58:43.3296647Z test_enum_comp (jit.test_enum.TestEnum) ... ok (0.020s) 2022-11-23T01:58:43.3297307Z test_enum_comp_diff_classes (jit.test_enum.TestEnum) ... ok (0.030s) 2022-11-23T01:58:43.3298007Z test_enum_explicit_script (jit.test_enum.TestEnum) ... ok (0.002s) 2022-11-23T01:58:43.3298672Z test_enum_iterate (jit.test_enum.TestEnum) ... ok (0.029s) 2022-11-23T01:58:43.3299328Z test_enum_ivalue_type (jit.test_enum.TestEnum) ... ok (0.018s) 2022-11-23T01:58:43.3300005Z test_enum_module_return (jit.test_enum.TestEnum) ... ok (0.021s) 2022-11-23T01:58:43.3300652Z test_enum_name (jit.test_enum.TestEnum) ... ok (0.015s) 2022-11-23T01:58:43.3301262Z test_enum_return (jit.test_enum.TestEnum) ... ok (0.011s) 2022-11-23T01:58:43.3301937Z test_enum_value (jit.test_enum.TestEnum) ... ok (0.018s) 2022-11-23T01:58:43.3302605Z test_enum_value_types (jit.test_enum.TestEnum) ... ok (0.039s) 2022-11-23T01:58:43.3303394Z test_heterogenous_value_type_enum_error (jit.test_enum.TestEnum) ... ok (0.006s) 2022-11-23T01:58:43.3304138Z test_non_existent_enum_value (jit.test_enum.TestEnum) ... ok (0.017s) 2022-11-23T01:58:43.3304859Z test_string_enum_as_module_attribute (jit.test_enum.TestEnum) ... ok (0.022s) 2022-11-23T01:58:43.3305663Z test_freeze_interface_swapping_two_methods (jit.test_freezing.TestFreezing) ... ok (0.126s) 2022-11-23T01:58:43.3306726Z test_freeze_interface_within_object (jit.test_freezing.TestFreezing) ... expected failure (0.188s) 2022-11-23T01:58:43.3307545Z test_freeze_module (jit.test_freezing.TestFreezing) ... ok (0.027s) 2022-11-23T01:58:43.3308313Z test_freeze_module_detach_gradient (jit.test_freezing.TestFreezing) ... ok (0.023s) 2022-11-23T01:58:43.3309179Z test_freeze_module_in_training_mode (jit.test_freezing.TestFreezing) ... ok (0.548s) 2022-11-23T01:58:43.3310039Z test_freeze_module_inlining (jit.test_freezing.TestFreezing) ... ok (0.064s) 2022-11-23T01:58:43.3310813Z test_freeze_module_no_forward (jit.test_freezing.TestFreezing) ... ok (0.023s) 2022-11-23T01:58:43.3311614Z test_freeze_module_return_self (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-11-23T01:58:43.3312428Z test_freeze_module_return_sub_module (jit.test_freezing.TestFreezing) ... ok (0.024s) 2022-11-23T01:58:43.3313285Z test_freeze_module_with_aliased_attr (jit.test_freezing.TestFreezing) ... ok (0.011s) 2022-11-23T01:58:43.3314132Z test_freeze_module_with_aliased_attr2 (jit.test_freezing.TestFreezing) ... ok (0.011s) 2022-11-23T01:58:43.3314953Z test_freeze_module_with_aliased_attr3 (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-11-23T01:58:43.3315801Z test_freeze_module_with_aliased_tensor_attr (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-11-23T01:58:43.3316695Z test_freeze_module_with_aliased_tensor_attr2 (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-11-23T01:58:43.3317605Z test_freeze_module_with_aliased_tensor_attr3 (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-11-23T01:58:43.3318623Z test_freeze_module_with_aliased_tensor_attr4 (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-11-23T01:58:43.3319496Z test_freeze_module_with_call_method (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-11-23T01:58:43.3320310Z test_freeze_module_with_fork (jit.test_freezing.TestFreezing) ... ok (0.021s) 2022-11-23T01:58:43.3321095Z test_freeze_module_with_fork2 (jit.test_freezing.TestFreezing) ... ok (0.021s) 2022-11-23T01:58:43.3321919Z test_freeze_module_with_fork_calling_module_method (jit.test_freezing.TestFreezing) ... ok (0.029s) 2022-11-23T01:58:43.3322794Z test_freeze_module_with_helperfunction (jit.test_freezing.TestFreezing) ... ok (0.019s) 2022-11-23T01:58:43.3323680Z test_freeze_module_with_inplace_mutable (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-11-23T01:58:43.3324487Z test_freeze_module_with_list (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-11-23T01:58:43.3325367Z test_freeze_module_with_mutable_dict (jit.test_freezing.TestFreezing) ... ok (0.022s) 2022-11-23T01:58:43.3326180Z test_freeze_module_with_mutable_list (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-11-23T01:58:43.3326994Z test_freeze_module_with_mutable_tensor (jit.test_freezing.TestFreezing) ... ok (0.011s) 2022-11-23T01:58:43.3327796Z test_freeze_module_with_nested_fork (jit.test_freezing.TestFreezing) ... ok (0.042s) 2022-11-23T01:58:43.3328638Z test_freeze_module_with_nestedaliasing (jit.test_freezing.TestFreezing) ... ok (0.055s) 2022-11-23T01:58:43.3329531Z test_freeze_module_with_nestedaliasingscalar (jit.test_freezing.TestFreezing) ... ok (0.039s) 2022-11-23T01:58:43.3330422Z test_freeze_module_with_non_static_module_container_index (jit.test_freezing.TestFreezing) 2022-11-23T01:58:43.3331303Z Test that Modules containing non-static ModuleDict or ModuleList ... ok (0.118s) 2022-11-23T01:58:43.3332190Z test_freeze_module_with_overlapping_attrs (jit.test_freezing.TestFreezing) ... ok (0.011s) 2022-11-23T01:58:43.3333062Z test_freeze_module_with_preserve_sub_module (jit.test_freezing.TestFreezing) ... ok (0.024s) 2022-11-23T01:58:43.3333942Z test_freeze_module_with_preserve_sub_module_and_mutation (jit.test_freezing.TestFreezing) ... ok (0.025s) 2022-11-23T01:58:43.3334832Z test_freeze_module_with_sharedclasstype (jit.test_freezing.TestFreezing) ... ok (0.046s) 2022-11-23T01:58:43.3335825Z test_freeze_module_with_submodule (jit.test_freezing.TestFreezing) ... ok (0.024s) 2022-11-23T01:58:43.3336614Z test_freeze_module_with_tensor (jit.test_freezing.TestFreezing) ... ok (0.016s) 2022-11-23T01:58:43.3337401Z test_freeze_module_with_tuple (jit.test_freezing.TestFreezing) ... ok (0.016s) 2022-11-23T01:58:43.3338284Z test_freeze_module_with_tupleoutput_submodule (jit.test_freezing.TestFreezing) ... ok (0.019s) 2022-11-23T01:58:43.3339149Z test_freeze_module_with_user_preserved_attr (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-11-23T01:58:43.3340149Z test_freeze_module_with_user_preserved_attribute_on_submodule (jit.test_freezing.TestFreezing) ... ok (0.021s) 2022-11-23T01:58:43.3341160Z test_freeze_module_with_user_preserved_attribute_on_unused_submodule (jit.test_freezing.TestFreezing) ... ok (0.016s) 2022-11-23T01:58:43.3342111Z test_freeze_module_with_user_preserved_method (jit.test_freezing.TestFreezing) ... ok (0.015s) 2022-11-23T01:58:43.3342991Z test_freeze_module_with_user_preserved_method2 (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-11-23T01:58:43.3343929Z test_freeze_module_with_user_preserved_method_on_submodule (jit.test_freezing.TestFreezing) ... ok (0.016s) 2022-11-23T01:58:43.3344785Z test_freeze_no_forward (jit.test_freezing.TestFreezing) ... ok (0.025s) 2022-11-23T01:58:43.3345616Z test_freeze_non_interface_module_swap (jit.test_freezing.TestFreezing) ... ok (0.028s) 2022-11-23T01:58:43.3346495Z test_freeze_non_module_class_getattr (jit.test_freezing.TestFreezing) ... ok (0.219s) 2022-11-23T01:58:43.3347510Z test_freeze_recursive_interfaces (jit.test_freezing.TestFreezing) ... ok (0.192s) 2022-11-23T01:58:43.3348380Z test_freeze_recursive_interfaces_same_name (jit.test_freezing.TestFreezing) ... ok (0.283s) 2022-11-23T01:58:43.3349288Z test_freeze_recursive_interfaces_with_reassignment (jit.test_freezing.TestFreezing) ... ok (0.268s) 2022-11-23T01:58:43.3350165Z test_freeze_with_interface_mutable (jit.test_freezing.TestFreezing) ... ok (0.064s) 2022-11-23T01:58:43.3351020Z test_freeze_with_swapping_interfaces (jit.test_freezing.TestFreezing) ... ok (0.137s) 2022-11-23T01:58:43.3351841Z test_module_getattr_indirection (jit.test_freezing.TestFreezing) ... ok (0.205s) 2022-11-23T01:58:43.3352736Z test_module_with_shared_type_instances (jit.test_freezing.TestFreezing) ... ok (0.219s) 2022-11-23T01:58:43.3353578Z test_dictionary_as_example_inputs_for_jit_trace (__main__.TestFrontend) ... ok (0.059s) 2022-11-23T01:58:43.3354381Z test_instancing_error (__main__.TestFrontend) ... ok (0.495s) 2022-11-23T01:58:43.3355217Z test_collapse_adjacent_conversions (jit.test_freezing.TestFrozenOptimizations) ... ok (0.040s) 2022-11-23T01:58:43.3356127Z test_conv_add_folding (jit.test_freezing.TestFrozenOptimizations) ... ok (3.684s) 2022-11-23T01:58:43.3356977Z test_conv_bn_folding (jit.test_freezing.TestFrozenOptimizations) ... ok (1.084s) 2022-11-23T01:58:43.3357914Z test_conv_bn_folding_autocast_scenario_cuda (jit.test_freezing.TestFrozenOptimizations) ... ok (46.658s) 2022-11-23T01:58:43.3358892Z test_conv_bn_folding_not_forward (jit.test_freezing.TestFrozenOptimizations) ... ok (0.027s) 2022-11-23T01:58:43.3359911Z test_conv_hardswish (jit.test_freezing.TestFrozenOptimizations) ... skip: no torchvision (0.000s) 2022-11-23T01:58:43.3360864Z test_conv_mul_add_bn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.256s) 2022-11-23T01:58:43.3361754Z test_conv_to_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.130s) 2022-11-23T01:58:43.3362693Z test_conv_to_mkldnn_no_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... skip: Testing no mkldnn (0.001s) 2022-11-23T01:58:43.3363637Z test_freeze_conv_relu_fusion (jit.test_freezing.TestFrozenOptimizations) ... ok (0.654s) 2022-11-23T01:58:43.3364581Z test_freeze_conv_relu_fusion_not_forward (jit.test_freezing.TestFrozenOptimizations) ... ok (0.031s) 2022-11-23T01:58:43.3365507Z test_freeze_mkdlnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.006s) 2022-11-23T01:58:43.3366563Z test_freeze_remove_dropout (jit.test_freezing.TestFrozenOptimizations) ... ok (0.020s) 2022-11-23T01:58:43.3367541Z test_freeze_remove_feature_dropout (jit.test_freezing.TestFrozenOptimizations) ... ok (0.024s) 2022-11-23T01:58:43.3368557Z test_hardswish_hardsigmoid (jit.test_freezing.TestFrozenOptimizations) ... ok (0.023s) 2022-11-23T01:58:43.3369492Z test_incompatible_perf_formats (jit.test_freezing.TestFrozenOptimizations) ... ok (0.503s) 2022-11-23T01:58:43.3370365Z test_linear_concat (jit.test_freezing.TestFrozenOptimizations) ... ok (0.142s) 2022-11-23T01:58:43.3371226Z test_linear_concat_complex (jit.test_freezing.TestFrozenOptimizations) 2022-11-23T01:58:43.3372053Z Testing that the interleaving of multiple optimizations does not ... ok (0.029s) 2022-11-23T01:58:43.3372896Z test_linear_concat_different_input (jit.test_freezing.TestFrozenOptimizations) 2022-11-23T01:58:43.3373753Z There should be no change to the graph due to the optimization pass ... ok (0.020s) 2022-11-23T01:58:43.3374676Z test_linear_multiple_blocks (jit.test_freezing.TestFrozenOptimizations) ... ok (0.026s) 2022-11-23T01:58:43.3375651Z test_linear_non_constant_weight (jit.test_freezing.TestFrozenOptimizations) ... ok (0.007s) 2022-11-23T01:58:43.3376544Z test_linear_transpose (jit.test_freezing.TestFrozenOptimizations) ... ok (0.008s) 2022-11-23T01:58:43.3377453Z test_maxpool_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... skip: no torchvision (0.002s) 2022-11-23T01:58:43.3378376Z test_mkldnn_fuser_broadcasting (jit.test_freezing.TestFrozenOptimizations) ... ok (0.051s) 2022-11-23T01:58:43.3379404Z test_mkldnn_inplace_removal (jit.test_freezing.TestFrozenOptimizations) ... ok (0.035s) 2022-11-23T01:58:43.3380372Z test_numel_less_than_size_with_padding (jit.test_freezing.TestFrozenOptimizations) ... ok (0.044s) 2022-11-23T01:58:43.3381283Z test_optimize_freeze_module (jit.test_freezing.TestFrozenOptimizations) ... ok (0.056s) 2022-11-23T01:58:43.3382190Z test_pool2d_batchnorm (jit.test_freezing.TestFrozenOptimizations) ... ok (0.951s) 2022-11-23T01:58:43.3383126Z test_pool3d_batchnorm (jit.test_freezing.TestFrozenOptimizations) ... ok (2.188s) 2022-11-23T01:58:43.3384004Z test_remove_detach (jit.test_freezing.TestFrozenOptimizations) ... ok (0.006s) 2022-11-23T01:58:43.3384892Z test_remove_detach_not_applied (jit.test_freezing.TestFrozenOptimizations) ... ok (0.017s) 2022-11-23T01:58:43.3385772Z test_scalar_mul (jit.test_freezing.TestFrozenOptimizations) ... ok (0.048s) 2022-11-23T01:58:43.3386631Z test_subgraph_creation (jit.test_functional_blocks.TestFunctionalBlocks) ... ok (0.089s) 2022-11-23T01:58:43.3387629Z test_check_no_type_promotion (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.051s) 2022-11-23T01:58:43.3388780Z test_functional_to_inplace_activation (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.128s) 2022-11-23T01:58:43.3389958Z test_no_functional_to_inplace (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.016s) 2022-11-23T01:58:43.3391071Z test_resnet18_correctness (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... skip: no torchvision (0.000s) 2022-11-23T01:58:43.3391926Z test_getattr_with_default (jit.test_attr.TestGetDefaultAttr) ... ok (0.006s) 2022-11-23T01:58:43.3392697Z test_fuse_linear (jit.test_graph_rewrite_passes.TestGraphRewritePasses) ... ok (0.063s) 2022-11-23T01:58:43.3393403Z test_hash_bool (jit.test_hash.TestHash) ... ok (0.020s) 2022-11-23T01:58:43.3394007Z test_hash_device (jit.test_hash.TestHash) ... ok (0.021s) 2022-11-23T01:58:43.3394572Z test_hash_float (jit.test_hash.TestHash) ... ok (0.026s) 2022-11-23T01:58:43.3395131Z test_hash_int (jit.test_hash.TestHash) ... ok (0.025s) 2022-11-23T01:58:43.3395692Z test_hash_none (jit.test_hash.TestHash) ... ok (0.003s) 2022-11-23T01:58:43.3396339Z test_hash_string (jit.test_hash.TestHash) ... ok (0.022s) 2022-11-23T01:58:43.3397958Z test_hash_tensor (jit.test_hash.TestHash) 2022-11-23T01:58:43.3398461Z Tensors should hash by identity ... ok (0.017s) 2022-11-23T01:58:43.3399092Z test_hash_tuple (jit.test_hash.TestHash) ... ok (0.014s) 2022-11-23T01:58:43.3399761Z test_hash_tuple_nested_unhashable_type (jit.test_hash.TestHash) ... ok (0.006s) 2022-11-23T01:58:43.3400478Z test_forward_tuple_input (jit.test_hooks.TestHooks) ... ok (0.063s) 2022-11-23T01:58:43.3401159Z test_hook_compilation_hint (jit.test_hooks.TestHooks) ... skip: (0.000s) 2022-11-23T01:58:43.3401853Z test_hook_hook_name_collision (jit.test_hooks.TestHooks) ... ok (0.009s) 2022-11-23T01:58:43.3402512Z test_hook_method_name_collision (jit.test_hooks.TestHooks) ... ok (0.016s) 2022-11-23T01:58:43.3403234Z test_module_direct_forward_invocation (jit.test_hooks.TestHooks) ... ok (0.023s) 2022-11-23T01:58:43.3403980Z test_module_forward_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.050s) 2022-11-23T01:58:43.3404707Z test_module_forward_single_input (jit.test_hooks.TestHooks) ... ok (0.045s) 2022-11-23T01:58:43.3405395Z test_module_hook_return_nothing (jit.test_hooks.TestHooks) ... ok (0.040s) 2022-11-23T01:58:43.3406120Z test_module_multiple_hooks_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.075s) 2022-11-23T01:58:43.3406885Z test_module_multiple_hooks_single_input (jit.test_hooks.TestHooks) ... ok (0.076s) 2022-11-23T01:58:43.3407562Z test_module_no_forward_input (jit.test_hooks.TestHooks) ... ok (0.033s) 2022-11-23T01:58:43.3408309Z test_module_same_hook_repeated (jit.test_hooks.TestHooks) ... ok (0.051s) 2022-11-23T01:58:43.3409193Z test_submodule_called_directly_with_hooks (jit.test_hooks.TestHooks) ... ok (0.039s) 2022-11-23T01:58:43.3410053Z test_submodule_direct_forward_invocation (jit.test_hooks.TestHooks) ... ok (0.045s) 2022-11-23T01:58:43.3410803Z test_submodule_forward_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.062s) 2022-11-23T01:58:43.3411550Z test_submodule_forward_single_input (jit.test_hooks.TestHooks) ... ok (0.058s) 2022-11-23T01:58:43.3412319Z test_submodule_forward_single_input_return_not_tupled (jit.test_hooks.TestHooks) ... ok (0.066s) 2022-11-23T01:58:43.3413087Z test_submodule_hook_return_nothing (jit.test_hooks.TestHooks) ... ok (0.045s) 2022-11-23T01:58:43.3413864Z test_submodule_multiple_hooks_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.082s) 2022-11-23T01:58:43.3414647Z test_submodule_multiple_hooks_single_input (jit.test_hooks.TestHooks) ... ok (0.065s) 2022-11-23T01:58:43.3415393Z test_submodule_no_forward_input (jit.test_hooks.TestHooks) ... ok (0.047s) 2022-11-23T01:58:43.3416108Z test_submodule_same_hook_repeated (jit.test_hooks.TestHooks) ... ok (0.055s) 2022-11-23T01:58:43.3416800Z test_wrong_hook_signatures (jit.test_hooks.TestHooks) ... ok (0.048s) 2022-11-23T01:58:43.3417478Z test_wrong_pre_hook_signatures (jit.test_hooks.TestHooks) ... ok (0.064s) 2022-11-23T01:58:43.3418225Z test_add_out_ignorable_args (jit.test_ignorable_args.TestIgnorableArgs) ... ok (0.006s) 2022-11-23T01:58:43.3419055Z test_slice_ignorable_args_for_slice (jit.test_ignorable_args.TestIgnorableArgs) ... ok (0.010s) 2022-11-23T01:58:43.3420069Z test_with_ignore_context_manager_with_inp_out (jit.test_ignore_context_manager.TestIgnoreContextManager) ... skip: astunparse package is required (0.011s) 2022-11-23T01:58:43.3421230Z test_with_ignore_context_manager_with_just_inp (jit.test_ignore_context_manager.TestIgnoreContextManager) ... skip: astunparse package is required (0.001s) 2022-11-23T01:58:43.3422413Z test_with_ignore_context_manager_with_just_out (jit.test_ignore_context_manager.TestIgnoreContextManager) ... skip: astunparse package is required (0.001s) 2022-11-23T01:58:43.3423510Z test_inplace_to_functional_activation (jit.test_convert_activation.TestInplaceToFunctionalActivation) ... ok (0.097s) 2022-11-23T01:58:43.3424572Z test_resnet18_correctness (jit.test_convert_activation.TestInplaceToFunctionalActivation) ... skip: no torchvision (0.002s) 2022-11-23T01:58:43.3425660Z test_bool (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-11-23T01:58:43.3426327Z test_dict (jit.test_isinstance.TestIsinstance) ... ok (0.020s) 2022-11-23T01:58:43.3427095Z test_dict_nested (jit.test_isinstance.TestIsinstance) ... ok (0.015s) 2022-11-23T01:58:43.3427837Z test_dict_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.004s) 2022-11-23T01:58:43.3428557Z test_dict_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.011s) 2022-11-23T01:58:43.3429321Z test_empty_container_special_cases (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-11-23T01:58:43.3430152Z test_empty_container_throws_warning_in_eager (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-11-23T01:58:43.3430900Z test_float (jit.test_isinstance.TestIsinstance) ... ok (0.010s) 2022-11-23T01:58:43.3431564Z test_if_else (jit.test_isinstance.TestIsinstance) ... ok (0.010s) 2022-11-23T01:58:43.3432233Z test_in_if (jit.test_isinstance.TestIsinstance) ... ok (0.015s) 2022-11-23T01:58:43.3432921Z test_in_while_loop (jit.test_isinstance.TestIsinstance) ... ok (0.014s) 2022-11-23T01:58:43.3433603Z test_int (jit.test_isinstance.TestIsinstance) ... ok (0.009s) 2022-11-23T01:58:43.3434236Z test_list (jit.test_isinstance.TestIsinstance) ... ok (0.011s) 2022-11-23T01:58:43.3434930Z test_list_nested (jit.test_isinstance.TestIsinstance) ... ok (0.008s) 2022-11-23T01:58:43.3435682Z test_list_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-11-23T01:58:43.3436571Z test_list_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.000s) 2022-11-23T01:58:43.3437329Z test_list_tensor_type_true (jit.test_isinstance.TestIsinstance) ... ok (0.019s) 2022-11-23T01:58:43.3438133Z test_nontuple_container_rhs_throws_in_eager (jit.test_isinstance.TestIsinstance) ... ok (0.001s) 2022-11-23T01:58:43.3438887Z test_optional (jit.test_isinstance.TestIsinstance) ... ok (0.012s) 2022-11-23T01:58:43.3439616Z test_optional_nested (jit.test_isinstance.TestIsinstance) ... ok (0.009s) 2022-11-23T01:58:43.3440396Z test_optional_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.003s) 2022-11-23T01:58:43.3441156Z test_optional_none (jit.test_isinstance.TestIsinstance) ... ok (0.009s) 2022-11-23T01:58:43.3441892Z test_tensor_type_false (jit.test_isinstance.TestIsinstance) ... ok (0.015s) 2022-11-23T01:58:43.3442585Z test_tuple (jit.test_isinstance.TestIsinstance) ... ok (0.011s) 2022-11-23T01:58:43.3443259Z test_tuple_nested (jit.test_isinstance.TestIsinstance) ... ok (0.016s) 2022-11-23T01:58:43.3444005Z test_tuple_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.003s) 2022-11-23T01:58:43.3444734Z test_tuple_rhs (jit.test_isinstance.TestIsinstance) ... ok (0.015s) 2022-11-23T01:58:43.3445419Z test_tuple_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.009s) 2022-11-23T01:58:43.3446118Z test_type_refinement (jit.test_isinstance.TestIsinstance) ... ok (0.034s) 2022-11-23T01:58:43.3446756Z test_ModuleList (__main__.TestJit) ... ok (0.107s) 2022-11-23T01:58:43.3447259Z test_Sequential (__main__.TestJit) ... ok (0.044s) 2022-11-23T01:58:43.3447763Z test_T_mT_H_mH (__main__.TestJit) ... ok (0.039s) 2022-11-23T01:58:43.3448266Z test_add_relu_fusion (__main__.TestJit) ... ok (0.054s) 2022-11-23T01:58:43.3448797Z test_arg_configurations (__main__.TestJit) 2022-11-23T01:58:43.3449595Z Different arg configurations should trigger different traces ... skip: Need to be adjusted to Graph Executor (0.003s) 2022-11-23T01:58:43.3450340Z test_attrs (__main__.TestJit) ... ok (0.010s) 2022-11-23T01:58:43.3450867Z test_batchnorm (__main__.TestJit) ... ok (0.008s) 2022-11-23T01:58:43.3451459Z test_big (__main__.TestJit) ... skip: Requires a lot of RAM (0.003s) 2022-11-23T01:58:43.3452054Z test_conj_transpose (__main__.TestJit) ... ok (0.013s) 2022-11-23T01:58:43.3452647Z test_constant_insertion (__main__.TestJit) ... ok (9.963s) 2022-11-23T01:58:43.3453452Z test_constant_prop_aliasing_type (__main__.TestJit) ... ok (0.011s) 2022-11-23T01:58:43.3454092Z test_constant_prop_exception (__main__.TestJit) ... ok (0.007s) 2022-11-23T01:58:43.3454701Z test_constant_prop_if_constant (__main__.TestJit) ... ok (0.009s) 2022-11-23T01:58:43.3455323Z test_constant_prop_if_inline (__main__.TestJit) ... ok (0.005s) 2022-11-23T01:58:43.3455949Z test_constant_prop_loop_constant (__main__.TestJit) ... ok (0.009s) 2022-11-23T01:58:43.3456538Z test_constant_prop_nested (__main__.TestJit) ... ok (0.008s) 2022-11-23T01:58:43.3457146Z test_constant_prop_none (__main__.TestJit) ... ok (0.010s) 2022-11-23T01:58:43.3457791Z test_constant_prop_print (__main__.TestJit) ... ok (0.007s) 2022-11-23T01:58:43.3458386Z test_constant_prop_rand (__main__.TestJit) ... ok (0.006s) 2022-11-23T01:58:43.3459035Z test_constant_prop_remove_output (__main__.TestJit) ... ok (0.008s) 2022-11-23T01:58:43.3459705Z test_constant_prop_simple (__main__.TestJit) ... ok (0.007s) 2022-11-23T01:58:43.3460289Z test_constants_pkl (__main__.TestJit) ... ok (0.003s) 2022-11-23T01:58:43.3460901Z test_cpp (__main__.TestJit) ... skip: covered by test_cpp_cuda (0.003s) 2022-11-23T01:58:43.3461470Z test_cse (__main__.TestJit) ... ok (0.021s) 2022-11-23T01:58:43.3462024Z test_cse_not_introduce_aliasing (__main__.TestJit) ... ok (0.009s) 2022-11-23T01:58:43.3462631Z test_cu_escaped_number (__main__.TestJit) ... ok (0.003s) 2022-11-23T01:58:43.3463208Z test_cuda_export_restore (__main__.TestJit) ... ok (0.033s) 2022-11-23T01:58:43.3463986Z test_debug_flush_compilation_cache (__main__.TestJit) ... ok (0.011s) 2022-11-23T01:58:43.3464663Z test_decompose_addmm (__main__.TestJit) ... ok (0.034s) 2022-11-23T01:58:43.3465239Z test_device_not_equal (__main__.TestJit) ... ok (0.018s) 2022-11-23T01:58:43.3465841Z test_diff_subgraph_clones_constants (__main__.TestJit) ... ok (0.007s) 2022-11-23T01:58:43.3466449Z test_disabled (__main__.TestJit) ... ok (0.000s) 2022-11-23T01:58:43.3466980Z test_dropout (__main__.TestJit) ... ok (0.006s) 2022-11-23T01:58:43.3467527Z test_dropout_cuda (__main__.TestJit) ... ok (0.018s) 2022-11-23T01:58:43.3468512Z test_dropout_func_requires_grad (__main__.TestJit) ... STAGE:2022-11-23 01:54:42 2160:4768 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:58:43.3469886Z STAGE:2022-11-23 01:54:42 2160:4768 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:58:43.3471153Z STAGE:2022-11-23 01:54:42 2160:4768 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:58:43.3472356Z STAGE:2022-11-23 01:54:42 2160:4768 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:58:43.3473681Z STAGE:2022-11-23 01:54:42 2160:4768 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:58:43.3474993Z STAGE:2022-11-23 01:54:42 2160:4768 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:58:43.3476265Z STAGE:2022-11-23 01:54:42 2160:4768 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:58:43.3477532Z STAGE:2022-11-23 01:54:42 2160:4768 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:58:43.3478815Z STAGE:2022-11-23 01:54:42 2160:4768 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:58:43.3480254Z STAGE:2022-11-23 01:54:42 2160:4768 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:58:43.3481544Z STAGE:2022-11-23 01:54:42 2160:4768 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:58:43.3482807Z STAGE:2022-11-23 01:54:42 2160:4768 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:58:43.3483607Z ok (0.169s) 2022-11-23T01:58:43.3484217Z test_dropout_module_requires_grad (__main__.TestJit) ... skip: Testing differentiable graph (0.004s) 2022-11-23T01:58:43.3484901Z test_einsum (__main__.TestJit) ... ok (0.076s) 2022-11-23T01:58:43.3485438Z test_element_size (__main__.TestJit) ... ok (0.007s) 2022-11-23T01:58:43.3486032Z test_expand_fold_quant_inputs (__main__.TestJit) ... ok (0.002s) 2022-11-23T01:58:43.3486640Z test_expand_quantlint (__main__.TestJit) ... ok (0.001s) 2022-11-23T01:58:43.3487398Z test_export_batchnorm (__main__.TestJit) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:58:43.3488100Z test_export_dropout (__main__.TestJit) ... ok (0.024s) 2022-11-23T01:58:43.3488642Z test_export_lstm (__main__.TestJit) ... ok (0.124s) 2022-11-23T01:58:43.3489210Z test_export_opnames (__main__.TestJit) ... ok (0.022s) 2022-11-23T01:58:43.3489755Z test_export_rnn (__main__.TestJit) ... ok (0.156s) 2022-11-23T01:58:43.3490582Z test_flags (__main__.TestJit) ... skip: Need to instrument GraphExecutors a bit more (0.002s) 2022-11-23T01:58:43.3491315Z test_function_default_values (__main__.TestJit) ... ok (0.028s) 2022-11-23T01:58:43.3491945Z test_hide_source_ranges_context_manager (__main__.TestJit) ... ok (0.005s) 2022-11-23T01:58:43.3492563Z test_import_method (__main__.TestJit) ... ok (0.007s) 2022-11-23T01:58:43.3493147Z test_inferred_as_tensor (__main__.TestJit) ... ok (0.002s) 2022-11-23T01:58:43.3493683Z test_layout (__main__.TestJit) ... ok (0.008s) 2022-11-23T01:58:43.3494241Z test_matrix_conj_transpose (__main__.TestJit) ... ok (0.007s) 2022-11-23T01:58:43.3494820Z test_matrix_transpose (__main__.TestJit) ... ok (0.006s) 2022-11-23T01:58:43.3495384Z test_module_default_values (__main__.TestJit) ... ok (0.010s) 2022-11-23T01:58:43.3496004Z test_mutable_default_values (__main__.TestJit) ... ok (0.008s) 2022-11-23T01:58:43.3496618Z test_native_dropout_corner_case (__main__.TestJit) ... ok (0.016s) 2022-11-23T01:58:43.3497181Z test_nn_conv (__main__.TestJit) ... ok (0.737s) 2022-11-23T01:58:43.3497685Z test_nn_lp_pool1d (__main__.TestJit) ... ok (0.128s) 2022-11-23T01:58:43.3498218Z test_nn_lp_pool2d (__main__.TestJit) ... ok (0.125s) 2022-11-23T01:58:43.3498751Z test_nn_padding (__main__.TestJit) ... ok (0.870s) 2022-11-23T01:58:43.3499334Z test_nn_padding_functional (__main__.TestJit) ... ok (0.096s) 2022-11-23T01:58:43.3499919Z test_no_erroneous_warnings (__main__.TestJit) ... ok (0.007s) 2022-11-23T01:58:43.3500679Z test_non_ascii_string (__main__.TestJit) ... skip: temporarily disable the test for fwd compatibility (0.002s) 2022-11-23T01:58:43.3501425Z test_numel (__main__.TestJit) ... ok (0.005s) 2022-11-23T01:58:43.3502022Z test_pattern_based_module_rewrite (__main__.TestJit) ... ok (0.058s) 2022-11-23T01:58:43.3502627Z test_pattern_based_rewrite (__main__.TestJit) ... ok (0.010s) 2022-11-23T01:58:43.3503323Z test_pattern_based_rewrite_with_source_range_preserved (__main__.TestJit) ... ok (0.032s) 2022-11-23T01:58:43.3504185Z test_peephole_optimize_shape_ops (__main__.TestJit) ... skip: Simple executor doesn't have shape information (0.004s) 2022-11-23T01:58:43.3504934Z test_permute_inputs_binding (__main__.TestJit) ... ok (0.005s) 2022-11-23T01:58:43.3505538Z test_pretty_printer (__main__.TestJit) ... ok (0.039s) 2022-11-23T01:58:43.3506310Z test_print_classes_module (__main__.TestJit) ... ok (0.000s) 2022-11-23T01:58:43.3544046Z test_print_op_module (__main__.TestJit) ... ok (0.000s) 2022-11-23T01:58:43.3544688Z test_print_torch_ops_modules (__main__.TestJit) ... ok (0.000s) 2022-11-23T01:58:43.3545461Z test_profiler (__main__.TestJit) ... skip: TODO: fix occasional windows failure (0.010s) 2022-11-23T01:58:43.3546159Z test_python_bindings (__main__.TestJit) ... ok (0.201s) 2022-11-23T01:58:43.3546755Z test_python_ir (__main__.TestJit) ... ok (0.006s) 2022-11-23T01:58:43.3547352Z test_python_ir_utils (__main__.TestJit) ... ok (0.007s) 2022-11-23T01:58:43.3548002Z test_python_ir_utils_graph (__main__.TestJit) ... ok (0.011s) 2022-11-23T01:58:43.3548627Z test_python_ivalue (__main__.TestJit) ... ok (0.002s) 2022-11-23T01:58:43.3549230Z test_pytorch_jit_env_off (__main__.TestJit) ... ok (3.043s) 2022-11-23T01:58:43.3549857Z test_recursive_cse (__main__.TestJit) ... ok (0.010s) 2022-11-23T01:58:43.3550501Z test_repeat_interleave_script (__main__.TestJit) ... ok (0.010s) 2022-11-23T01:58:43.3551166Z test_restore_device (__main__.TestJit) ... ok (0.022s) 2022-11-23T01:58:43.3551767Z test_restore_device_cuda (__main__.TestJit) ... ok (0.064s) 2022-11-23T01:58:43.3553185Z test_restore_shared_storage_on_cuda (__main__.TestJit) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:58:43.3554646Z warnings.warn(message, UserWarning) 2022-11-23T01:58:43.3555113Z ok (0.019s) 2022-11-23T01:58:43.3555624Z test_script_autograd_grad (__main__.TestJit) ... ok (0.219s) 2022-11-23T01:58:43.3556231Z test_script_backward (__main__.TestJit) ... ok (0.022s) 2022-11-23T01:58:43.3557371Z test_script_backward_twice (__main__.TestJit) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_script.py:1243: UserWarning: `optimize` is deprecated and has no effect. Use `with torch.jit.optimized_execution() instead 2022-11-23T01:58:43.3558423Z warnings.warn( 2022-11-23T01:58:43.3558812Z ok (0.014s) 2022-11-23T01:58:43.3559278Z test_script_fn_pkl (__main__.TestJit) ... ok (0.003s) 2022-11-23T01:58:43.3559976Z test_script_tensor_type (__main__.TestJit) ... ok (0.008s) 2022-11-23T01:58:43.3560612Z test_shape_analysis_broadcast (__main__.TestJit) ... ok (0.006s) 2022-11-23T01:58:43.3561269Z test_shape_analysis_masked_select (__main__.TestJit) ... ok (0.001s) 2022-11-23T01:58:43.3561954Z test_shape_analysis_unsqueeze_in_loop (__main__.TestJit) ... ok (0.002s) 2022-11-23T01:58:43.3562607Z test_sparse_csr_tensors (__main__.TestJit) ... ok (0.005s) 2022-11-23T01:58:43.3563182Z test_sparse_tensors (__main__.TestJit) ... ok (0.082s) 2022-11-23T01:58:43.3565187Z test_torch_complex (__main__.TestJit) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:470: UserWarning: An output with one or more elements was resized since it had shape [3, 4], which does not match the required output shape [2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T01:58:43.3567187Z return callable(*args, **kwargs) 2022-11-23T01:58:43.3569043Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:470: UserWarning: An output with one or more elements was resized since it had shape [5, 2], which does not match the required output shape [2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T01:58:43.3570990Z return callable(*args, **kwargs) 2022-11-23T01:58:43.3571398Z ok (0.088s) 2022-11-23T01:58:43.3572112Z test_torch_load_error (__main__.TestJit) ... skip: TODO: re-enable with https://github.com/pytorch/pytorch/pull/29339 (0.002s) 2022-11-23T01:58:43.3572953Z test_torch_load_zipfile_check (__main__.TestJit) ... ok (0.017s) 2022-11-23T01:58:43.3573555Z test_torch_ops_kwonly (__main__.TestJit) ... ok (0.005s) 2022-11-23T01:58:43.3574228Z test_torch_ops_overloaded (__main__.TestJit) ... ok (0.004s) 2022-11-23T01:58:43.3574825Z test_torch_sum (__main__.TestJit) ... ok (0.014s) 2022-11-23T01:58:43.3575392Z test_trace_retains_train (__main__.TestJit) ... ok (0.010s) 2022-11-23T01:58:43.3575972Z test_train_eval (__main__.TestJit) ... ok (0.101s) 2022-11-23T01:58:43.3576536Z test_transpose (__main__.TestJit) ... ok (0.007s) 2022-11-23T01:58:43.3577120Z test_unchecked_cast (__main__.TestJit) ... ok (0.015s) 2022-11-23T01:58:43.3577701Z test_unique_state_dict (__main__.TestJit) ... ok (0.010s) 2022-11-23T01:58:43.3578430Z test_verify (__main__.TestJit) ... skip: verify needs to be updated to work with GraphExecutors (0.000s) 2022-11-23T01:58:43.3579114Z test_warnings (__main__.TestJit) ... ok (0.023s) 2022-11-23T01:58:43.3579788Z test_nn_AdaptiveAvgPool1d (__main__.TestJitGeneratedModule) ... ok (0.129s) 2022-11-23T01:58:43.3580649Z test_nn_AdaptiveAvgPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.124s) 2022-11-23T01:58:43.3582532Z test_nn_AdaptiveAvgPool1d_one_output (__main__.TestJitGeneratedModule) ... ok (0.137s) 2022-11-23T01:58:43.3583412Z test_nn_AdaptiveAvgPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.141s) 2022-11-23T01:58:43.3584238Z test_nn_AdaptiveAvgPool2d_single (__main__.TestJitGeneratedModule) ... ok (0.158s) 2022-11-23T01:58:43.3585082Z test_nn_AdaptiveAvgPool2d_single_1x1output (__main__.TestJitGeneratedModule) ... ok (0.153s) 2022-11-23T01:58:43.3585865Z test_nn_AdaptiveAvgPool2d_tuple (__main__.TestJitGeneratedModule) ... ok (0.127s) 2022-11-23T01:58:43.3586664Z test_nn_AdaptiveAvgPool2d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.009s) 2022-11-23T01:58:43.3587512Z test_nn_AdaptiveAvgPool3d_last_dim (__main__.TestJitGeneratedModule) ... ok (0.160s) 2022-11-23T01:58:43.3588348Z test_nn_AdaptiveAvgPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.130s) 2022-11-23T01:58:43.3589199Z test_nn_AdaptiveAvgPool3d_single (__main__.TestJitGeneratedModule) ... ok (0.130s) 2022-11-23T01:58:43.3589992Z test_nn_AdaptiveAvgPool3d_tuple (__main__.TestJitGeneratedModule) ... ok (0.165s) 2022-11-23T01:58:43.3590756Z test_nn_AdaptiveAvgPool3d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.008s) 2022-11-23T01:58:43.3591533Z test_nn_AdaptiveMaxPool1d (__main__.TestJitGeneratedModule) ... ok (0.166s) 2022-11-23T01:58:43.3592337Z test_nn_AdaptiveMaxPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.130s) 2022-11-23T01:58:43.3593154Z test_nn_AdaptiveMaxPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.152s) 2022-11-23T01:58:43.3593961Z test_nn_AdaptiveMaxPool2d_single (__main__.TestJitGeneratedModule) ... ok (0.141s) 2022-11-23T01:58:43.3594771Z test_nn_AdaptiveMaxPool2d_tuple (__main__.TestJitGeneratedModule) ... ok (0.160s) 2022-11-23T01:58:43.3595634Z test_nn_AdaptiveMaxPool2d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.008s) 2022-11-23T01:58:43.3596485Z test_nn_AdaptiveMaxPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.186s) 2022-11-23T01:58:43.3597307Z test_nn_AdaptiveMaxPool3d_single (__main__.TestJitGeneratedModule) ... ok (0.175s) 2022-11-23T01:58:43.3598242Z test_nn_AdaptiveMaxPool3d_single_nonatomic (__main__.TestJitGeneratedModule) ... ok (0.163s) 2022-11-23T01:58:43.3599234Z test_nn_AdaptiveMaxPool3d_tuple (__main__.TestJitGeneratedModule) ... ok (0.166s) 2022-11-23T01:58:43.3615305Z test_nn_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestJitGeneratedModule) ... ok (0.160s) 2022-11-23T01:58:43.3616148Z test_nn_AdaptiveMaxPool3d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.007s) 2022-11-23T01:58:43.3616949Z test_nn_AvgPool1d (__main__.TestJitGeneratedModule) ... ok (0.167s) 2022-11-23T01:58:43.3617688Z test_nn_AvgPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.140s) 2022-11-23T01:58:43.3618506Z test_nn_AvgPool1d_stride (__main__.TestJitGeneratedModule) ... ok (0.128s) 2022-11-23T01:58:43.3619239Z test_nn_AvgPool1d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.129s) 2022-11-23T01:58:43.3640332Z test_nn_AvgPool2d (__main__.TestJitGeneratedModule) ... ok (0.151s) 2022-11-23T01:58:43.3640759Z test_nn_AvgPool2d_divisor (__main__.TestJitGeneratedModule) ... ok (0.143s) 2022-11-23T01:58:43.3641183Z test_nn_AvgPool2d_divisor_stride (__main__.TestJitGeneratedModule) ... ok (0.142s) 2022-11-23T01:58:43.3641632Z test_nn_AvgPool2d_divisor_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.140s) 2022-11-23T01:58:43.3642060Z test_nn_AvgPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.134s) 2022-11-23T01:58:43.3642512Z test_nn_AvgPool2d_stride (__main__.TestJitGeneratedModule) ... ok (0.157s) 2022-11-23T01:58:43.3643172Z test_nn_AvgPool2d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.149s) 2022-11-23T01:58:43.3643631Z test_nn_AvgPool3d (__main__.TestJitGeneratedModule) ... ok (0.148s) 2022-11-23T01:58:43.3644226Z test_nn_AvgPool3d_divisor (__main__.TestJitGeneratedModule) ... ok (0.136s) 2022-11-23T01:58:43.3644672Z test_nn_AvgPool3d_divisor_stride (__main__.TestJitGeneratedModule) ... ok (0.128s) 2022-11-23T01:58:43.3645122Z test_nn_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestJitGeneratedModule) ... ok (0.146s) 2022-11-23T01:58:43.3645680Z test_nn_AvgPool3d_divisor_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.160s) 2022-11-23T01:58:43.3646171Z test_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestJitGeneratedModule) ... ok (0.151s) 2022-11-23T01:58:43.3646725Z test_nn_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestJitGeneratedModule) ... ok (0.154s) 2022-11-23T01:58:43.3647363Z test_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestJitGeneratedModule) ... ok (0.159s) 2022-11-23T01:58:43.3647813Z test_nn_AvgPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.124s) 2022-11-23T01:58:43.3648235Z test_nn_AvgPool3d_stride (__main__.TestJitGeneratedModule) ... ok (0.140s) 2022-11-23T01:58:43.3648659Z test_nn_AvgPool3d_stride1_pad0_gpu_input (__main__.TestJitGeneratedModule) ... ok (0.145s) 2022-11-23T01:58:43.3649076Z test_nn_AvgPool3d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.128s) 2022-11-23T01:58:43.3649523Z test_nn_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestJitGeneratedModule) ... ok (0.130s) 2022-11-23T01:58:43.3649990Z test_nn_AvgPool3d_stride_pad_gpu_general_output (__main__.TestJitGeneratedModule) ... ok (0.141s) 2022-11-23T01:58:43.3650455Z test_nn_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestJitGeneratedModule) ... ok (0.148s) 2022-11-23T01:58:43.3650871Z test_nn_BCELoss (__main__.TestJitGeneratedModule) ... ok (0.168s) 2022-11-23T01:58:43.3651272Z test_nn_BCELoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-11-23T01:58:43.3651689Z test_nn_BCELoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.090s) 2022-11-23T01:58:43.3652102Z test_nn_BCELoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-11-23T01:58:43.3652503Z test_nn_BCELoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:58:43.3653024Z test_nn_BCELoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:58:43.3653437Z test_nn_BCELoss_scalar_weights (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-11-23T01:58:43.3654203Z test_nn_BCELoss_weights (__main__.TestJitGeneratedModule) ... ok (0.084s) 2022-11-23T01:58:43.3654629Z test_nn_BCELoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:58:43.3655060Z test_nn_BCELoss_weights_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:58:43.3655482Z test_nn_BCEWithLogitsLoss (__main__.TestJitGeneratedModule) ... ok (0.086s) 2022-11-23T01:58:43.3655909Z test_nn_BCEWithLogitsLoss_legacy_enum (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:58:43.3656360Z test_nn_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-11-23T01:58:43.3656810Z test_nn_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-11-23T01:58:43.3657255Z test_nn_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-11-23T01:58:43.3657700Z test_nn_BCEWithLogitsLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T01:58:43.3658288Z test_nn_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:58:43.3658925Z test_nn_BCEWithLogitsLoss_scalar_weights (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-11-23T01:58:43.3659371Z test_nn_BCEWithLogitsLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-11-23T01:58:43.3659794Z test_nn_BatchNorm1d_3d_input (__main__.TestJitGeneratedModule) ... ok (0.286s) 2022-11-23T01:58:43.3660435Z test_nn_BatchNorm1d_3d_input_not_affine (__main__.TestJitGeneratedModule) ... ok (0.240s) 2022-11-23T01:58:43.3660873Z test_nn_BatchNorm1d_affine (__main__.TestJitGeneratedModule) ... ok (0.235s) 2022-11-23T01:58:43.3661524Z test_nn_BatchNorm1d_affine_simple_average (__main__.TestJitGeneratedModule) ... ok (0.280s) 2022-11-23T01:58:43.3661961Z test_nn_BatchNorm1d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.324s) 2022-11-23T01:58:43.3662393Z test_nn_BatchNorm1d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.271s) 2022-11-23T01:58:43.3662817Z test_nn_BatchNorm1d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.296s) 2022-11-23T01:58:43.3663211Z test_nn_BatchNorm2d (__main__.TestJitGeneratedModule) ... ok (0.283s) 2022-11-23T01:58:43.3663620Z test_nn_BatchNorm2d_2d_simple_average (__main__.TestJitGeneratedModule) ... ok (0.275s) 2022-11-23T01:58:43.3664039Z test_nn_BatchNorm2d_momentum (__main__.TestJitGeneratedModule) ... ok (0.239s) 2022-11-23T01:58:43.3664453Z test_nn_BatchNorm2d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.298s) 2022-11-23T01:58:43.3664873Z test_nn_BatchNorm2d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.263s) 2022-11-23T01:58:43.3665297Z test_nn_BatchNorm2d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.268s) 2022-11-23T01:58:43.3665692Z test_nn_BatchNorm3d (__main__.TestJitGeneratedModule) ... ok (0.270s) 2022-11-23T01:58:43.3666105Z test_nn_BatchNorm3d_3d_simple_average (__main__.TestJitGeneratedModule) ... ok (0.295s) 2022-11-23T01:58:43.3666523Z test_nn_BatchNorm3d_momentum (__main__.TestJitGeneratedModule) ... ok (0.317s) 2022-11-23T01:58:43.3666929Z test_nn_BatchNorm3d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.287s) 2022-11-23T01:58:43.3667455Z test_nn_BatchNorm3d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.260s) 2022-11-23T01:58:43.3667877Z test_nn_BatchNorm3d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.246s) 2022-11-23T01:58:43.3668338Z test_nn_Bilinear (__main__.TestJitGeneratedModule) ... ok (0.140s) 2022-11-23T01:58:43.3668845Z test_nn_CELU (__main__.TestJitGeneratedModule) ... ok (0.125s) 2022-11-23T01:58:43.3669219Z test_nn_CELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.119s) 2022-11-23T01:58:43.3669604Z test_nn_CELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.102s) 2022-11-23T01:58:43.3670073Z test_nn_CTCLoss_2d_int_target_lengths_intlists (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.005s) 2022-11-23T01:58:43.3670674Z test_nn_CTCLoss_2d_int_target_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.087s) 2022-11-23T01:58:43.3671110Z test_nn_CTCLoss_2d_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-11-23T01:58:43.3671593Z test_nn_CTCLoss_lengths_intlists (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.008s) 2022-11-23T01:58:43.3672067Z test_nn_CTCLoss_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-11-23T01:58:43.3672478Z test_nn_ConstantPad1d (__main__.TestJitGeneratedModule) ... ok (0.120s) 2022-11-23T01:58:43.3672902Z test_nn_ConstantPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.110s) 2022-11-23T01:58:43.3673339Z test_nn_ConstantPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.097s) 2022-11-23T01:58:43.3673766Z test_nn_ConstantPad2d (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-11-23T01:58:43.3674196Z test_nn_ConstantPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.098s) 2022-11-23T01:58:43.3674747Z test_nn_ConstantPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.091s) 2022-11-23T01:58:43.3675154Z test_nn_ConstantPad3d (__main__.TestJitGeneratedModule) ... ok (0.086s) 2022-11-23T01:58:43.3675696Z test_nn_ConstantPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.110s) 2022-11-23T01:58:43.3676239Z test_nn_ConstantPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-11-23T01:58:43.3676746Z test_nn_Conv1d (__main__.TestJitGeneratedModule) ... ok (0.183s) 2022-11-23T01:58:43.3677179Z test_nn_Conv1d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.207s) 2022-11-23T01:58:43.3677610Z test_nn_Conv1d_dilated (__main__.TestJitGeneratedModule) ... ok (0.186s) 2022-11-23T01:58:43.3677998Z test_nn_Conv1d_groups (__main__.TestJitGeneratedModule) ... ok (0.165s) 2022-11-23T01:58:43.3678404Z test_nn_Conv1d_pad1 (__main__.TestJitGeneratedModule) ... ok (0.179s) 2022-11-23T01:58:43.3678819Z test_nn_Conv1d_pad1size1 (__main__.TestJitGeneratedModule) ... ok (0.191s) 2022-11-23T01:58:43.3679222Z test_nn_Conv1d_pad2 (__main__.TestJitGeneratedModule) ... ok (0.146s) 2022-11-23T01:58:43.3679625Z test_nn_Conv1d_pad2size1 (__main__.TestJitGeneratedModule) ... ok (0.180s) 2022-11-23T01:58:43.3680034Z test_nn_Conv1d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.179s) 2022-11-23T01:58:43.3680419Z test_nn_Conv1d_pad_same2 (__main__.TestJitGeneratedModule) ... ok (0.150s) 2022-11-23T01:58:43.3680904Z test_nn_Conv1d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.161s) 2022-11-23T01:58:43.3681555Z test_nn_Conv1d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.179s) 2022-11-23T01:58:43.3682083Z test_nn_Conv1d_reflect_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.178s) 2022-11-23T01:58:43.3682530Z test_nn_Conv1d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.210s) 2022-11-23T01:58:43.3683217Z test_nn_Conv1d_stride (__main__.TestJitGeneratedModule) ... ok (0.201s) 2022-11-23T01:58:43.3683633Z test_nn_Conv1d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.182s) 2022-11-23T01:58:43.3684035Z test_nn_Conv1d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.169s) 2022-11-23T01:58:43.3684440Z test_nn_Conv2d (__main__.TestJitGeneratedModule) ... ok (0.160s) 2022-11-23T01:58:43.3684856Z test_nn_Conv2d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.186s) 2022-11-23T01:58:43.3685288Z test_nn_Conv2d_depthwise (__main__.TestJitGeneratedModule) ... ok (0.167s) 2022-11-23T01:58:43.3685717Z test_nn_Conv2d_depthwise_dilated (__main__.TestJitGeneratedModule) ... ok (0.186s) 2022-11-23T01:58:43.3686154Z test_nn_Conv2d_depthwise_padded (__main__.TestJitGeneratedModule) ... ok (0.153s) 2022-11-23T01:58:43.3686574Z test_nn_Conv2d_depthwise_strided (__main__.TestJitGeneratedModule) ... ok (0.192s) 2022-11-23T01:58:43.3687148Z test_nn_Conv2d_depthwise_with_multiplier (__main__.TestJitGeneratedModule) ... ok (0.181s) 2022-11-23T01:58:43.3687580Z test_nn_Conv2d_dilated (__main__.TestJitGeneratedModule) ... ok (0.173s) 2022-11-23T01:58:43.3687983Z test_nn_Conv2d_groups (__main__.TestJitGeneratedModule) ... ok (0.180s) 2022-11-23T01:58:43.3688393Z test_nn_Conv2d_groups_thnn (__main__.TestJitGeneratedModule) ... ok (0.153s) 2022-11-23T01:58:43.3688802Z test_nn_Conv2d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.191s) 2022-11-23T01:58:43.3689314Z test_nn_Conv2d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.182s) 2022-11-23T01:58:43.3689722Z test_nn_Conv2d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.191s) 2022-11-23T01:58:43.3690336Z test_nn_Conv2d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.176s) 2022-11-23T01:58:43.3690784Z test_nn_Conv2d_padding (__main__.TestJitGeneratedModule) ... ok (0.167s) 2022-11-23T01:58:43.3691208Z test_nn_Conv2d_reflect_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.181s) 2022-11-23T01:58:43.3691660Z test_nn_Conv2d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.201s) 2022-11-23T01:58:43.3692083Z test_nn_Conv2d_strided (__main__.TestJitGeneratedModule) ... ok (0.201s) 2022-11-23T01:58:43.3693884Z test_nn_Conv2d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.184s) 2022-11-23T01:58:43.3694312Z test_nn_Conv2d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.192s) 2022-11-23T01:58:43.3694716Z test_nn_Conv3d (__main__.TestJitGeneratedModule) ... ok (0.188s) 2022-11-23T01:58:43.3695225Z test_nn_Conv3d_1x1x1_no_bias (__main__.TestJitGeneratedModule) ... ok (0.183s) 2022-11-23T01:58:43.3695671Z test_nn_Conv3d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.200s) 2022-11-23T01:58:43.3696094Z test_nn_Conv3d_dilated (__main__.TestJitGeneratedModule) ... ok (0.146s) 2022-11-23T01:58:43.3696619Z test_nn_Conv3d_dilated_strided (__main__.TestJitGeneratedModule) ... ok (0.148s) 2022-11-23T01:58:43.3697022Z test_nn_Conv3d_groups (__main__.TestJitGeneratedModule) ... ok (0.183s) 2022-11-23T01:58:43.3697615Z test_nn_Conv3d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.146s) 2022-11-23T01:58:43.3698039Z test_nn_Conv3d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.186s) 2022-11-23T01:58:43.3698457Z test_nn_Conv3d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.198s) 2022-11-23T01:58:43.3698875Z test_nn_Conv3d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.210s) 2022-11-23T01:58:43.3699308Z test_nn_Conv3d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.191s) 2022-11-23T01:58:43.3699712Z test_nn_Conv3d_stride (__main__.TestJitGeneratedModule) ... ok (0.186s) 2022-11-23T01:58:43.3700125Z test_nn_Conv3d_stride_padding (__main__.TestJitGeneratedModule) ... ok (0.184s) 2022-11-23T01:58:43.3700544Z test_nn_Conv3d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.181s) 2022-11-23T01:58:43.3700969Z test_nn_Conv3d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.190s) 2022-11-23T01:58:43.3701391Z test_nn_ConvTranspose1d (__main__.TestJitGeneratedModule) ... ok (0.307s) 2022-11-23T01:58:43.3701818Z test_nn_ConvTranspose1d_dilated (__main__.TestJitGeneratedModule) ... ok (0.289s) 2022-11-23T01:58:43.3702241Z test_nn_ConvTranspose1d_groups (__main__.TestJitGeneratedModule) ... ok (0.350s) 2022-11-23T01:58:43.3702681Z test_nn_ConvTranspose1d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.311s) 2022-11-23T01:58:43.3703140Z test_nn_ConvTranspose2d (__main__.TestJitGeneratedModule) ... ok (0.331s) 2022-11-23T01:58:43.3703914Z test_nn_ConvTranspose2d_dilated (__main__.TestJitGeneratedModule) ... ok (0.329s) 2022-11-23T01:58:43.3704372Z test_nn_ConvTranspose2d_groups (__main__.TestJitGeneratedModule) ... ok (0.299s) 2022-11-23T01:58:43.3705031Z test_nn_ConvTranspose2d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.317s) 2022-11-23T01:58:43.3705586Z test_nn_ConvTranspose3d (__main__.TestJitGeneratedModule) ... ok (0.296s) 2022-11-23T01:58:43.3706002Z test_nn_ConvTranspose3d_dilated (__main__.TestJitGeneratedModule) ... ok (0.310s) 2022-11-23T01:58:43.3706443Z test_nn_CosineEmbeddingLoss (__main__.TestJitGeneratedModule) ... ok (0.117s) 2022-11-23T01:58:43.3706893Z test_nn_CosineEmbeddingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-11-23T01:58:43.3707366Z test_nn_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-11-23T01:58:43.3707856Z test_nn_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-11-23T01:58:43.3708341Z test_nn_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-11-23T01:58:43.3708775Z test_nn_CrossEntropyLoss (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-11-23T01:58:43.3709210Z test_nn_CrossEntropyLoss_2d (__main__.TestJitGeneratedModule) ... ok (0.094s) 2022-11-23T01:58:43.3709665Z test_nn_CrossEntropyLoss_2d_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.110s) 2022-11-23T01:58:43.3710155Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.099s) 2022-11-23T01:58:43.3710762Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.103s) 2022-11-23T01:58:43.3711328Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-11-23T01:58:43.3712193Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-11-23T01:58:43.3712714Z test_nn_CrossEntropyLoss_2d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-11-23T01:58:43.3713196Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-11-23T01:58:43.3713722Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-11-23T01:58:43.3714251Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-11-23T01:58:43.3714752Z test_nn_CrossEntropyLoss_2d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-11-23T01:58:43.3715226Z test_nn_CrossEntropyLoss_2d_weights (__main__.TestJitGeneratedModule) ... ok (0.094s) 2022-11-23T01:58:43.3715712Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.091s) 2022-11-23T01:58:43.3716219Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.098s) 2022-11-23T01:58:43.3716763Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.091s) 2022-11-23T01:58:43.3717325Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.093s) 2022-11-23T01:58:43.3717846Z test_nn_CrossEntropyLoss_3d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-11-23T01:58:43.3718435Z test_nn_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.094s) 2022-11-23T01:58:43.3718949Z test_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-11-23T01:58:43.3719664Z test_nn_CrossEntropyLoss_3d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.094s) 2022-11-23T01:58:43.3720237Z test_nn_CrossEntropyLoss_4d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.091s) 2022-11-23T01:58:43.3720694Z test_nn_CrossEntropyLoss_4d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.089s) 2022-11-23T01:58:43.3721159Z test_nn_CrossEntropyLoss_dim_is_3 (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-11-23T01:58:43.3721609Z test_nn_CrossEntropyLoss_higher_dim (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-11-23T01:58:43.3722182Z test_nn_CrossEntropyLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-11-23T01:58:43.3722617Z test_nn_CrossMapLRN2d (__main__.TestJitGeneratedModule) ... ok (0.007s) 2022-11-23T01:58:43.3723008Z test_nn_ELU (__main__.TestJitGeneratedModule) ... ok (0.141s) 2022-11-23T01:58:43.3723382Z test_nn_ELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.123s) 2022-11-23T01:58:43.3723784Z test_nn_ELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.096s) 2022-11-23T01:58:43.3724182Z test_nn_Embedding (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-11-23T01:58:43.3724618Z test_nn_EmbeddingBag_discontiguous (__main__.TestJitGeneratedModule) ... ok (0.136s) 2022-11-23T01:58:43.3725054Z test_nn_EmbeddingBag_max (__main__.TestJitGeneratedModule) ... ok (0.099s) 2022-11-23T01:58:43.3725488Z test_nn_EmbeddingBag_max_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.106s) 2022-11-23T01:58:43.3726039Z test_nn_EmbeddingBag_mean (__main__.TestJitGeneratedModule) ... ok (0.100s) 2022-11-23T01:58:43.3726465Z test_nn_EmbeddingBag_mean_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.096s) 2022-11-23T01:58:43.3727018Z test_nn_EmbeddingBag_sparse (__main__.TestJitGeneratedModule) ... ok (0.121s) 2022-11-23T01:58:43.3727565Z test_nn_EmbeddingBag_sum (__main__.TestJitGeneratedModule) ... ok (0.106s) 2022-11-23T01:58:43.3727999Z test_nn_EmbeddingBag_sum_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.112s) 2022-11-23T01:58:43.3728447Z test_nn_Embedding_discontiguous (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-11-23T01:58:43.3728968Z test_nn_Embedding_sparse (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-11-23T01:58:43.3729368Z test_nn_Flatten (__main__.TestJitGeneratedModule) ... ok (0.092s) 2022-11-23T01:58:43.3729773Z test_nn_Flatten_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.090s) 2022-11-23T01:58:43.3730166Z test_nn_Fold (__main__.TestJitGeneratedModule) ... ok (0.154s) 2022-11-23T01:58:43.3730559Z test_nn_Fold_int_input (__main__.TestJitGeneratedModule) ... ok (0.130s) 2022-11-23T01:58:43.3730978Z test_nn_Fold_no_batch_dim_input (__main__.TestJitGeneratedModule) ... ok (0.166s) 2022-11-23T01:58:43.3731407Z test_nn_Fold_no_batch_dim_int_input (__main__.TestJitGeneratedModule) ... ok (0.166s) 2022-11-23T01:58:43.3731832Z test_nn_FractionalMaxPool2d_ratio (__main__.TestJitGeneratedModule) ... ok (0.281s) 2022-11-23T01:58:43.3732309Z test_nn_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.207s) 2022-11-23T01:58:43.3732827Z test_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.238s) 2022-11-23T01:58:43.3733456Z test_nn_FractionalMaxPool2d_ratio_return_indices (__main__.TestJitGeneratedModule) ... ok (0.214s) 2022-11-23T01:58:43.3733934Z test_nn_FractionalMaxPool2d_size (__main__.TestJitGeneratedModule) ... ok (0.215s) 2022-11-23T01:58:43.3734607Z test_nn_FractionalMaxPool2d_size_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.225s) 2022-11-23T01:58:43.3735127Z test_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.234s) 2022-11-23T01:58:43.3735610Z test_nn_FractionalMaxPool3d_asymsize (__main__.TestJitGeneratedModule) ... ok (0.265s) 2022-11-23T01:58:43.3736071Z test_nn_FractionalMaxPool3d_ratio (__main__.TestJitGeneratedModule) ... ok (0.237s) 2022-11-23T01:58:43.3736545Z test_nn_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.217s) 2022-11-23T01:58:43.3737065Z test_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.236s) 2022-11-23T01:58:43.3737582Z test_nn_FractionalMaxPool3d_ratio_return_indices (__main__.TestJitGeneratedModule) ... ok (0.236s) 2022-11-23T01:58:43.3738054Z test_nn_FractionalMaxPool3d_size (__main__.TestJitGeneratedModule) ... ok (0.209s) 2022-11-23T01:58:43.3738631Z test_nn_FractionalMaxPool3d_size_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.227s) 2022-11-23T01:58:43.3739123Z test_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.238s) 2022-11-23T01:58:43.3739573Z test_nn_GELU (__main__.TestJitGeneratedModule) ... ok (0.107s) 2022-11-23T01:58:43.3739967Z test_nn_GELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.131s) 2022-11-23T01:58:43.3740469Z test_nn_GELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.114s) 2022-11-23T01:58:43.3740862Z test_nn_GLU (__main__.TestJitGeneratedModule) ... ok (0.106s) 2022-11-23T01:58:43.3741242Z test_nn_GLU_dim (__main__.TestJitGeneratedModule) ... ok (0.098s) 2022-11-23T01:58:43.3741851Z test_nn_GLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-11-23T01:58:43.3742254Z test_nn_GRUCell (__main__.TestJitGeneratedModule) ... ok (0.155s) 2022-11-23T01:58:43.3742663Z test_nn_GroupNorm_1d_affine (__main__.TestJitGeneratedModule) ... ok (0.211s) 2022-11-23T01:58:43.3743098Z test_nn_GroupNorm_1d_affine_GN (__main__.TestJitGeneratedModule) ... ok (0.199s) 2022-11-23T01:58:43.3743539Z test_nn_GroupNorm_1d_affine_large_batch (__main__.TestJitGeneratedModule) ... ok (0.227s) 2022-11-23T01:58:43.3743983Z test_nn_GroupNorm_1d_no_affine_IN (__main__.TestJitGeneratedModule) ... ok (0.212s) 2022-11-23T01:58:43.3744413Z test_nn_GroupNorm_1d_no_affine_LN (__main__.TestJitGeneratedModule) ... ok (0.228s) 2022-11-23T01:58:43.3744817Z test_nn_GroupNorm_2d_affine (__main__.TestJitGeneratedModule) ... ok (0.227s) 2022-11-23T01:58:43.3745353Z test_nn_GroupNorm_2d_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.230s) 2022-11-23T01:58:43.3745812Z test_nn_GroupNorm_2d_no_affine_IN (__main__.TestJitGeneratedModule) ... ok (0.215s) 2022-11-23T01:58:43.3746238Z test_nn_GroupNorm_2d_no_affine_LN (__main__.TestJitGeneratedModule) ... ok (0.235s) 2022-11-23T01:58:43.3746688Z test_nn_GroupNorm_2d_no_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.244s) 2022-11-23T01:58:43.3747125Z test_nn_Hardshrink (__main__.TestJitGeneratedModule) ... ok (0.132s) 2022-11-23T01:58:43.3747599Z test_nn_Hardshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.097s) 2022-11-23T01:58:43.3748279Z test_nn_Hardshrink_scalar (__main__.TestJitGeneratedModule) ... ok (0.094s) 2022-11-23T01:58:43.3748987Z test_nn_Hardsigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.009s) 2022-11-23T01:58:43.3749528Z test_nn_Hardswish_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.008s) 2022-11-23T01:58:43.3749978Z test_nn_Hardtanh (__main__.TestJitGeneratedModule) ... ok (0.116s) 2022-11-23T01:58:43.3750391Z test_nn_Hardtanh_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.102s) 2022-11-23T01:58:43.3750806Z test_nn_Hardtanh_scalar (__main__.TestJitGeneratedModule) ... ok (0.105s) 2022-11-23T01:58:43.3751217Z test_nn_HingeEmbeddingLoss (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-11-23T01:58:43.3751656Z test_nn_HingeEmbeddingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-11-23T01:58:43.3752122Z test_nn_HingeEmbeddingLoss_margin_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:58:43.3752604Z test_nn_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-11-23T01:58:43.3753084Z test_nn_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-11-23T01:58:43.3753568Z test_nn_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-11-23T01:58:43.3754040Z test_nn_HingeEmbeddingLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T01:58:43.3754487Z test_nn_HingeEmbeddingLoss_scalar_margin (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-11-23T01:58:43.3755024Z test_nn_HuberLoss (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-11-23T01:58:43.3755552Z test_nn_HuberLoss_delta (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:58:43.3756152Z test_nn_HuberLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-11-23T01:58:43.3756654Z test_nn_HuberLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.068s) 2022-11-23T01:58:43.3757094Z test_nn_HuberLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-11-23T01:58:43.3757502Z test_nn_InstanceNorm1d (__main__.TestJitGeneratedModule) ... ok (0.336s) 2022-11-23T01:58:43.3757934Z test_nn_InstanceNorm1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.329s) 2022-11-23T01:58:43.3758387Z test_nn_InstanceNorm1d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.316s) 2022-11-23T01:58:43.3758862Z test_nn_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.356s) 2022-11-23T01:58:43.3759309Z test_nn_InstanceNorm2d (__main__.TestJitGeneratedModule) ... ok (0.273s) 2022-11-23T01:58:43.3759749Z test_nn_InstanceNorm2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.311s) 2022-11-23T01:58:43.3760203Z test_nn_InstanceNorm2d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.301s) 2022-11-23T01:58:43.3760659Z test_nn_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.299s) 2022-11-23T01:58:43.3761108Z test_nn_InstanceNorm3d (__main__.TestJitGeneratedModule) ... ok (0.305s) 2022-11-23T01:58:43.3761539Z test_nn_InstanceNorm3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.331s) 2022-11-23T01:58:43.3762148Z test_nn_InstanceNorm3d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.354s) 2022-11-23T01:58:43.3762660Z test_nn_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.332s) 2022-11-23T01:58:43.3763103Z test_nn_KLDivLoss (__main__.TestJitGeneratedModule) ... ok (0.129s) 2022-11-23T01:58:43.3763740Z test_nn_KLDivLoss_log_target (__main__.TestJitGeneratedModule) ... ok (0.100s) 2022-11-23T01:58:43.3764179Z test_nn_KLDivLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-11-23T01:58:43.3764622Z test_nn_KLDivLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-11-23T01:58:43.3765062Z test_nn_KLDivLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-11-23T01:58:43.3765491Z test_nn_KLDivLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:58:43.3765934Z test_nn_KLDivLoss_no_reduce_log_target (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:58:43.3766382Z test_nn_KLDivLoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:58:43.3766825Z test_nn_KLDivLoss_no_reduce_scalar_log_target (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:58:43.3767269Z test_nn_KLDivLoss_scalar (__main__.TestJitGeneratedModule) ... ok (0.068s) 2022-11-23T01:58:43.3767850Z test_nn_KLDivLoss_scalar_log_target (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-11-23T01:58:43.3768472Z test_nn_KLDivLoss_with_log_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:58:43.3768924Z test_nn_KLDivLoss_with_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:58:43.3769393Z test_nn_L1Loss (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-11-23T01:58:43.3769820Z test_nn_L1Loss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-11-23T01:58:43.3770246Z test_nn_L1Loss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-11-23T01:58:43.3770890Z test_nn_L1Loss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.089s) 2022-11-23T01:58:43.3771312Z test_nn_L1Loss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:58:43.3771731Z test_nn_L1Loss_no_reduce_complex (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:58:43.3772268Z test_nn_L1Loss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:58:43.3772677Z test_nn_L1Loss_scalar (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-11-23T01:58:43.3773069Z test_nn_LPPool1d (__main__.TestJitGeneratedModule) ... ok (0.251s) 2022-11-23T01:58:43.3773479Z test_nn_LPPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.271s) 2022-11-23T01:58:43.3773887Z test_nn_LPPool1d_norm (__main__.TestJitGeneratedModule) ... ok (0.226s) 2022-11-23T01:58:43.3774279Z test_nn_LPPool2d (__main__.TestJitGeneratedModule) ... ok (0.235s) 2022-11-23T01:58:43.3774674Z test_nn_LPPool2d_norm (__main__.TestJitGeneratedModule) ... ok (0.287s) 2022-11-23T01:58:43.3775053Z test_nn_LSTMCell (__main__.TestJitGeneratedModule) ... ok (0.243s) 2022-11-23T01:58:43.3775472Z test_nn_LayerNorm_1d_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.165s) 2022-11-23T01:58:43.3775938Z test_nn_LayerNorm_1d_empty_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.167s) 2022-11-23T01:58:43.3776405Z test_nn_LayerNorm_1d_no_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.166s) 2022-11-23T01:58:43.3776968Z test_nn_LayerNorm_3d_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.131s) 2022-11-23T01:58:43.3777426Z test_nn_LayerNorm_3d_no_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.577s) 2022-11-23T01:58:43.3778092Z test_nn_LayerNorm_3d_no_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.161s) 2022-11-23T01:58:43.3778617Z test_nn_LeakyReLU (__main__.TestJitGeneratedModule) ... ok (0.128s) 2022-11-23T01:58:43.3779046Z test_nn_LeakyReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.107s) 2022-11-23T01:58:43.3779462Z test_nn_LeakyReLU_with_negval (__main__.TestJitGeneratedModule) ... ok (0.108s) 2022-11-23T01:58:43.3779889Z test_nn_LeakyReLU_with_negval_scalar (__main__.TestJitGeneratedModule) ... ok (0.103s) 2022-11-23T01:58:43.3780334Z test_nn_LeakyReLU_with_zero_negval (__main__.TestJitGeneratedModule) ... ok (0.114s) 2022-11-23T01:58:43.3780733Z test_nn_Linear (__main__.TestJitGeneratedModule) ... ok (0.086s) 2022-11-23T01:58:43.3781114Z test_nn_Linear_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.107s) 2022-11-23T01:58:43.3781515Z test_nn_Linear_no_bias (__main__.TestJitGeneratedModule) ... ok (0.090s) 2022-11-23T01:58:43.3781934Z test_nn_LocalResponseNorm_1d (__main__.TestJitGeneratedModule) ... ok (0.399s) 2022-11-23T01:58:43.3782381Z test_nn_LocalResponseNorm_2d_uneven_pad (__main__.TestJitGeneratedModule) ... ok (0.251s) 2022-11-23T01:58:43.3782847Z test_nn_LocalResponseNorm_3d_custom_params (__main__.TestJitGeneratedModule) ... ok (0.227s) 2022-11-23T01:58:43.3783276Z test_nn_LogSigmoid (__main__.TestJitGeneratedModule) ... ok (0.108s) 2022-11-23T01:58:43.3783676Z test_nn_LogSigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.131s) 2022-11-23T01:58:43.3784221Z test_nn_LogSigmoid_scalar (__main__.TestJitGeneratedModule) ... ok (0.105s) 2022-11-23T01:58:43.3784624Z test_nn_LogSoftmax (__main__.TestJitGeneratedModule) ... ok (0.150s) 2022-11-23T01:58:43.3785232Z test_nn_LogSoftmax_multiparam (__main__.TestJitGeneratedModule) ... ok (0.125s) 2022-11-23T01:58:43.3785700Z test_nn_LogSoftmax_multiparam_scalar (__main__.TestJitGeneratedModule) ... ok (0.116s) 2022-11-23T01:58:43.3786140Z test_nn_LogSoftmax_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.115s) 2022-11-23T01:58:43.3786540Z test_nn_MSELoss (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-11-23T01:58:43.3786935Z test_nn_MSELoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-11-23T01:58:43.3787357Z test_nn_MSELoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-11-23T01:58:43.3787782Z test_nn_MSELoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-11-23T01:58:43.3788196Z test_nn_MSELoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T01:58:43.3788727Z test_nn_MSELoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T01:58:43.3789136Z test_nn_MSELoss_prec (__main__.TestJitGeneratedModule) ... ok (0.169s) 2022-11-23T01:58:43.3789520Z test_nn_MSELoss_scalar (__main__.TestJitGeneratedModule) ... ok (0.090s) 2022-11-23T01:58:43.3789930Z test_nn_MarginRankingLoss (__main__.TestJitGeneratedModule) ... ok (0.107s) 2022-11-23T01:58:43.3790364Z test_nn_MarginRankingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-11-23T01:58:43.3790826Z test_nn_MarginRankingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-11-23T01:58:43.3791406Z test_nn_MarginRankingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-11-23T01:58:43.3791874Z test_nn_MarginRankingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-11-23T01:58:43.3792478Z test_nn_MaxPool1d (__main__.TestJitGeneratedModule) ... ok (0.181s) 2022-11-23T01:58:43.3792927Z test_nn_MaxPool1d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.169s) 2022-11-23T01:58:43.3793350Z test_nn_MaxPool1d_stride (__main__.TestJitGeneratedModule) ... ok (0.131s) 2022-11-23T01:58:43.3793762Z test_nn_MaxPool2d_3d_input (__main__.TestJitGeneratedModule) ... ok (0.167s) 2022-11-23T01:58:43.3794172Z test_nn_MaxPool2d_4d_input (__main__.TestJitGeneratedModule) ... ok (0.179s) 2022-11-23T01:58:43.3794592Z test_nn_MaxPool2d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.208s) 2022-11-23T01:58:43.3795085Z test_nn_MaxPool3d (__main__.TestJitGeneratedModule) ... ok (0.185s) 2022-11-23T01:58:43.3795499Z test_nn_MaxPool3d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.209s) 2022-11-23T01:58:43.3795918Z test_nn_MaxPool3d_stride (__main__.TestJitGeneratedModule) ... ok (0.168s) 2022-11-23T01:58:43.3796342Z test_nn_MaxPool3d_stride_padding (__main__.TestJitGeneratedModule) ... ok (0.160s) 2022-11-23T01:58:43.3796747Z test_nn_Mish (__main__.TestJitGeneratedModule) ... ok (0.142s) 2022-11-23T01:58:43.3797132Z test_nn_Mish_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.130s) 2022-11-23T01:58:43.3797530Z test_nn_Mish_scalar (__main__.TestJitGeneratedModule) ... ok (0.099s) 2022-11-23T01:58:43.3797932Z test_nn_MultiLabelMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-11-23T01:58:43.3798486Z test_nn_MultiLabelMarginLoss_0d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.014s) 2022-11-23T01:58:43.3798965Z test_nn_MultiLabelMarginLoss_1d (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-11-23T01:58:43.3799482Z test_nn_MultiLabelMarginLoss_1d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T01:58:43.3800116Z test_nn_MultiLabelMarginLoss_index_neg (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:58:43.3800592Z test_nn_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-11-23T01:58:43.3801074Z test_nn_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-11-23T01:58:43.3801540Z test_nn_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-11-23T01:58:43.3802011Z test_nn_MultiLabelMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:58:43.3802471Z test_nn_MultiLabelSoftMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.117s) 2022-11-23T01:58:43.3802951Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.104s) 2022-11-23T01:58:43.3803455Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.087s) 2022-11-23T01:58:43.3803958Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-11-23T01:58:43.3804563Z test_nn_MultiLabelSoftMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.008s) 2022-11-23T01:58:43.3806185Z test_nn_MultiLabelSoftMarginLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.100s) 2022-11-23T01:58:43.3806687Z test_nn_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:58:43.3807385Z test_nn_MultiMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.123s) 2022-11-23T01:58:43.3807811Z test_nn_MultiMarginLoss_1d (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-11-23T01:58:43.3808248Z test_nn_MultiMarginLoss_1d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.010s) 2022-11-23T01:58:43.3808694Z test_nn_MultiMarginLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-11-23T01:58:43.3809129Z test_nn_MultiMarginLoss_margin_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:58:43.3809585Z test_nn_MultiMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:58:43.3810021Z test_nn_MultiMarginLoss_p (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-11-23T01:58:43.3810460Z test_nn_MultiMarginLoss_p_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:58:43.3810906Z test_nn_MultiMarginLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-11-23T01:58:43.3811365Z test_nn_MultiMarginLoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T01:58:43.3811907Z test_nn_MultiheadAttention (__main__.TestJitGeneratedModule) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T01:58:43.3812765Z test_nn_NLLLoss (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-11-23T01:58:43.3813317Z test_nn_NLLLoss2d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:58:43.3813758Z test_nn_NLLLoss2d_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.010s) 2022-11-23T01:58:43.3814429Z test_nn_NLLLoss2d_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:58:43.3814876Z test_nn_NLLLossNd_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.010s) 2022-11-23T01:58:43.3815309Z test_nn_NLLLossNd_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:58:43.3815738Z test_nn_NLLLossNd_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:58:43.3816149Z test_nn_NLLLoss_2d (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-11-23T01:58:43.3816558Z test_nn_NLLLoss_2d_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-11-23T01:58:43.3816978Z test_nn_NLLLoss_2d_weights (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-11-23T01:58:43.3817386Z test_nn_NLLLoss_dim_is_3 (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-11-23T01:58:43.3817796Z test_nn_NLLLoss_higher_dim (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-11-23T01:58:43.3818211Z test_nn_NLLLoss_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-11-23T01:58:43.3818626Z test_nn_NLLLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-11-23T01:58:43.3819048Z test_nn_NLLLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-11-23T01:58:43.3819470Z test_nn_NLLLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-11-23T01:58:43.3819886Z test_nn_NLLLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.010s) 2022-11-23T01:58:43.3820417Z test_nn_NLLLoss_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:58:43.3820860Z test_nn_NLLLoss_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:58:43.3821433Z test_nn_NLLLoss_no_reduce_weights_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.014s) 2022-11-23T01:58:43.3822014Z test_nn_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T01:58:43.3822489Z test_nn_NLLLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-11-23T01:58:43.3823243Z test_nn_NLLLoss_weights_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-11-23T01:58:43.3823700Z test_nn_NLLLoss_weights_ignore_index_neg (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-11-23T01:58:43.3824113Z test_nn_PReLU_1d (__main__.TestJitGeneratedModule) ... ok (0.085s) 2022-11-23T01:58:43.3824513Z test_nn_PReLU_1d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.097s) 2022-11-23T01:58:43.3824896Z test_nn_PReLU_2d (__main__.TestJitGeneratedModule) ... ok (0.090s) 2022-11-23T01:58:43.3825299Z test_nn_PReLU_2d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.099s) 2022-11-23T01:58:43.3825697Z test_nn_PReLU_3d (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-11-23T01:58:43.3826100Z test_nn_PReLU_3d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.090s) 2022-11-23T01:58:43.3826510Z test_nn_PReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.099s) 2022-11-23T01:58:43.3826913Z test_nn_PReLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.092s) 2022-11-23T01:58:43.3827400Z test_nn_Padding122112_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:58:43.3827860Z test_nn_Padding1221_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:58:43.3828507Z test_nn_Padding12_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:58:43.3828946Z test_nn_Padding2322_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:58:43.3829369Z test_nn_Padding31_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:58:43.3829893Z test_nn_Padding322112_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:58:43.3830329Z test_nn_Padding332122_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:58:43.3830759Z test_nn_Padding3331_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:58:43.3831186Z test_nn_Padding33_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:58:43.3831610Z test_nn_PairwiseDistance (__main__.TestJitGeneratedModule) ... ok (0.093s) 2022-11-23T01:58:43.3832054Z test_nn_PairwiseDistance_broadcast_lhs (__main__.TestJitGeneratedModule) ... ok (0.106s) 2022-11-23T01:58:43.3832517Z test_nn_PairwiseDistance_broadcast_rhs (__main__.TestJitGeneratedModule) ... ok (0.115s) 2022-11-23T01:58:43.3832967Z test_nn_PairwiseDistance_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.125s) 2022-11-23T01:58:43.3833420Z test_nn_PairwiseDistance_with_non_default_args (__main__.TestJitGeneratedModule) ... ok (0.108s) 2022-11-23T01:58:43.3833865Z test_nn_PixelShuffle (__main__.TestJitGeneratedModule) ... ok (0.125s) 2022-11-23T01:58:43.3834364Z test_nn_PixelUnshuffle (__main__.TestJitGeneratedModule) ... ok (0.131s) 2022-11-23T01:58:43.3834807Z test_nn_PoissonNLLLoss_full_loss (__main__.TestJitGeneratedModule) ... ok (0.108s) 2022-11-23T01:58:43.3835261Z test_nn_PoissonNLLLoss_full_loss_no_log_input (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-11-23T01:58:43.3835974Z test_nn_PoissonNLLLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-11-23T01:58:43.3836703Z test_nn_PoissonNLLLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-11-23T01:58:43.3837170Z test_nn_PoissonNLLLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.068s) 2022-11-23T01:58:43.3837617Z test_nn_PoissonNLLLoss_no_full_loss (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-11-23T01:58:43.3838082Z test_nn_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-11-23T01:58:43.3838543Z test_nn_PoissonNLLLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:58:43.3838955Z test_nn_RNNCell (__main__.TestJitGeneratedModule) ... ok (0.169s) 2022-11-23T01:58:43.3839368Z test_nn_RReLU (__main__.TestJitGeneratedModule) ... ok (0.103s) 2022-11-23T01:58:43.3839868Z test_nn_RReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.103s) 2022-11-23T01:58:43.3840275Z test_nn_RReLU_with_up_down (__main__.TestJitGeneratedModule) ... ok (0.102s) 2022-11-23T01:58:43.3840698Z test_nn_RReLU_with_up_down_scalar (__main__.TestJitGeneratedModule) ... ok (0.106s) 2022-11-23T01:58:43.3841094Z test_nn_ReLU (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-11-23T01:58:43.3841538Z test_nn_ReLU6 (__main__.TestJitGeneratedModule) ... ok (0.110s) 2022-11-23T01:58:43.3842021Z test_nn_ReLU6_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.104s) 2022-11-23T01:58:43.3842409Z test_nn_ReLU6_scalar (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-11-23T01:58:43.3843030Z test_nn_ReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-11-23T01:58:43.3843442Z test_nn_ReLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.102s) 2022-11-23T01:58:43.3843844Z test_nn_ReflectionPad1d (__main__.TestJitGeneratedModule) ... ok (0.120s) 2022-11-23T01:58:43.3844278Z test_nn_ReflectionPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.124s) 2022-11-23T01:58:43.3844715Z test_nn_ReflectionPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.128s) 2022-11-23T01:58:43.3845121Z test_nn_ReflectionPad2d (__main__.TestJitGeneratedModule) ... ok (0.121s) 2022-11-23T01:58:43.3845545Z test_nn_ReflectionPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.140s) 2022-11-23T01:58:43.3846111Z test_nn_ReflectionPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.124s) 2022-11-23T01:58:43.3846795Z test_nn_ReflectionPad3d (__main__.TestJitGeneratedModule) ... ok (0.139s) 2022-11-23T01:58:43.3847246Z test_nn_ReflectionPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.127s) 2022-11-23T01:58:43.3847688Z test_nn_ReflectionPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.148s) 2022-11-23T01:58:43.3848120Z test_nn_ReplicationPad1d (__main__.TestJitGeneratedModule) ... ok (0.114s) 2022-11-23T01:58:43.3848542Z test_nn_ReplicationPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.124s) 2022-11-23T01:58:43.3849095Z test_nn_ReplicationPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.123s) 2022-11-23T01:58:43.3849532Z test_nn_ReplicationPad2d (__main__.TestJitGeneratedModule) ... ok (0.119s) 2022-11-23T01:58:43.3850172Z test_nn_ReplicationPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.118s) 2022-11-23T01:58:43.3850405Z test_nn_ReplicationPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.109s) 2022-11-23T01:58:43.3850609Z test_nn_ReplicationPad3d (__main__.TestJitGeneratedModule) ... ok (0.122s) 2022-11-23T01:58:43.3850820Z test_nn_ReplicationPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.128s) 2022-11-23T01:58:43.3851098Z test_nn_ReplicationPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.130s) 2022-11-23T01:58:43.3851420Z test_nn_SELU (__main__.TestJitGeneratedModule) ... ok (0.132s) 2022-11-23T01:58:43.3851769Z test_nn_SELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.109s) 2022-11-23T01:58:43.3852107Z test_nn_SELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.107s) 2022-11-23T01:58:43.3852393Z test_nn_SiLU (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-11-23T01:58:43.3852716Z test_nn_SiLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.094s) 2022-11-23T01:58:43.3853061Z test_nn_SiLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.118s) 2022-11-23T01:58:43.3853394Z test_nn_Sigmoid (__main__.TestJitGeneratedModule) ... ok (0.122s) 2022-11-23T01:58:43.3853789Z test_nn_Sigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-11-23T01:58:43.3854167Z test_nn_Sigmoid_scalar (__main__.TestJitGeneratedModule) ... ok (0.087s) 2022-11-23T01:58:43.3854523Z test_nn_SmoothL1Loss (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-11-23T01:58:43.3854897Z test_nn_SmoothL1Loss_beta (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T01:58:43.3855482Z test_nn_SmoothL1Loss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-11-23T01:58:43.3855958Z test_nn_SmoothL1Loss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.092s) 2022-11-23T01:58:43.3856375Z test_nn_SmoothL1Loss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.089s) 2022-11-23T01:58:43.3856761Z test_nn_SmoothL1Loss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:58:43.3857260Z test_nn_SmoothL1Loss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:58:43.3857654Z test_nn_SmoothL1Loss_scalar (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-11-23T01:58:43.3858045Z test_nn_SmoothL1Loss_zero_beta (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:58:43.3858410Z test_nn_SoftMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-11-23T01:58:43.3858829Z test_nn_SoftMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-11-23T01:58:43.3859264Z test_nn_SoftMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-11-23T01:58:43.3859662Z test_nn_SoftMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.085s) 2022-11-23T01:58:43.3860064Z test_nn_SoftMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:58:43.3860411Z test_nn_Softmax (__main__.TestJitGeneratedModule) ... ok (0.139s) 2022-11-23T01:58:43.3860761Z test_nn_Softmax2d (__main__.TestJitGeneratedModule) ... ok (0.131s) 2022-11-23T01:58:43.3861279Z test_nn_Softmax2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.127s) 2022-11-23T01:58:43.3861681Z test_nn_Softmax_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.113s) 2022-11-23T01:58:43.3862042Z test_nn_Softmax_scalar (__main__.TestJitGeneratedModule) ... ok (0.141s) 2022-11-23T01:58:43.3862385Z test_nn_Softmin (__main__.TestJitGeneratedModule) ... ok (0.142s) 2022-11-23T01:58:43.3862758Z test_nn_Softmin_multidim (__main__.TestJitGeneratedModule) ... ok (0.158s) 2022-11-23T01:58:43.3863137Z test_nn_Softmin_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.168s) 2022-11-23T01:58:43.3863500Z test_nn_Softmin_scalar (__main__.TestJitGeneratedModule) ... ok (0.144s) 2022-11-23T01:58:43.3863858Z test_nn_Softplus (__main__.TestJitGeneratedModule) ... ok (0.112s) 2022-11-23T01:58:43.3864291Z test_nn_Softplus_beta (__main__.TestJitGeneratedModule) ... ok (0.104s) 2022-11-23T01:58:43.3864689Z test_nn_Softplus_beta_threshold (__main__.TestJitGeneratedModule) ... ok (0.084s) 2022-11-23T01:58:43.3865105Z test_nn_Softplus_beta_threshold_scalar (__main__.TestJitGeneratedModule) ... ok (0.097s) 2022-11-23T01:58:43.3865495Z test_nn_Softplus_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-11-23T01:58:43.3865849Z test_nn_Softshrink (__main__.TestJitGeneratedModule) ... ok (0.098s) 2022-11-23T01:58:43.3866202Z test_nn_Softshrink_lambda (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-11-23T01:58:43.3866615Z test_nn_Softshrink_lambda_scalar (__main__.TestJitGeneratedModule) ... ok (0.118s) 2022-11-23T01:58:43.3867022Z test_nn_Softshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.096s) 2022-11-23T01:58:43.3867383Z test_nn_Softsign (__main__.TestJitGeneratedModule) ... ok (0.128s) 2022-11-23T01:58:43.3867772Z test_nn_Softsign_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.117s) 2022-11-23T01:58:43.3868145Z test_nn_Softsign_scalar (__main__.TestJitGeneratedModule) ... ok (0.118s) 2022-11-23T01:58:43.3868482Z test_nn_Tanh (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-11-23T01:58:43.3868842Z test_nn_Tanh_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.087s) 2022-11-23T01:58:43.3869196Z test_nn_Tanh_scalar (__main__.TestJitGeneratedModule) ... ok (0.090s) 2022-11-23T01:58:43.3869549Z test_nn_Tanhshrink (__main__.TestJitGeneratedModule) ... ok (0.126s) 2022-11-23T01:58:43.3870195Z test_nn_Tanhshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.131s) 2022-11-23T01:58:43.3870628Z test_nn_Tanhshrink_scalar (__main__.TestJitGeneratedModule) ... ok (0.119s) 2022-11-23T01:58:43.3871062Z test_nn_Threshold_large_value (__main__.TestJitGeneratedModule) ... ok (0.120s) 2022-11-23T01:58:43.3871454Z test_nn_Threshold_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.121s) 2022-11-23T01:58:43.3871849Z test_nn_Threshold_threshold_value (__main__.TestJitGeneratedModule) ... ok (0.124s) 2022-11-23T01:58:43.3872270Z test_nn_Threshold_threshold_value_scalar (__main__.TestJitGeneratedModule) ... ok (0.109s) 2022-11-23T01:58:43.3872822Z test_nn_Transformer (__main__.TestJitGeneratedModule) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T01:58:43.3873305Z test_nn_TransformerDecoderLayer_gelu_activation (__main__.TestJitGeneratedModule) ... ok (5.103s) 2022-11-23T01:58:43.3873766Z test_nn_TransformerDecoderLayer_relu_activation (__main__.TestJitGeneratedModule) ... ok (4.683s) 2022-11-23T01:58:43.3874205Z test_nn_TransformerEncoderLayer_gelu_activation (__main__.TestJitGeneratedModule) ... ok (4.305s) 2022-11-23T01:58:43.3874654Z test_nn_TransformerEncoderLayer_relu_activation (__main__.TestJitGeneratedModule) ... ok (4.221s) 2022-11-23T01:58:43.3875066Z test_nn_Transformer_multilayer_coder (__main__.TestJitGeneratedModule) ... ok (17.916s) 2022-11-23T01:58:43.3875503Z test_nn_TripletMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.127s) 2022-11-23T01:58:43.3876090Z test_nn_TripletMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.099s) 2022-11-23T01:58:43.3876548Z test_nn_TripletMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.099s) 2022-11-23T01:58:43.3877008Z test_nn_Unflatten_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.142s) 2022-11-23T01:58:43.3877350Z test_nn_Unfold (__main__.TestJitGeneratedModule) ... ok (0.187s) 2022-11-23T01:58:43.3877614Z test_nn_Unfold_int_input (__main__.TestJitGeneratedModule) ... ok (0.172s) 2022-11-23T01:58:43.3878021Z test_nn_ZeroPad2d (__main__.TestJitGeneratedModule) ... ok (0.152s) 2022-11-23T01:58:43.3878395Z test_nn_ZeroPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.146s) 2022-11-23T01:58:43.3878782Z test_nn_ZeroPad2d_negative_dims (__main__.TestJitGeneratedModule) ... ok (0.144s) 2022-11-23T01:58:43.3879181Z test_nn_ZeroPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.133s) 2022-11-23T01:58:43.3879577Z test_nn_interpolate_bicubic_2d (__main__.TestJitGeneratedModule) ... ok (0.020s) 2022-11-23T01:58:43.3880014Z test_nn_interpolate_bicubic_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.010s) 2022-11-23T01:58:43.3880449Z test_nn_interpolate_bicubic_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.010s) 2022-11-23T01:58:43.3880909Z test_nn_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestJitGeneratedModule) ... ok (0.010s) 2022-11-23T01:58:43.3881360Z test_nn_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestJitGeneratedModule) ... ok (0.008s) 2022-11-23T01:58:43.3881767Z test_nn_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T01:58:43.3881968Z test_nn_interpolate_bicubic_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:58:43.3882203Z test_nn_interpolate_bicubic_tuple_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:58:43.3882410Z test_nn_interpolate_bilinear_2d (__main__.TestJitGeneratedModule) ... ok (0.014s) 2022-11-23T01:58:43.3882636Z test_nn_interpolate_bilinear_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:58:43.3882850Z test_nn_interpolate_bilinear_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:58:43.3883087Z test_nn_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestJitGeneratedModule) ... ok (0.007s) 2022-11-23T01:58:43.3883464Z test_nn_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:58:43.3883823Z test_nn_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T01:58:43.3884047Z test_nn_interpolate_bilinear_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:58:43.3884286Z test_nn_interpolate_bilinear_tuple_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.013s) 2022-11-23T01:58:43.3884485Z test_nn_interpolate_linear_1d (__main__.TestJitGeneratedModule) ... ok (0.007s) 2022-11-23T01:58:43.3884712Z test_nn_interpolate_linear_1d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.007s) 2022-11-23T01:58:43.3885138Z test_nn_interpolate_linear_1d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.007s) 2022-11-23T01:58:43.3885392Z test_nn_interpolate_linear_scale_1d (__main__.TestJitGeneratedModule) ... ok (0.007s) 2022-11-23T01:58:43.3885638Z test_nn_interpolate_linear_scale_1d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.007s) 2022-11-23T01:58:43.3885842Z test_nn_interpolate_linear_tuple_1d (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T01:58:43.3886047Z test_nn_interpolate_nearest_1d (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T01:58:43.3886265Z test_nn_interpolate_nearest_1d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:58:43.3886469Z test_nn_interpolate_nearest_2d (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:58:43.3887393Z test_nn_interpolate_nearest_2d_launch_configs (__main__.TestJitGeneratedModule) ... ok (0.010s) 2022-11-23T01:58:43.3887634Z test_nn_interpolate_nearest_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.012s) 2022-11-23T01:58:43.3887838Z test_nn_interpolate_nearest_3d (__main__.TestJitGeneratedModule) ... ok (0.007s) 2022-11-23T01:58:43.3888055Z test_nn_interpolate_nearest_3d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.007s) 2022-11-23T01:58:43.3888271Z test_nn_interpolate_nearest_scale_1d (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T01:58:43.3888475Z test_nn_interpolate_nearest_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:58:43.3888728Z test_nn_interpolate_nearest_scale_3d (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:58:43.3889056Z test_nn_interpolate_nearest_tuple_1d (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:58:43.3889414Z test_nn_interpolate_nearest_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:58:43.3889668Z test_nn_interpolate_nearest_tuple_3d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:58:43.3889880Z test_nn_interpolate_trilinear_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T01:58:43.3890101Z test_nn_interpolate_trilinear_3d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T01:58:43.3890321Z test_nn_interpolate_trilinear_scale_3d (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:58:43.3890560Z test_nn_interpolate_trilinear_scale_3d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:58:43.3890775Z test_nn_interpolate_trilinear_tuple_3d (__main__.TestJitGeneratedModule) ... ok (0.010s) 2022-11-23T01:58:43.3891117Z test_nn_interpolate_trilinear_tuple_3d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:58:43.3891319Z test_nn_log_softmax_dim0 (__main__.TestJitGeneratedModule) ... ok (0.010s) 2022-11-23T01:58:43.3891515Z test_nn_log_softmax_dim3 (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:58:43.3891789Z test_nn_log_softmax_lastdim (__main__.TestJitGeneratedModule) ... ok (0.010s) 2022-11-23T01:58:43.3892090Z test_nn_log_softmax_scalar (__main__.TestJitGeneratedModule) ... ok (0.000s) 2022-11-23T01:58:43.3892279Z test_nn_log_softmax_spatial (__main__.TestJitGeneratedModule) ... ok (0.011s) 2022-11-23T01:58:43.3892604Z test_nn_log_softmax_spatial_special (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:58:43.3892845Z test_nn_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:58:43.3893049Z test_nn_softmax_functional_dim0 (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:58:43.3893246Z test_nn_softmax_functional_dim3 (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:58:43.3893453Z test_nn_softmax_functional_scalar (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:58:43.3893646Z test_nn_softmax_lastdim (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:58:43.3893847Z test_nn_softmax_lastdim_dtype (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:58:43.3894036Z test_nn_softmax_spatial (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:58:43.3894233Z test_nn_softmax_spatial_dtype (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T01:58:43.3894440Z test_nn_softmax_spatial_special (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T01:58:43.3894663Z test_checkscriptassertraisesregex (jit.test_jit_utils.TestJitUtils) ... ok (0.006s) 2022-11-23T01:58:43.3894877Z test_get_callable_argument_names_hybrid (jit.test_jit_utils.TestJitUtils) ... ok (0.016s) 2022-11-23T01:58:43.3895100Z test_get_callable_argument_names_keyword_only (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-11-23T01:58:43.3895333Z test_get_callable_argument_names_positional_only (jit.test_jit_utils.TestJitUtils) ... ok (0.010s) 2022-11-23T01:58:43.3895644Z test_get_callable_argument_names_positional_or_keyword (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-11-23T01:58:43.3895885Z test_get_callable_argument_names_var_keyword (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-11-23T01:58:43.3896116Z test_get_callable_argument_names_var_positional (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-11-23T01:58:43.3896327Z test_no_tracer_warn_context_manager (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-11-23T01:58:43.3896499Z test_comprehension_iterable (jit.test_list_dict.TestList) ... ok (0.033s) 2022-11-23T01:58:43.3896702Z test_comprehension_out_type_not_in_type (jit.test_list_dict.TestList) ... ok (0.014s) 2022-11-23T01:58:43.3896889Z test_comprehensions_basic (jit.test_list_dict.TestList) ... ok (0.022s) 2022-11-23T01:58:43.3897083Z test_comprehensions_basic_float (jit.test_list_dict.TestList) ... ok (0.013s) 2022-11-23T01:58:43.3897276Z test_comprehensions_two_comps (jit.test_list_dict.TestList) ... ok (0.010s) 2022-11-23T01:58:43.3897457Z test_copy_list_immutable (jit.test_list_dict.TestList) ... ok (0.000s) 2022-11-23T01:58:43.3897717Z test_copy_list_mutable (jit.test_list_dict.TestList) ... ok (0.018s) 2022-11-23T01:58:43.3897901Z test_del (jit.test_list_dict.TestList) ... ok (0.024s) 2022-11-23T01:58:43.3898150Z test_dict_keyword_is_correctly_typed (jit.test_list_dict.TestList) ... ok (0.012s) 2022-11-23T01:58:43.3898392Z test_dict_keyword_with_dict_comprehension (jit.test_list_dict.TestList) ... ok (0.016s) 2022-11-23T01:58:43.3898763Z test_dict_keyword_with_dict_comprehension_and_kwargs (jit.test_list_dict.TestList) ... ok (0.013s) 2022-11-23T01:58:43.3898991Z test_dict_keyword_with_empty_dict_comprehension (jit.test_list_dict.TestList) ... ok (0.013s) 2022-11-23T01:58:43.3899190Z test_dict_keyword_with_empty_iterable (jit.test_list_dict.TestList) ... ok (0.008s) 2022-11-23T01:58:43.3899419Z test_dict_keyword_with_internal_aggregate_function (jit.test_list_dict.TestList) ... ok (0.016s) 2022-11-23T01:58:43.3899609Z test_dict_keyword_with_iterable (jit.test_list_dict.TestList) ... ok (0.015s) 2022-11-23T01:58:43.3899796Z test_dict_keyword_with_kwargs (jit.test_list_dict.TestList) ... ok (0.015s) 2022-11-23T01:58:43.3900021Z test_dict_keyword_with_kwargs_using_container_values (jit.test_list_dict.TestList) ... ok (0.020s) 2022-11-23T01:58:43.3900313Z test_dict_keyword_with_mapping (jit.test_list_dict.TestList) ... ok (0.006s) 2022-11-23T01:58:43.3900522Z test_dict_keyword_with_mapping_and_kwargs (jit.test_list_dict.TestList) ... ok (0.006s) 2022-11-23T01:58:43.3900724Z test_dict_keyword_with_mismatched_annotations (jit.test_list_dict.TestList) ... ok (0.000s) 2022-11-23T01:58:43.3900919Z test_dict_keyword_with_nested_call (jit.test_list_dict.TestList) ... ok (0.010s) 2022-11-23T01:58:43.3901143Z test_dict_keyword_with_previously_declared_variable (jit.test_list_dict.TestList) ... ok (0.010s) 2022-11-23T01:58:43.3901390Z test_dict_keyword_with_previously_declared_variable_and_kwargs (jit.test_list_dict.TestList) ... ok (0.010s) 2022-11-23T01:58:43.3901573Z test_extend_list_immutable (jit.test_list_dict.TestList) ... ok (0.000s) 2022-11-23T01:58:43.3901752Z test_extend_list_mutable (jit.test_list_dict.TestList) ... ok (0.010s) 2022-11-23T01:58:43.3902008Z test_in_check (jit.test_list_dict.TestList) ... ok (0.036s) 2022-11-23T01:58:43.3902235Z test_list_bool_conversion (jit.test_list_dict.TestList) ... ok (0.034s) 2022-11-23T01:58:43.3902402Z test_list_count (jit.test_list_dict.TestList) ... ok (0.018s) 2022-11-23T01:58:43.3902587Z test_list_count_not_existing (jit.test_list_dict.TestList) ... ok (0.008s) 2022-11-23T01:58:43.3902753Z test_list_gather (jit.test_list_dict.TestList) ... ok (0.022s) 2022-11-23T01:58:43.3902916Z test_list_index (jit.test_list_dict.TestList) ... ok (0.012s) 2022-11-23T01:58:43.3903100Z test_list_index_not_existing (jit.test_list_dict.TestList) ... ok (0.003s) 2022-11-23T01:58:43.3903349Z test_list_keyword (jit.test_list_dict.TestList) ... ok (0.026s) 2022-11-23T01:58:43.3903528Z test_list_len (jit.test_list_dict.TestList) ... ok (0.011s) 2022-11-23T01:58:43.3903693Z test_list_literal (jit.test_list_dict.TestList) ... ok (0.034s) 2022-11-23T01:58:43.3903855Z test_list_none (jit.test_list_dict.TestList) ... ok (0.001s) 2022-11-23T01:58:43.3904000Z test_list_ops (jit.test_list_dict.TestList) ... ok (0.072s) 2022-11-23T01:58:43.3904167Z test_list_slice (jit.test_list_dict.TestList) ... ok (0.041s) 2022-11-23T01:58:43.3904324Z test_list_sort (jit.test_list_dict.TestList) ... ok (0.067s) 2022-11-23T01:58:43.3904611Z test_list_unification_hint (jit.test_list_dict.TestList) ... ok (0.003s) 2022-11-23T01:58:43.3904770Z test_list_variance (jit.test_list_dict.TestList) 2022-11-23T01:58:43.3904943Z `List[T1]` is not a subtype of `List[T2]`, even if `T1` is a ... ok (0.019s) 2022-11-23T01:58:43.3905109Z test_min_bool_list (jit.test_list_dict.TestList) ... ok (0.006s) 2022-11-23T01:58:43.3905277Z test_min_max_list (jit.test_list_dict.TestList) ... ok (0.167s) 2022-11-23T01:58:43.3905455Z test_min_max_single_list (jit.test_list_dict.TestList) ... ok (0.122s) 2022-11-23T01:58:43.3905804Z test_mutable_list_append (jit.test_list_dict.TestList) ... ok (0.013s) 2022-11-23T01:58:43.3906048Z test_mutable_list_append_2 (jit.test_list_dict.TestList) ... ok (0.010s) 2022-11-23T01:58:43.3906241Z test_mutable_list_append_if (jit.test_list_dict.TestList) ... ok (0.008s) 2022-11-23T01:58:43.3906434Z test_mutable_list_append_if_else (jit.test_list_dict.TestList) ... ok (0.009s) 2022-11-23T01:58:43.3906620Z test_mutable_list_append_loop (jit.test_list_dict.TestList) ... ok (0.010s) 2022-11-23T01:58:43.3906813Z test_mutable_list_append_loop_if (jit.test_list_dict.TestList) ... ok (0.013s) 2022-11-23T01:58:43.3906987Z test_mutable_list_clear (jit.test_list_dict.TestList) ... ok (0.009s) 2022-11-23T01:58:43.3907154Z test_mutable_list_clear_empty (jit.test_list_dict.TestList) ... ok (0.008s) 2022-11-23T01:58:43.3907349Z test_mutable_list_function_inline (jit.test_list_dict.TestList) ... ok (0.009s) 2022-11-23T01:58:43.3907528Z test_mutable_list_insert (jit.test_list_dict.TestList) ... ok (0.007s) 2022-11-23T01:58:43.3907732Z test_mutable_list_insert_neg_out_of_bounds (jit.test_list_dict.TestList) ... ok (0.005s) 2022-11-23T01:58:43.3908026Z test_mutable_list_insert_negative (jit.test_list_dict.TestList) ... ok (0.006s) 2022-11-23T01:58:43.3908224Z test_mutable_list_insert_out_of_bounds (jit.test_list_dict.TestList) ... ok (0.016s) 2022-11-23T01:58:43.3908408Z test_mutable_list_nested_loop (jit.test_list_dict.TestList) ... ok (0.013s) 2022-11-23T01:58:43.3908582Z test_mutable_list_pop (jit.test_list_dict.TestList) ... ok (0.008s) 2022-11-23T01:58:43.3908757Z test_mutable_list_pop2 (jit.test_list_dict.TestList) ... ok (0.008s) 2022-11-23T01:58:43.3908934Z test_mutable_list_pop_at (jit.test_list_dict.TestList) ... ok (0.006s) 2022-11-23T01:58:43.3909116Z test_mutable_list_pop_at2 (jit.test_list_dict.TestList) ... ok (0.009s) 2022-11-23T01:58:43.3909306Z test_mutable_list_pop_at_negative (jit.test_list_dict.TestList) ... ok (0.000s) 2022-11-23T01:58:43.3909499Z test_mutable_list_pop_at_negative2 (jit.test_list_dict.TestList) ... ok (0.010s) 2022-11-23T01:58:43.3909682Z test_mutable_list_pop_empty (jit.test_list_dict.TestList) ... ok (0.012s) 2022-11-23T01:58:43.3909866Z test_mutable_list_pop_slice (jit.test_list_dict.TestList) ... ok (0.009s) 2022-11-23T01:58:43.3910043Z test_mutable_list_remove (jit.test_list_dict.TestList) ... ok (0.015s) 2022-11-23T01:58:43.3910220Z test_mutable_list_remove2 (jit.test_list_dict.TestList) ... ok (0.008s) 2022-11-23T01:58:43.3910401Z test_mutable_list_remove_not_existing (jit.test_list_dict.TestList) ... ok (0.006s) 2022-11-23T01:58:43.3910592Z test_mutable_list_remove_tensor (jit.test_list_dict.TestList) ... ok (0.014s) 2022-11-23T01:58:43.3910841Z test_mutable_list_reverse (jit.test_list_dict.TestList) ... ok (0.003s) 2022-11-23T01:58:43.3911046Z test_mutable_list_reverse_empty (jit.test_list_dict.TestList) ... ok (0.016s) 2022-11-23T01:58:43.3911239Z test_mutable_tensor_list_reverse (jit.test_list_dict.TestList) ... ok (0.018s) 2022-11-23T01:58:43.3911428Z test_no_element_type_annotation (jit.test_list_dict.TestList) ... ok (0.009s) 2022-11-23T01:58:43.3911598Z test_slice_index (jit.test_list_dict.TestList) ... ok (0.070s) 2022-11-23T01:58:43.3911866Z test_tensor_list_count (jit.test_list_dict.TestList) ... ok (0.015s) 2022-11-23T01:58:43.3912072Z test_tensor_list_count_not_existing (jit.test_list_dict.TestList) ... ok (0.015s) 2022-11-23T01:58:43.3912247Z test_tensor_list_index (jit.test_list_dict.TestList) ... ok (0.010s) 2022-11-23T01:58:43.3912535Z test_tensor_list_index_not_existing (jit.test_list_dict.TestList) ... ok (0.008s) 2022-11-23T01:58:43.3912766Z test_to_list (jit.test_list_dict.TestList) 2022-11-23T01:58:43.3912932Z Unit tests for Tensor.tolist() function. ... ok (0.638s) 2022-11-23T01:58:43.3913114Z test_to_list_gpu (jit.test_list_dict.TestList) 2022-11-23T01:58:43.3913276Z GPU tests for Tensor.tolist() function. ... ok (0.036s) 2022-11-23T01:58:43.3913465Z test_bump_numeric_counter (jit.test_logging.TestLogging) ... ok (0.022s) 2022-11-23T01:58:43.3913655Z test_counter_aggregation (jit.test_logging.TestLogging) ... ok (0.025s) 2022-11-23T01:58:43.3913831Z test_logging_levels_set (jit.test_logging.TestLogging) ... ok (0.002s) 2022-11-23T01:58:43.3914028Z test_time_measurement_counter (jit.test_logging.TestLogging) ... ok (0.007s) 2022-11-23T01:58:43.3914238Z test_time_measurement_counter_script (jit.test_logging.TestLogging) ... ok (0.019s) 2022-11-23T01:58:43.3914431Z test_trace_numeric_counter (jit.test_logging.TestLogging) ... ok (0.017s) 2022-11-23T01:58:43.3914646Z test_always_alive_values (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.050s) 2022-11-23T01:58:43.3914860Z test_merge_liveness (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.034s) 2022-11-23T01:58:43.3915063Z test_successful (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.031s) 2022-11-23T01:58:43.3915287Z test_switch_inputs_to_inplace (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.034s) 2022-11-23T01:58:43.3915440Z test_broadcasting_list (jit.test_misc.TestMisc) 2022-11-23T01:58:43.3915616Z Test BroadcastingList and torch.nn._size_N_t alias ... ok (0.018s) 2022-11-23T01:58:43.3915902Z test_export_opnames_interface (jit.test_misc.TestMisc) ... ok (0.073s) 2022-11-23T01:58:43.3916073Z test_future_isinstance (jit.test_misc.TestMisc) ... ok (0.008s) 2022-11-23T01:58:43.3916232Z test_hacked_twin (jit.test_misc.TestMisc) ... ok (0.005s) 2022-11-23T01:58:43.3916430Z test_if_returning_any (jit.test_misc.TestMisc) 2022-11-23T01:58:43.3916676Z Check that an if statement can return different ... ok (0.015s) 2022-11-23T01:58:43.3916838Z test_joined_str (jit.test_misc.TestMisc) ... ok (0.010s) 2022-11-23T01:58:43.3916992Z test_kwarg_support (jit.test_misc.TestMisc) ... ok (0.020s) 2022-11-23T01:58:43.3917177Z test_legacy_tensor_constructor (jit.test_misc.TestMisc) ... ok (0.053s) 2022-11-23T01:58:43.3917344Z test_list_literal_infer (jit.test_misc.TestMisc) ... ok (0.029s) 2022-11-23T01:58:43.3917494Z test_math_inf (jit.test_misc.TestMisc) ... ok (0.008s) 2022-11-23T01:58:43.3917662Z test_parse_ir_annotate (jit.test_misc.TestMisc) ... ok (0.002s) 2022-11-23T01:58:43.3917872Z test_parse_ir_single_element_tensor_negative (jit.test_misc.TestMisc) ... ok (0.003s) 2022-11-23T01:58:43.3918078Z test_parse_ir_single_element_tensor_positive (jit.test_misc.TestMisc) ... ok (0.003s) 2022-11-23T01:58:43.3918255Z test_script_many_decorators (jit.test_misc.TestMisc) ... ok (0.008s) 2022-11-23T01:58:43.3918421Z test_str_refine_any (jit.test_misc.TestMisc) ... ok (0.006s) 2022-11-23T01:58:43.3918708Z test_subexpression_Dict_int_Future (jit.test_misc.TestMisc) ... ok (0.009s) 2022-11-23T01:58:43.3918992Z test_subexpression_Future_annotate (jit.test_misc.TestMisc) ... ok (0.000s) 2022-11-23T01:58:43.3919193Z test_subexpression_List_Future (jit.test_misc.TestMisc) ... ok (0.015s) 2022-11-23T01:58:43.3919375Z test_subexpression_Optional (jit.test_misc.TestMisc) ... ok (0.009s) 2022-11-23T01:58:43.3919572Z test_subexpression_Tuple_int_int_Future (jit.test_misc.TestMisc) ... ok (0.009s) 2022-11-23T01:58:43.3919981Z test_tuple_subscripted_assign (jit.test_misc.TestMisc) ... ok (0.006s) 2022-11-23T01:58:43.3920239Z test_call_script_fn_from_traced_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.021s) 2022-11-23T01:58:43.3920487Z test_call_script_module_from_traced_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.044s) 2022-11-23T01:58:43.3920704Z test_call_traced_fn_from_script_fn (jit.test_tracer.TestMixTracingScripting) ... ok (0.018s) 2022-11-23T01:58:43.3920935Z test_call_traced_mod_from_script_fn (jit.test_tracer.TestMixTracingScripting) ... ok (0.027s) 2022-11-23T01:58:43.3921179Z test_call_tracing_fn_from_script_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.025s) 2022-11-23T01:58:43.3921423Z test_call_tracing_mod_from_script_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.035s) 2022-11-23T01:58:43.3921661Z test_script_inline_trace_multiple_args (jit.test_tracer.TestMixTracingScripting) ... ok (0.028s) 2022-11-23T01:58:43.3921883Z test_trace_dict_mix_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.132s) 2022-11-23T01:58:43.3922099Z test_trace_hierarchy (jit.test_tracer.TestMixTracingScripting) ... ok (0.078s) 2022-11-23T01:58:43.3922307Z test_trace_linear (jit.test_tracer.TestMixTracingScripting) ... ok (0.061s) 2022-11-23T01:58:43.3922553Z test_trace_mixed_by_script_with_dict_output (jit.test_tracer.TestMixTracingScripting) ... ok (0.032s) 2022-11-23T01:58:43.3922763Z test_trace_of_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.037s) 2022-11-23T01:58:43.3923024Z test_trace_parameter (jit.test_tracer.TestMixTracingScripting) ... ok (0.065s) 2022-11-23T01:58:43.3923425Z test_trace_returning_dict_with_tensor_tuples (jit.test_tracer.TestMixTracingScripting) 2022-11-23T01:58:43.3923825Z Tracing over a module returning a dictionary whose values are tuples of tensors ... ok (0.023s) 2022-11-23T01:58:43.3924192Z test_trace_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.475s) 2022-11-23T01:58:43.3924736Z test_trace_script_returning_complex_dict (jit.test_tracer.TestMixTracingScripting) 2022-11-23T01:58:43.3925093Z Tracing over a script function returning a dictionary should work. ... ok (0.057s) 2022-11-23T01:58:43.3925449Z test_trace_with_size (jit.test_tracer.TestMixTracingScripting) ... ok (0.023s) 2022-11-23T01:58:43.3925961Z test_traced_module_contains_scripted_interface_types (jit.test_tracer.TestMixTracingScripting) ... ok (0.214s) 2022-11-23T01:58:43.3926400Z test_traced_module_implements_interface (jit.test_tracer.TestMixTracingScripting) ... ok (0.157s) 2022-11-23T01:58:43.3926766Z test_tracing_indexing (jit.test_tracer.TestMixTracingScripting) ... ok (0.021s) 2022-11-23T01:58:43.3927173Z test_tracing_slicing (jit.test_tracer.TestMixTracingScripting) ... ok (0.021s) 2022-11-23T01:58:43.3927507Z test_alexnet (jit.test_models.TestModels) ... skip: no torchvision (0.000s) 2022-11-23T01:58:43.3927794Z test_dcgan_models (jit.test_models.TestModels) ... ok (0.990s) 2022-11-23T01:58:43.3928062Z test_dcgan_models_cuda (jit.test_models.TestModels) ... ok (3.799s) 2022-11-23T01:58:43.3928228Z test_mnist (jit.test_models.TestModels) ... ok (0.285s) 2022-11-23T01:58:43.3928395Z test_mnist_cuda (jit.test_models.TestModels) ... ok (0.274s) 2022-11-23T01:58:43.3928602Z test_mnist_training_leaks_no_memory_cuda (jit.test_models.TestModels) ... ok (6.044s) 2022-11-23T01:58:43.3928874Z test_neural_style (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:58:43.3929158Z test_neural_style_cuda (jit.test_models.TestModels) ... ok (2.083s) 2022-11-23T01:58:43.3929368Z test_reinforcement_learning (jit.test_models.TestModels) ... ok (0.141s) 2022-11-23T01:58:43.3929567Z test_reinforcement_learning_cuda (jit.test_models.TestModels) ... ok (0.113s) 2022-11-23T01:58:43.3929797Z test_script_module_script_resnet (jit.test_models.TestModels) ... skip: no torchvision (0.009s) 2022-11-23T01:58:43.3930031Z test_script_module_trace_resnet18 (jit.test_models.TestModels) ... skip: no torchvision (0.000s) 2022-11-23T01:58:43.3930284Z test_snli (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:58:43.3930448Z test_snli_cuda (jit.test_models.TestModels) ... ok (6.689s) 2022-11-23T01:58:43.3930623Z test_snli_quantized (jit.test_models.TestModels) ... ok (1.604s) 2022-11-23T01:58:43.3930896Z test_super_resolution (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:58:43.3931084Z test_super_resolution_cuda (jit.test_models.TestModels) ... ok (0.163s) 2022-11-23T01:58:43.3931263Z test_time_sequence_prediction (jit.test_models.TestModels) ... ok (0.297s) 2022-11-23T01:58:43.3931417Z test_vae (jit.test_models.TestModels) ... ok (0.547s) 2022-11-23T01:58:43.3931582Z test_vae_cuda (jit.test_models.TestModels) ... ok (0.399s) 2022-11-23T01:58:43.3931757Z test_vae_quantized (jit.test_models.TestModels) ... ok (0.242s) 2022-11-23T01:58:43.3931954Z test_customized_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-11-23T01:58:43.3932136Z Tests that customized state dict methods are in effect ... ok (0.108s) 2022-11-23T01:58:43.3932328Z test_default_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-11-23T01:58:43.3932531Z Tests that default state dict methods are automatically available ... ok (0.072s) 2022-11-23T01:58:43.3932748Z test_submodule_customized_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-11-23T01:58:43.3932955Z Tests that customized state dict methods on submodules are in effect ... ok (0.125s) 2022-11-23T01:58:43.3933307Z test_custom_container_forward (jit.test_module_containers.TestModuleContainers) ... ok (0.275s) 2022-11-23T01:58:43.3933565Z test_empty_dict_override_contains (jit.test_module_containers.TestModuleContainers) ... ok (0.059s) 2022-11-23T01:58:43.3933869Z test_module_inplace_construct (jit.test_module_containers.TestModuleContainers) ... ok (0.057s) 2022-11-23T01:58:43.3934420Z test_module_interface_special_methods (jit.test_module_containers.TestModuleContainers) ... ok (0.160s) 2022-11-23T01:58:43.3934868Z test_module_properties (jit.test_module_containers.TestModuleContainers) ... ok (0.147s) 2022-11-23T01:58:43.3935284Z test_moduledict (jit.test_module_containers.TestModuleContainers) ... ok (0.689s) 2022-11-23T01:58:43.3935743Z test_moduledict_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.096s) 2022-11-23T01:58:43.3936191Z test_moduledict_keyerror (jit.test_module_containers.TestModuleContainers) ... ok (0.029s) 2022-11-23T01:58:43.3936475Z test_normal_list_attribute_with_modules_error (jit.test_module_containers.TestModuleContainers) 2022-11-23T01:58:43.3936681Z Test that an attempt to script a module with a regular list attribute ... ok (0.007s) 2022-11-23T01:58:43.3936935Z test_parameterdict_script_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.054s) 2022-11-23T01:58:43.3937183Z test_parameterlist_script_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.133s) 2022-11-23T01:58:43.3937432Z test_parameterlist_script_iter (jit.test_module_containers.TestModuleContainers) ... ok (0.211s) 2022-11-23T01:58:43.3937682Z test_script_module_list_sequential (jit.test_module_containers.TestModuleContainers) ... ok (0.080s) 2022-11-23T01:58:43.3937923Z test_script_modulelist_index (jit.test_module_containers.TestModuleContainers) ... ok (0.313s) 2022-11-23T01:58:43.3938303Z test_sequential_intermediary_types (jit.test_module_containers.TestModuleContainers) ... ok (0.086s) 2022-11-23T01:58:43.3938570Z test_special_method_with_override (jit.test_module_containers.TestModuleContainers) ... ok (0.088s) 2022-11-23T01:58:43.3938781Z test_typed_module_dict (jit.test_module_containers.TestModuleContainers) 2022-11-23T01:58:43.3938993Z Test that a type annotation can be provided for a ModuleDict that allows ... ok (0.181s) 2022-11-23T01:58:43.3939205Z test_typed_module_list (jit.test_module_containers.TestModuleContainers) 2022-11-23T01:58:43.3939414Z Test that a type annotation can be provided for a ModuleList that allows ... ok (0.178s) 2022-11-23T01:58:43.3939689Z test_freeze_module_with_inplace_mutation_in_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.061s) 2022-11-23T01:58:43.3939933Z test_freeze_module_with_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.064s) 2022-11-23T01:58:43.3940314Z test_freeze_module_with_interface_and_fork (jit.test_module_interface.TestModuleInterface) ... ok (0.084s) 2022-11-23T01:58:43.3940611Z test_freeze_module_with_mutated_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.054s) 2022-11-23T01:58:43.3940866Z test_freeze_module_with_setattr_in_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.070s) 2022-11-23T01:58:43.3941098Z test_module_apis_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.047s) 2022-11-23T01:58:43.3941419Z test_module_doc_string (jit.test_module_interface.TestModuleInterface) ... ok (0.064s) 2022-11-23T01:58:43.3941721Z test_module_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.132s) 2022-11-23T01:58:43.3941952Z test_module_interface_inheritance (jit.test_module_interface.TestModuleInterface) ... ok (0.000s) 2022-11-23T01:58:43.3942186Z test_module_interface_subtype (jit.test_module_interface.TestModuleInterface) ... ok (0.135s) 2022-11-23T01:58:43.3942403Z test_module_swap (jit.test_module_interface.TestModuleInterface) ... ok (0.055s) 2022-11-23T01:58:43.3942639Z test_module_swap_no_lazy_compile (jit.test_module_interface.TestModuleInterface) ... ok (0.070s) 2022-11-23T01:58:43.3942883Z test_module_swap_no_module_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.037s) 2022-11-23T01:58:43.3943116Z test_module_swap_wrong_module (jit.test_module_interface.TestModuleInterface) ... ok (0.059s) 2022-11-23T01:58:43.3943458Z test_not_submodule_interface_call (jit.test_module_interface.TestModuleInterface) ... ok (0.020s) 2022-11-23T01:58:43.3943700Z test_script_module_as_interface_swap (jit.test_module_interface.TestModuleInterface) ... ok (0.070s) 2022-11-23T01:58:43.3943891Z test_script_module_with_constants_list (jit.test_modules.TestModules) 2022-11-23T01:58:43.3944072Z Test that a module that has __constants__ set to something ... ok (0.029s) 2022-11-23T01:58:43.3944256Z test_namedtuple (jit.test_list_dict.TestNamedTuple) ... ok (0.013s) 2022-11-23T01:58:43.3944455Z test_namedtuple_as_attr (jit.test_list_dict.TestNamedTuple) ... ok (0.014s) 2022-11-23T01:58:43.3944652Z test_namedtuple_constant (jit.test_list_dict.TestNamedTuple) ... ok (0.008s) 2022-11-23T01:58:43.3944860Z test_namedtuple_kwarg_construct (jit.test_list_dict.TestNamedTuple) ... ok (0.010s) 2022-11-23T01:58:43.3945053Z test_namedtuple_lower (jit.test_list_dict.TestNamedTuple) ... ok (0.010s) 2022-11-23T01:58:43.3945259Z test_namedtuple_resolution (jit.test_list_dict.TestNamedTuple) ... ok (0.012s) 2022-11-23T01:58:43.3945528Z test_namedtuple_serialization (jit.test_list_dict.TestNamedTuple) ... skip: broken while these tests were not in CI (0.003s) 2022-11-23T01:58:43.3945734Z test_namedtuple_slice_unpack (jit.test_list_dict.TestNamedTuple) ... ok (0.008s) 2022-11-23T01:58:43.3945942Z test_namedtuple_type_annotation (jit.test_list_dict.TestNamedTuple) ... ok (0.012s) 2022-11-23T01:58:43.3946127Z test_namedtuple_wrong_types (jit.test_list_dict.TestNamedTuple) ... ok (0.004s) 2022-11-23T01:58:43.3946391Z test_return_named_tuple (jit.test_list_dict.TestNamedTuple) ... ok (0.011s) 2022-11-23T01:58:43.3946709Z test_adaptive_avg_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.002s) 2022-11-23T01:58:43.3946999Z test_avg_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.003s) 2022-11-23T01:58:43.3947277Z test_cat (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.003s) 2022-11-23T01:58:43.3947669Z test_compile_spec_santiy (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.004s) 2022-11-23T01:58:43.3947950Z test_conv2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.006s) 2022-11-23T01:58:43.3948247Z test_conv2d_transpose (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.004s) 2022-11-23T01:58:43.3948620Z test_dequantize (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.002s) 2022-11-23T01:58:43.3948976Z test_detach (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T01:58:43.3949262Z test_flatten (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.003s) 2022-11-23T01:58:43.3949544Z test_hardtanh (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T01:58:43.3949819Z test_linear (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.006s) 2022-11-23T01:58:43.3950100Z test_log_softmax (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T01:58:43.3950381Z test_max_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T01:58:43.3950654Z test_mean (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T01:58:43.3950936Z test_multi_output (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T01:58:43.3951321Z test_pointwise_binary (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.010s) 2022-11-23T01:58:43.3951622Z test_pointwise_binary_const (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.002s) 2022-11-23T01:58:43.3951911Z test_pointwise_unary (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.002s) 2022-11-23T01:58:43.3952193Z test_prelu (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.002s) 2022-11-23T01:58:43.3952466Z test_qadd (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.006s) 2022-11-23T01:58:43.3952744Z test_qlinear (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T01:58:43.3953026Z test_quantize (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T01:58:43.3953300Z test_reshape (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.003s) 2022-11-23T01:58:43.3953582Z test_seblock_mul (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T01:58:43.3953930Z test_slice (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.003s) 2022-11-23T01:58:43.3954227Z test_softmax (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.002s) 2022-11-23T01:58:43.3954510Z test_tensor_input (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T01:58:43.3954879Z test_to (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.002s) 2022-11-23T01:58:43.3955166Z test_unsqueeze (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.002s) 2022-11-23T01:58:43.3955465Z test_upsample_nearest2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.003s) 2022-11-23T01:58:43.3955739Z test_op_decomposition (jit.test_op_decompositions.TestOpDecompositions) ... ok (0.018s) 2022-11-23T01:58:43.3956109Z test_registered_decomposition (jit.test_op_decompositions.TestOpDecompositions) ... ok (0.011s) 2022-11-23T01:58:43.3956465Z test_fuse_activation_with_pack_ops_linear_conv2d_1 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.065s) 2022-11-23T01:58:43.3956809Z test_fuse_activation_with_pack_ops_linear_conv2d_2 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.064s) 2022-11-23T01:58:43.3957158Z test_fuse_activation_with_pack_ops_linear_conv2d_3 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.059s) 2022-11-23T01:58:43.3957493Z test_fuse_activation_with_pack_ops_linear_conv2d_4 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.051s) 2022-11-23T01:58:43.3957851Z test_insert_pre_packed_linear_before_inline_and_conv_2d_op (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.038s) 2022-11-23T01:58:43.3958179Z test_insert_pre_packed_linear_op (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.027s) 2022-11-23T01:58:43.3958501Z test_replace_conv1d_with_conv2d (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.020s) 2022-11-23T01:58:43.3958823Z test_scriptable (jit.test_parametrization.TestParametrization) ... ok (0.096s) 2022-11-23T01:58:43.3959026Z test_traceable (jit.test_parametrization.TestParametrization) 2022-11-23T01:58:43.3959216Z Test the jit scripting and tracing of a parametrized model. ... ok (0.077s) 2022-11-23T01:58:43.3959406Z test_conv_dim_folding (jit.test_peephole.TestPeephole) ... ok (0.195s) 2022-11-23T01:58:43.3959600Z test_integer_refinement (jit.test_peephole.TestPeephole) ... ok (0.048s) 2022-11-23T01:58:43.3959786Z test_noop_peephole (jit.test_peephole.TestPeephole) ... ok (0.040s) 2022-11-23T01:58:43.3959979Z test_normalized_is_op (jit.test_peephole.TestPeephole) ... ok (0.018s) 2022-11-23T01:58:43.3960174Z test_normalized_isnot_op (jit.test_peephole.TestPeephole) ... ok (0.015s) 2022-11-23T01:58:43.3960364Z test_normalized_rsub (jit.test_peephole.TestPeephole) ... ok (0.014s) 2022-11-23T01:58:43.3960583Z test_optimize_out_comparison_same_value (jit.test_peephole.TestPeephole) ... ok (0.009s) 2022-11-23T01:58:43.3960768Z test_peephole (jit.test_peephole.TestPeephole) ... ok (0.013s) 2022-11-23T01:58:43.3960962Z test_peephole_add_zero (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-11-23T01:58:43.3961151Z test_peephole_arith (jit.test_peephole.TestPeephole) ... ok (0.012s) 2022-11-23T01:58:43.3961323Z test_peephole_cuda (jit.test_peephole.TestPeephole) ... ok (0.018s) 2022-11-23T01:58:43.3961573Z test_peephole_dict_getitem_no_optimization_dict_modified (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-11-23T01:58:43.3961986Z test_peephole_dict_getitem_no_optimization_get_input_arg (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-11-23T01:58:43.3962279Z test_peephole_dict_getitem_no_optimization_keys_might_overlap (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-11-23T01:58:43.3962528Z test_peephole_dict_getitem_no_optimization_missing_key (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-11-23T01:58:43.3962787Z test_peephole_dict_getitem_no_optimization_overlapping_keys (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-11-23T01:58:43.3963131Z test_peephole_dict_getitem_no_optimization_unsupported_type (jit.test_peephole.TestPeephole) ... ok (0.011s) 2022-11-23T01:58:43.3963436Z test_peephole_dict_getitem_simple (jit.test_peephole.TestPeephole) ... ok (0.019s) 2022-11-23T01:58:43.3963635Z test_peephole_dict_len (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-11-23T01:58:43.3963887Z test_peephole_dict_len_no_optimization_keys_might_overlap (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-11-23T01:58:43.3964137Z test_peephole_dict_len_no_optimization_overlapping_keys (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-11-23T01:58:43.3964386Z test_peephole_dict_len_no_optimization_unsupported_type (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-11-23T01:58:43.3964578Z test_peephole_dynamic (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-11-23T01:58:43.3964766Z test_peephole_int (jit.test_peephole.TestPeephole) ... ok (0.000s) 2022-11-23T01:58:43.3964954Z test_peephole_len_list (jit.test_peephole.TestPeephole) ... ok (0.027s) 2022-11-23T01:58:43.3965147Z test_peephole_list_len (jit.test_peephole.TestPeephole) ... ok (0.118s) 2022-11-23T01:58:43.3965333Z test_peephole_list_ops (jit.test_peephole.TestPeephole) ... ok (0.036s) 2022-11-23T01:58:43.3965543Z test_peephole_no_output_aliasing (jit.test_peephole.TestPeephole) ... ok (0.018s) 2022-11-23T01:58:43.3965749Z test_peephole_optional_refine (jit.test_peephole.TestPeephole) ... ok (0.008s) 2022-11-23T01:58:43.3965943Z test_peephole_slice_all_three_args (jit.test_peephole.TestPeephole) ... ok (0.012s) 2022-11-23T01:58:43.3966151Z test_peephole_slice_one_empty_arg (jit.test_peephole.TestPeephole) ... ok (0.024s) 2022-11-23T01:58:43.3966403Z test_peephole_slice_optimization_not_applied_list_modified (jit.test_peephole.TestPeephole) ... ok (0.010s) 2022-11-23T01:58:43.3966655Z test_peephole_slice_optimization_not_applied_non_const_args (jit.test_peephole.TestPeephole) ... ok (0.014s) 2022-11-23T01:58:43.3966960Z test_peephole_slice_two_empty_args (jit.test_peephole.TestPeephole) ... ok (0.034s) 2022-11-23T01:58:43.3967167Z test_peephole_type_refinements (jit.test_peephole.TestPeephole) ... ok (0.033s) 2022-11-23T01:58:43.3967378Z test_peephole_with_non_output_writes (jit.test_peephole.TestPeephole) ... ok (0.020s) 2022-11-23T01:58:43.3967580Z test_peephole_with_writes (jit.test_peephole.TestPeephole) ... ok (0.010s) 2022-11-23T01:58:43.3967780Z test_refine_integer_values (jit.test_peephole.TestPeephole) ... ok (0.015s) 2022-11-23T01:58:43.3967987Z test_short_circuit_optimization (jit.test_peephole.TestPeephole) ... ok (0.012s) 2022-11-23T01:58:43.3968154Z test_version (__main__.TestProducerVersion) ... ok (0.001s) 2022-11-23T01:58:43.3968341Z test_aliasing_merge (jit.test_profiler.TestProfiler) ... ok (0.022s) 2022-11-23T01:58:43.3968545Z test_autograd_fallback_graph (jit.test_profiler.TestProfiler) ... ok (0.061s) 2022-11-23T01:58:43.3968765Z test_fallback_graph_not_specialized (jit.test_profiler.TestProfiler) ... ok (0.027s) 2022-11-23T01:58:43.3968955Z test_iterative_fusion (jit.test_profiler.TestProfiler) ... ok (0.026s) 2022-11-23T01:58:43.3969227Z test_local_fusion_strategy (jit.test_profiler.TestProfiler) ... ok (0.019s) 2022-11-23T01:58:43.3969453Z test_not_fusing_scalar_ops (jit.test_profiler.TestProfiler) ... ok (0.005s) 2022-11-23T01:58:43.3969655Z test_not_optimizing_property (jit.test_profiler.TestProfiler) ... ok (0.019s) 2022-11-23T01:58:43.3969931Z test_specialize_backward (jit.test_profiler.TestProfiler) ... ok (0.094s) 2022-11-23T01:58:43.3970124Z test_specialized_types (jit.test_profiler.TestProfiler) ... ok (0.016s) 2022-11-23T01:58:43.3970403Z test_tensor_constant (jit.test_profiler.TestProfiler) ... ok (0.017s) 2022-11-23T01:58:43.3970722Z test_tensor_type_not_determined_by_inputs (jit.test_profiler.TestProfiler) ... ok (0.026s) 2022-11-23T01:58:43.3970928Z test_use_not_profiled (jit.test_profiler.TestProfiler) ... ok (0.020s) 2022-11-23T01:58:43.3971133Z test_add_input (jit.test_python_bindings.TestPythonBindings) ... ok (0.000s) 2022-11-23T01:58:43.3971336Z test_aliasdb (jit.test_python_bindings.TestPythonBindings) ... ok (0.000s) 2022-11-23T01:58:43.3971547Z test_canonicalize (jit.test_python_bindings.TestPythonBindings) ... ok (0.010s) 2022-11-23T01:58:43.3971764Z test_cu_create_function (jit.test_python_bindings.TestPythonBindings) ... ok (0.009s) 2022-11-23T01:58:43.3971982Z test_cu_get_functions (jit.test_python_bindings.TestPythonBindings) ... ok (0.011s) 2022-11-23T01:58:43.3972192Z test_graph_create (jit.test_python_bindings.TestPythonBindings) ... ok (0.003s) 2022-11-23T01:58:43.3972424Z test_graph_iterator_keepalive (jit.test_python_bindings.TestPythonBindings) ... ok (0.007s) 2022-11-23T01:58:43.3972634Z test_invalidation (jit.test_python_bindings.TestPythonBindings) ... ok (0.008s) 2022-11-23T01:58:43.3972834Z test_add (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.028s) 2022-11-23T01:58:43.3973052Z test_adv_indexing_list (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.072s) 2022-11-23T01:58:43.3973270Z test_advancedindex (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.066s) 2022-11-23T01:58:43.3973475Z test_gather (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.011s) 2022-11-23T01:58:43.3973673Z test_index (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.082s) 2022-11-23T01:58:43.3973874Z test_index_ellipses (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.265s) 2022-11-23T01:58:43.3974071Z test_inf (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.018s) 2022-11-23T01:58:43.3974278Z test_matmul_py3 (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.037s) 2022-11-23T01:58:43.3974471Z test_mul (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.009s) 2022-11-23T01:58:43.3974660Z test_pow (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.099s) 2022-11-23T01:58:43.3975553Z test_random (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.009s) 2022-11-23T01:58:43.3975752Z test_slice (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.047s) 2022-11-23T01:58:43.3975979Z test_stepped_tuple_slicing (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.015s) 2022-11-23T01:58:43.3976188Z test_str_to_float (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.011s) 2022-11-23T01:58:43.3976462Z test_triple (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.023s) 2022-11-23T01:58:43.3976693Z test_param_strides (jit.test_python_ir.TestPythonIr) ... ok (0.012s) 2022-11-23T01:58:43.3976908Z test_attributes (jit.test_recursive_script.TestRecursiveScript) ... ok (0.144s) 2022-11-23T01:58:43.3977124Z test_class_compile (jit.test_recursive_script.TestRecursiveScript) ... ok (0.069s) 2022-11-23T01:58:43.3977349Z test_constants_with_final (jit.test_recursive_script.TestRecursiveScript) ... ok (0.085s) 2022-11-23T01:58:43.3977638Z test_dir (jit.test_recursive_script.TestRecursiveScript) ... ok (0.147s) 2022-11-23T01:58:43.3977945Z test_error_stack (jit.test_recursive_script.TestRecursiveScript) ... ok (0.013s) 2022-11-23T01:58:43.3978182Z test_error_stack_annotation (jit.test_recursive_script.TestRecursiveScript) ... ok (0.025s) 2022-11-23T01:58:43.3978400Z test_error_stack_class (jit.test_recursive_script.TestRecursiveScript) ... ok (0.187s) 2022-11-23T01:58:43.3978606Z test_error_stack_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.014s) 2022-11-23T01:58:43.3978940Z test_failed_function_compilation (jit.test_recursive_script.TestRecursiveScript) ... ok (0.010s) 2022-11-23T01:58:43.3979205Z test_function_attribute_in_submodule (jit.test_recursive_script.TestRecursiveScript) ... ok (0.063s) 2022-11-23T01:58:43.3979416Z test_ignore_class (jit.test_recursive_script.TestRecursiveScript) ... ok (0.025s) 2022-11-23T01:58:43.3979640Z test_inferred_nonetype (jit.test_recursive_script.TestRecursiveScript) ... ok (0.033s) 2022-11-23T01:58:43.3979850Z test_init_error (jit.test_recursive_script.TestRecursiveScript) ... ok (0.003s) 2022-11-23T01:58:43.3980073Z test_inner_traced_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.068s) 2022-11-23T01:58:43.3980291Z test_iterable_modules (jit.test_recursive_script.TestRecursiveScript) ... ok (0.179s) 2022-11-23T01:58:43.3980498Z test_method_call (jit.test_recursive_script.TestRecursiveScript) ... ok (0.040s) 2022-11-23T01:58:43.3980711Z test_module_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.046s) 2022-11-23T01:58:43.3980940Z test_module_function_export (jit.test_recursive_script.TestRecursiveScript) ... ok (0.061s) 2022-11-23T01:58:43.3981149Z test_module_name (jit.test_recursive_script.TestRecursiveScript) ... ok (0.016s) 2022-11-23T01:58:43.3981352Z test_module_repr (jit.test_recursive_script.TestRecursiveScript) ... ok (0.063s) 2022-11-23T01:58:43.3981573Z test_optional_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.082s) 2022-11-23T01:58:43.3981816Z test_override_instance_method_ignore (jit.test_recursive_script.TestRecursiveScript) ... ok (0.010s) 2022-11-23T01:58:43.3982054Z test_prepare_scriptable_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.010s) 2022-11-23T01:58:43.3982289Z test_prepare_scriptable_cycle (jit.test_recursive_script.TestRecursiveScript) ... ok (0.019s) 2022-11-23T01:58:43.3982545Z test_prepare_scriptable_iterable_modules (jit.test_recursive_script.TestRecursiveScript) ... ok (0.162s) 2022-11-23T01:58:43.3982784Z test_python_function_attribute (jit.test_recursive_script.TestRecursiveScript) ... ok (0.025s) 2022-11-23T01:58:43.3983012Z test_repeated_error_stack (jit.test_recursive_script.TestRecursiveScript) ... ok (0.008s) 2022-11-23T01:58:43.3983218Z test_script_after_eval (jit.test_recursive_script.TestRecursiveScript) ... ok (0.029s) 2022-11-23T01:58:43.3983517Z test_script_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.016s) 2022-11-23T01:58:43.3983856Z test_script_function_attribute (jit.test_recursive_script.TestRecursiveScript) ... ok (0.072s) 2022-11-23T01:58:43.3984073Z test_script_loaded_module (jit.test_recursive_script.TestRecursiveScript) 2022-11-23T01:58:43.3984261Z Test that we can hold a loaded ScriptModule as a submodule. ... ok (0.059s) 2022-11-23T01:58:43.3984471Z test_aten_inplace (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.026s) 2022-11-23T01:58:43.3984792Z test_common_pytorch_list_ops (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.061s) 2022-11-23T01:58:43.3985083Z test_if_output (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.004s) 2022-11-23T01:58:43.3985300Z test_if_output_fail (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.009s) 2022-11-23T01:58:43.3985519Z test_list_indexing_removal (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.040s) 2022-11-23T01:58:43.3985732Z test_lists_append (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.012s) 2022-11-23T01:58:43.3985932Z test_lists_insert (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.010s) 2022-11-23T01:58:43.3986150Z test_special_mapped_op (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.028s) 2022-11-23T01:58:43.3986324Z test_different_functions (jit.test_save_load.TestSaveLoad) 2022-11-23T01:58:43.3986511Z Exercise the situation where we have the same qualified name ... ok (0.046s) 2022-11-23T01:58:43.3986687Z test_different_interfaces (jit.test_save_load.TestSaveLoad) 2022-11-23T01:58:43.3986950Z Exercise the situation where we have the same qualified name ... ok (0.086s) 2022-11-23T01:58:43.3987138Z test_different_modules (jit.test_save_load.TestSaveLoad) 2022-11-23T01:58:43.3987306Z Exercise the situation where we have the same qualified name ... ok (0.068s) 2022-11-23T01:58:43.3987492Z test_many_collisions (jit.test_save_load.TestSaveLoad) ... ok (0.144s) 2022-11-23T01:58:43.3987670Z test_save_load_meta_tensors (jit.test_save_load.TestSaveLoad) 2022-11-23T01:58:43.3987884Z Check that parameters, buffers, and submodules are the same after loading ... ok (0.071s) 2022-11-23T01:58:43.3988087Z test_save_load_params_buffers_submodules (jit.test_save_load.TestSaveLoad) 2022-11-23T01:58:43.3988302Z Check that parameters, buffers, and submodules are the same after loading. ... ok (0.032s) 2022-11-23T01:58:43.3988501Z test_save_load_using_pathlib (jit.test_save_load.TestSaveLoad) ... ok (0.022s) 2022-11-23T01:58:43.3988703Z test_save_load_with_extra_files (jit.test_save_load.TestSaveLoad) ... ok (0.030s) 2022-11-23T01:58:43.3988884Z test_save_namedtuple_input_only (jit.test_save_load.TestSaveLoad) 2022-11-23T01:58:43.3989079Z Even if a NamedTuple is only used as an input argument, saving and ... ok (0.037s) 2022-11-23T01:58:43.3989265Z test_save_namedtuple_output_only (jit.test_save_load.TestSaveLoad) 2022-11-23T01:58:43.3989463Z Even if a NamedTuple is only used as an output argument, saving and ... ok (0.026s) 2022-11-23T01:58:43.3989649Z test_save_nonexit_file (jit.test_save_load.TestSaveLoad) ... ok (0.011s) 2022-11-23T01:58:43.3989849Z test_different_functions (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T01:58:43.3990115Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.003s) 2022-11-23T01:58:43.3990317Z test_different_interfaces (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T01:58:43.3990587Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.003s) 2022-11-23T01:58:43.3990783Z test_different_modules (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T01:58:43.3991032Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.003s) 2022-11-23T01:58:43.3991321Z test_many_collisions (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.004s) 2022-11-23T01:58:43.3991706Z test_module_info_flatbuffer (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-11-23T01:58:43.3991932Z test_save_load_params_buffers_submodules (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T01:58:43.3992380Z Check that parameters, buffers, and submodules are the same after loading. ... skip: Need to enable flatbuffer to run the below tests (0.003s) 2022-11-23T01:58:43.3992906Z test_save_load_using_pathlib (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-11-23T01:58:43.3993260Z test_save_load_with_extra_files (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T01:58:43.3993745Z Check that parameters, buffers, and submodules are the same after loading. ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-11-23T01:58:43.3994118Z test_save_namedtuple_input_only (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T01:58:43.3994576Z Even if a NamedTuple is only used as an input argument, saving and ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-11-23T01:58:43.3994933Z test_save_namedtuple_output_only (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T01:58:43.3995387Z Even if a NamedTuple is only used as an output argument, saving and ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-11-23T01:58:43.3996129Z test_versioned_div_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... Falsifying explicit example: test_versioned_div_scalar( 2022-11-23T01:58:43.3996595Z self=, 2022-11-23T01:58:43.3996719Z sample_input=(2, 3, 2.0, 3.0), 2022-11-23T01:58:43.3996797Z ) 2022-11-23T01:58:43.3996991Z skip: Failed to load fixture! (0.758s) 2022-11-23T01:58:43.3997381Z test_versioned_div_scalar_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.348s) 2022-11-23T01:58:43.3997660Z test_versioned_div_scalar_reciprocal (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.274s) 2022-11-23T01:58:43.3997919Z test_versioned_div_scalar_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.020s) 2022-11-23T01:58:43.3998170Z test_versioned_div_tensor (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.233s) 2022-11-23T01:58:43.3998435Z test_versioned_div_tensor_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.188s) 2022-11-23T01:58:43.3998678Z test_versioned_div_tensor_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.338s) 2022-11-23T01:58:43.3998929Z test_versioned_linspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.015s) 2022-11-23T01:58:43.3999182Z test_versioned_linspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.014s) 2022-11-23T01:58:43.3999436Z test_versioned_logspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.019s) 2022-11-23T01:58:43.3999688Z test_versioned_logspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.014s) 2022-11-23T01:58:43.3999835Z test_add_out (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:58:43.4000013Z test_add_tuple_different_types (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:58:43.4000184Z test_add_tuple_non_optional (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:58:43.4000353Z test_add_tuple_optional (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:58:43.4000518Z test_add_tuple_same_types (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:58:43.4000642Z test_addmm_grad (__main__.TestScript) 2022-11-23T01:58:43.4000785Z This test checks several things: ... ok (0.016s) 2022-11-23T01:58:43.4000974Z test_alias_covariant_type_containers (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:58:43.4001581Z test_all (__main__.TestScript) ... C:\actions-runner\_work\pytorch\pytorch\test\test_jit.py:7035: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-11-23T01:58:43.4001781Z self.assertTrue(test_all_tensor(torch.tensor([3.14, 3, 99], dtype=torch.uint8))) 2022-11-23T01:58:43.4001866Z ok (0.024s) 2022-11-23T01:58:43.4002027Z test_annot_ast_mypy_fn (__main__.TestScript) ... ok (0.159s) 2022-11-23T01:58:43.4002196Z test_annot_ast_mypy_method (__main__.TestScript) ... ok (0.157s) 2022-11-23T01:58:43.4002338Z test_annot_ast_py3_fn (__main__.TestScript) ... ok (0.110s) 2022-11-23T01:58:43.4002500Z test_annot_ast_py3_method (__main__.TestScript) ... ok (0.164s) 2022-11-23T01:58:43.4002663Z test_annot_string_mypy_fn (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:58:43.4002839Z test_annot_string_mypy_method (__main__.TestScript) ... ok (0.087s) 2022-11-23T01:58:43.4003001Z test_annot_string_py3_fn (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:58:43.4003173Z test_annot_string_py3_method (__main__.TestScript) ... ok (0.073s) 2022-11-23T01:58:43.4003334Z test_annotated_script_fn (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:58:43.4003526Z test_annotated_script_fn_arg_mismatch (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:58:43.4003719Z test_annotated_script_fn_return_mismatch (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:58:43.4003963Z test_annotated_script_method (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:58:43.4004139Z test_annoying_doubles (__main__.TestScript) ... ok (0.018s) 2022-11-23T01:58:43.4004277Z test_any (__main__.TestScript) ... ok (0.050s) 2022-11-23T01:58:43.4004468Z test_assert_is_scripting_metacompile (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:58:43.4004649Z test_assertion_optional_refinement (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:58:43.4004819Z test_attr_module_constants (__main__.TestScript) ... ok (0.054s) 2022-11-23T01:58:43.4004982Z test_attr_qscheme_script (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:58:43.4005126Z test_attribute_in_init (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:58:43.4005301Z test_attribute_serialization (__main__.TestScript) ... ok (0.027s) 2022-11-23T01:58:43.4005576Z test_attribute_unpickling (__main__.TestScript) ... skip: NYI: TemporaryFileName support for Windows or Sandcastle (0.002s) 2022-11-23T01:58:43.4005744Z test_augmented_assign (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:58:43.4005906Z test_autodiff_complex (__main__.TestScript) ... ok (0.645s) 2022-11-23T01:58:43.4006077Z test_backend_cudnn_enabled (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:58:43.4006249Z test_bad_multiline_annotations (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:58:43.4006443Z test_bailout_loop_carried_deps_name_clash (__main__.TestScript) ... ok (0.020s) 2022-11-23T01:58:43.4006633Z test_bailout_loop_counter_transition (__main__.TestScript) ... ok (0.020s) 2022-11-23T01:58:43.4006824Z test_batch_norm_inference_backward_cuda (__main__.TestScript) ... ok (2.132s) 2022-11-23T01:58:43.4007034Z test_batchnorm_fuser_cpu (__main__.TestScript) ... skip: This tests the CPU fuser (0.001s) 2022-11-23T01:58:43.4007197Z test_big_float_literals (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:58:43.4007355Z test_big_int_literals (__main__.TestScript) ... ok (0.014s) 2022-11-23T01:58:43.4007517Z test_binary_op_shape (__main__.TestScript) ... ok (0.460s) 2022-11-23T01:58:43.4007669Z test_bitwise_ops (__main__.TestScript) ... ok (0.050s) 2022-11-23T01:58:43.4007841Z test_block_input_grad_in_loop (__main__.TestScript) ... ok (0.017s) 2022-11-23T01:58:43.4008017Z test_bool_augassign_bitwise_and (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:58:43.4008174Z test_bool_augassign_bitwise_or (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:58:43.4008439Z test_bool_augassign_bitwise_xor (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:58:43.4008596Z test_bool_dispatch (__main__.TestScript) ... ok (0.089s) 2022-11-23T01:58:43.4008791Z test_boolean_literal_constant_metacompile (__main__.TestScript) ... ok (0.059s) 2022-11-23T01:58:43.4008960Z test_break_continue_error (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:58:43.4009119Z test_breaks_continues (__main__.TestScript) ... ok (0.283s) 2022-11-23T01:58:43.4009268Z test_builtin_args (__main__.TestScript) ... ok (0.037s) 2022-11-23T01:58:43.4009491Z test_builtin_args_fails (__main__.TestScript) ... You have not run this instance of FileCheck! 2022-11-23T01:58:43.4009597Z FileCheck checks: 2022-11-23T01:58:43.4010199Z [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\frontend\ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[List[int], int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-11-23T01:58:43.4010892Z File "C:\actions-runner\_work\pytorch\pytorch\test\test_jit.py", line 10806 2022-11-23T01:58:43.4011016Z @torch.jit.script 2022-11-23T01:58:43.4011110Z def f6(a): 2022-11-23T01:58:43.4011226Z a.expand(size=[3, [4]]) 2022-11-23T01:58:43.4011344Z ~~~~~~ <--- HERE 2022-11-23T01:58:43.4011461Z (function emitListLiteral) 2022-11-23T01:58:43.4011547Z ok (0.011s) 2022-11-23T01:58:43.4011813Z test_builtin_function_attributes (__main__.TestScript) ... ok (0.020s) 2022-11-23T01:58:43.4011995Z test_builtin_use_as_value (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:58:43.4012139Z test_call_ge (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:58:43.4012319Z test_call_python_fn_from_script_fn (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:58:43.4012513Z test_call_python_fn_from_script_module (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:58:43.4012698Z test_call_python_fn_from_traced_module (__main__.TestScript) ... ok (0.019s) 2022-11-23T01:58:43.4012876Z test_call_python_fn_from_tracing_fn (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:58:43.4013053Z test_call_python_mod_from_script_fn (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:58:43.4013348Z test_call_python_mod_from_script_module (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:58:43.4013574Z test_call_python_mod_from_traced_module (__main__.TestScript) ... ok (0.034s) 2022-11-23T01:58:43.4013766Z test_call_python_mod_from_tracing_fn (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:58:43.4013945Z test_call_script_fn_from_script_fn (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:58:43.4014130Z test_call_script_fn_from_script_module (__main__.TestScript) ... ok (0.020s) 2022-11-23T01:58:43.4014367Z test_call_script_fn_from_tracing_fn (__main__.TestScript) ... ok (0.019s) 2022-11-23T01:58:43.4014580Z test_call_script_mod_from_script_fn (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:58:43.4014848Z test_call_script_mod_from_script_module (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:58:43.4015083Z test_call_script_mod_from_tracing_fn (__main__.TestScript) ... skip: error in first class mode (0.000s) 2022-11-23T01:58:43.4015248Z test_call_traced_fn_from_tracing_fn (__main__.TestScript) ... ok (0.034s) 2022-11-23T01:58:43.4015477Z test_call_traced_mod_from_tracing_fn (__main__.TestScript) ... skip: error in first class mode (0.002s) 2022-11-23T01:58:43.4015786Z test_calls_in_type_annotations (__main__.TestScript) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py 2022-11-23T01:58:43.4015874Z ok (0.004s) 2022-11-23T01:58:43.4016060Z test_canonicalize_control_outputs (__main__.TestScript) ... ok (0.029s) 2022-11-23T01:58:43.4016332Z test_cast (__main__.TestScript) ... skip: RuntimeError: VariableType::ID() not implemented (0.000s) 2022-11-23T01:58:43.4016577Z test_cat (__main__.TestScript) ... ok (0.041s) 2022-11-23T01:58:43.4016724Z test_cat_lifts (__main__.TestScript) ... ok (0.021s) 2022-11-23T01:58:43.4016858Z test_chr (__main__.TestScript) ... ok (0.014s) 2022-11-23T01:58:43.4017004Z test_circular_dependency (__main__.TestScript) 2022-11-23T01:58:43.4017191Z https://github.com/pytorch/pytorch/issues/25871 ... ok (0.099s) 2022-11-23T01:58:43.4017354Z test_class_as_attribute (__main__.TestScript) ... ok (0.586s) 2022-11-23T01:58:43.4017513Z test_class_attribute (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:58:43.4017692Z test_class_attribute_in_script (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:58:43.4017891Z test_class_with_comment_at_lower_indentation (__main__.TestScript) ... ok (0.014s) 2022-11-23T01:58:43.4018034Z test_code_with_constants (__main__.TestScript) 2022-11-23T01:58:43.4018269Z Check that the `code_with_constants` property correctly returns graph CONSTANTS in the ... ok (0.018s) 2022-11-23T01:58:43.4018419Z test_code_with_constants_restore (__main__.TestScript) 2022-11-23T01:58:43.4018666Z Check that the `code_with_constants` property correctly works on restoration after save() + load() ... ok (0.033s) 2022-11-23T01:58:43.4018834Z test_comment_ignore_indent (__main__.TestScript) ... ok (0.024s) 2022-11-23T01:58:43.4019005Z test_compare_two_bool_inputs (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:58:43.4019276Z test_compile_module_with_constant (__main__.TestScript) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:58:43.4020162Z test_conditional_casting (__main__.TestScript) ... ok (0.088s) 2022-11-23T01:58:43.4020377Z test_constant_as_attr (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:58:43.4020573Z test_constant_pooling_introduce_aliasing (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:58:43.4020742Z test_constant_pooling_none (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:58:43.4020930Z test_constant_pooling_same_identity (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:58:43.4021088Z test_context_manager (__main__.TestScript) ... ok (0.056s) 2022-11-23T01:58:43.4021235Z test_conv_error (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:58:43.4021387Z test_convert_base (__main__.TestScript) ... ok (0.034s) 2022-11-23T01:58:43.4021559Z test_cpp_function_tensor_str (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:58:43.4021722Z test_cpp_module_iterator (__main__.TestScript) ... ok (0.023s) 2022-11-23T01:58:43.4021882Z test_desugar_module (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:58:43.4022018Z test_device_kwarg (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:58:43.4022170Z test_device_type (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:58:43.4022328Z test_device_type_cuda (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:58:43.4022464Z test_dir (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:58:43.4022610Z test_divmod (__main__.TestScript) ... ok (0.074s) 2022-11-23T01:58:43.4022830Z test_dominated_bailout (__main__.TestScript) ... skip: bailouts are being deprecated (0.003s) 2022-11-23T01:58:43.4022982Z test_dropout_eval (__main__.TestScript) ... ok (0.572s) 2022-11-23T01:58:43.4023128Z test_dtype_attr (__main__.TestScript) ... ok (0.014s) 2022-11-23T01:58:43.4023285Z test_dtype_op_shape (__main__.TestScript) ... ok (0.081s) 2022-11-23T01:58:43.4023443Z test_dtype_op_shape2 (__main__.TestScript) ... ok (0.085s) 2022-11-23T01:58:43.4023607Z test_early_return_closure (__main__.TestScript) ... ok (0.015s) 2022-11-23T01:58:43.4023777Z test_early_return_fork_join (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:58:43.4023940Z test_early_return_rewrite (__main__.TestScript) ... ok (0.035s) 2022-11-23T01:58:43.4024120Z test_early_return_type_refinement (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:58:43.4024282Z test_early_returns_loops (__main__.TestScript) ... ok (0.072s) 2022-11-23T01:58:43.4024543Z test_ellipsis_const_end (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:58:43.4024691Z test_ellipsis_const_mid (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:58:43.4024864Z test_ellipsis_const_mid_select (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:58:43.4025027Z test_ellipsis_const_start (__main__.TestScript) ... ok (0.019s) 2022-11-23T01:58:43.4025182Z test_ellipsis_end (__main__.TestScript) ... ok (0.014s) 2022-11-23T01:58:43.4025333Z test_ellipsis_mid (__main__.TestScript) ... ok (0.020s) 2022-11-23T01:58:43.4025500Z test_ellipsis_mid_select (__main__.TestScript) ... ok (0.024s) 2022-11-23T01:58:43.4025656Z test_ellipsis_start (__main__.TestScript) ... ok (0.015s) 2022-11-23T01:58:43.4025834Z test_embedding_renorm_grad_error (__main__.TestScript) ... ok (0.019s) 2022-11-23T01:58:43.4026005Z test_empty_like_memory_format_bc (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:58:43.4026162Z test_empty_tuple_str (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:58:43.4026339Z test_enumerate_modlist_range (__main__.TestScript) ... ok (0.113s) 2022-11-23T01:58:43.4026500Z test_erase_number_types (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:58:43.4026638Z test_error (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:58:43.4026798Z test_error_stacktrace (__main__.TestScript) ... ok (0.023s) 2022-11-23T01:58:43.4026975Z test_error_stacktrace_interface (__main__.TestScript) ... ok (1.212s) 2022-11-23T01:58:43.4027108Z test_eval_python (__main__.TestScript) ... ok (0.025s) 2022-11-23T01:58:43.4027353Z test_exception_exits_closure (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:58:43.4027550Z test_exceptions_with_control_flow (__main__.TestScript) ... ok (0.069s) 2022-11-23T01:58:43.4027692Z test_expand (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:58:43.4027829Z test_fibb (__main__.TestScript) ... ok (0.029s) 2022-11-23T01:58:43.4027991Z test_fibb_totally_better (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:58:43.4028172Z test_file_format_serialization (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:58:43.4028328Z test_file_line_error (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:58:43.4028502Z test_file_line_error_class_defn (__main__.TestScript) ... ok (1.007s) 2022-11-23T01:58:43.4028659Z test_file_line_graph (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:58:43.4028816Z test_file_line_save_load (__main__.TestScript) ... ok (0.451s) 2022-11-23T01:58:43.4028973Z test_file_line_string (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:58:43.4029128Z test_file_line_trace (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:58:43.4029274Z test_filecheck (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:58:43.4029429Z test_filecheck_parse (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:58:43.4029587Z test_first_class_calls (__main__.TestScript) ... ok (0.594s) 2022-11-23T01:58:43.4029733Z test_first_class_module (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:58:43.4029881Z test_floor_div (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:58:43.4030028Z test_floordiv (__main__.TestScript) ... ok (0.039s) 2022-11-23T01:58:43.4030170Z test_for_else (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:58:43.4030321Z test_for_in_dict (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:58:43.4030479Z test_for_in_enumerate (__main__.TestScript) ... ok (0.059s) 2022-11-23T01:58:43.4030628Z test_for_in_range (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:58:43.4030782Z test_for_in_range_ast (__main__.TestScript) ... ok (0.024s) 2022-11-23T01:58:43.4030947Z test_for_in_range_dynamic (__main__.TestScript) ... ok (0.036s) 2022-11-23T01:58:43.4031108Z test_for_in_range_if_ast (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:58:43.4031274Z test_for_in_range_start_end (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:58:43.4031448Z test_for_in_range_start_end_step (__main__.TestScript) ... ok (0.046s) 2022-11-23T01:58:43.4031699Z test_for_in_range_zero_step (__main__.TestScript) ... ok (0.015s) 2022-11-23T01:58:43.4031853Z test_for_in_string (__main__.TestScript) ... ok (0.060s) 2022-11-23T01:58:43.4032005Z test_for_in_tensors (__main__.TestScript) ... ok (0.023s) 2022-11-23T01:58:43.4032161Z test_for_in_tensors_fail_scalar (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:58:43.4032324Z test_for_in_tensors_nested (__main__.TestScript) ... ok (0.020s) 2022-11-23T01:58:43.4032484Z test_for_in_tensors_rank0 (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:58:43.4032632Z test_for_in_zip (__main__.TestScript) ... ok (0.046s) 2022-11-23T01:58:43.4032795Z test_for_in_zip_enumerate (__main__.TestScript) ... ok (0.034s) 2022-11-23T01:58:43.4032956Z test_for_tuple_assign (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:58:43.4033111Z test_for_tuple_unpack (__main__.TestScript) ... ok (0.022s) 2022-11-23T01:58:43.4033253Z test_format (__main__.TestScript) ... ok (0.028s) 2022-11-23T01:58:43.4033403Z test_func_call (__main__.TestScript) ... ok (0.053s) 2022-11-23T01:58:43.4033583Z test_function_compilation_caching (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:58:43.4033757Z test_function_overload_misuse (__main__.TestScript) ... ok (1.295s) 2022-11-23T01:58:43.4033945Z test_function_overloading_isinstance (__main__.TestScript) ... ok (0.026s) 2022-11-23T01:58:43.4034107Z test_function_overloads (__main__.TestScript) ... ok (0.146s) 2022-11-23T01:58:43.4034332Z test_fuser_double_float_codegen (__main__.TestScript) ... skip: This tests the CPU fuser (0.001s) 2022-11-23T01:58:43.4034631Z test_fuser_double_literal_precision (__main__.TestScript) ... skip: This tests the CPU fuser (0.002s) 2022-11-23T01:58:43.4034816Z test_fuser_multiple_blocks (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:58:43.4034966Z test_gather_dynamic_index (__main__.TestScript) ... ok (0.014s) 2022-11-23T01:58:43.4035128Z test_generic_list_errors (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:58:43.4035395Z test_get_set_state (__main__.TestScript) ... skip: NYI: TemporaryFileName support for Windows or Sandcastle (0.008s) 2022-11-23T01:58:43.4035568Z test_get_set_state_with_tensors (__main__.TestScript) ... ok (0.023s) 2022-11-23T01:58:43.4035728Z test_grad_from_script (__main__.TestScript) ... ok (0.014s) 2022-11-23T01:58:43.4035868Z test_hash (__main__.TestScript) ... ok (0.028s) 2022-11-23T01:58:43.4036018Z test_hex_literals (__main__.TestScript) ... ok (0.035s) 2022-11-23T01:58:43.4036152Z test_id (__main__.TestScript) ... ok (0.633s) 2022-11-23T01:58:43.4036289Z test_if (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:58:43.4036437Z test_if_define (__main__.TestScript) ... ok (0.017s) 2022-11-23T01:58:43.4036599Z test_if_different_type (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:58:43.4036754Z test_if_for_in_range (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:58:43.4036915Z test_if_is_none_dispatch (__main__.TestScript) ... ok (0.038s) 2022-11-23T01:58:43.4037065Z test_if_list_cat (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:58:43.4037215Z test_if_nest_while (__main__.TestScript) ... ok (0.106s) 2022-11-23T01:58:43.4037360Z test_if_noelse (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:58:43.4037506Z test_if_not_defined_error (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:58:43.4037659Z test_if_supertype (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:58:43.4037817Z test_ignore_decorator (__main__.TestScript) ... ok (0.025s) 2022-11-23T01:58:43.4037974Z test_ignored_as_value (__main__.TestScript) ... ok (0.021s) 2022-11-23T01:58:43.4038146Z test_ignored_method_binding (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:58:43.4038301Z test_ignored_props (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:58:43.4038488Z test_import_constants_not_specialized (__main__.TestScript) ... ok (0.023s) 2022-11-23T01:58:43.4038651Z test_in_for_and_comp_expr (__main__.TestScript) ... ok (0.026s) 2022-11-23T01:58:43.4038914Z test_in_operator_with_two_strings (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:58:43.4039054Z test_index (__main__.TestScript) ... ok (0.154s) 2022-11-23T01:58:43.4039225Z test_index_select_shape_prop (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:58:43.4039382Z test_index_with_tuple (__main__.TestScript) ... ok (0.020s) 2022-11-23T01:58:43.4039538Z test_indexing_error (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:58:43.4039684Z test_infer_size (__main__.TestScript) ... ok (0.015s) 2022-11-23T01:58:43.4039826Z test_inferred_error_msg (__main__.TestScript) 2022-11-23T01:58:43.4040016Z Test that when we get a type mismatch on a function where we inferred ... ok (0.006s) 2022-11-23T01:58:43.4040172Z test_inherit_method (__main__.TestScript) ... ok (0.030s) 2022-11-23T01:58:43.4040455Z test_inline_and_run_annotated_script_fn (__main__.TestScript) ... skip: https://github.com/pytorch/pytorch/issues/9595 (0.001s) 2022-11-23T01:58:43.4040597Z test_inlined_graph (__main__.TestScript) 2022-11-23T01:58:43.4040804Z Check that the `inlined_graph` property correctly returns an inlined ... ok (0.027s) 2022-11-23T01:58:43.4040964Z test_inlining_cleanup (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:58:43.4041114Z test_inplace_add (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:58:43.4041278Z test_inplace_copy_script (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:58:43.4041448Z test_input_keyword_in_schema (__main__.TestScript) ... ok (0.018s) 2022-11-23T01:58:43.4041588Z test_int_cast (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:58:43.4041830Z test_integral_shape_inference (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:58:43.4042010Z test_interpret_graph (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:58:43.4042173Z test_interpreter_fuzz (__main__.TestScript) ... ok (0.670s) 2022-11-23T01:58:43.4042323Z test_intlist_args (__main__.TestScript) ... ok (0.025s) 2022-11-23T01:58:43.4042496Z test_invalid_call_arguments (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:58:43.4042660Z test_invalid_lhs_assignment (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:58:43.4042819Z test_invalid_prefix_annotation (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:58:43.4042967Z test_irparser (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:58:43.4043115Z test_is_after_use (__main__.TestScript) ... ok (0.020s) 2022-11-23T01:58:43.4043345Z test_is_isnot (__main__.TestScript) ... :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:58:43.4043525Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:58:43.4043695Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:58:43.4043858Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:58:43.4044020Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:58:43.4044187Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:58:43.4044352Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:58:43.4044511Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:58:43.4044671Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:58:43.4044832Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:58:43.4044991Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:58:43.4045155Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:58:43.4045320Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:58:43.4045466Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:58:43.4045748Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:58:43.4045923Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:58:43.4046183Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:58:43.4046343Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:58:43.4046514Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:58:43.4046740Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:58:43.4047036Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:58:43.4047342Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:58:43.4047521Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:58:43.4047682Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:58:43.4047840Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:58:43.4048006Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:58:43.4048172Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:58:43.4048339Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:58:43.4048498Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:58:43.4048641Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:58:43.4048801Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:58:43.4048961Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:58:43.4049125Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:58:43.4049373Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:58:43.4049553Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:58:43.4049715Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:58:43.4049876Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:58:43.4050040Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:58:43.4050199Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:58:43.4050361Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:58:43.4050520Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:58:43.4050681Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:58:43.4050840Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:58:43.4051003Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:58:43.4051252Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:58:43.4051515Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:58:43.4051789Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:58:43.4052063Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:58:43.4052360Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:58:43.4052660Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:58:43.4052943Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:58:43.4053233Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:58:43.4053528Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:58:43.4053821Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:58:43.4054114Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:58:43.4054405Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:58:43.4054695Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:58:43.4054983Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:58:43.4055280Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:58:43.4055452Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:58:43.4055625Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:58:43.4055780Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:58:43.4055950Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:58:43.4056116Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:58:43.4056291Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:58:43.4056460Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:58:43.4056634Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:58:43.4056801Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:58:43.4056976Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:58:43.4057145Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:58:43.4057313Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:58:43.4057483Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:58:43.4057650Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:58:43.4057818Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:58:43.4058059Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:58:43.4058244Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:58:43.4058414Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:58:43.4058587Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:58:43.4058746Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:58:43.4058914Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:58:43.4059084Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:58:43.4059254Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:58:43.4059426Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:58:43.4059595Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:58:43.4059766Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:58:43.4059935Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:58:43.4060102Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:58:43.4060268Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:58:43.4060441Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:58:43.4060609Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:58:43.4060778Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:58:43.4060944Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:58:43.4061113Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:58:43.4061281Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:58:43.4061436Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:58:43.4061609Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:58:43.4061696Z ok (0.086s) 2022-11-23T01:58:43.4061852Z test_is_optional (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:58:43.4062006Z test_is_scripting (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:58:43.4062268Z test_is_scripting_metacompile (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:58:43.4062419Z test_isinstance (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:58:43.4062584Z test_isinstance_dynamic (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:58:43.4062759Z test_isinstance_metacompile (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:58:43.4062927Z test_isinstance_refinement (__main__.TestScript) ... ok (0.025s) 2022-11-23T01:58:43.4063073Z test_jitter_bug (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:58:43.4063218Z test_keyword (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:58:43.4063387Z test_kwarg_expansion_error (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:58:43.4063548Z test_kwargs_error_msg (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:58:43.4063698Z test_lazy_script (__main__.TestScript) ... ok (0.035s) 2022-11-23T01:58:43.4063872Z test_lhs_advanced_indexing_assignment (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:58:43.4064084Z test_lhs_advanced_indexing_augmented_assignment (__main__.TestScript) ... ok (0.021s) 2022-11-23T01:58:43.4064236Z test_lhs_indexing (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:58:43.4064411Z test_lhs_indexing_increment (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:58:43.4064590Z test_lhs_indexing_increment_list (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:58:43.4064776Z test_lhs_indexing_increment_list_prim (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:58:43.4064937Z test_lhs_indexing_list (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:58:43.4065172Z test_lhs_indexing_multi (__main__.TestScript) ... ok (0.019s) 2022-11-23T01:58:43.4065344Z test_linear_grad (__main__.TestScript) ... ok (0.026s) 2022-11-23T01:58:43.4065530Z test_list_comprehension_modulelist (__main__.TestScript) ... ok (0.154s) 2022-11-23T01:58:43.4065719Z test_list_comprehension_variable_write (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:58:43.4065877Z test_list_iterables (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:58:43.4066037Z test_list_python_op (__main__.TestScript) ... ok (0.020s) 2022-11-23T01:58:43.4066184Z test_list_unify (__main__.TestScript) ... ok (0.033s) 2022-11-23T01:58:43.4066329Z test_literal (__main__.TestScript) ... ok (0.051s) 2022-11-23T01:58:43.4066474Z test_literals (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:58:43.4066626Z test_logical_short_circuit (__main__.TestScript) ... ok (0.031s) 2022-11-23T01:58:43.4066782Z test_loop_liveness (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:58:43.4066948Z test_loop_unroll_negative (__main__.TestScript) ... ok (0.029s) 2022-11-23T01:58:43.4067124Z test_loop_unroll_unused_counter (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:58:43.4067280Z test_loop_unrolling (__main__.TestScript) ... ok (0.019s) 2022-11-23T01:58:43.4067442Z test_loop_unrolling_const (__main__.TestScript) ... ok (0.018s) 2022-11-23T01:58:43.4067609Z test_loop_unrolling_nested (__main__.TestScript) ... ok (0.111s) 2022-11-23T01:58:43.4067777Z test_lower_nested_tuples (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:58:43.4067923Z test_math_ops (__main__.TestScript) ... ok (0.303s) 2022-11-23T01:58:43.4068156Z test_maxpool_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.002s) 2022-11-23T01:58:43.4068433Z test_meshgrid (__main__.TestScript) ... skip: Profiling executor fails to recognize that tensors in a list require gradients (0.003s) 2022-11-23T01:58:43.4068596Z test_method_casts_script (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:58:43.4068752Z test_method_no_self (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:58:43.4068918Z test_method_overloading (__main__.TestScript) ... ok (14.844s) 2022-11-23T01:58:43.4069077Z test_missing_getstate (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:58:43.4069227Z test_mm_batching (__main__.TestScript) ... ok (1.613s) 2022-11-23T01:58:43.4069359Z test_module_apis (__main__.TestScript) ... ok (0.112s) 2022-11-23T01:58:43.4069598Z test_module_attrs (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:58:43.4069777Z test_module_copy_with_attributes (__main__.TestScript) ... ok (0.022s) 2022-11-23T01:58:43.4069933Z test_module_copying (__main__.TestScript) ... ok (0.049s) 2022-11-23T01:58:43.4070083Z test_module_error (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:58:43.4070263Z test_module_method_reassignment (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:58:43.4070424Z test_module_none_attrs (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:58:43.4070609Z test_module_parameters_and_buffers (__main__.TestScript) ... ok (0.095s) 2022-11-23T01:58:43.4070756Z test_module_str (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:58:43.4070940Z test_module_with_params_called_fails (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:58:43.4071098Z test_multi_reduction (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:58:43.4071272Z test_multi_starred_expr_lhs (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:58:43.4071444Z test_multiline_annot_ast_py3_fn (__main__.TestScript) ... ok (0.174s) 2022-11-23T01:58:43.4071638Z test_multiline_optional_future_refinement (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:58:43.4071811Z test_multiline_string_dedents (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:58:43.4071967Z test_multiple_assign (__main__.TestScript) ... ok (0.023s) 2022-11-23T01:58:43.4072115Z test_multiple_assignment (__main__.TestScript) ... ok (0.017s) 2022-11-23T01:58:43.4072265Z test_mutable_dce (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:58:43.4072495Z test_mutable_dce_block (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:58:43.4072684Z test_mutable_dce_graph_input (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:58:43.4072874Z test_mutable_dce_indirect_wildcard_write (__main__.TestScript) ... ok (0.021s) 2022-11-23T01:58:43.4073057Z test_mutable_dce_indirect_wildcards (__main__.TestScript) ... ok (0.024s) 2022-11-23T01:58:43.4073221Z test_mutable_dce_list (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:58:43.4073378Z test_mutable_dce_loop (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:58:43.4073546Z test_mutable_dce_wildcards (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:58:43.4073701Z test_mutate_constant (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:58:43.4073859Z test_mypy_type_ignore (__main__.TestScript) ... ok (0.014s) 2022-11-23T01:58:43.4074034Z test_named_buffers_are_iterable (__main__.TestScript) ... ok (0.144s) 2022-11-23T01:58:43.4074195Z test_namedtuple_attr (__main__.TestScript) ... ok (0.018s) 2022-11-23T01:58:43.4074391Z test_namedtuple_default_values_Tensor_type (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:58:43.4074593Z test_namedtuple_default_values_container_type (__main__.TestScript) ... ok (0.057s) 2022-11-23T01:58:43.4074781Z test_namedtuple_default_values_missing (__main__.TestScript) ... ok (0.041s) 2022-11-23T01:58:43.4074964Z test_namedtuple_default_values_simple_type (__main__.TestScript) ... ok (0.057s) 2022-11-23T01:58:43.4075186Z test_namedtuple_default_values_using_factory_constructor (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:58:43.4075350Z test_namedtuple_python (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:58:43.4075526Z test_namedtuple_type_inference (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:58:43.4075676Z test_narrow_copy (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:58:43.4075838Z test_nested_aug_assign (__main__.TestScript) ... ok (1.911s) 2022-11-23T01:58:43.4075999Z test_nested_bailouts (__main__.TestScript) ... ok (0.035s) 2022-11-23T01:58:43.4076152Z test_nested_breaks (__main__.TestScript) ... ok (0.105s) 2022-11-23T01:58:43.4076322Z test_nested_list_construct (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:58:43.4076484Z test_nested_select_assign (__main__.TestScript) ... ok (0.050s) 2022-11-23T01:58:43.4076708Z test_nn_GRU (__main__.TestScript) ... ok (0.442s) 2022-11-23T01:58:43.4076849Z test_nn_LSTM (__main__.TestScript) ... ok (0.343s) 2022-11-23T01:58:43.4077007Z test_nn_LSTM_with_layers (__main__.TestScript) ... ok (0.471s) 2022-11-23T01:58:43.4077146Z test_nn_init (__main__.TestScript) ... ok (0.086s) 2022-11-23T01:58:43.4077302Z test_no_dtype_shape (__main__.TestScript) ... ok (0.015s) 2022-11-23T01:58:43.4077477Z test_no_self_arg_ignore_function (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:58:43.4077619Z test_non_final_return (__main__.TestScript) ... ok (0.246s) 2022-11-23T01:58:43.4077772Z test_none_type_str (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:58:43.4077907Z test_not (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:58:43.4078068Z test_not_initialized_err (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:58:43.4078227Z test_ntuple_builtins (__main__.TestScript) ... ok (0.019s) 2022-11-23T01:58:43.4078373Z test_number_abs (__main__.TestScript) ... ok (0.044s) 2022-11-23T01:58:43.4078534Z test_number_augassign (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:58:43.4078719Z test_number_augassign_bitwise_lshift (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:58:43.4078899Z test_number_augassign_bitwise_pow (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:58:43.4079082Z test_number_augassign_bitwise_rshift (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:58:43.4079227Z test_number_div (__main__.TestScript) ... ok (0.023s) 2022-11-23T01:58:43.4079374Z test_number_math (__main__.TestScript) ... ok (4.527s) 2022-11-23T01:58:43.4079590Z test_number_neg (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:58:43.4079871Z test_old_models_bc (__main__.TestScript) ... skip: NYI: TemporaryFileName support for Windows or Sandcastle (0.010s) 2022-11-23T01:58:43.4080024Z test_oneline_func (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:58:43.4080167Z test_op_dtype (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:58:43.4080321Z test_operator_precedence (__main__.TestScript) ... ok (0.021s) 2022-11-23T01:58:43.4080596Z test_optional_list (__main__.TestScript) ... skip: the current version of Profiler doesn't profile/specialize Optionals (0.000s) 2022-11-23T01:58:43.4080873Z test_optional_tensor (__main__.TestScript) ... skip: the current version of Profiler doesn't profile/specialize Optionals (0.010s) 2022-11-23T01:58:43.4081010Z test_ord (__main__.TestScript) ... ok (0.023s) 2022-11-23T01:58:43.4081168Z test_override_magic (__main__.TestScript) ... ok (0.030s) 2022-11-23T01:58:43.4081341Z test_pack_tuple_into_non_var (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:58:43.4081503Z test_pack_unpack_nested (__main__.TestScript) ... ok (0.096s) 2022-11-23T01:58:43.4081665Z test_pack_unpack_state (__main__.TestScript) ... ok (0.055s) 2022-11-23T01:58:43.4081874Z test_parameter_order (__main__.TestScript) ... tensor([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 2022-11-23T01:58:43.4082020Z 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 2022-11-23T01:58:43.4082156Z 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 2022-11-23T01:58:43.4082278Z 42., 43., 44., 45., 46., 47., 48., 49., 50., 51.], 2022-11-23T01:58:43.4082392Z grad_fn=) 2022-11-23T01:58:43.4082535Z tensor([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 2022-11-23T01:58:43.4082662Z 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 2022-11-23T01:58:43.4082792Z 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 2022-11-23T01:58:43.4082911Z 42., 43., 44., 45., 46., 47., 48., 49., 50., 51.], 2022-11-23T01:58:43.4083006Z grad_fn=) 2022-11-23T01:58:43.4083089Z ok (0.029s) 2022-11-23T01:58:43.4083271Z test_parse_empty_tuple_annotation (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:58:43.4083474Z test_parse_empty_tuple_annotation_element_error (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:58:43.4083726Z test_parse_nested_names (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:58:43.4083901Z test_parse_none_type_annotation (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:58:43.4084072Z test_parse_tensor_constants (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:58:43.4084233Z test_parser_kwargonly (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:58:43.4084407Z test_parser_type_annotations (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:58:43.4084601Z test_parser_type_annotations_comment (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:58:43.4084819Z test_parser_type_annotations_incompatible_expression (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:58:43.4085027Z test_parser_type_annotations_subscript_non_ident (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:58:43.4085228Z test_parser_type_annotations_subscript_tensor (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:58:43.4085427Z test_parser_type_annotations_unknown_type (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:58:43.4085587Z test_partial_returns (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:58:43.4085724Z test_pass (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:58:43.4085875Z test_pickle_checkpoint (__main__.TestScript) ... ok (0.048s) 2022-11-23T01:58:43.4086046Z test_pickle_checkpoint_cuda (__main__.TestScript) ... ok (0.038s) 2022-11-23T01:58:43.4086215Z test_pickle_checkpoint_tup (__main__.TestScript) ... ok (0.023s) 2022-11-23T01:58:43.4086455Z test_pow_scalar_backward_cuda (__main__.TestScript) ... ok (0.051s) 2022-11-23T01:58:43.4086639Z test_pretty_print_function (__main__.TestScript) ... ok (0.094s) 2022-11-23T01:58:43.4086876Z test_prim_grad_undefined (__main__.TestScript) ... skip: shape analysis is only enabled in Legacy (0.001s) 2022-11-23T01:58:43.4087017Z test_print (__main__.TestScript) ... ok (0.034s) 2022-11-23T01:58:43.4087170Z test_print_kwargs (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:58:43.4087409Z test_profiling_graph_executor (__main__.TestScript) ... skip: bailouts are being deprecated (0.000s) 2022-11-23T01:58:43.4087568Z test_profiling_merge (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:58:43.4087744Z test_pybind_type_comparisons (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:58:43.4087891Z test_python_call (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:58:43.4088059Z test_python_call_annotation (__main__.TestScript) ... ok (0.014s) 2022-11-23T01:58:43.4088246Z test_python_call_annoytation_failure (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:58:43.4088410Z test_python_call_failure (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:58:43.4088574Z test_python_call_non_tensor (__main__.TestScript) ... ok (0.018s) 2022-11-23T01:58:43.4088735Z test_python_call_non_tensor_wrong (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:58:43.4088892Z test_python_frontend (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:58:43.4089059Z test_python_frontend_py3 (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:58:43.4089237Z test_python_frontend_source_range (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:58:43.4089398Z test_python_op_builtins (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:58:43.4089552Z test_python_op_name (__main__.TestScript) ... ok (0.019s) 2022-11-23T01:58:43.4089724Z test_python_val_doesnt_have_attr (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:58:43.4089923Z test_rand (__main__.TestScript) ... skip: the original version of test_rand (0.003s) 2022-11-23T01:58:43.4090083Z test_rand_profiling (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:58:43.4090230Z test_range_args (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:58:43.4090394Z test_reassign_module_lhs (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:58:43.4090555Z test_reassign_module_rhs (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:58:43.4090804Z test_refine_tuple_types (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:58:43.4090961Z test_remove_dropout (__main__.TestScript) ... ok (0.028s) 2022-11-23T01:58:43.4091139Z test_repeated_script_on_function (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:58:43.4091295Z test_request_bailout (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:58:43.4091487Z test_requires_grad_loop (__main__.TestScript) ... skip: Peeling is now disabled (0.000s) 2022-11-23T01:58:43.4091667Z test_rescripting_loaded_modules (__main__.TestScript) ... ok (0.110s) 2022-11-23T01:58:43.4091831Z test_resize_input_ops (__main__.TestScript) ... ok (0.030s) 2022-11-23T01:58:43.4091970Z test_return (__main__.TestScript) ... ok (0.045s) 2022-11-23T01:58:43.4092135Z test_return_stmt_not_at_end (__main__.TestScript) ... ok (0.015s) 2022-11-23T01:58:43.4092282Z test_return_tuple (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:58:43.4092448Z test_robust_op_resolution (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:58:43.4092591Z test_round (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:58:43.4092750Z test_save_load_attr_error (__main__.TestScript) ... ok (0.030s) 2022-11-23T01:58:43.4092911Z test_script_annotation (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:58:43.4093071Z test_script_bool_constant (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:58:43.4093223Z test_script_chunk (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:58:43.4093382Z test_script_clamp_none (__main__.TestScript) ... ok (0.041s) 2022-11-23T01:58:43.4093534Z test_script_copy (__main__.TestScript) ... ok (0.015s) 2022-11-23T01:58:43.4093748Z test_script_cu (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:58:43.4093915Z test_script_define_order (__main__.TestScript) ... ok (0.015s) 2022-11-23T01:58:43.4094106Z test_script_define_order_recursive_fail (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:58:43.4094267Z test_script_docstring (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:58:43.4094461Z test_script_forward_method_replacement (__main__.TestScript) ... ok (0.019s) 2022-11-23T01:58:43.4094633Z test_script_get_device_cuda (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:58:43.4094806Z test_script_get_tracing_state (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:58:43.4094964Z test_script_is_tracing (__main__.TestScript) ... ok (0.019s) 2022-11-23T01:58:43.4095129Z test_script_kwargs_fn_call (__main__.TestScript) ... ok (0.020s) 2022-11-23T01:58:43.4095302Z test_script_method_docstring (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:58:43.4095499Z test_script_method_torch_function_overload (__main__.TestScript) ... ok (0.018s) 2022-11-23T01:58:43.4095654Z test_script_module (__main__.TestScript) ... ok (0.053s) 2022-11-23T01:58:43.4095831Z test_script_module_call_noscript (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:58:43.4095994Z test_script_module_const (__main__.TestScript) ... ok (0.014s) 2022-11-23T01:58:43.4096185Z test_script_module_const_submodule_fail (__main__.TestScript) ... ok (0.055s) 2022-11-23T01:58:43.4096363Z test_script_module_export_blocks (__main__.TestScript) ... ok (0.039s) 2022-11-23T01:58:43.4096966Z test_script_module_export_shared_storage (__main__.TestScript) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:58:43.4097100Z warnings.warn(message, UserWarning) 2022-11-23T01:58:43.4097187Z ok (0.037s) 2022-11-23T01:58:43.4097355Z test_script_module_export_submodule (__main__.TestScript) ... ok (0.073s) 2022-11-23T01:58:43.4097538Z test_script_module_export_tensor_cuda (__main__.TestScript) ... ok (0.033s) 2022-11-23T01:58:43.4097722Z test_script_module_export_tensor_type (__main__.TestScript) ... ok (0.053s) 2022-11-23T01:58:43.4097893Z test_script_module_fail_exist (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:58:43.4098675Z test_script_module_for (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:58:43.4098835Z test_script_module_for2 (__main__.TestScript) ... ok (0.107s) 2022-11-23T01:58:43.4099014Z test_script_module_invalid_consts (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:58:43.4099198Z test_script_module_nochange_submodule (__main__.TestScript) ... ok (0.022s) 2022-11-23T01:58:43.4099508Z test_script_module_none_exist_fail (__main__.TestScript) ... skip: [module dedupe] currently NoneType refinement on optional attributes doesn't work. (0.001s) 2022-11-23T01:58:43.4099683Z test_script_module_not_tuple (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:58:43.4099874Z test_script_module_param_buffer_mutation (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:58:43.4100050Z test_script_module_star_assign2 (__main__.TestScript) ... ok (0.028s) 2022-11-23T01:58:43.4100236Z test_script_module_star_assign2_inplace (__main__.TestScript) ... ok (0.025s) 2022-11-23T01:58:43.4100435Z test_script_module_star_assign_fail_builtin (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:58:43.4100633Z test_script_module_star_assign_fail_pythonop (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:58:43.4100825Z test_script_module_tensor_subclass_argument (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:58:43.4100995Z test_script_nested_mod_list (__main__.TestScript) ... ok (0.073s) 2022-11-23T01:58:43.4101176Z test_script_non_tensor_args_outputs (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:58:43.4101404Z test_script_optional_none (__main__.TestScript) ... ok (0.042s) 2022-11-23T01:58:43.4101582Z test_script_outputs (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:58:43.4101760Z test_script_pack_padded_sequence (__main__.TestScript) ... ok (0.127s) 2022-11-23T01:58:43.4101948Z test_script_pad_sequence_pack_sequence (__main__.TestScript) ... ok (0.123s) 2022-11-23T01:58:43.4102105Z test_script_scope (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:58:43.4102272Z test_script_sequential_for (__main__.TestScript) ... ok (0.069s) 2022-11-23T01:58:43.4102451Z test_script_sequential_in_mod_list (__main__.TestScript) ... ok (0.134s) 2022-11-23T01:58:43.4102641Z test_script_sequential_multi_output_fail (__main__.TestScript) ... ok (0.028s) 2022-11-23T01:58:43.4102818Z test_script_sequential_orderdict (__main__.TestScript) ... ok (0.075s) 2022-11-23T01:58:43.4103008Z test_script_sequential_sliced_iteration (__main__.TestScript) ... ok (0.107s) 2022-11-23T01:58:43.4103352Z test_script_star_assign (__main__.TestScript) ... ok (0.026s) 2022-11-23T01:58:43.4103526Z test_script_star_expr (__main__.TestScript) ... ok (0.063s) 2022-11-23T01:58:43.4103699Z test_script_star_expr_string (__main__.TestScript) ... ok (0.059s) 2022-11-23T01:58:43.4103864Z test_scriptable_fn_as_attr (__main__.TestScript) ... ok (0.029s) 2022-11-23T01:58:43.4104049Z test_scriptmodule_multi_head_attn_cuda (__main__.TestScript) ... ok (0.222s) 2022-11-23T01:58:43.4104339Z test_scriptmodule_releases_tensors_cuda (__main__.TestScript) ... ok (0.880s) 2022-11-23T01:58:43.4104553Z test_scriptmodule_transformer_cuda (__main__.TestScript) ... ok (2.346s) 2022-11-23T01:58:43.4104834Z test_select_after_chunk (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:58:43.4105030Z test_sequence_parsing (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:58:43.4105304Z test_sequential_intermediary_types (__main__.TestScript) ... ok (0.084s) 2022-11-23T01:58:43.4105484Z test_serialization_big_ints (__main__.TestScript) ... ok (0.038s) 2022-11-23T01:58:43.4105735Z test_serialization_sharing (__main__.TestScript) ... skip: NYI: TemporaryFileName on Windows (0.004s) 2022-11-23T01:58:43.4105900Z test_serialize_long_lines (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:58:43.4106074Z test_serialized_source_ranges (__main__.TestScript) ... ok (0.597s) 2022-11-23T01:58:43.4106247Z test_serialized_source_ranges2 (__main__.TestScript) ... ok (0.675s) 2022-11-23T01:58:43.4106555Z test_serialized_source_ranges_dont_jitter (__main__.TestScript) ... ok (0.194s) 2022-11-23T01:58:43.4106741Z test_serialized_source_ranges_graph (__main__.TestScript) ... ok (0.546s) 2022-11-23T01:58:43.4106929Z test_serialized_source_ranges_no_dups (__main__.TestScript) ... ok (0.024s) 2022-11-23T01:58:43.4107116Z test_set_attribute_through_optional (__main__.TestScript) ... ok (0.014s) 2022-11-23T01:58:43.4107298Z test_shape_analysis_grad_property (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:58:43.4107467Z test_shape_analysis_loop (__main__.TestScript) ... ok (0.021s) 2022-11-23T01:58:43.4107648Z test_shape_prop_promote_scalar_arg (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:58:43.4107812Z test_shape_prop_promotion (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:58:43.4107957Z test_signed_float_zero (__main__.TestScript) ... ok (0.025s) 2022-11-23T01:58:43.4108137Z test_single_starred_expr_for_loop (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:58:43.4108304Z test_single_starred_lhs (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:58:43.4108479Z test_singleton_tuple_unpack (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:58:43.4108712Z test_slice_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.000s) 2022-11-23T01:58:43.4108852Z test_split (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:58:43.4108986Z test_stack (__main__.TestScript) ... ok (0.023s) 2022-11-23T01:58:43.4109144Z test_static_if_prop (__main__.TestScript) ... ok (4.290s) 2022-11-23T01:58:43.4109365Z test_static_method_on_module (__main__.TestScript) 2022-11-23T01:58:43.4109594Z Check that the `@staticmethod` annotation on a function on a module works. ... ok (0.017s) 2022-11-23T01:58:43.4109752Z test_static_methods (__main__.TestScript) ... ok (0.088s) 2022-11-23T01:58:43.4109899Z test_str_cast (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:58:43.4110050Z test_string_cu (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:58:43.4110240Z test_string_device_implicit_conversion (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:58:43.4110410Z test_string_frontend_elif (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:58:43.4110562Z test_string_index (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:58:43.4110693Z test_string_len (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:58:43.4110840Z test_string_list (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:58:43.4110996Z test_string_new_line (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:58:43.4111145Z test_string_ops (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:58:43.4111295Z test_string_print (__main__.TestScript) ... ok (0.015s) 2022-11-23T01:58:43.4111462Z test_string_single_escape (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:58:43.4111618Z test_string_slicing (__main__.TestScript) ... ok (0.032s) 2022-11-23T01:58:43.4111771Z test_string_sort (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:58:43.4111924Z test_string_sorted (__main__.TestScript) ... ok (0.023s) 2022-11-23T01:58:43.4112115Z test_submodule_attribute_serialization (__main__.TestScript) ... ok (0.062s) 2022-11-23T01:58:43.4112272Z test_submodule_twice (__main__.TestScript) ... ok (0.014s) 2022-11-23T01:58:43.4112408Z test_sum (__main__.TestScript) ... ok (0.015s) 2022-11-23T01:58:43.4112568Z test_sum_list_diff_elms (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:58:43.4112722Z test_sum_list_empty (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:58:43.4112883Z test_sum_list_literal (__main__.TestScript) ... ok (0.027s) 2022-11-23T01:58:43.4113016Z test_sum_list_one (__main__.TestScript) ... ok (0.019s) 2022-11-23T01:58:43.4113179Z test_sum_list_wrong_type (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:58:43.4113343Z test_sys_stdout_override (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:58:43.4113617Z test_tensor_as_tensor_shape_prop (__main__.TestScript) ... skip: Simple Executor doesn't have any shapes to propagate (0.000s) 2022-11-23T01:58:43.4113854Z test_tensor_data (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:58:43.4114008Z test_tensor_device (__main__.TestScript) ... ok (0.018s) 2022-11-23T01:58:43.4114189Z test_tensor_dtype (__main__.TestScript) ... ok (0.017s) 2022-11-23T01:58:43.4114338Z test_tensor_grad (__main__.TestScript) ... ok (0.017s) 2022-11-23T01:58:43.4114506Z test_tensor_import_export (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:58:43.4114653Z test_tensor_len (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:58:43.4114815Z test_tensor_number_math (__main__.TestScript) ... ok (1.109s) 2022-11-23T01:58:43.4114986Z test_tensor_number_math_cuda (__main__.TestScript) ... ok (5.675s) 2022-11-23T01:58:43.4115197Z test_tensor_requires_grad (__main__.TestScript) ... skip: testing legacy behavior (0.003s) 2022-11-23T01:58:43.4115348Z test_tensor_shape (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:58:43.4115926Z test_tensor_subclasses (__main__.TestScript) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\annotations.py:309: UserWarning: TorchScript will treat type annotations of Tensor dtype-specific subtypes as if they are normal Tensors. dtype constraints are not enforced in compilation either. 2022-11-23T01:58:43.4116113Z warnings.warn("TorchScript will treat type annotations of Tensor " 2022-11-23T01:58:43.4116199Z ok (0.021s) 2022-11-23T01:58:43.4116331Z test_tensor_to (__main__.TestScript) ... ok (0.277s) 2022-11-23T01:58:43.4116562Z test_tensor_to_cpu (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:58:43.4116734Z test_tensor_to_cuda (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:58:43.4116893Z test_tensor_to_device (__main__.TestScript) ... ok (0.015s) 2022-11-23T01:58:43.4117036Z test_ternary (__main__.TestScript) ... ok (0.022s) 2022-11-23T01:58:43.4117264Z test_ternary_module_type_hint (__main__.TestScript) ... ok (0.178s) 2022-11-23T01:58:43.4117578Z test_ternary_right_associative (__main__.TestScript) ... ok (0.022s) 2022-11-23T01:58:43.4117840Z test_ternary_static_if (__main__.TestScript) ... ok (0.022s) 2022-11-23T01:58:43.4118081Z test_torch_any (__main__.TestScript) ... ok (0.052s) 2022-11-23T01:58:43.4118440Z test_torch_functional (__main__.TestScript) ... skip: Skipping while landing PR stack (0.008s) 2022-11-23T01:58:43.4118749Z test_torch_functional_tensordot_int (__main__.TestScript) ... ok (0.123s) 2022-11-23T01:58:43.4119055Z test_torch_functional_tensordot_list (__main__.TestScript) ... ok (0.025s) 2022-11-23T01:58:43.4119376Z test_torch_functional_tensordot_tensor (__main__.TestScript) ... ok (0.065s) 2022-11-23T01:58:43.4119699Z test_torch_functional_tensordot_tuple (__main__.TestScript) ... ok (0.026s) 2022-11-23T01:58:43.4120016Z test_torch_ignore_conversion_to_none (__main__.TestScript) ... ok (0.024s) 2022-11-23T01:58:43.4120279Z test_torch_manual_seed (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:58:43.4120511Z test_torch_pow (__main__.TestScript) ... ok (0.083s) 2022-11-23T01:58:43.4121224Z test_torch_tensor_as_tensor (__main__.TestScript) ... :4: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-11-23T01:58:43.4122078Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:470: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Copy.cpp:275.) 2022-11-23T01:58:43.4122212Z return callable(*args, **kwargs) 2022-11-23T01:58:43.4122297Z ok (2.453s) 2022-11-23T01:58:43.4122483Z test_torch_tensor_as_tensor_empty_list (__main__.TestScript) ... ok (0.018s) 2022-11-23T01:58:43.4122654Z test_torch_tensor_bad_input (__main__.TestScript) ... ok (0.024s) 2022-11-23T01:58:43.4122941Z test_torch_tensor_dtype (__main__.TestScript) ... ok (0.031s) 2022-11-23T01:58:43.4123121Z test_torchscript_memoryformat (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:58:43.4123299Z test_torchscript_multi_head_attn (__main__.TestScript) ... ok (0.269s) 2022-11-23T01:58:43.4123493Z test_torchscript_multi_head_attn_fast_path (__main__.TestScript) ... ok (0.520s) 2022-11-23T01:58:43.4123651Z test_training_param (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:58:43.4123813Z test_tuple_assignments (__main__.TestScript) ... ok (0.795s) 2022-11-23T01:58:43.4123974Z test_tuple_error_msg (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:58:43.4124138Z test_tuple_index_to_list (__main__.TestScript) ... ok (0.020s) 2022-11-23T01:58:43.4124294Z test_tuple_indexing (__main__.TestScript) ... ok (0.060s) 2022-11-23T01:58:43.4124441Z test_tuple_len (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:58:43.4124604Z test_tuple_nested_sort (__main__.TestScript) ... ok (0.017s) 2022-11-23T01:58:43.4124740Z test_tuple_sort (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:58:43.4124902Z test_tuple_sort_reverse (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:58:43.4125054Z test_tuple_sorted (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:58:43.4125212Z test_tuple_to_opt_list (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:58:43.4125390Z test_tuple_unsortable_diff_type (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:58:43.4125571Z test_tuple_unsortable_element_type (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:58:43.4125830Z test_tuple_unsortable_nested_diff_type (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:58:43.4126073Z test_type_annotate (__main__.TestScript) ... ok (0.038s) 2022-11-23T01:58:43.4126329Z test_type_annotation_module (__main__.TestScript) ... ok (0.038s) 2022-11-23T01:58:43.4126629Z test_type_annotation_py3 (__main__.TestScript) ... ok (0.039s) 2022-11-23T01:58:43.4126938Z test_type_annotations (__main__.TestScript) ... ok (0.046s) 2022-11-23T01:58:43.4127308Z test_type_annotations_repeated_list (__main__.TestScript) ... ok (0.033s) 2022-11-23T01:58:43.4127653Z test_type_annotations_varargs (__main__.TestScript) ... ok (0.039s) 2022-11-23T01:58:43.4127958Z test_type_call_in_script (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:58:43.4128227Z test_type_cast (__main__.TestScript) ... ok (0.014s) 2022-11-23T01:58:43.4128408Z test_type_comments_in_body (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:58:43.4128566Z test_type_inferred_from_empty_annotation (__main__.TestScript) 2022-11-23T01:58:43.4128828Z Test that the type inferred from an empty or missing annotation is Torch.Tensor wtih `inferred=true` ... ok (0.007s) 2022-11-23T01:58:43.4129134Z test_unbind (__main__.TestScript) ... skip: Profiling executor will be using different heuristics for constructing differentiable graphs (0.003s) 2022-11-23T01:58:43.4129297Z test_unfold_zero_dim (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:58:43.4129591Z test_unicode_comments (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:58:43.4129827Z test_uninitialized (__main__.TestScript) ... ok (0.018s) 2022-11-23T01:58:43.4129987Z test_union_to_number (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:58:43.4130143Z test_unknown_builtin (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:58:43.4130374Z test_unmatched_type_annotation (__main__.TestScript) ... skip: TODO: need to fix the test case (0.006s) 2022-11-23T01:58:43.4130556Z test_unspecialized_any_binding (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:58:43.4130796Z test_unsqueeze_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-11-23T01:58:43.4130974Z test_unsupported_builtin_error (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:58:43.4131136Z test_unused_decorator (__main__.TestScript) ... ok (0.015s) 2022-11-23T01:58:43.4131309Z test_unwrap_optional_builtin (__main__.TestScript) ... ok (0.020s) 2022-11-23T01:58:43.4131622Z test_var_aug_assign (__main__.TestScript) ... ok (2.045s) 2022-11-23T01:58:43.4131776Z test_vararg_zeros (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:58:43.4131959Z test_view_listconstruct_shape_prop (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:58:43.4132101Z test_view_shape_prop (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:58:43.4132248Z test_view_write (__main__.TestScript) ... ok (0.019s) 2022-11-23T01:58:43.4132393Z test_weak_cuda (__main__.TestScript) ... ok (0.288s) 2022-11-23T01:58:43.4132532Z test_where (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:58:43.4132687Z test_where_method (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:58:43.4132824Z test_while (__main__.TestScript) ... ok (0.018s) 2022-11-23T01:58:43.4132973Z test_while_nest_if (__main__.TestScript) ... ok (0.134s) 2022-11-23T01:58:43.4133150Z test_while_nonexistent_cond_value (__main__.TestScript) ... ok (0.072s) 2022-11-23T01:58:43.4133325Z test_while_nonexistent_value (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:58:43.4133497Z test_while_write_outer_then_read (__main__.TestScript) ... ok (0.020s) 2022-11-23T01:58:43.4133657Z test_wrong_attr_lookup (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:58:43.4133825Z test_wrong_implicit_expand (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:58:43.4133994Z test_wrong_method_call_inputs (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:58:43.4134159Z test_wrong_module_attr_lookup (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:58:43.4134394Z test_wrong_return_type (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:58:43.4134574Z test_wrong_use_as_callable (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:58:43.4134719Z test_wrong_use_as_tuple (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:58:43.4134857Z test_zeros (__main__.TestScript) ... ok (0.021s) 2022-11-23T01:58:43.4135032Z test_zip_enumerate_modulelist (__main__.TestScript) ... ok (1.419s) 2022-11-23T01:58:43.4135187Z test_bool (jit.test_list_dict.TestScriptDict) 2022-11-23T01:58:43.4135353Z Test the __bool__ method. This should return True ... ok (0.004s) 2022-11-23T01:58:43.4135511Z test_contains (jit.test_list_dict.TestScriptDict) 2022-11-23T01:58:43.4135668Z Test membership checks (x in y, x not in y). ... ok (0.004s) 2022-11-23T01:58:43.4135822Z test_delitem (jit.test_list_dict.TestScriptDict) 2022-11-23T01:58:43.4135931Z Test deletion. ... ok (0.004s) 2022-11-23T01:58:43.4136084Z test_getitem (jit.test_list_dict.TestScriptDict) 2022-11-23T01:58:43.4136271Z Test accessing dictionary values using the [] operator. ... ok (0.003s) 2022-11-23T01:58:43.4136422Z test_items (jit.test_list_dict.TestScriptDict) 2022-11-23T01:58:43.4136527Z Test .items(). ... ok (0.000s) 2022-11-23T01:58:43.4136674Z test_iter (jit.test_list_dict.TestScriptDict) 2022-11-23T01:58:43.4136814Z Test iteration over a dictionary's keys. ... ok (0.000s) 2022-11-23T01:58:43.4136965Z test_len (jit.test_list_dict.TestScriptDict) 2022-11-23T01:58:43.4137098Z Test len() builtin function. ... ok (0.000s) 2022-11-23T01:58:43.4137252Z test_nested (jit.test_list_dict.TestScriptDict) 2022-11-23T01:58:43.4137578Z Test that reference semantics are honoured when the ScriptDict that is ... skip: Cannot pass until all dicts returned from TorchScript are ScriptDicts (0.006s) 2022-11-23T01:58:43.4137758Z test_reference_semantics (jit.test_list_dict.TestScriptDict) 2022-11-23T01:58:43.4137964Z Test that reference semantics are honoured; that modifications made ... ok (0.006s) 2022-11-23T01:58:43.4138115Z test_repr (jit.test_list_dict.TestScriptDict) 2022-11-23T01:58:43.4138238Z Test the __repr__ method. ... ok (0.002s) 2022-11-23T01:58:43.4138392Z test_setitem (jit.test_list_dict.TestScriptDict) 2022-11-23T01:58:43.4138568Z Test setting dictionary values using the [] operator. ... ok (0.002s) 2022-11-23T01:58:43.4138720Z test_append (jit.test_list_dict.TestScriptList) 2022-11-23T01:58:43.4138927Z Test append method. ... ok (0.002s) 2022-11-23T01:58:43.4139076Z test_bool (jit.test_list_dict.TestScriptList) 2022-11-23T01:58:43.4139240Z Test the __bool__ method. This should return True ... ok (0.001s) 2022-11-23T01:58:43.4139374Z test_clear (jit.test_list_dict.TestScriptList) 2022-11-23T01:58:43.4139476Z Test clear. ... ok (0.001s) 2022-11-23T01:58:43.4139671Z test_contains (jit.test_list_dict.TestScriptList) 2022-11-23T01:58:43.4139948Z Test membership checks (x in y, x not in y). ... ok (0.001s) 2022-11-23T01:58:43.4140124Z test_count (jit.test_list_dict.TestScriptList) 2022-11-23T01:58:43.4140243Z Test count method. ... ok (0.002s) 2022-11-23T01:58:43.4140395Z test_delitem (jit.test_list_dict.TestScriptList) 2022-11-23T01:58:43.4140504Z Test deletion. ... ok (0.002s) 2022-11-23T01:58:43.4140652Z test_extend (jit.test_list_dict.TestScriptList) 2022-11-23T01:58:43.4140757Z Test extend. ... ok (0.006s) 2022-11-23T01:58:43.4140912Z test_getitem (jit.test_list_dict.TestScriptList) 2022-11-23T01:58:43.4141091Z Test accessing list elements using the [] operator. ... ok (0.008s) 2022-11-23T01:58:43.4141242Z test_insert (jit.test_list_dict.TestScriptList) 2022-11-23T01:58:43.4141345Z Test insert. ... ok (0.004s) 2022-11-23T01:58:43.4141477Z test_iter (jit.test_list_dict.TestScriptList) 2022-11-23T01:58:43.4141627Z Test iteration over a list's elements. ... ok (0.002s) 2022-11-23T01:58:43.4141772Z test_len (jit.test_list_dict.TestScriptList) 2022-11-23T01:58:43.4141903Z Test len() builtin function. ... ok (0.002s) 2022-11-23T01:58:43.4142053Z test_nested (jit.test_list_dict.TestScriptList) 2022-11-23T01:58:43.4142990Z Test that reference semantics are honoured when the ScriptList that is ... skip: Cannot pass until all list returned from TorchScript are ScriptLists (0.001s) 2022-11-23T01:58:43.4143186Z test_pop (jit.test_list_dict.TestScriptList) 2022-11-23T01:58:43.4143289Z Test pop. ... ok (0.002s) 2022-11-23T01:58:43.4143466Z test_reference_semantics (jit.test_list_dict.TestScriptList) 2022-11-23T01:58:43.4143679Z Test that reference semantics are honoured; that modifications made ... ok (0.008s) 2022-11-23T01:58:43.4143831Z test_remove (jit.test_list_dict.TestScriptList) 2022-11-23T01:58:43.4143947Z Test remove method. ... ok (0.000s) 2022-11-23T01:58:43.4144095Z test_repr (jit.test_list_dict.TestScriptList) 2022-11-23T01:58:43.4144218Z Test the __repr__ method. ... ok (0.000s) 2022-11-23T01:58:43.4144371Z test_setitem (jit.test_list_dict.TestScriptList) 2022-11-23T01:58:43.4144521Z Test setting list elements using the [] operator. ... ok (0.000s) 2022-11-23T01:58:43.4144884Z test_annotated_class_level_annotation_and_init_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.026s) 2022-11-23T01:58:43.4145219Z test_annotated_class_level_annotation_only (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.026s) 2022-11-23T01:58:43.4145550Z test_annotated_class_level_jit_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.032s) 2022-11-23T01:58:43.4145860Z test_annotated_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.015s) 2022-11-23T01:58:43.4146158Z test_annotated_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.012s) 2022-11-23T01:58:43.4146473Z test_annotated_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-11-23T01:58:43.4146786Z test_annotated_empty_tensor (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.039s) 2022-11-23T01:58:43.4147186Z test_annotated_falsy_base_type (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.018s) 2022-11-23T01:58:43.4147621Z test_annotated_nonempty_container (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.029s) 2022-11-23T01:58:43.4148064Z test_annotated_with_jit_attribute (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.026s) 2022-11-23T01:58:43.4148378Z test_annotated_with_jit_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.010s) 2022-11-23T01:58:43.4148692Z test_annotated_with_jit_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.008s) 2022-11-23T01:58:43.4149016Z test_annotated_with_jit_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.008s) 2022-11-23T01:58:43.4149337Z test_annotated_with_torch_jit_import (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.008s) 2022-11-23T01:58:43.4149533Z test_basic (jit.test_script_profile.TestScriptProfile) ... ok (0.194s) 2022-11-23T01:58:43.4149726Z test_empty (jit.test_script_profile.TestScriptProfile) ... ok (0.000s) 2022-11-23T01:58:43.4149918Z test_multi (jit.test_script_profile.TestScriptProfile) ... ok (0.209s) 2022-11-23T01:58:43.4150117Z test_script (jit.test_script_profile.TestScriptProfile) ... ok (0.248s) 2022-11-23T01:58:43.4150318Z test_section (jit.test_script_profile.TestScriptProfile) ... ok (0.879s) 2022-11-23T01:58:43.4150494Z test_module_list_slicing (jit.test_slice.TestSlice) ... ok (0.067s) 2022-11-23T01:58:43.4150669Z test_slice_as_variable (jit.test_slice.TestSlice) ... ok (0.013s) 2022-11-23T01:58:43.4150826Z test_slice_dynamic_index (jit.test_slice.TestSlice) ... ok (0.015s) 2022-11-23T01:58:43.4151063Z test_slice_kwarg (jit.test_slice.TestSlice) ... ok (0.004s) 2022-11-23T01:58:43.4151249Z test_slice_one_none (jit.test_slice.TestSlice) ... ok (0.013s) 2022-11-23T01:58:43.4151421Z test_slice_start_stop (jit.test_slice.TestSlice) ... ok (0.009s) 2022-11-23T01:58:43.4151602Z test_slice_start_stop_step (jit.test_slice.TestSlice) ... ok (0.015s) 2022-11-23T01:58:43.4151787Z test_slice_start_stop_with_none (jit.test_slice.TestSlice) ... ok (0.013s) 2022-11-23T01:58:43.4151969Z test_slice_stop_clipped (jit.test_slice.TestSlice) ... ok (0.014s) 2022-11-23T01:58:43.4152139Z test_slice_stop_only (jit.test_slice.TestSlice) ... ok (0.012s) 2022-11-23T01:58:43.4152324Z test_slice_stop_only_with_nones (jit.test_slice.TestSlice) ... ok (0.013s) 2022-11-23T01:58:43.4152487Z test_slice_string (jit.test_slice.TestSlice) ... ok (0.010s) 2022-11-23T01:58:43.4152649Z test_slice_tensor (jit.test_slice.TestSlice) ... ok (0.013s) 2022-11-23T01:58:43.4152829Z test_slice_tensor_multidim (jit.test_slice.TestSlice) ... ok (0.012s) 2022-11-23T01:58:43.4153026Z test_slice_tensor_multidim_with_dots (jit.test_slice.TestSlice) ... ok (0.009s) 2022-11-23T01:58:43.4153198Z test_slice_three_nones (jit.test_slice.TestSlice) ... ok (0.021s) 2022-11-23T01:58:43.4153363Z test_slice_two_nones (jit.test_slice.TestSlice) ... ok (0.014s) 2022-11-23T01:58:43.4153530Z test_tuple_slicing (jit.test_slice.TestSlice) ... ok (0.017s) 2022-11-23T01:58:43.4153700Z test_freeze_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.019s) 2022-11-23T01:58:43.4153931Z test_freeze_sparse_csr (jit.test_sparse.TestSparse) ... skip: Need MKL to run CSR matmul (0.000s) 2022-11-23T01:58:43.4154118Z test_serialize_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.031s) 2022-11-23T01:58:43.4154472Z test_serialize_sparse_csr (jit.test_sparse.TestSparse) ... skip: Need MKL to run CSR matmul (0.003s) 2022-11-23T01:58:43.4154771Z test_modulo_operator (jit.test_string_formatting.TestStringFormatting) ... ok (0.010s) 2022-11-23T01:58:43.4155073Z test_string_interpolation_with_alternate_digit_placeholder (jit.test_string_formatting.TestStringFormatting) ... ok (0.009s) 2022-11-23T01:58:43.4155392Z test_string_interpolation_with_capital_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-11-23T01:58:43.4155689Z test_string_interpolation_with_char_placeholder_and_char_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-11-23T01:58:43.4156088Z test_string_interpolation_with_char_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.016s) 2022-11-23T01:58:43.4156397Z test_string_interpolation_with_char_placeholder_and_true_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.008s) 2022-11-23T01:58:43.4156696Z test_string_interpolation_with_digit_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.009s) 2022-11-23T01:58:43.4156996Z test_string_interpolation_with_digit_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.008s) 2022-11-23T01:58:43.4157273Z test_string_interpolation_with_double_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.008s) 2022-11-23T01:58:43.4157579Z test_string_interpolation_with_exponent_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.005s) 2022-11-23T01:58:43.4157879Z test_string_interpolation_with_float_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-11-23T01:58:43.4158165Z test_string_interpolation_with_float_placeholder_and_float_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.010s) 2022-11-23T01:58:43.4158488Z test_string_interpolation_with_lowercase_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.010s) 2022-11-23T01:58:43.4158836Z test_string_interpolation_with_multiple_placeholders (jit.test_string_formatting.TestStringFormatting) ... ok (0.014s) 2022-11-23T01:58:43.4159122Z test_string_interpolation_with_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.007s) 2022-11-23T01:58:43.4159424Z test_string_interpolation_with_string_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.010s) 2022-11-23T01:58:43.4159739Z test_string_interpolation_with_string_placeholder_and_format_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.014s) 2022-11-23T01:58:43.4160038Z test_string_interpolation_with_string_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.009s) 2022-11-23T01:58:43.4160297Z test_string_interpolation_with_subscript (jit.test_string_formatting.TestStringFormatting) ... ok (0.012s) 2022-11-23T01:58:43.4160568Z test_string_interpolation_with_too_few_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.007s) 2022-11-23T01:58:43.4160841Z test_string_interpolation_with_too_many_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-11-23T01:58:43.4161119Z test_string_interpolation_with_unknown_format_specifier (jit.test_string_formatting.TestStringFormatting) ... ok (0.007s) 2022-11-23T01:58:43.4161374Z test_adaptive_avg_pool2d (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.080s) 2022-11-23T01:58:43.4161622Z test_arange_shape (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.060s) 2022-11-23T01:58:43.4161869Z test_binary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.017s) 2022-11-23T01:58:43.4162126Z test_binary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.013s) 2022-11-23T01:58:43.4162383Z test_convolution_backward (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.033s) 2022-11-23T01:58:43.4162801Z test_if_propagation (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.019s) 2022-11-23T01:58:43.4163085Z test_partial_eval_graph_conv (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.034s) 2022-11-23T01:58:43.4163342Z test_partial_eval_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.101s) 2022-11-23T01:58:43.4163623Z test_refinement_through_graph_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.070s) 2022-11-23T01:58:43.4164001Z test_register_function_error_checking (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.011s) 2022-11-23T01:58:43.4164272Z test_returning_input_symbolic_shapes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.026s) 2022-11-23T01:58:43.4164518Z test_shape_analysis (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.020s) 2022-11-23T01:58:43.4164760Z test_shape_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.274s) 2022-11-23T01:58:43.4165020Z test_shape_embedding_bag (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.054s) 2022-11-23T01:58:43.4165343Z test_shape_function_includes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... skip: shape functions not loaded in python (0.001s) 2022-11-23T01:58:43.4165600Z test_shared_shape_graph (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.002s) 2022-11-23T01:58:43.4165846Z test_size_and_sizes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.009s) 2022-11-23T01:58:43.4166094Z test_stitching_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.036s) 2022-11-23T01:58:43.4166349Z test_stitching_multi_output (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.053s) 2022-11-23T01:58:43.4166591Z test_sym_ir_parsing (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.002s) 2022-11-23T01:58:43.4166916Z test_unary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.005s) 2022-11-23T01:58:43.4167190Z test_unary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.007s) 2022-11-23T01:58:43.4167419Z test_write (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.006s) 2022-11-23T01:58:43.4167624Z test_method_on_number (jit.test_builtins.TestTensorBuiltins) ... ok (0.003s) 2022-11-23T01:58:43.4167845Z test_scalar_to_num_conversions (jit.test_builtins.TestTensorBuiltins) ... ok (0.026s) 2022-11-23T01:58:43.4168022Z test_tensor_item (jit.test_builtins.TestTensorBuiltins) ... ok (0.019s) 2022-11-23T01:58:43.4168230Z test_tensor_properties (jit.test_builtins.TestTensorBuiltins) ... ok (0.034s) 2022-11-23T01:58:43.4168445Z test_tensor_subscript_assign (jit.test_builtins.TestTensorBuiltins) ... ok (0.078s) 2022-11-23T01:58:43.4168672Z test_tensor_subscript_assign_device (jit.test_builtins.TestTensorBuiltins) ... ok (0.021s) 2022-11-23T01:58:43.4168913Z test_randperm_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.013s) 2022-11-23T01:58:43.4169155Z test_randperm_specifed_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.013s) 2022-11-23T01:58:43.4169396Z test_tril_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.013s) 2022-11-23T01:58:43.4169646Z test_tril_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.014s) 2022-11-23T01:58:43.4169924Z test_triu_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.014s) 2022-11-23T01:58:43.4170304Z test_triu_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.013s) 2022-11-23T01:58:43.4170510Z test_getitem (jit.test_tensor_methods.TestTensorMethods) ... ok (0.016s) 2022-11-23T01:58:43.4170717Z test_getitem_invalid (jit.test_tensor_methods.TestTensorMethods) ... ok (0.002s) 2022-11-23T01:58:43.4170988Z test_default_args (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.002s) 2022-11-23T01:58:43.4171268Z test_lambda_as_constructor (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:58:43.4171543Z test_profiler_custom_op (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:58:43.4171909Z test_staticmethod (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:58:43.4172169Z test_torchbind (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.003s) 2022-11-23T01:58:43.4172449Z test_torchbind_attr_exception (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:58:43.4172742Z test_torchbind_class_attr_recursive (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:58:43.4173023Z test_torchbind_class_attribute (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:58:43.4173296Z test_torchbind_deepcopy (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:58:43.4173597Z test_torchbind_def_property_getter_setter (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:58:43.4173892Z test_torchbind_def_property_just_getter (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:58:43.4174170Z test_torchbind_def_property_readwrite (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:58:43.4174444Z test_torchbind_getattr (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:58:43.4174784Z test_torchbind_getstate (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:58:43.4175099Z test_torchbind_instantiate_missing_class (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:58:43.4175377Z test_torchbind_lambda_method (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:58:43.4175644Z test_torchbind_no_init (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:58:43.4175936Z test_torchbind_optional_explicit_attr (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:58:43.4176215Z test_torchbind_pass_wrong_type (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:58:43.4176507Z test_torchbind_pickle_serialization (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:58:43.4176784Z test_torchbind_python_deepcopy (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:58:43.4177052Z test_torchbind_return_instance (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T01:58:43.4177348Z test_torchbind_return_instance_from_method (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.002s) 2022-11-23T01:58:43.4177622Z test_torchbind_return_tuple (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T01:58:43.4177982Z test_torchbind_save_load (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T01:58:43.4178342Z test_torchbind_take_as_arg (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.003s) 2022-11-23T01:58:43.4178644Z test_torchbind_take_instance_as_method_arg (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T01:58:43.4178910Z test_torchbind_tracing (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T01:58:43.4179295Z test_torchbind_tracing_nested (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T01:58:43.4179503Z test_call_traced_fn_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.029s) 2022-11-23T01:58:43.4179712Z test_call_traced_module_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.035s) 2022-11-23T01:58:43.4179916Z test_canonicalize_tensor_iterator (jit.test_tracer.TestTracer) ... ok (0.023s) 2022-11-23T01:58:43.4180086Z test_constant (jit.test_tracer.TestTracer) ... ok (0.032s) 2022-11-23T01:58:43.4180248Z test_conv (jit.test_tracer.TestTracer) ... ok (0.087s) 2022-11-23T01:58:43.4180429Z test_export_no_reorder (jit.test_tracer.TestTracer) ... ok (0.064s) 2022-11-23T01:58:43.4180622Z test_force_outplace_check_fill (jit.test_tracer.TestTracer) ... ok (0.027s) 2022-11-23T01:58:43.4180813Z test_force_outplace_check_zero (jit.test_tracer.TestTracer) ... ok (0.027s) 2022-11-23T01:58:43.4180950Z test_ge (jit.test_tracer.TestTracer) ... ok (0.043s) 2022-11-23T01:58:43.4181117Z test_ge_cuda (jit.test_tracer.TestTracer) ... ok (1.378s) 2022-11-23T01:58:43.4181288Z test_ge_optimized (jit.test_tracer.TestTracer) ... ok (0.278s) 2022-11-23T01:58:43.4181463Z test_ge_unoptimized (jit.test_tracer.TestTracer) ... ok (0.143s) 2022-11-23T01:58:43.4181628Z test_index_put (jit.test_tracer.TestTracer) ... ok (0.023s) 2022-11-23T01:58:43.4181817Z test_index_put_trace_with_view (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-11-23T01:58:43.4182010Z test_index_put_trace_without_view (jit.test_tracer.TestTracer) ... ok (0.020s) 2022-11-23T01:58:43.4182257Z test_inplace_check (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-11-23T01:58:43.4182448Z test_inplace_copy (jit.test_tracer.TestTracer) ... ok (0.020s) 2022-11-23T01:58:43.4182643Z test_inplace_copy_force_outplace (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-11-23T01:58:43.4182812Z test_inplace_flags (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-11-23T01:58:43.4183001Z test_inplace_transplant (jit.test_tracer.TestTracer) ... ok (0.019s) 2022-11-23T01:58:43.4183174Z test_inplace_warn (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-11-23T01:58:43.4183365Z test_input_dict_checkTrace_mut (jit.test_tracer.TestTracer) ... ok (0.018s) 2022-11-23T01:58:43.4183541Z test_input_dict_empty (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-11-23T01:58:43.4183724Z test_input_dict_empty_list (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-11-23T01:58:43.4183885Z test_input_dict_insertion_order (jit.test_tracer.TestTracer) 2022-11-23T01:58:43.4184086Z Check that dictionary access doesn't care about insertion order ... ok (0.017s) 2022-11-23T01:58:43.4184268Z test_input_dict_of_dicts (jit.test_tracer.TestTracer) ... ok (0.022s) 2022-11-23T01:58:43.4184446Z test_input_dict_of_lists (jit.test_tracer.TestTracer) ... ok (0.021s) 2022-11-23T01:58:43.4184631Z test_input_dict_recursive (jit.test_tracer.TestTracer) ... ok (0.020s) 2022-11-23T01:58:43.4184806Z test_input_dict_remembers_keys (jit.test_tracer.TestTracer) 2022-11-23T01:58:43.4184993Z Check that the trace remembers which keys were in a dict input ... ok (0.017s) 2022-11-23T01:58:43.4185170Z test_input_dict_unify (jit.test_tracer.TestTracer) ... ok (0.021s) 2022-11-23T01:58:43.4185323Z test_input_flatten (jit.test_tracer.TestTracer) 2022-11-23T01:58:43.4185497Z Check that inputs to traced functions are flattened ... ok (0.038s) 2022-11-23T01:58:43.4185679Z test_input_list_mixed_type (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-11-23T01:58:43.4185863Z test_input_list_of_tuples (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-11-23T01:58:43.4186184Z test_input_list_toplevel_flatten (jit.test_tracer.TestTracer) ... ok (0.025s) 2022-11-23T01:58:43.4186441Z test_input_list_toplevel_flatten_direct (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-11-23T01:58:43.4186626Z test_input_tuple_of_dicts (jit.test_tracer.TestTracer) ... ok (0.023s) 2022-11-23T01:58:43.4186910Z test_interpolate_trace (jit.test_tracer.TestTracer) ... ok (0.090s) 2022-11-23T01:58:43.4187073Z test_large_nbr_kernel_args (jit.test_tracer.TestTracer) ... ok (0.605s) 2022-11-23T01:58:43.4187246Z test_lhs_index_fails (jit.test_tracer.TestTracer) ... ok (0.022s) 2022-11-23T01:58:43.4187420Z test_lhs_index_trivial (jit.test_tracer.TestTracer) ... ok (0.024s) 2022-11-23T01:58:43.4187583Z test_max_pool (jit.test_tracer.TestTracer) ... ok (0.028s) 2022-11-23T01:58:43.4187759Z test_nested_inplace (jit.test_tracer.TestTracer) ... ok (0.024s) 2022-11-23T01:58:43.4187943Z test_non_tensor_tracing (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-11-23T01:58:43.4188103Z test_output_unflatten (jit.test_tracer.TestTracer) 2022-11-23T01:58:43.4188350Z Check that outputs of traced functions retain the original structure and nesting ... expected failure (0.024s) 2022-11-23T01:58:43.4188526Z test_python_function (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-11-23T01:58:43.4188709Z test_python_function_tup (jit.test_tracer.TestTracer) ... ok (0.020s) 2022-11-23T01:58:43.4188883Z test_repeated_input (jit.test_tracer.TestTracer) ... ok (0.025s) 2022-11-23T01:58:43.4189057Z test_repeated_output (jit.test_tracer.TestTracer) ... ok (0.024s) 2022-11-23T01:58:43.4189227Z test_shared_param (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-11-23T01:58:43.4189388Z test_simple (jit.test_tracer.TestTracer) ... ok (0.074s) 2022-11-23T01:58:43.4189584Z test_tensor_with_grad_as_constant (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-11-23T01:58:43.4189842Z test_trace_aliased_parameter (jit.test_tracer.TestTracer) ... ok (0.020s) 2022-11-23T01:58:43.4190035Z test_trace_annotation (jit.test_tracer.TestTracer) ... ok (0.018s) 2022-11-23T01:58:43.4190189Z test_trace_arange (jit.test_tracer.TestTracer) ... ok (0.037s) 2022-11-23T01:58:43.4190373Z test_trace_arange_with_grad (jit.test_tracer.TestTracer) ... ok (0.039s) 2022-11-23T01:58:43.4190561Z test_trace_autograd_function (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-11-23T01:58:43.4190813Z test_trace_c10_ops (jit.test_tracer.TestTracer) ... skip: Skip the test since c2 ops are not registered. (0.009s) 2022-11-23T01:58:43.4190983Z test_trace_casts (jit.test_tracer.TestTracer) ... ok (0.083s) 2022-11-23T01:58:43.4191177Z test_trace_checker_control_flow (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-11-23T01:58:43.4191360Z test_trace_checker_dot_data (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-11-23T01:58:43.4191561Z test_trace_checker_dropout_notrain (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-11-23T01:58:43.4191759Z test_trace_checker_dropout_train (jit.test_tracer.TestTracer) ... ok (0.025s) 2022-11-23T01:58:43.4191956Z test_trace_checker_inplace_on_view (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-11-23T01:58:43.4192149Z test_trace_checker_memoization (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-11-23T01:58:43.4192334Z test_trace_checker_slice_lhs (jit.test_tracer.TestTracer) ... ok (0.035s) 2022-11-23T01:58:43.4192539Z test_trace_checking_with_global_name (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-11-23T01:58:43.4193127Z test_trace_contiguous (jit.test_tracer.TestTracer) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T01:58:43.4193259Z warnings.warn(message, UserWarning) 2022-11-23T01:58:43.4193344Z ok (0.016s) 2022-11-23T01:58:43.4193549Z test_trace_contiguous_short_circuit (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-11-23T01:58:43.4193719Z test_trace_detach (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-11-23T01:58:43.4193890Z test_trace_detach_inplace (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-11-23T01:58:43.4194096Z test_trace_detach_inplace_redispatch (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-11-23T01:58:43.4194433Z test_trace_detach_redispatch (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-11-23T01:58:43.4194718Z test_trace_dict_input (jit.test_tracer.TestTracer) ... ok (0.032s) 2022-11-23T01:58:43.4194909Z test_trace_dict_output (jit.test_tracer.TestTracer) ... ok (0.029s) 2022-11-23T01:58:43.4195087Z test_trace_export_fns (jit.test_tracer.TestTracer) ... ok (0.048s) 2022-11-23T01:58:43.4195280Z test_trace_export_fns_recursive (jit.test_tracer.TestTracer) ... ok (0.101s) 2022-11-23T01:58:43.4195469Z test_trace_fork_join_and_module (jit.test_tracer.TestTracer) ... ok (0.074s) 2022-11-23T01:58:43.4195665Z test_trace_full_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-11-23T01:58:43.4195878Z test_trace_func_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-11-23T01:58:43.4196047Z test_trace_index (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-11-23T01:58:43.4196230Z test_trace_index_constant (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-11-23T01:58:43.4196426Z test_trace_indexed_assignment (jit.test_tracer.TestTracer) ... ok (0.031s) 2022-11-23T01:58:43.4196606Z test_trace_inline_shape (jit.test_tracer.TestTracer) ... ok (0.034s) 2022-11-23T01:58:43.4196777Z test_trace_inverse (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-11-23T01:58:43.4196976Z test_trace_invert_module_hierarchy (jit.test_tracer.TestTracer) ... ok (0.034s) 2022-11-23T01:58:43.4197153Z test_trace_legacy_ctor (jit.test_tracer.TestTracer) ... ok (0.030s) 2022-11-23T01:58:43.4197431Z test_trace_module_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.103s) 2022-11-23T01:58:43.4197627Z test_trace_modulelist (jit.test_tracer.TestTracer) ... ok (0.055s) 2022-11-23T01:58:43.4197877Z test_trace_multi_output_function (jit.test_tracer.TestTracer) ... graph(%self : __torch__.jit.test_tracer.Bar, 2022-11-23T01:58:43.4198050Z %x.1 : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu), 2022-11-23T01:58:43.4198230Z %y.1 : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu)): 2022-11-23T01:58:43.4198581Z %x : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu) = aten::relu(%x.1) # C:\actions-runner\_work\pytorch\pytorch\test\jit\test_tracer.py:1429:0 2022-11-23T01:58:43.4198900Z %y : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu) = aten::relu(%y.1) # C:\actions-runner\_work\pytorch\pytorch\test\jit\test_tracer.py:1430:0 2022-11-23T01:58:43.4199345Z %9 : (Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu)) = ^Foo[inplace=0, module="jit.test_tracer", Subgraph=]()(%x, %y) # C:\actions-runner\_work\pytorch\pytorch\test\jit\test_tracer.py:1431:0 2022-11-23T01:58:43.4199631Z %10 : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), %11 : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu) = prim::TupleUnpack(%9) 2022-11-23T01:58:43.4199923Z %12 : (Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu)) = prim::TupleConstruct(%10, %11) 2022-11-23T01:58:43.4200018Z return (%12) 2022-11-23T01:58:43.4200031Z 2022-11-23T01:58:43.4200116Z ok (0.014s) 2022-11-23T01:58:43.4200300Z test_trace_namedtuple (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-11-23T01:58:43.4200489Z test_trace_nested_datatypes (jit.test_tracer.TestTracer) ... ok (0.019s) 2022-11-23T01:58:43.4200663Z test_trace_nested_fn (jit.test_tracer.TestTracer) ... ok (0.036s) 2022-11-23T01:58:43.4200831Z test_trace_numel (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-11-23T01:58:43.4201019Z test_trace_optioanl_dtype (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-11-23T01:58:43.4201194Z test_trace_optional (jit.test_tracer.TestTracer) ... ok (0.038s) 2022-11-23T01:58:43.4201416Z test_trace_partial_func_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-11-23T01:58:43.4201585Z test_trace_random (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-11-23T01:58:43.4201858Z test_trace_records_names (jit.test_tracer.TestTracer) ... ok (0.040s) 2022-11-23T01:58:43.4202024Z test_trace_save (jit.test_tracer.TestTracer) ... ok (0.023s) 2022-11-23T01:58:43.4202206Z test_trace_save_load_copy (jit.test_tracer.TestTracer) ... ok (0.095s) 2022-11-23T01:58:43.4202386Z test_trace_single_tuple (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-11-23T01:58:43.4202536Z test_trace_size (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-11-23T01:58:43.4202717Z test_trace_size_with_grad (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-11-23T01:58:43.4202914Z test_trace_skip_none_submodule (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-11-23T01:58:43.4203081Z test_trace_slice (jit.test_tracer.TestTracer) ... ok (0.114s) 2022-11-23T01:58:43.4203281Z test_trace_slice_expr_complete_type (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-11-23T01:58:43.4203461Z test_trace_slice_full_dim (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-11-23T01:58:43.4203670Z test_trace_slice_setitem_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-11-23T01:58:43.4203852Z test_trace_slice_with_grad (jit.test_tracer.TestTracer) ... ok (0.111s) 2022-11-23T01:58:43.4204035Z test_trace_tensor_factory (jit.test_tracer.TestTracer) ... ok (0.166s) 2022-11-23T01:58:43.4204203Z test_trace_topk (jit.test_tracer.TestTracer) ... ok (0.024s) 2022-11-23T01:58:43.4204370Z test_trace_tuple (jit.test_tracer.TestTracer) ... ok (0.035s) 2022-11-23T01:58:43.4204571Z test_trace_variable_instantiation (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-11-23T01:58:43.4204807Z test_trace_warn (jit.test_tracer.TestTracer) ... ok (0.032s) 2022-11-23T01:58:43.4205030Z test_trace_with_conditional_property (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-11-23T01:58:43.4205237Z test_trace_with_nested_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-11-23T01:58:43.4205433Z test_trace_with_number_list_output (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-11-23T01:58:43.4205631Z test_trace_with_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.040s) 2022-11-23T01:58:43.4205795Z test_traced_module_cuda (jit.test_tracer.TestTracer) ... ok (0.558s) 2022-11-23T01:58:43.4206113Z test_tracing_backward_hook_error (jit.test_tracer.TestTracer) ... ok (0.000s) 2022-11-23T01:58:43.4206298Z test_tracing_hooks (jit.test_tracer.TestTracer) ... ok (0.094s) 2022-11-23T01:58:43.4206494Z test_tracing_multiple_methods (jit.test_tracer.TestTracer) ... ok (0.362s) 2022-11-23T01:58:43.4206677Z test_typeas_trace_check (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-11-23T01:58:43.4206936Z test_wrapped_number (jit.test_tracer.TestTracer) ... ok (0.019s) 2022-11-23T01:58:43.4207280Z test_assign_python_attr (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:58:43.4207502Z Assigning a new (python-only) attribute should not change type sharing ... ok (0.095s) 2022-11-23T01:58:43.4207773Z test_basic (jit.test_type_sharing.TestTypeSharing) ... ok (0.014s) 2022-11-23T01:58:43.4208077Z test_builtin_function_different (jit.test_type_sharing.TestTypeSharing) ... ok (0.021s) 2022-11-23T01:58:43.4208293Z test_builtin_function_same (jit.test_type_sharing.TestTypeSharing) ... ok (0.015s) 2022-11-23T01:58:43.4208465Z test_constants (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:58:43.4208717Z Types should be shared for identical constant values, and different for different constant values ... ok (0.022s) 2022-11-23T01:58:43.4208901Z test_diff_attr_values (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:58:43.4209085Z Types should be shared even if attribute values differ ... ok (0.015s) 2022-11-23T01:58:43.4209289Z test_failed_attribute_compilation (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:58:43.4209503Z Attributes whose type cannot be inferred should fail cleanly with nice hints ... ok (0.005s) 2022-11-23T01:58:43.4209682Z test_ignored_fns (jit.test_type_sharing.TestTypeSharing) ... ok (0.011s) 2022-11-23T01:58:43.4209961Z test_linear (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:58:43.4210116Z Simple example with a real nn Module ... ok (0.026s) 2022-11-23T01:58:43.4210323Z test_loaded_modules_work (jit.test_type_sharing.TestTypeSharing) ... ok (0.041s) 2022-11-23T01:58:43.4210540Z test_module_dict_same_type_different_name (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:58:43.4210743Z We should be able to differentiate between two ModuleDict instances ... ok (0.054s) 2022-11-23T01:58:43.4210927Z test_mutate_attr_value (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:58:43.4211128Z Mutating the value of an attribute should not change type sharing ... ok (0.040s) 2022-11-23T01:58:43.4211314Z test_param_vs_attribute (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:58:43.4211512Z The same module with an `foo` as a parameter vs. attribute shouldn't ... ok (0.016s) 2022-11-23T01:58:43.4211728Z test_python_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:58:43.4211927Z Different functions passed in should lead to different types ... ok (0.015s) 2022-11-23T01:58:43.4212132Z test_python_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:58:43.4212303Z Same functions passed in should lead to same types ... ok (0.022s) 2022-11-23T01:58:43.4212500Z test_same_but_different_classes (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:58:43.4212703Z Even if everything about the module is the same, different originating ... ok (0.045s) 2022-11-23T01:58:43.4212993Z test_script_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:58:43.4213187Z Different functions passed in should lead to different types ... ok (0.024s) 2022-11-23T01:58:43.4213393Z test_script_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:58:43.4213569Z Same functions passed in should lead to same types ... ok (0.014s) 2022-11-23T01:58:43.4213815Z test_script_module_containing_traced_module (jit.test_type_sharing.TestTypeSharing) ... ok (0.040s) 2022-11-23T01:58:43.4213990Z test_submodules (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:58:43.4214161Z If submodules differ, the types should differ. ... ok (0.086s) 2022-11-23T01:58:43.4214363Z test_tracing_gives_different_types (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:58:43.4214593Z Since we can't guarantee that methods are the same between different ... ok (0.020s) 2022-11-23T01:58:43.4214809Z test_type_not_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:58:43.4214991Z Test that types are not shared if the exclusion of their ... ok (0.010s) 2022-11-23T01:58:43.4215197Z test_type_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:58:43.4215371Z Test that types are shared if the exclusion of their ... ok (0.017s) 2022-11-23T01:58:43.4215568Z test_type_sharing_define_in_init (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:58:43.4215750Z Tests that types between instances of a ScriptModule ... ok (0.011s) 2022-11-23T01:58:43.4215938Z test_type_sharing_disabled (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:58:43.4216090Z Test that type sharing can be disabled. ... ok (0.034s) 2022-11-23T01:58:43.4216308Z test_annotate_outside_init (jit.test_types.TestTypesAndAnnotation) ... ok (0.030s) 2022-11-23T01:58:43.4216491Z test_bad_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.003s) 2022-11-23T01:58:43.4216702Z test_ignore_with_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.008s) 2022-11-23T01:58:43.4216916Z test_ignoring_module_attributes (jit.test_types.TestTypesAndAnnotation) 2022-11-23T01:58:43.4217078Z Test that module attributes can be ignored. ... ok (0.015s) 2022-11-23T01:58:43.4217305Z test_inferred_type_error_message (jit.test_types.TestTypesAndAnnotation) ... ok (0.001s) 2022-11-23T01:58:43.4217598Z test_mismatched_annotation (jit.test_types.TestTypesAndAnnotation) ... ok (0.000s) 2022-11-23T01:58:43.4218008Z test_optional_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-11-23T01:58:43.4218215Z Test that using an optional with no contained types produces an error. ... ok (0.003s) 2022-11-23T01:58:43.4218413Z test_parser_bug (jit.test_types.TestTypesAndAnnotation) ... ok (0.000s) 2022-11-23T01:58:43.4218610Z test_pep585_type (jit.test_types.TestTypesAndAnnotation) ... ok (0.016s) 2022-11-23T01:58:43.4218815Z test_python_callable (jit.test_types.TestTypesAndAnnotation) ... ok (0.000s) 2022-11-23T01:58:43.4219016Z test_reannotate (jit.test_types.TestTypesAndAnnotation) ... ok (0.010s) 2022-11-23T01:58:43.4219229Z test_tuple_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-11-23T01:58:43.4219427Z Test that using a tuple with no contained types produces an error. ... ok (0.000s) 2022-11-23T01:58:43.4219636Z test_type_annotate_py3 (jit.test_types.TestTypesAndAnnotation) ... ok (0.026s) 2022-11-23T01:58:43.4219845Z test_types_as_values (jit.test_types.TestTypesAndAnnotation) ... ok (0.020s) 2022-11-23T01:58:43.4220070Z test_unimported_type_resolution (jit.test_types.TestTypesAndAnnotation) ... ok (0.004s) 2022-11-23T01:58:43.4220224Z test_bool_list_io (jit.test_typing.TestTyping) ... ok (0.007s) 2022-11-23T01:58:43.4220411Z test_dict_comprehension (jit.test_typing.TestTyping) ... ok (0.010s) 2022-11-23T01:58:43.4220612Z test_dict_comprehension_scope (jit.test_typing.TestTyping) ... ok (0.012s) 2022-11-23T01:58:43.4220904Z test_dict_comprehension_with_type_annotation (jit.test_typing.TestTyping) ... ok (0.012s) 2022-11-23T01:58:43.4221095Z test_dict_in_not_in (jit.test_typing.TestTyping) ... ok (0.043s) 2022-11-23T01:58:43.4221289Z test_dict_invalid_annotations (jit.test_typing.TestTyping) ... ok (0.011s) 2022-11-23T01:58:43.4221995Z test_dict_type_refinement_annotation_key_mismatch (jit.test_typing.TestTyping) ... [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\frontend\ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[int, str]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-11-23T01:58:43.4222302Z File "C:\actions-runner\_work\pytorch\pytorch\test\jit\test_typing.py", line 90 2022-11-23T01:58:43.4222395Z def fn(): 2022-11-23T01:58:43.4222497Z l1 = [1, 2, "foo", 3] 2022-11-23T01:58:43.4222611Z ~~~~~~~~~~~~~~~ <--- HERE 2022-11-23T01:58:43.4222735Z l2 = ["foo", "bar", "baz", "qux"] 2022-11-23T01:58:43.4222887Z d: Dict[int, str] = {k : v for k, v in zip(l1, l2)} 2022-11-23T01:58:43.4223003Z (function emitListLiteral) 2022-11-23T01:58:43.4223089Z ok (0.004s) 2022-11-23T01:58:43.4223784Z test_dict_type_refinement_annotation_value_mismatch (jit.test_typing.TestTyping) ... [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\frontend\ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[int, str]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-11-23T01:58:43.4224074Z File "C:\actions-runner\_work\pytorch\pytorch\test\jit\test_typing.py", line 104 2022-11-23T01:58:43.4224162Z def fn(): 2022-11-23T01:58:43.4224283Z l1 = ["foo", "bar", "baz", "qux"] 2022-11-23T01:58:43.4224384Z l2 = [1, 2, "foo", 3] 2022-11-23T01:58:43.4224480Z ~~~~~~~~~~~~~~~ <--- HERE 2022-11-23T01:58:43.4224634Z d: Dict[str, int] = {k : v for k, v in zip(l1, l2)} 2022-11-23T01:58:43.4224724Z return d 2022-11-23T01:58:43.4224840Z (function emitListLiteral) 2022-11-23T01:58:43.4224926Z ok (0.004s) 2022-11-23T01:58:43.4225096Z test_for_in_dict (jit.test_typing.TestTyping) ... ok (0.013s) 2022-11-23T01:58:43.4225856Z test_for_in_string (jit.test_typing.TestTyping) ... ok (0.039s) 2022-11-23T01:58:43.4226039Z test_for_tuple_assign (jit.test_typing.TestTyping) ... ok (0.023s) 2022-11-23T01:58:43.4226214Z test_for_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.026s) 2022-11-23T01:58:43.4226379Z test_list_io (jit.test_typing.TestTyping) ... ok (0.010s) 2022-11-23T01:58:43.4226557Z test_list_iterables (jit.test_typing.TestTyping) ... ok (0.000s) 2022-11-23T01:58:43.4226723Z test_list_sum (jit.test_typing.TestTyping) ... ok (0.028s) 2022-11-23T01:58:43.4226962Z test_list_type_refinement_annotation_element_mismatch (jit.test_typing.TestTyping) ... ok (0.003s) 2022-11-23T01:58:43.4227144Z test_list_unification (jit.test_typing.TestTyping) ... ok (0.014s) 2022-11-23T01:58:43.4227370Z test_multiple_assign (jit.test_typing.TestTyping) ... ok (0.006s) 2022-11-23T01:58:43.4227683Z test_namedtuple_good_error (jit.test_typing.TestTyping) ... ok (0.014s) 2022-11-23T01:58:43.4227881Z test_namedtuple_py2 (jit.test_typing.TestTyping) ... ok (0.006s) 2022-11-23T01:58:43.4228069Z test_namedtuple_redefine (jit.test_typing.TestTyping) ... ok (0.003s) 2022-11-23T01:58:43.4228238Z test_nested_list (jit.test_typing.TestTyping) ... ok (0.009s) 2022-11-23T01:58:43.4228420Z test_opt_opt_refinement (jit.test_typing.TestTyping) ... ok (0.006s) 2022-11-23T01:58:43.4228606Z test_optional_conversion (jit.test_typing.TestTyping) ... ok (0.020s) 2022-11-23T01:58:43.4228791Z test_optional_refinement (jit.test_typing.TestTyping) ... ok (0.006s) 2022-11-23T01:58:43.4229062Z test_optional_tuple (jit.test_typing.TestTyping) ... ok (0.016s) 2022-11-23T01:58:43.4229268Z test_singleton_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.012s) 2022-11-23T01:58:43.4229448Z test_sum_list_diff_elms (jit.test_typing.TestTyping) ... ok (0.011s) 2022-11-23T01:58:43.4229619Z test_sum_list_empty (jit.test_typing.TestTyping) ... ok (0.013s) 2022-11-23T01:58:43.4229796Z test_sum_list_literal (jit.test_typing.TestTyping) ... ok (0.009s) 2022-11-23T01:58:43.4229968Z test_sum_list_one (jit.test_typing.TestTyping) ... ok (0.010s) 2022-11-23T01:58:43.4230149Z test_sum_list_wrong_type (jit.test_typing.TestTyping) ... ok (0.000s) 2022-11-23T01:58:43.4230333Z test_tuple_assignments (jit.test_typing.TestTyping) ... ok (0.049s) 2022-11-23T01:58:43.4230512Z test_tuple_create_return (jit.test_typing.TestTyping) ... ok (0.012s) 2022-11-23T01:58:43.4230660Z test_tuple_io (jit.test_typing.TestTyping) ... ok (0.006s) 2022-11-23T01:58:43.4230833Z test_tuple_keyword (jit.test_typing.TestTyping) ... ok (0.006s) 2022-11-23T01:58:43.4231032Z test_tuple_specialization (jit.test_typing.TestTyping) ... ok (0.013s) 2022-11-23T01:58:43.4231213Z test_check_union_annotation (jit.test_union.TestUnion) ... ok (0.008s) 2022-11-23T01:58:43.4231422Z test_union_T_None_is_equivalent_to_optional_T (jit.test_union.TestUnion) ... ok (0.020s) 2022-11-23T01:58:43.4231622Z test_union_argument_order_is_ignored (jit.test_union.TestUnion) ... ok (0.007s) 2022-11-23T01:58:43.4231839Z test_union_argument_order_is_ignored_container (jit.test_union.TestUnion) ... ok (0.007s) 2022-11-23T01:58:43.4232017Z test_union_as_annotation (jit.test_union.TestUnion) ... ok (0.006s) 2022-11-23T01:58:43.4232224Z test_union_as_annotation_in_typed_container (jit.test_union.TestUnion) ... ok (0.000s) 2022-11-23T01:58:43.4232407Z test_union_as_annotation_py2 (jit.test_union.TestUnion) ... ok (0.014s) 2022-11-23T01:58:43.4232581Z test_union_as_dict_key (jit.test_union.TestUnion) ... ok (0.003s) 2022-11-23T01:58:43.4232755Z test_union_as_dict_value (jit.test_union.TestUnion) ... ok (0.011s) 2022-11-23T01:58:43.4232945Z test_union_as_internal_tuple_type (jit.test_union.TestUnion) ... ok (0.006s) 2022-11-23T01:58:43.4233178Z test_union_branching_does_not_autoinfer_undeclared_union (jit.test_union.TestUnion) ... ok (0.003s) 2022-11-23T01:58:43.4233410Z test_union_branching_does_not_widen_existing_inferred_type (jit.test_union.TestUnion) ... ok (0.003s) 2022-11-23T01:58:43.4233735Z test_union_branching_with_union_return_and_homogenous_types (jit.test_union.TestUnion) ... ok (0.008s) 2022-11-23T01:58:43.4233957Z test_union_does_not_replace_existing_annotated_type (jit.test_union.TestUnion) ... ok (0.003s) 2022-11-23T01:58:43.4234204Z test_union_does_not_replace_existing_annotated_type_empty_container (jit.test_union.TestUnion) ... ok (0.000s) 2022-11-23T01:58:43.4234418Z test_union_does_not_replace_existing_annotated_type_union (jit.test_union.TestUnion) ... ok (0.006s) 2022-11-23T01:58:43.4234610Z test_union_in_class_constructor (jit.test_union.TestUnion) ... ok (0.017s) 2022-11-23T01:58:43.4235211Z test_union_memory_aliasing (jit.test_union.TestUnion) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_jit_internal.py:1282: UserWarning: The inner type of a container is lost when calling torch.jit.isinstance in eager mode. For example, List[int] would become list and therefore falsely return True for List[float] or List[str]. 2022-11-23T01:58:43.4235312Z warnings.warn( 2022-11-23T01:58:43.4235397Z ok (0.015s) 2022-11-23T01:58:43.4235602Z test_union_module_with_union_class_variable (jit.test_union.TestUnion) ... ok (0.018s) 2022-11-23T01:58:43.4235810Z test_union_module_with_union_instance_variable (jit.test_union.TestUnion) ... ok (0.034s) 2022-11-23T01:58:43.4236013Z test_union_optional_of_union_is_flattened (jit.test_union.TestUnion) ... ok (0.010s) 2022-11-23T01:58:43.4236219Z test_union_redundant_arguments_are_skipped (jit.test_union.TestUnion) ... ok (0.005s) 2022-11-23T01:58:43.4236516Z test_union_redundant_arguments_are_skipped_container (jit.test_union.TestUnion) ... ok (0.000s) 2022-11-23T01:58:43.4236871Z test_union_redundant_arguments_are_skipped_optional (jit.test_union.TestUnion) ... ok (0.006s) 2022-11-23T01:58:43.4237162Z test_union_redundant_arguments_are_skipped_subtyping (jit.test_union.TestUnion) ... ok (0.000s) 2022-11-23T01:58:43.4237348Z test_union_return_type (jit.test_union.TestUnion) ... ok (0.014s) 2022-11-23T01:58:43.4237552Z test_union_schema_matching_on_internal_type (jit.test_union.TestUnion) ... ok (0.017s) 2022-11-23T01:58:43.4237776Z test_union_serialization_preserves_type_annotations (jit.test_union.TestUnion) ... ok (0.013s) 2022-11-23T01:58:43.4237968Z test_union_subclasses_larger_union (jit.test_union.TestUnion) ... ok (0.004s) 2022-11-23T01:58:43.4238164Z test_union_subtractive_refinement (jit.test_union.TestUnion) ... ok (0.024s) 2022-11-23T01:58:43.4238387Z test_union_subtractive_refinement_with_container (jit.test_union.TestUnion) ... ok (0.014s) 2022-11-23T01:58:43.4238568Z test_union_type_refinement (jit.test_union.TestUnion) ... ok (0.010s) 2022-11-23T01:58:43.4238783Z test_union_type_refinement_internal_declaration (jit.test_union.TestUnion) ... ok (0.010s) 2022-11-23T01:58:43.4239008Z test_union_type_refinement_partial_static_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.013s) 2022-11-23T01:58:43.4239251Z test_union_type_refinement_partial_static_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.010s) 2022-11-23T01:58:43.4239458Z test_union_type_refinement_statically_false (jit.test_union.TestUnion) ... ok (0.006s) 2022-11-23T01:58:43.4239664Z test_union_type_refinement_statically_true (jit.test_union.TestUnion) ... ok (0.000s) 2022-11-23T01:58:43.4239859Z test_union_type_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.030s) 2022-11-23T01:58:43.4240085Z test_union_type_refinement_tuple_rhs_noncontained_type (jit.test_union.TestUnion) ... ok (0.015s) 2022-11-23T01:58:43.4240293Z test_union_type_refinement_tuple_rhs_union (jit.test_union.TestUnion) ... ok (0.006s) 2022-11-23T01:58:43.4240487Z test_union_type_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.009s) 2022-11-23T01:58:43.4240683Z test_union_variable_can_be_reassigned (jit.test_union.TestUnion) ... ok (0.020s) 2022-11-23T01:58:43.4240902Z test_union_with_collections (jit.test_union.TestUnion) ... ok (0.028s) 2022-11-23T01:58:43.4241200Z test_union_with_dict_assignment (jit.test_union.TestUnion) ... ok (0.050s) 2022-11-23T01:58:43.4241366Z test_union_with_enum (jit.test_union.TestUnion) ... ok (0.029s) 2022-11-23T01:58:43.4242044Z test_union_with_list_assignment (jit.test_union.TestUnion) ... [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\frontend\ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[Tensor, int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-11-23T01:58:43.4242176Z File "", line 3 2022-11-23T01:58:43.4242187Z 2022-11-23T01:58:43.4242271Z def fn(): 2022-11-23T01:58:43.4242478Z x: Union[List[str], List[torch.Tensor]] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-11-23T01:58:43.4242634Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-11-23T01:58:43.4242796Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-11-23T01:58:43.4242913Z x.append(torch.tensor(3)) 2022-11-23T01:58:43.4243029Z (function emitListLiteral) 2022-11-23T01:58:43.4243619Z [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\frontend\ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[Tensor, int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-11-23T01:58:43.4243819Z File "", line 3 2022-11-23T01:58:43.4243830Z 2022-11-23T01:58:43.4243924Z def fn(): 2022-11-23T01:58:43.4244107Z x: Union[List[torch.Tensor], int] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-11-23T01:58:43.4244259Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-11-23T01:58:43.4244421Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-11-23T01:58:43.4244535Z x.append(torch.tensor(3)) 2022-11-23T01:58:43.4244649Z (function emitListLiteral) 2022-11-23T01:58:43.4244731Z ok (0.043s) 2022-11-23T01:58:43.4244916Z test_union_with_scalar_values (jit.test_union.TestUnion) ... ok (0.009s) 2022-11-23T01:58:43.4245115Z test_unions_of_a_single_argument_vanish (jit.test_union.TestUnion) ... ok (0.004s) 2022-11-23T01:58:43.4245311Z test_unions_of_unions_are_flattened (jit.test_union.TestUnion) ... ok (0.004s) 2022-11-23T01:58:43.4245555Z test_factory_ops_requires_grad_fail (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.006s) 2022-11-23T01:58:43.4245756Z test_init_ops (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.033s) 2022-11-23T01:58:43.4245964Z test_add_value_to_version_map (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-11-23T01:58:43.4246162Z test_aten_div_scalar_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.012s) 2022-11-23T01:58:43.4246491Z test_aten_div_tensor_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.009s) 2022-11-23T01:58:43.4246743Z test_aten_div_tensor_out_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.009s) 2022-11-23T01:58:43.4246933Z test_aten_full_at_4 (jit.test_upgraders.TestUpgraders) ... ok (0.010s) 2022-11-23T01:58:43.4247123Z test_aten_full_other_variants (jit.test_upgraders.TestUpgraders) ... ok (0.010s) 2022-11-23T01:58:43.4247315Z test_aten_full_out_at_4 (jit.test_upgraders.TestUpgraders) ... ok (0.013s) 2022-11-23T01:58:43.4247505Z test_aten_linspace (jit.test_upgraders.TestUpgraders) ... ok (0.006s) 2022-11-23T01:58:43.4247705Z test_aten_linspace_out (jit.test_upgraders.TestUpgraders) ... ok (0.009s) 2022-11-23T01:58:43.4247897Z test_aten_logspace (jit.test_upgraders.TestUpgraders) ... ok (0.008s) 2022-11-23T01:58:43.4248093Z test_aten_logspace_out (jit.test_upgraders.TestUpgraders) ... ok (0.008s) 2022-11-23T01:58:43.4248299Z test_aten_test_serialization (jit.test_upgraders.TestUpgraders) ... ok (0.011s) 2022-11-23T01:58:43.4248618Z test_populated_test_upgrader_graph (jit.test_upgraders.TestUpgraders) ... ok (0.006s) 2022-11-23T01:58:43.4248831Z test_populated_upgrader_graph (jit.test_upgraders.TestUpgraders) ... ok (0.018s) 2022-11-23T01:58:43.4248981Z test_warn (jit.test_warn.TestWarn) ... ok (0.007s) 2022-11-23T01:58:43.4249185Z test_warn_multiple_calls_multiple_warnings (jit.test_warn.TestWarn) ... ok (0.007s) 2022-11-23T01:58:43.4249389Z test_warn_multiple_calls_same_func_diff_stack (jit.test_warn.TestWarn) ... ok (0.020s) 2022-11-23T01:58:43.4249561Z test_warn_once_per_func (jit.test_warn.TestWarn) ... ok (0.019s) 2022-11-23T01:58:43.4249743Z test_warn_once_per_func_in_loop (jit.test_warn.TestWarn) ... ok (0.016s) 2022-11-23T01:58:43.4249905Z test_warn_only_once (jit.test_warn.TestWarn) ... ok (0.006s) 2022-11-23T01:58:43.4250084Z test_warn_only_once_in_loop_func (jit.test_warn.TestWarn) ... ok (0.010s) 2022-11-23T01:58:43.4250221Z test_with_as (jit.test_with.TestWith) 2022-11-23T01:58:43.4250414Z Check that with statements that use the 'as' keyword to bind expressions ... ok (0.142s) 2022-11-23T01:58:43.4250553Z test_with_errors (jit.test_with.TestWith) 2022-11-23T01:58:43.4250788Z Check that errors related to with-statements are detected and reported correctly. ... ok (0.060s) 2022-11-23T01:58:43.4250934Z test_with_exceptions (jit.test_with.TestWith) 2022-11-23T01:58:43.4251135Z Check that exceptions thrown in the bodies of with-statements are ... ok (0.062s) 2022-11-23T01:58:43.4251271Z test_with_no_as (jit.test_with.TestWith) 2022-11-23T01:58:43.4251553Z Check that with statements that do not use the 'as' keyword to bind expressions ... ok (0.185s) 2022-11-23T01:58:43.4251708Z test_with_no_grad (jit.test_with.TestWith) 2022-11-23T01:58:43.4251900Z Check that torch.no_grad() works. Most of these are adapted from ... ok (0.035s) 2022-11-23T01:58:43.4252054Z test_with_record_function (jit.test_with.TestWith) 2022-11-23T01:58:43.4252544Z Check that torch.autograd.profiler.record_function context manager is ... STAGE:2022-11-23 01:58:39 2160:4768 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:58:43.4252916Z STAGE:2022-11-23 01:58:39 2160:4768 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:58:43.4253293Z STAGE:2022-11-23 01:58:39 2160:4768 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:58:43.4253380Z ok (0.058s) 2022-11-23T01:58:43.4253390Z 2022-11-23T01:58:43.4253583Z ---------------------------------------------------------------------- 2022-11-23T01:58:43.4253687Z Ran 2529 tests in 336.343s 2022-11-23T01:58:43.4253694Z 2022-11-23T01:58:43.4253820Z OK (skipped=155, expected failures=2) 2022-11-23T01:58:43.4253831Z 2022-11-23T01:58:43.4253941Z Generating XML reports... 2022-11-23T01:58:43.4254266Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_alias_analysis.TestAliasAnalysis-20221123015302.xml 2022-11-23T01:58:43.4254547Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_async.TestAsync-20221123015302.xml 2022-11-23T01:58:43.4254830Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_aten_pow.TestAtenPow-20221123015302.xml 2022-11-23T01:58:43.4255126Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_autodiff.TestAutodiffJit-20221123015302.xml 2022-11-23T01:58:43.4255640Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing-20221123015302.xml 2022-11-23T01:58:43.4255956Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_batch_mm.TestBatchMM-20221123015302.xml 2022-11-23T01:58:43.4256256Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_builtins.TestBuiltins-20221123015302.xml 2022-11-23T01:58:43.4256628Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_cuda.TestCUDA-20221123015302.xml 2022-11-23T01:58:43.4256923Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_class_type.TestClassType-20221123015302.xml 2022-11-23T01:58:43.4257211Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_complex.TestComplex-20221123015302.xml 2022-11-23T01:58:43.4257551Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_custom_operators.TestCustomOperators-20221123015302.xml 2022-11-23T01:58:43.4257817Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_dce.TestDCE-20221123015302.xml 2022-11-23T01:58:43.4258129Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_dataclasses.TestDataclasses-20221123015302.xml 2022-11-23T01:58:43.4258449Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_device_analysis.TestDeviceAnalysis-20221123015302.xml 2022-11-23T01:58:43.4258726Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_list_dict.TestDict-20221123015302.xml 2022-11-23T01:58:43.4259046Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_dtype_analysis.TestDtypeAnalysis-20221123015302.xml 2022-11-23T01:58:43.4259314Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_enum.TestEnum-20221123015302.xml 2022-11-23T01:58:43.4259673Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_freezing.TestFreezing-20221123015302.xml 2022-11-23T01:58:43.4259949Z Generated XML report: test-reports\python-unittest\test_jit\TEST-TestFrontend-20221123015302.xml 2022-11-23T01:58:43.4260279Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_freezing.TestFrozenOptimizations-20221123015302.xml 2022-11-23T01:58:43.4260611Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_functional_blocks.TestFunctionalBlocks-20221123015302.xml 2022-11-23T01:58:43.4261001Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_convert_activation.TestFunctionalToInplaceActivation-20221123015302.xml 2022-11-23T01:58:43.4261302Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_attr.TestGetDefaultAttr-20221123015302.xml 2022-11-23T01:58:43.4261642Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_graph_rewrite_passes.TestGraphRewritePasses-20221123015302.xml 2022-11-23T01:58:43.4261913Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_hash.TestHash-20221123015302.xml 2022-11-23T01:58:43.4262191Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_hooks.TestHooks-20221123015302.xml 2022-11-23T01:58:43.4262498Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_ignorable_args.TestIgnorableArgs-20221123015302.xml 2022-11-23T01:58:43.4262886Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_convert_activation.TestInplaceToFunctionalActivation-20221123015302.xml 2022-11-23T01:58:43.4263189Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_isinstance.TestIsinstance-20221123015302.xml 2022-11-23T01:58:43.4263427Z Generated XML report: test-reports\python-unittest\test_jit\TEST-TestJit-20221123015302.xml 2022-11-23T01:58:43.4263702Z Generated XML report: test-reports\python-unittest\test_jit\TEST-TestJitGeneratedModule-20221123015302.xml 2022-11-23T01:58:43.4263993Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_jit_utils.TestJitUtils-20221123015302.xml 2022-11-23T01:58:43.4264267Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_list_dict.TestList-20221123015302.xml 2022-11-23T01:58:43.4264583Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_logging.TestLogging-20221123015302.xml 2022-11-23T01:58:43.4265138Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_freezing.TestMKLDNNReinplacing-20221123015302.xml 2022-11-23T01:58:43.4265415Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_misc.TestMisc-20221123015302.xml 2022-11-23T01:58:43.4265731Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_tracer.TestMixTracingScripting-20221123015302.xml 2022-11-23T01:58:43.4266009Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_models.TestModels-20221123015302.xml 2022-11-23T01:58:43.4266305Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_module_apis.TestModuleAPIs-20221123015302.xml 2022-11-23T01:58:43.4266638Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_module_containers.TestModuleContainers-20221123015302.xml 2022-11-23T01:58:43.4266962Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_module_interface.TestModuleInterface-20221123015302.xml 2022-11-23T01:58:43.4267256Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_modules.TestModules-20221123015302.xml 2022-11-23T01:58:43.4267551Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_list_dict.TestNamedTuple-20221123015302.xml 2022-11-23T01:58:43.4267898Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_op_decompositions.TestOpDecompositions-20221123015302.xml 2022-11-23T01:58:43.4268823Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo-20221123015302.xml 2022-11-23T01:58:43.4269221Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_parametrization.TestParametrization-20221123015302.xml 2022-11-23T01:58:43.4269515Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_peephole.TestPeephole-20221123015302.xml 2022-11-23T01:58:43.4269800Z Generated XML report: test-reports\python-unittest\test_jit\TEST-TestProducerVersion-20221123015302.xml 2022-11-23T01:58:43.4270094Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_profiler.TestProfiler-20221123015302.xml 2022-11-23T01:58:43.4270413Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_python_bindings.TestPythonBindings-20221123015302.xml 2022-11-23T01:58:43.4270743Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_python_builtins.TestPythonBuiltinOP-20221123015302.xml 2022-11-23T01:58:43.4271034Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_python_ir.TestPythonIr-20221123015302.xml 2022-11-23T01:58:43.4271361Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_recursive_script.TestRecursiveScript-20221123015302.xml 2022-11-23T01:58:43.4271677Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_remove_mutation.TestRemoveMutation-20221123015302.xml 2022-11-23T01:58:43.4271966Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_save_load.TestSaveLoad-20221123015302.xml 2022-11-23T01:58:43.4272318Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_save_load_for_op_version.TestSaveLoadForOpVersion-20221123015302.xml 2022-11-23T01:58:43.4272569Z Generated XML report: test-reports\python-unittest\test_jit\TEST-TestScript-20221123015302.xml 2022-11-23T01:58:43.4272845Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_list_dict.TestScriptDict-20221123015302.xml 2022-11-23T01:58:43.4273172Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_list_dict.TestScriptList-20221123015302.xml 2022-11-23T01:58:43.4273739Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation-20221123015302.xml 2022-11-23T01:58:43.4274073Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_script_profile.TestScriptProfile-20221123015302.xml 2022-11-23T01:58:43.4274464Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_slice.TestSlice-20221123015302.xml 2022-11-23T01:58:43.4274748Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_sparse.TestSparse-20221123015302.xml 2022-11-23T01:58:43.4275086Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_string_formatting.TestStringFormatting-20221123015302.xml 2022-11-23T01:58:43.4275445Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis-20221123015302.xml 2022-11-23T01:58:43.4275758Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_builtins.TestTensorBuiltins-20221123015302.xml 2022-11-23T01:58:43.4276088Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_tensor_creation_ops.TestTensorCreationOps-20221123015302.xml 2022-11-23T01:58:43.4276403Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_tensor_methods.TestTensorMethods-20221123015302.xml 2022-11-23T01:58:43.4276681Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_tracer.TestTracer-20221123015302.xml 2022-11-23T01:58:43.4276985Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_type_sharing.TestTypeSharing-20221123015302.xml 2022-11-23T01:58:43.4277301Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_types.TestTypesAndAnnotation-20221123015302.xml 2022-11-23T01:58:43.4278021Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_typing.TestTyping-20221123015302.xml 2022-11-23T01:58:43.4278338Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_union.TestUnion-20221123015302.xml 2022-11-23T01:58:43.4278658Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_unsupported_ops.TestUnsupportedOps-20221123015302.xml 2022-11-23T01:58:43.4278967Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_upgraders.TestUpgraders-20221123015302.xml 2022-11-23T01:58:43.4279233Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_warn.TestWarn-20221123015302.xml 2022-11-23T01:58:43.4279498Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_with.TestWith-20221123015302.xml 2022-11-23T01:58:43.4279790Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_backends.TestBackends-20221123015302.xml 2022-11-23T01:58:43.4280125Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_backends.TestBackendsWithCompiler-20221123015302.xml 2022-11-23T01:58:43.4280437Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_data_parallel.TestDataParallel-20221123015302.xml 2022-11-23T01:58:43.4280790Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_ignore_context_manager.TestIgnoreContextManager-20221123015302.xml 2022-11-23T01:58:43.4281102Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_backend_nnapi.TestNnapiBackend-20221123015302.xml 2022-11-23T01:58:43.4281416Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20221123015302.xml 2022-11-23T01:58:43.4281780Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_torchbind.TestTorchbind-20221123015302.xml 2022-11-23T01:58:43.4281797Z 2022-11-23T01:58:43.4282274Z ##[endgroup] 2022-11-23T01:58:43.4282576Z FINISHED PRINTING LOG FILE of test_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_frcmn4ih) 2022-11-23T01:58:43.4282585Z 2022-11-23T01:58:47.9907887Z Running test_mkldnn_fusion ... [2022-11-23 01:58:47.989977] 2022-11-23T01:58:47.9916153Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_mkldnn_fusion.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:58:47.991366] 2022-11-23T01:58:47.9918679Z Ignoring disabled issues: [] 2022-11-23T02:01:10.4574101Z 2022-11-23T02:01:10.4574768Z Expand the folded group to see the log file of test_mkldnn_fusion 2022-11-23T02:01:10.4576394Z ##[group]PRINTING LOG FILE of test_mkldnn_fusion (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkldnn_fusion_0mdjmu8a) 2022-11-23T02:01:10.4577075Z 2022-11-23T02:01:10.4577265Z Running tests... 2022-11-23T02:01:10.4577897Z ---------------------------------------------------------------------- 2022-11-23T02:01:10.4578748Z Test results will be stored in test-reports\python-unittest\test_mkldnn_fusion 2022-11-23T02:01:10.4579747Z test_conv_binary_fusion_ops (__main__.TestMkldnnFusion) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:01:10.4580854Z test_conv_unary_fusion_nnc (__main__.TestMkldnnFusion) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:01:10.4581746Z test_conv_unary_fusion_ops (__main__.TestMkldnnFusion) ... ok (114.145s) 2022-11-23T02:01:10.4582469Z test_linear_binary_fusion_ops (__main__.TestMkldnnFusion) ... ok (0.039s) 2022-11-23T02:01:10.4583201Z test_linear_unary_fusion_ops (__main__.TestMkldnnFusion) ... ok (0.050s) 2022-11-23T02:01:10.4583900Z test_single_conv (__main__.TestMkldnnFusion) ... ok (2.671s) 2022-11-23T02:01:10.4584593Z test_unsupported_conv (__main__.TestMkldnnFusion) ... ok (21.009s) 2022-11-23T02:01:10.4584991Z 2022-11-23T02:01:10.4585357Z ---------------------------------------------------------------------- 2022-11-23T02:01:10.4585933Z Ran 7 tests in 138.016s 2022-11-23T02:01:10.4587377Z 2022-11-23T02:01:10.4587627Z OK (skipped=2) 2022-11-23T02:01:10.4587874Z 2022-11-23T02:01:10.4588106Z Generating XML reports... 2022-11-23T02:01:10.4588994Z Generated XML report: test-reports\python-unittest\test_mkldnn_fusion\TEST-TestMkldnnFusion-20221123015851.xml 2022-11-23T02:01:10.4589628Z 2022-11-23T02:01:10.4590189Z ##[endgroup] 2022-11-23T02:01:10.4591044Z FINISHED PRINTING LOG FILE of test_mkldnn_fusion (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkldnn_fusion_0mdjmu8a) 2022-11-23T02:01:10.4591708Z 2022-11-23T02:01:15.2175850Z Running test_matmul_cuda ... [2022-11-23 02:01:15.210282] 2022-11-23T02:01:15.2183057Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_matmul_cuda.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:01:15.210282] 2022-11-23T02:01:15.2185365Z Ignoring disabled issues: [] 2022-11-23T02:05:51.3032216Z 2022-11-23T02:05:51.3036325Z Expand the folded group to see the log file of test_matmul_cuda 2022-11-23T02:05:51.3038080Z ##[group]PRINTING LOG FILE of test_matmul_cuda (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_matmul_cuda_exqrli03) 2022-11-23T02:05:51.3038792Z 2022-11-23T02:05:51.3038984Z Running tests... 2022-11-23T02:05:51.3039562Z ---------------------------------------------------------------------- 2022-11-23T02:05:51.3040341Z Test results will be stored in test-reports\python-unittest\test_matmul_cuda 2022-11-23T02:05:51.3041463Z test_cublas_addmm_size_10000_cuda_bfloat16 (__main__.TestMatmulCudaCUDA) ... ok (26.272s) 2022-11-23T02:05:51.3042354Z test_cublas_addmm_size_10000_cuda_float16 (__main__.TestMatmulCudaCUDA) ... ok (32.825s) 2022-11-23T02:05:51.3043236Z test_cublas_addmm_size_10000_cuda_float32 (__main__.TestMatmulCudaCUDA) ... ok (20.510s) 2022-11-23T02:05:51.3044153Z test_cublas_addmm_size_1000_cuda_bfloat16 (__main__.TestMatmulCudaCUDA) ... ok (0.134s) 2022-11-23T02:05:51.3045054Z test_cublas_addmm_size_1000_cuda_float16 (__main__.TestMatmulCudaCUDA) ... ok (0.253s) 2022-11-23T02:05:51.3045892Z test_cublas_addmm_size_1000_cuda_float32 (__main__.TestMatmulCudaCUDA) ... ok (0.113s) 2022-11-23T02:05:51.3046728Z test_cublas_addmm_size_100_cuda_bfloat16 (__main__.TestMatmulCudaCUDA) ... ok (0.006s) 2022-11-23T02:05:51.3047534Z test_cublas_addmm_size_100_cuda_float16 (__main__.TestMatmulCudaCUDA) ... ok (0.019s) 2022-11-23T02:05:51.3048664Z test_cublas_addmm_size_100_cuda_float32 (__main__.TestMatmulCudaCUDA) ... ok (0.006s) 2022-11-23T02:05:51.3049552Z test_cublas_baddbmm_large_input_1_10000_10000_10000_cuda_bfloat16 (__main__.TestMatmulCudaCUDA) ... ok (47.061s) 2022-11-23T02:05:51.3050505Z test_cublas_baddbmm_large_input_1_10000_10000_10000_cuda_float16 (__main__.TestMatmulCudaCUDA) ... ok (48.078s) 2022-11-23T02:05:51.3051518Z test_cublas_baddbmm_large_input_1_10000_10000_10000_cuda_float32 (__main__.TestMatmulCudaCUDA) ... ok (46.544s) 2022-11-23T02:05:51.3052430Z test_cublas_baddbmm_large_input_1_10000_1000_10000_cuda_bfloat16 (__main__.TestMatmulCudaCUDA) ... ok (16.421s) 2022-11-23T02:05:51.3053347Z test_cublas_baddbmm_large_input_1_10000_1000_10000_cuda_float16 (__main__.TestMatmulCudaCUDA) ... ok (16.511s) 2022-11-23T02:05:51.3054230Z test_cublas_baddbmm_large_input_1_10000_1000_10000_cuda_float32 (__main__.TestMatmulCudaCUDA) ... ok (15.246s) 2022-11-23T02:05:51.3055138Z test_cublas_baddbmm_large_input_2_1000_1000_1000_cuda_bfloat16 (__main__.TestMatmulCudaCUDA) ... ok (0.382s) 2022-11-23T02:05:51.3056036Z test_cublas_baddbmm_large_input_2_1000_1000_1000_cuda_float16 (__main__.TestMatmulCudaCUDA) ... ok (0.397s) 2022-11-23T02:05:51.3056934Z test_cublas_baddbmm_large_input_2_1000_1000_1000_cuda_float32 (__main__.TestMatmulCudaCUDA) ... ok (0.366s) 2022-11-23T02:05:51.3057890Z test_cublas_baddbmm_large_input_2_100_100_100_cuda_bfloat16 (__main__.TestMatmulCudaCUDA) ... ok (0.006s) 2022-11-23T02:05:51.3059103Z test_cublas_baddbmm_large_input_2_100_100_100_cuda_float16 (__main__.TestMatmulCudaCUDA) ... ok (0.021s) 2022-11-23T02:05:51.3060020Z test_cublas_baddbmm_large_input_2_100_100_100_cuda_float32 (__main__.TestMatmulCudaCUDA) ... ok (0.008s) 2022-11-23T02:05:51.3060494Z 2022-11-23T02:05:51.3060851Z ---------------------------------------------------------------------- 2022-11-23T02:05:51.3061468Z Ran 21 tests in 271.172s 2022-11-23T02:05:51.3061767Z 2022-11-23T02:05:51.3061910Z OK 2022-11-23T02:05:51.3062140Z 2022-11-23T02:05:51.3062363Z Generating XML reports... 2022-11-23T02:05:51.3063232Z Generated XML report: test-reports\python-unittest\test_matmul_cuda\TEST-TestMatmulCudaCUDA-20221123020119.xml 2022-11-23T02:05:51.3063853Z 2022-11-23T02:05:51.3064416Z ##[endgroup] 2022-11-23T02:05:51.3065237Z FINISHED PRINTING LOG FILE of test_matmul_cuda (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_matmul_cuda_exqrli03) 2022-11-23T02:05:51.3065885Z 2022-11-23T02:05:56.0083453Z Running test_foreach ... [2022-11-23 02:05:56.007726] 2022-11-23T02:05:56.0090621Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_foreach.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:05:56.007726] 2022-11-23T02:05:56.0093278Z Ignoring disabled issues: [] 2022-11-23T02:06:07.1091527Z 2022-11-23T02:06:07.1092067Z Expand the folded group to see the log file of test_binary_ufuncs 2022-11-23T02:06:07.1092998Z ##[group]PRINTING LOG FILE of test_binary_ufuncs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_binary_ufuncs_25x00aj2) 2022-11-23T02:06:07.1211451Z 2022-11-23T02:06:07.1211807Z Running tests... 2022-11-23T02:06:07.1212474Z ---------------------------------------------------------------------- 2022-11-23T02:06:07.1213274Z Test results will be stored in test-reports\python-unittest\test_binary_ufuncs 2022-11-23T02:06:07.1216418Z test___add___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (1.757s) 2022-11-23T02:06:07.1217351Z test___add___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1218244Z test___add___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1219116Z test___add___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1219959Z test___add___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1221120Z test___add___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1221978Z test___add___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1222826Z test___add___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1223652Z test___and___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1224543Z test___and___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1225398Z test___and___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1226246Z test___and___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1227093Z test___and___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1227927Z test___and___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1228776Z test___and___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1229638Z test___and___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1230457Z test___eq___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1231312Z test___eq___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1232381Z test___eq___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1233246Z test___eq___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1234103Z test___eq___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1234955Z test___eq___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1235790Z test___eq___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1236631Z test___eq___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1237509Z test___floordiv___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1238418Z test___floordiv___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1239311Z test___floordiv___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1240208Z test___floordiv___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1241090Z test___floordiv___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1241932Z test___floordiv___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1242827Z test___floordiv___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1243696Z test___floordiv___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.1244567Z test___ge___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1245429Z test___ge___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1246272Z test___ge___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1247138Z test___ge___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1249347Z test___ge___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1250213Z test___ge___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1251055Z test___ge___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.1252111Z test___ge___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1252960Z test___gt___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1253818Z test___gt___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1254675Z test___gt___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1255488Z test___gt___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1256348Z test___gt___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1257178Z test___gt___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.1258024Z test___gt___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1258872Z test___gt___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1259731Z test___iadd___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1260604Z test___iadd___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1261456Z test___iadd___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1262324Z test___iadd___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1263367Z test___iadd___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.1264246Z test___iadd___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1265098Z test___iadd___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1265966Z test___iadd___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1266832Z test___iand___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1267672Z test___iand___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1268547Z test___iand___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.1269416Z test___iand___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1270263Z test___iand___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1271128Z test___iand___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1271988Z test___iand___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1272836Z test___iand___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1273704Z test___ifloordiv___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1274628Z test___ifloordiv___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1275512Z test___ifloordiv___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1276403Z test___ifloordiv___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1277301Z test___ifloordiv___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1278193Z test___ifloordiv___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1279079Z test___ifloordiv___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1279939Z test___ifloordiv___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1281073Z test___ilshift___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1281954Z test___ilshift___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1282830Z test___ilshift___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1283690Z test___ilshift___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1284633Z test___ilshift___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1285533Z test___ilshift___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1286387Z test___ilshift___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1287254Z test___ilshift___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1288114Z test___imod___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1289004Z test___imod___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1289857Z test___imod___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1290702Z test___imod___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1291538Z test___imod___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1292529Z test___imod___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1293393Z test___imod___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1294233Z test___imod___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1295089Z test___imul___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1295963Z test___imul___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1296807Z test___imul___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1297650Z test___imul___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1298482Z test___imul___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1299328Z test___imul___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1300166Z test___imul___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1300992Z test___imul___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1301842Z test___ior___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1302701Z test___ior___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.1303518Z test___ior___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1304349Z test___ior___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1305185Z test___ior___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1306019Z test___ior___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1306871Z test___ior___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1307720Z test___ior___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1308569Z test___ipow___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.1309409Z test___ipow___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1310481Z test___ipow___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1311325Z test___ipow___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1312167Z test___ipow___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1313004Z test___ipow___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1313837Z test___ipow___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1314694Z test___ipow___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.1315537Z test___irshift___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1316410Z test___irshift___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1317315Z test___irshift___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1318184Z test___irshift___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1319040Z test___irshift___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1319905Z test___irshift___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1320753Z test___irshift___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.1321773Z test___irshift___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1322663Z test___isub___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1323529Z test___isub___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1324379Z test___isub___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1325228Z test___isub___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1326089Z test___isub___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.1326898Z test___isub___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1327728Z test___isub___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1328592Z test___isub___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1329460Z test___itruediv___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1330347Z test___itruediv___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1331248Z test___itruediv___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1332138Z test___itruediv___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1332986Z test___itruediv___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1333864Z test___itruediv___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1334720Z test___itruediv___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1335602Z test___itruediv___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1336457Z test___ixor___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1337313Z test___ixor___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1338170Z test___ixor___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1339193Z test___ixor___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1340050Z test___ixor___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1340892Z test___ixor___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1341721Z test___ixor___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1342566Z test___ixor___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1343430Z test___le___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1344256Z test___le___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1345093Z test___le___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1345938Z test___le___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1346794Z test___le___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1347624Z test___le___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1348459Z test___le___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1349311Z test___le___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1350295Z test___lshift___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1351202Z test___lshift___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1352065Z test___lshift___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1352914Z test___lshift___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1353776Z test___lshift___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1354633Z test___lshift___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1355483Z test___lshift___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1356307Z test___lshift___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1357172Z test___lt___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1358014Z test___lt___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1358850Z test___lt___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1359686Z test___lt___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1360529Z test___lt___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1361375Z test___lt___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1362182Z test___lt___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1363002Z test___lt___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1363855Z test___matmul___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1364727Z test___matmul___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1365587Z test___matmul___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1366449Z test___matmul___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1367281Z test___matmul___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1368329Z test___matmul___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.1369203Z test___matmul___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1370054Z test___matmul___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1370901Z test___mod___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1371754Z test___mod___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1372593Z test___mod___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1373406Z test___mod___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1374266Z test___mod___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1375112Z test___mod___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1375956Z test___mod___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1376798Z test___mod___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1377638Z test___mul___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1378479Z test___mul___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1379475Z test___mul___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1380332Z test___mul___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1381207Z test___mul___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1382046Z test___mul___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1382894Z test___mul___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1383717Z test___mul___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1384537Z test___ne___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1385398Z test___ne___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1386241Z test___ne___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1387165Z test___ne___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1388116Z test___ne___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1388961Z test___ne___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1389803Z test___ne___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.1390626Z test___ne___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1391467Z test___or___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1392302Z test___or___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1393154Z test___or___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1393982Z test___or___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1394816Z test___or___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1395665Z test___or___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1396478Z test___or___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1397518Z test___or___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1398376Z test___pow___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1399224Z test___pow___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1400071Z test___pow___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1400907Z test___pow___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1401730Z test___pow___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1402577Z test___pow___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1403414Z test___pow___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1404273Z test___pow___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1405125Z test___radd___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1405989Z test___radd___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1406836Z test___radd___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1407648Z test___radd___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1408654Z test___radd___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1409511Z test___radd___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1410338Z test___radd___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1411167Z test___radd___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1412037Z test___rand___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1412901Z test___rand___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1413737Z test___rand___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.1414585Z test___rand___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1415446Z test___rand___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1416283Z test___rand___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1417120Z test___rand___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1417971Z test___rand___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1418829Z test___rfloordiv___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1419721Z test___rfloordiv___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1420620Z test___rfloordiv___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1421506Z test___rfloordiv___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1422381Z test___rfloordiv___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1423259Z test___rfloordiv___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1424148Z test___rfloordiv___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1425006Z test___rfloordiv___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1426929Z test___rlshift___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1427822Z test___rlshift___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1428707Z test___rlshift___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1429570Z test___rlshift___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1430445Z test___rlshift___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1431326Z test___rlshift___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1432158Z test___rlshift___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1433037Z test___rlshift___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1433916Z test___rmatmul___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1434802Z test___rmatmul___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1435675Z test___rmatmul___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1436548Z test___rmatmul___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1437409Z test___rmatmul___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1438413Z test___rmatmul___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1439306Z test___rmatmul___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1440172Z test___rmatmul___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1441046Z test___rmod___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1441928Z test___rmod___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1442775Z test___rmod___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1443623Z test___rmod___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1444453Z test___rmod___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1445325Z test___rmod___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1446155Z test___rmod___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1447015Z test___rmod___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1447872Z test___rmul___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1448733Z test___rmul___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1449551Z test___rmul___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1450382Z test___rmul___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1451224Z test___rmul___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1452062Z test___rmul___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1452887Z test___rmul___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1453723Z test___rmul___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1454579Z test___ror___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1455412Z test___ror___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1456471Z test___ror___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1457306Z test___ror___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1458130Z test___ror___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1458969Z test___ror___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1459817Z test___ror___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1460671Z test___ror___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1461487Z test___rpow___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1462365Z test___rpow___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1463227Z test___rpow___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1464081Z test___rpow___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1464928Z test___rpow___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1465760Z test___rpow___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1466578Z test___rpow___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1467577Z test___rpow___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1468468Z test___rrshift___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1469351Z test___rrshift___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.1470239Z test___rrshift___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1471112Z test___rrshift___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1471973Z test___rrshift___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1472808Z test___rrshift___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1473669Z test___rrshift___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1474558Z test___rrshift___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1475427Z test___rshift___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1476277Z test___rshift___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1477140Z test___rshift___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1478019Z test___rshift___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1478854Z test___rshift___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1479714Z test___rshift___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1480571Z test___rshift___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1481469Z test___rshift___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1482318Z test___rsub___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1483163Z test___rsub___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1484003Z test___rsub___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1484998Z test___rsub___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1485868Z test___rsub___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1486705Z test___rsub___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1487538Z test___rsub___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1488386Z test___rsub___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1489405Z test___rtruediv___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1490334Z test___rtruediv___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1491229Z test___rtruediv___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1492108Z test___rtruediv___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1492985Z test___rtruediv___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1493844Z test___rtruediv___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1494710Z test___rtruediv___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1495644Z test___rtruediv___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1496758Z test___rxor___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1497649Z test___rxor___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1498507Z test___rxor___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1499371Z test___rxor___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1500230Z test___rxor___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1501070Z test___rxor___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1501911Z test___rxor___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1502852Z test___rxor___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.1503754Z test___sub___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1504620Z test___sub___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1505465Z test___sub___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1506308Z test___sub___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1507142Z test___sub___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1507978Z test___sub___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1508867Z test___sub___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1509793Z test___sub___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1510637Z test___truediv___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1511515Z test___truediv___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1512393Z test___truediv___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1513272Z test___truediv___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1514339Z test___truediv___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1515269Z test___truediv___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1516227Z test___truediv___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1517107Z test___truediv___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1517984Z test___xor___not_implemented_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1518844Z test___xor___not_implemented_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1519685Z test___xor___not_implemented_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1520507Z test___xor___not_implemented_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1521329Z test___xor___not_implemented_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1522221Z test___xor___not_implemented_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1523176Z test___xor___not_implemented_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1524017Z test___xor___not_implemented_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.1524846Z test_add_broadcast_empty_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (1.078s) 2022-11-23T02:06:07.1525603Z test_add_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.366s) 2022-11-23T02:06:07.1526509Z test_add_with_tail_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.778s) 2022-11-23T02:06:07.1527349Z test_addcmul_scalars_as_floats_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1528158Z test_addsub_half_tensor_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1528977Z test_atan2_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1529818Z test_atan2_edgecases_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T02:06:07.1530647Z test_batch_vs_slicing___radd___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1531473Z test_batch_vs_slicing___radd___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1532339Z test_batch_vs_slicing___radd___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1533219Z test_batch_vs_slicing___radd___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1534091Z test_batch_vs_slicing___radd___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1534956Z test_batch_vs_slicing___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.1535872Z test_batch_vs_slicing___radd___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1536828Z test_batch_vs_slicing___radd___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1537651Z test_batch_vs_slicing___radd___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1538507Z test_batch_vs_slicing___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.1539343Z test_batch_vs_slicing___radd___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1540182Z test_batch_vs_slicing___radd___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1541028Z test_batch_vs_slicing___rand___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1541925Z test_batch_vs_slicing___rand___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1542857Z test_batch_vs_slicing___rand___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1543688Z test_batch_vs_slicing___rand___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1544736Z test_batch_vs_slicing___rand___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1545591Z test_batch_vs_slicing___rand___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1546448Z test_batch_vs_slicing___rdiv___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1547299Z test_batch_vs_slicing___rdiv___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1548178Z test_batch_vs_slicing___rdiv___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1549116Z test_batch_vs_slicing___rdiv___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1550072Z test_batch_vs_slicing___rdiv___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1550950Z test_batch_vs_slicing___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.1551848Z test_batch_vs_slicing___rdiv___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1552722Z test_batch_vs_slicing___rdiv___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.1553591Z test_batch_vs_slicing___rdiv___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1554418Z test_batch_vs_slicing___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1555333Z test_batch_vs_slicing___rdiv___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.1556442Z test_batch_vs_slicing___rdiv___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1557355Z test_batch_vs_slicing___rmod___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.1558204Z test_batch_vs_slicing___rmod___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1559104Z test_batch_vs_slicing___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.1559981Z test_batch_vs_slicing___rmod___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1560823Z test_batch_vs_slicing___rmod___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.1561628Z test_batch_vs_slicing___rmod___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1562573Z test_batch_vs_slicing___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.1563202Z test_batch_vs_slicing___rmod___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1563648Z test_batch_vs_slicing___rmod___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1564081Z test_batch_vs_slicing___rmul___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1564518Z test_batch_vs_slicing___rmul___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1564979Z test_batch_vs_slicing___rmul___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1565421Z test_batch_vs_slicing___rmul___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1565866Z test_batch_vs_slicing___rmul___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1566306Z test_batch_vs_slicing___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1566755Z test_batch_vs_slicing___rmul___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1567187Z test_batch_vs_slicing___rmul___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1567614Z test_batch_vs_slicing___rmul___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1568021Z test_batch_vs_slicing___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1568594Z test_batch_vs_slicing___rmul___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1569138Z test_batch_vs_slicing___rmul___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1569577Z test_batch_vs_slicing___ror___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1570087Z test_batch_vs_slicing___ror___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1570699Z test_batch_vs_slicing___ror___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.1571129Z test_batch_vs_slicing___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1571531Z test_batch_vs_slicing___ror___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1571957Z test_batch_vs_slicing___ror___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1572816Z test_batch_vs_slicing___rpow___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:849: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-11-23T02:06:07.1573718Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T02:06:07.1574021Z ok (0.006s) 2022-11-23T02:06:07.1574367Z test_batch_vs_slicing___rpow___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1574941Z test_batch_vs_slicing___rpow___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1575403Z test_batch_vs_slicing___rpow___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1575847Z test_batch_vs_slicing___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1576387Z test_batch_vs_slicing___rpow___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1576841Z test_batch_vs_slicing___rpow___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1577371Z test_batch_vs_slicing___rpow___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1578175Z test_batch_vs_slicing___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.1578921Z test_batch_vs_slicing___rpow___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1579662Z test_batch_vs_slicing___rpow___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.1580408Z test_batch_vs_slicing___rsub___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1581167Z test_batch_vs_slicing___rsub___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1581983Z test_batch_vs_slicing___rsub___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1582776Z test_batch_vs_slicing___rsub___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1583255Z test_batch_vs_slicing___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1583798Z test_batch_vs_slicing___rsub___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1584231Z test_batch_vs_slicing___rsub___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1584813Z test_batch_vs_slicing___rsub___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1585255Z test_batch_vs_slicing___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1585687Z test_batch_vs_slicing___rsub___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1586119Z test_batch_vs_slicing___rsub___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1586684Z test_batch_vs_slicing___rxor___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1587114Z test_batch_vs_slicing___rxor___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1587539Z test_batch_vs_slicing___rxor___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1587941Z test_batch_vs_slicing___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1588360Z test_batch_vs_slicing___rxor___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1588794Z test_batch_vs_slicing___rxor___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1589231Z test_batch_vs_slicing_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1589662Z test_batch_vs_slicing_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1590110Z test_batch_vs_slicing_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.1591111Z test_batch_vs_slicing_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_creation.py:151: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-11-23T02:06:07.1592075Z result = torch.empty(shape, device=device, dtype=dtype) 2022-11-23T02:06:07.1592367Z ok (0.003s) 2022-11-23T02:06:07.1592799Z test_batch_vs_slicing_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1593257Z test_batch_vs_slicing_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1593692Z test_batch_vs_slicing_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1594127Z test_batch_vs_slicing_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1594563Z test_batch_vs_slicing_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1594971Z test_batch_vs_slicing_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1595396Z test_batch_vs_slicing_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1595813Z test_batch_vs_slicing_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1596239Z test_batch_vs_slicing_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1596675Z test_batch_vs_slicing_atan2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1597113Z test_batch_vs_slicing_atan2_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1597548Z test_batch_vs_slicing_atan2_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1598068Z test_batch_vs_slicing_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1598507Z test_batch_vs_slicing_atan2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1598935Z test_batch_vs_slicing_atan2_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1599532Z test_batch_vs_slicing_atan2_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1599965Z test_batch_vs_slicing_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1600396Z test_batch_vs_slicing_atan2_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.1600825Z test_batch_vs_slicing_atan2_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1601244Z test_batch_vs_slicing_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1601692Z test_batch_vs_slicing_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1602241Z test_batch_vs_slicing_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1602682Z test_batch_vs_slicing_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1603125Z test_batch_vs_slicing_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1603572Z test_batch_vs_slicing_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1604014Z test_batch_vs_slicing_bitwise_left_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1604476Z test_batch_vs_slicing_bitwise_left_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1604941Z test_batch_vs_slicing_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1605500Z test_batch_vs_slicing_bitwise_left_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1605974Z test_batch_vs_slicing_bitwise_left_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1606517Z test_batch_vs_slicing_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1607062Z test_batch_vs_slicing_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1607488Z test_batch_vs_slicing_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1608013Z test_batch_vs_slicing_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1608463Z test_batch_vs_slicing_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1608905Z test_batch_vs_slicing_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1609368Z test_batch_vs_slicing_bitwise_right_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1609845Z test_batch_vs_slicing_bitwise_right_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1610311Z test_batch_vs_slicing_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1610760Z test_batch_vs_slicing_bitwise_right_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1611231Z test_batch_vs_slicing_bitwise_right_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.1611690Z test_batch_vs_slicing_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1612139Z test_batch_vs_slicing_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1612682Z test_batch_vs_slicing_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.1613130Z test_batch_vs_slicing_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1613639Z test_batch_vs_slicing_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1614179Z test_batch_vs_slicing_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.1614634Z test_batch_vs_slicing_clamp_max_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1615082Z test_batch_vs_slicing_clamp_max_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1615532Z test_batch_vs_slicing_clamp_max_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.1615980Z test_batch_vs_slicing_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1616420Z test_batch_vs_slicing_clamp_max_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1616869Z test_batch_vs_slicing_clamp_max_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1617394Z test_batch_vs_slicing_clamp_max_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1617824Z test_batch_vs_slicing_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1618279Z test_batch_vs_slicing_clamp_max_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1619058Z test_batch_vs_slicing_clamp_max_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1619895Z test_batch_vs_slicing_clamp_min_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1620659Z test_batch_vs_slicing_clamp_min_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1621527Z test_batch_vs_slicing_clamp_min_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1622291Z test_batch_vs_slicing_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1623056Z test_batch_vs_slicing_clamp_min_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1623549Z test_batch_vs_slicing_clamp_min_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1623994Z test_batch_vs_slicing_clamp_min_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1624432Z test_batch_vs_slicing_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1624861Z test_batch_vs_slicing_clamp_min_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1625408Z test_batch_vs_slicing_clamp_min_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1625844Z test_batch_vs_slicing_complex_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1626293Z test_batch_vs_slicing_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1626733Z test_batch_vs_slicing_complex_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1627347Z test_batch_vs_slicing_copysign_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1627810Z test_batch_vs_slicing_copysign_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1628349Z test_batch_vs_slicing_copysign_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1628885Z test_batch_vs_slicing_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1629341Z test_batch_vs_slicing_copysign_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1629790Z test_batch_vs_slicing_copysign_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1630236Z test_batch_vs_slicing_copysign_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1630670Z test_batch_vs_slicing_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.1631109Z test_batch_vs_slicing_copysign_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1631551Z test_batch_vs_slicing_copysign_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1631989Z test_batch_vs_slicing_div_floor_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1632469Z test_batch_vs_slicing_div_floor_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1632948Z test_batch_vs_slicing_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1633419Z test_batch_vs_slicing_div_floor_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1633889Z test_batch_vs_slicing_div_floor_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1634437Z test_batch_vs_slicing_div_floor_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1635028Z test_batch_vs_slicing_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1635533Z test_batch_vs_slicing_div_floor_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1636107Z test_batch_vs_slicing_div_floor_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1636589Z test_batch_vs_slicing_div_no_rounding_mode_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1637068Z test_batch_vs_slicing_div_no_rounding_mode_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1637555Z test_batch_vs_slicing_div_no_rounding_mode_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1638047Z test_batch_vs_slicing_div_no_rounding_mode_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.638s) 2022-11-23T02:06:07.1638525Z test_batch_vs_slicing_div_no_rounding_mode_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1638986Z test_batch_vs_slicing_div_no_rounding_mode_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1639458Z test_batch_vs_slicing_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1639922Z test_batch_vs_slicing_div_no_rounding_mode_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.1640396Z test_batch_vs_slicing_div_no_rounding_mode_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1640942Z test_batch_vs_slicing_div_no_rounding_mode_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1641426Z test_batch_vs_slicing_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1641992Z test_batch_vs_slicing_div_no_rounding_mode_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1642464Z test_batch_vs_slicing_div_no_rounding_mode_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1643013Z test_batch_vs_slicing_div_trunc_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1643567Z test_batch_vs_slicing_div_trunc_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1644042Z test_batch_vs_slicing_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1644509Z test_batch_vs_slicing_div_trunc_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1644980Z test_batch_vs_slicing_div_trunc_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1645446Z test_batch_vs_slicing_div_trunc_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1645901Z test_batch_vs_slicing_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1646345Z test_batch_vs_slicing_div_trunc_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1646811Z test_batch_vs_slicing_div_trunc_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1647264Z test_batch_vs_slicing_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1647694Z test_batch_vs_slicing_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1648135Z test_batch_vs_slicing_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1648577Z test_batch_vs_slicing_eq_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1649111Z test_batch_vs_slicing_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1649537Z test_batch_vs_slicing_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1650144Z test_batch_vs_slicing_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1650677Z test_batch_vs_slicing_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1651103Z test_batch_vs_slicing_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.1651524Z test_batch_vs_slicing_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1651938Z test_batch_vs_slicing_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1652333Z test_batch_vs_slicing_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1652757Z test_batch_vs_slicing_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1653203Z test_batch_vs_slicing_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1653660Z test_batch_vs_slicing_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1654128Z test_batch_vs_slicing_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1654597Z test_batch_vs_slicing_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1655059Z test_batch_vs_slicing_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1655491Z test_batch_vs_slicing_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1656012Z test_batch_vs_slicing_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1656583Z test_batch_vs_slicing_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1657028Z test_batch_vs_slicing_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1657560Z test_batch_vs_slicing_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1658110Z test_batch_vs_slicing_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1658562Z test_batch_vs_slicing_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1659024Z test_batch_vs_slicing_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:06:07.1659508Z test_batch_vs_slicing_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1660012Z test_batch_vs_slicing_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.1660462Z test_batch_vs_slicing_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1660918Z test_batch_vs_slicing_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1661362Z test_batch_vs_slicing_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1661806Z test_batch_vs_slicing_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1662238Z test_batch_vs_slicing_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1662679Z test_batch_vs_slicing_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1663121Z test_batch_vs_slicing_fmax_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1663640Z test_batch_vs_slicing_fmax_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1664101Z test_batch_vs_slicing_fmax_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1664543Z test_batch_vs_slicing_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1665137Z test_batch_vs_slicing_fmax_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1665680Z test_batch_vs_slicing_fmax_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1666108Z test_batch_vs_slicing_fmax_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1666531Z test_batch_vs_slicing_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1666961Z test_batch_vs_slicing_fmax_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1667390Z test_batch_vs_slicing_fmax_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1667826Z test_batch_vs_slicing_fmin_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1668241Z test_batch_vs_slicing_fmin_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1668683Z test_batch_vs_slicing_fmin_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1669120Z test_batch_vs_slicing_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1669552Z test_batch_vs_slicing_fmin_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1669984Z test_batch_vs_slicing_fmin_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1670408Z test_batch_vs_slicing_fmin_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1670904Z test_batch_vs_slicing_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1671335Z test_batch_vs_slicing_fmin_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1671837Z test_batch_vs_slicing_fmin_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1672461Z test_batch_vs_slicing_fmod_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.1672901Z test_batch_vs_slicing_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1673334Z test_batch_vs_slicing_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1673768Z test_batch_vs_slicing_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1674183Z test_batch_vs_slicing_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1674611Z test_batch_vs_slicing_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1675033Z test_batch_vs_slicing_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1675465Z test_batch_vs_slicing_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1675891Z test_batch_vs_slicing_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1676314Z test_batch_vs_slicing_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.274s) 2022-11-23T02:06:07.1676742Z test_batch_vs_slicing_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.281s) 2022-11-23T02:06:07.1677147Z test_batch_vs_slicing_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.332s) 2022-11-23T02:06:07.1677571Z test_batch_vs_slicing_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.311s) 2022-11-23T02:06:07.1677997Z test_batch_vs_slicing_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.413s) 2022-11-23T02:06:07.1678539Z test_batch_vs_slicing_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.1678971Z test_batch_vs_slicing_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1679568Z test_batch_vs_slicing_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1679986Z test_batch_vs_slicing_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1680414Z test_batch_vs_slicing_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1680842Z test_batch_vs_slicing_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1681356Z test_batch_vs_slicing_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1681772Z test_batch_vs_slicing_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1682187Z test_batch_vs_slicing_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1682643Z test_batch_vs_slicing_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1683052Z test_batch_vs_slicing_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.1683478Z test_batch_vs_slicing_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1683908Z test_batch_vs_slicing_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1684335Z test_batch_vs_slicing_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1684757Z test_batch_vs_slicing_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1685183Z test_batch_vs_slicing_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1685715Z test_batch_vs_slicing_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1686116Z test_batch_vs_slicing_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1686628Z test_batch_vs_slicing_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1687150Z test_batch_vs_slicing_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1687671Z test_batch_vs_slicing_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1688141Z test_batch_vs_slicing_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1688590Z test_batch_vs_slicing_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.1689023Z test_batch_vs_slicing_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1689470Z test_batch_vs_slicing_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1689915Z test_batch_vs_slicing_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1690356Z test_batch_vs_slicing_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1690789Z test_batch_vs_slicing_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1691224Z test_batch_vs_slicing_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1691667Z test_batch_vs_slicing_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1692084Z test_batch_vs_slicing_hypot_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1692528Z test_batch_vs_slicing_hypot_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1693090Z test_batch_vs_slicing_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1693523Z test_batch_vs_slicing_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1694121Z test_batch_vs_slicing_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.1694570Z test_batch_vs_slicing_igamma_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1695011Z test_batch_vs_slicing_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.1695437Z test_batch_vs_slicing_igammac_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1695883Z test_batch_vs_slicing_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T02:06:07.1696323Z test_batch_vs_slicing_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.1696869Z test_batch_vs_slicing_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.1697327Z test_batch_vs_slicing_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.361s) 2022-11-23T02:06:07.1697771Z test_batch_vs_slicing_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.1698194Z test_batch_vs_slicing_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1698630Z test_batch_vs_slicing_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1699073Z test_batch_vs_slicing_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T02:06:07.1699507Z test_batch_vs_slicing_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.1700034Z test_batch_vs_slicing_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.1700473Z test_batch_vs_slicing_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.1700903Z test_batch_vs_slicing_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T02:06:07.1701513Z test_batch_vs_slicing_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.364s) 2022-11-23T02:06:07.1701991Z test_batch_vs_slicing_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.390s) 2022-11-23T02:06:07.1702476Z test_batch_vs_slicing_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.600s) 2022-11-23T02:06:07.1703043Z test_batch_vs_slicing_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.499s) 2022-11-23T02:06:07.1703541Z test_batch_vs_slicing_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.307s) 2022-11-23T02:06:07.1704015Z test_batch_vs_slicing_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.309s) 2022-11-23T02:06:07.1704484Z test_batch_vs_slicing_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.276s) 2022-11-23T02:06:07.1704928Z test_batch_vs_slicing_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.360s) 2022-11-23T02:06:07.1705392Z test_batch_vs_slicing_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.376s) 2022-11-23T02:06:07.1705861Z test_batch_vs_slicing_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.290s) 2022-11-23T02:06:07.1706328Z test_batch_vs_slicing_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.342s) 2022-11-23T02:06:07.1706795Z test_batch_vs_slicing_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.311s) 2022-11-23T02:06:07.1707389Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.345s) 2022-11-23T02:06:07.1707905Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.327s) 2022-11-23T02:06:07.1708531Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.414s) 2022-11-23T02:06:07.1709085Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.405s) 2022-11-23T02:06:07.1709597Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.330s) 2022-11-23T02:06:07.1710101Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.392s) 2022-11-23T02:06:07.1710612Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.327s) 2022-11-23T02:06:07.1711112Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.368s) 2022-11-23T02:06:07.1711604Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.340s) 2022-11-23T02:06:07.1712189Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.331s) 2022-11-23T02:06:07.1712667Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.271s) 2022-11-23T02:06:07.1713158Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.311s) 2022-11-23T02:06:07.1713619Z test_batch_vs_slicing_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.402s) 2022-11-23T02:06:07.1714049Z test_batch_vs_slicing_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.378s) 2022-11-23T02:06:07.1714571Z test_batch_vs_slicing_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.472s) 2022-11-23T02:06:07.1715005Z test_batch_vs_slicing_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.456s) 2022-11-23T02:06:07.1715431Z test_batch_vs_slicing_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.441s) 2022-11-23T02:06:07.1716039Z test_batch_vs_slicing_ldexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1716482Z test_batch_vs_slicing_ldexp_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1716926Z test_batch_vs_slicing_ldexp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.1717378Z test_batch_vs_slicing_ldexp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1717821Z test_batch_vs_slicing_ldexp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1718339Z test_batch_vs_slicing_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1718785Z test_batch_vs_slicing_ldexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.1719192Z test_batch_vs_slicing_ldexp_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1719631Z test_batch_vs_slicing_ldexp_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1720059Z test_batch_vs_slicing_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1720494Z test_batch_vs_slicing_ldexp_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1720925Z test_batch_vs_slicing_ldexp_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.1721356Z test_batch_vs_slicing_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1721866Z test_batch_vs_slicing_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1722303Z test_batch_vs_slicing_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1722731Z test_batch_vs_slicing_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1723331Z test_batch_vs_slicing_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1723767Z test_batch_vs_slicing_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1724193Z test_batch_vs_slicing_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1724605Z test_batch_vs_slicing_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1725000Z test_batch_vs_slicing_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1725423Z test_batch_vs_slicing_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1725871Z test_batch_vs_slicing_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1726324Z test_batch_vs_slicing_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1726787Z test_batch_vs_slicing_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.587s) 2022-11-23T02:06:07.1727254Z test_batch_vs_slicing_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.583s) 2022-11-23T02:06:07.1727814Z test_batch_vs_slicing_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1728246Z test_batch_vs_slicing_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1728688Z test_batch_vs_slicing_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1729236Z test_batch_vs_slicing_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1729698Z test_batch_vs_slicing_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1730224Z test_batch_vs_slicing_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1730756Z test_batch_vs_slicing_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1731185Z test_batch_vs_slicing_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1731641Z test_batch_vs_slicing_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1732090Z test_batch_vs_slicing_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1732549Z test_batch_vs_slicing_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.658s) 2022-11-23T02:06:07.1733012Z test_batch_vs_slicing_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.521s) 2022-11-23T02:06:07.1733547Z test_batch_vs_slicing_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1734010Z test_batch_vs_slicing_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1734434Z test_batch_vs_slicing_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1734880Z test_batch_vs_slicing_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1735328Z test_batch_vs_slicing_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1735771Z test_batch_vs_slicing_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.1736214Z test_batch_vs_slicing_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1736761Z test_batch_vs_slicing_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1737217Z test_batch_vs_slicing_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1737742Z test_batch_vs_slicing_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1738284Z test_batch_vs_slicing_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.600s) 2022-11-23T02:06:07.1738762Z test_batch_vs_slicing_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.663s) 2022-11-23T02:06:07.1739231Z test_batch_vs_slicing_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1739679Z test_batch_vs_slicing_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1740124Z test_batch_vs_slicing_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1740578Z test_batch_vs_slicing_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1740999Z test_batch_vs_slicing_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1741431Z test_batch_vs_slicing_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1741874Z test_batch_vs_slicing_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1742320Z test_batch_vs_slicing_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1743513Z test_batch_vs_slicing_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1744018Z test_batch_vs_slicing_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1744477Z test_batch_vs_slicing_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1745063Z test_batch_vs_slicing_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1745497Z test_batch_vs_slicing_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1745930Z test_batch_vs_slicing_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1746352Z test_batch_vs_slicing_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1746765Z test_batch_vs_slicing_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1747178Z test_batch_vs_slicing_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1747589Z test_batch_vs_slicing_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1748033Z test_batch_vs_slicing_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1748486Z test_batch_vs_slicing_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.1748935Z test_batch_vs_slicing_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1749376Z test_batch_vs_slicing_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1749912Z test_batch_vs_slicing_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1750374Z test_batch_vs_slicing_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1750903Z test_batch_vs_slicing_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1751478Z test_batch_vs_slicing_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1751959Z test_batch_vs_slicing_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1752398Z test_batch_vs_slicing_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1752842Z test_batch_vs_slicing_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1753282Z test_batch_vs_slicing_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1753727Z test_batch_vs_slicing_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1754155Z test_batch_vs_slicing_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.1754597Z test_batch_vs_slicing_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1755031Z test_batch_vs_slicing_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1755466Z test_batch_vs_slicing_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1755895Z test_batch_vs_slicing_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1756323Z test_batch_vs_slicing_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1756736Z test_batch_vs_slicing_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1757265Z test_batch_vs_slicing_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.1757738Z test_batch_vs_slicing_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1758352Z test_batch_vs_slicing_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1758799Z test_batch_vs_slicing_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1759336Z test_batch_vs_slicing_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.1759781Z test_batch_vs_slicing_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1760206Z test_batch_vs_slicing_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.1760643Z test_batch_vs_slicing_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1761084Z test_batch_vs_slicing_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.1761524Z test_batch_vs_slicing_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1761966Z test_batch_vs_slicing_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1762403Z test_batch_vs_slicing_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1762844Z test_batch_vs_slicing_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1763266Z test_batch_vs_slicing_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1763704Z test_batch_vs_slicing_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1764255Z test_batch_vs_slicing_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1764854Z test_batch_vs_slicing_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1765370Z test_batch_vs_slicing_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1765809Z test_batch_vs_slicing_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1766244Z test_batch_vs_slicing_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1766657Z test_batch_vs_slicing_mul_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.1767083Z test_batch_vs_slicing_mul_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1767521Z test_batch_vs_slicing_mul_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.1767964Z test_batch_vs_slicing_mul_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.562s) 2022-11-23T02:06:07.1768401Z test_batch_vs_slicing_mul_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1768834Z test_batch_vs_slicing_mul_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1769249Z test_batch_vs_slicing_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1769680Z test_batch_vs_slicing_mul_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1770107Z test_batch_vs_slicing_mul_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1770639Z test_batch_vs_slicing_mul_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1771088Z test_batch_vs_slicing_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1771647Z test_batch_vs_slicing_mul_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1772074Z test_batch_vs_slicing_mul_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1772481Z test_batch_vs_slicing_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1772914Z test_batch_vs_slicing_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1773348Z test_batch_vs_slicing_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1773788Z test_batch_vs_slicing_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.1774218Z test_batch_vs_slicing_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1774747Z test_batch_vs_slicing_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.1775176Z test_batch_vs_slicing_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1775585Z test_batch_vs_slicing_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1776007Z test_batch_vs_slicing_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1776422Z test_batch_vs_slicing_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1776861Z test_batch_vs_slicing_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1777397Z test_batch_vs_slicing_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1777999Z test_batch_vs_slicing_nextafter_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1778443Z test_batch_vs_slicing_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1778894Z test_batch_vs_slicing_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1779332Z test_batch_vs_slicing_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1779771Z test_batch_vs_slicing_polar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1780205Z test_batch_vs_slicing_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1780723Z test_batch_vs_slicing_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1781204Z test_batch_vs_slicing_pow_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:06:07.1781648Z test_batch_vs_slicing_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.1782087Z test_batch_vs_slicing_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1782523Z test_batch_vs_slicing_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1782982Z test_batch_vs_slicing_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1783418Z test_batch_vs_slicing_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1783948Z test_batch_vs_slicing_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1784536Z test_batch_vs_slicing_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1784959Z test_batch_vs_slicing_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1785385Z test_batch_vs_slicing_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1785828Z test_batch_vs_slicing_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1786283Z test_batch_vs_slicing_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1786728Z test_batch_vs_slicing_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1787167Z test_batch_vs_slicing_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1787602Z test_batch_vs_slicing_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.1788049Z test_batch_vs_slicing_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1788496Z test_batch_vs_slicing_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1788937Z test_batch_vs_slicing_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1789380Z test_batch_vs_slicing_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1789816Z test_batch_vs_slicing_rsub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1790451Z test_batch_vs_slicing_rsub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1791019Z test_batch_vs_slicing_rsub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1791476Z test_batch_vs_slicing_rsub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1791908Z test_batch_vs_slicing_rsub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1792340Z test_batch_vs_slicing_rsub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1792770Z test_batch_vs_slicing_rsub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.1793196Z test_batch_vs_slicing_rsub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1793619Z test_batch_vs_slicing_rsub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.1794036Z test_batch_vs_slicing_rsub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1794460Z test_batch_vs_slicing_rsub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1794934Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.915s) 2022-11-23T02:06:07.1795455Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.780s) 2022-11-23T02:06:07.1796042Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.809s) 2022-11-23T02:06:07.1796567Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1797175Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1797812Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1798329Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1798831Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.1799337Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (1.266s) 2022-11-23T02:06:07.1799839Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (1.397s) 2022-11-23T02:06:07.1800357Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (1.108s) 2022-11-23T02:06:07.1800867Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1801347Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1801848Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1802350Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1802847Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1803535Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.1804382Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.1805042Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.1805794Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.1806443Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.1807089Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.1807733Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.1808382Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.1809034Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.1809689Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.1810522Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T02:06:07.1811357Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.1811994Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.1812641Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.1813293Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T02:06:07.1813945Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.1814517Z test_batch_vs_slicing_special_hermite_polynomial_h_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.706s) 2022-11-23T02:06:07.1815008Z test_batch_vs_slicing_special_hermite_polynomial_h_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.511s) 2022-11-23T02:06:07.1815519Z test_batch_vs_slicing_special_hermite_polynomial_h_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.497s) 2022-11-23T02:06:07.1816074Z test_batch_vs_slicing_special_hermite_polynomial_h_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1816665Z test_batch_vs_slicing_special_hermite_polynomial_h_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1817228Z test_batch_vs_slicing_special_hermite_polynomial_h_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1817892Z test_batch_vs_slicing_special_hermite_polynomial_h_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1818383Z test_batch_vs_slicing_special_hermite_polynomial_h_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1818876Z test_batch_vs_slicing_special_hermite_polynomial_he_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.666s) 2022-11-23T02:06:07.1819362Z test_batch_vs_slicing_special_hermite_polynomial_he_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.457s) 2022-11-23T02:06:07.1819982Z test_batch_vs_slicing_special_hermite_polynomial_he_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.469s) 2022-11-23T02:06:07.1820491Z test_batch_vs_slicing_special_hermite_polynomial_he_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.1820989Z test_batch_vs_slicing_special_hermite_polynomial_he_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1821496Z test_batch_vs_slicing_special_hermite_polynomial_he_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1821998Z test_batch_vs_slicing_special_hermite_polynomial_he_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1822494Z test_batch_vs_slicing_special_hermite_polynomial_he_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1822978Z test_batch_vs_slicing_special_laguerre_polynomial_l_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.788s) 2022-11-23T02:06:07.1823608Z test_batch_vs_slicing_special_laguerre_polynomial_l_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.609s) 2022-11-23T02:06:07.1824288Z test_batch_vs_slicing_special_laguerre_polynomial_l_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.624s) 2022-11-23T02:06:07.1824800Z test_batch_vs_slicing_special_laguerre_polynomial_l_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1825296Z test_batch_vs_slicing_special_laguerre_polynomial_l_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1826423Z test_batch_vs_slicing_special_laguerre_polynomial_l_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1826978Z test_batch_vs_slicing_special_laguerre_polynomial_l_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1827486Z test_batch_vs_slicing_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1828062Z test_batch_vs_slicing_special_legendre_polynomial_p_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.1828735Z test_batch_vs_slicing_special_legendre_polynomial_p_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.1829398Z test_batch_vs_slicing_special_legendre_polynomial_p_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T02:06:07.1830176Z test_batch_vs_slicing_special_legendre_polynomial_p_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.1830986Z test_batch_vs_slicing_special_legendre_polynomial_p_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.1831632Z test_batch_vs_slicing_special_legendre_polynomial_p_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.1832288Z test_batch_vs_slicing_special_legendre_polynomial_p_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.1832947Z test_batch_vs_slicing_special_legendre_polynomial_p_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.011s) 2022-11-23T02:06:07.1833614Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.1834296Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.1835090Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.1835753Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.1836535Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.1837379Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.1838066Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.1838743Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.1839418Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.1840175Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.1840869Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.1841540Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.1842214Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.1842937Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.1843704Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.1844450Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.1845122Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.1845796Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.1846473Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.1847152Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.1847819Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.1848585Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.1849253Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.1850025Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.1850858Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.1851536Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.1852216Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.1852887Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.1853615Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T02:06:07.1854287Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.1854952Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.1855621Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.1856287Z test_batch_vs_slicing_special_xlog1py_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.1856803Z test_batch_vs_slicing_special_xlog1py_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1857415Z test_batch_vs_slicing_special_xlog1py_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1857886Z test_batch_vs_slicing_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1858357Z test_batch_vs_slicing_special_xlog1py_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1858805Z test_batch_vs_slicing_special_xlog1py_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1859264Z test_batch_vs_slicing_special_xlog1py_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1859725Z test_batch_vs_slicing_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1860185Z test_batch_vs_slicing_special_xlog1py_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1860646Z test_batch_vs_slicing_special_xlog1py_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1861106Z test_batch_vs_slicing_special_zeta_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (1.306s) 2022-11-23T02:06:07.1861563Z test_batch_vs_slicing_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (1.805s) 2022-11-23T02:06:07.1861995Z test_batch_vs_slicing_special_zeta_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (2.038s) 2022-11-23T02:06:07.1862541Z test_batch_vs_slicing_special_zeta_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1863090Z test_batch_vs_slicing_special_zeta_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1863691Z test_batch_vs_slicing_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1864151Z test_batch_vs_slicing_special_zeta_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1864596Z test_batch_vs_slicing_special_zeta_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.1865023Z test_batch_vs_slicing_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1865462Z test_batch_vs_slicing_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1865903Z test_batch_vs_slicing_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.1866342Z test_batch_vs_slicing_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1866776Z test_batch_vs_slicing_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1867210Z test_batch_vs_slicing_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1867636Z test_batch_vs_slicing_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1868050Z test_batch_vs_slicing_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1868558Z test_batch_vs_slicing_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1868996Z test_batch_vs_slicing_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1869514Z test_batch_vs_slicing_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1869981Z test_batch_vs_slicing_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.1870550Z test_batch_vs_slicing_true_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1871005Z test_batch_vs_slicing_true_divide_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1871450Z test_batch_vs_slicing_true_divide_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.1871915Z test_batch_vs_slicing_true_divide_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.1872381Z test_batch_vs_slicing_true_divide_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.1872842Z test_batch_vs_slicing_true_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1873290Z test_batch_vs_slicing_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1873735Z test_batch_vs_slicing_true_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1874189Z test_batch_vs_slicing_true_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.1874613Z test_batch_vs_slicing_true_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.1875043Z test_batch_vs_slicing_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1917999Z test_batch_vs_slicing_true_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1918498Z test_batch_vs_slicing_true_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1918963Z test_batch_vs_slicing_xlogy_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1919177Z test_batch_vs_slicing_xlogy_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1919389Z test_batch_vs_slicing_xlogy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1919600Z test_batch_vs_slicing_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1919988Z test_batch_vs_slicing_xlogy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1920269Z test_batch_vs_slicing_xlogy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.1920553Z test_batch_vs_slicing_xlogy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1920893Z test_batch_vs_slicing_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.1921455Z test_batch_vs_slicing_xlogy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1921855Z test_batch_vs_slicing_xlogy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.1922265Z test_binary_op_mem_overlap_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.1922801Z test_binary_op_scalar_device_unspecified_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: fewer than 2 devices detected (0.003s) 2022-11-23T02:06:07.1923214Z test_binary_ops_with_scalars_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (26.504s) 2022-11-23T02:06:07.1923652Z test_bitwise_ops_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.146s) 2022-11-23T02:06:07.1924029Z test_bitwise_ops_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.133s) 2022-11-23T02:06:07.1924400Z test_bitwise_ops_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.232s) 2022-11-23T02:06:07.1924824Z test_bitwise_ops_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.230s) 2022-11-23T02:06:07.1925452Z test_bitwise_ops_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.221s) 2022-11-23T02:06:07.1925850Z test_bitwise_ops_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.141s) 2022-11-23T02:06:07.1926250Z test_bool_tensor_comparison_ops_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T02:06:07.1926649Z test_broadcasting_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.112s) 2022-11-23T02:06:07.1927046Z test_broadcasting_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.067s) 2022-11-23T02:06:07.1927459Z test_broadcasting_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.047s) 2022-11-23T02:06:07.1927859Z test_broadcasting_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.051s) 2022-11-23T02:06:07.1928240Z test_broadcasting_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.065s) 2022-11-23T02:06:07.1928655Z test_broadcasting_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.117s) 2022-11-23T02:06:07.1929049Z test_broadcasting_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.060s) 2022-11-23T02:06:07.1929420Z test_broadcasting_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.115s) 2022-11-23T02:06:07.1929790Z test_broadcasting_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.059s) 2022-11-23T02:06:07.1930135Z test_broadcasting_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.098s) 2022-11-23T02:06:07.1930486Z test_broadcasting_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.050s) 2022-11-23T02:06:07.1930939Z test_broadcasting_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.117s) 2022-11-23T02:06:07.1931320Z test_broadcasting_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.081s) 2022-11-23T02:06:07.1931764Z test_broadcasting_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.129s) 2022-11-23T02:06:07.1932229Z test_broadcasting_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.066s) 2022-11-23T02:06:07.1932644Z test_broadcasting_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.140s) 2022-11-23T02:06:07.1933056Z test_broadcasting_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.071s) 2022-11-23T02:06:07.1933451Z test_broadcasting_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (2.782s) 2022-11-23T02:06:07.1934075Z test_broadcasting_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.091s) 2022-11-23T02:06:07.1934474Z test_broadcasting_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-11-23T02:06:07.1934865Z test_broadcasting_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.075s) 2022-11-23T02:06:07.1935250Z test_broadcasting_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.064s) 2022-11-23T02:06:07.1935664Z test_broadcasting_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.127s) 2022-11-23T02:06:07.1936074Z test_broadcasting_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.058s) 2022-11-23T02:06:07.1936496Z test_broadcasting_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.113s) 2022-11-23T02:06:07.1936914Z test_broadcasting_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-11-23T02:06:07.1937360Z test_broadcasting_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (2.765s) 2022-11-23T02:06:07.1937883Z test_broadcasting_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (2.689s) 2022-11-23T02:06:07.1938372Z test_broadcasting_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (2.753s) 2022-11-23T02:06:07.1938898Z test_broadcasting_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (2.533s) 2022-11-23T02:06:07.1939353Z test_broadcasting_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (2.895s) 2022-11-23T02:06:07.1939758Z test_broadcasting_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.096s) 2022-11-23T02:06:07.1940331Z test_broadcasting_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.067s) 2022-11-23T02:06:07.1940783Z test_broadcasting_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.077s) 2022-11-23T02:06:07.1941205Z test_broadcasting_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.052s) 2022-11-23T02:06:07.1941646Z test_broadcasting_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.066s) 2022-11-23T02:06:07.1942060Z test_broadcasting_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.065s) 2022-11-23T02:06:07.1942496Z test_broadcasting_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.091s) 2022-11-23T02:06:07.1942916Z test_broadcasting_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-11-23T02:06:07.1943317Z test_broadcasting_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.090s) 2022-11-23T02:06:07.1943723Z test_broadcasting_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.056s) 2022-11-23T02:06:07.1944148Z test_broadcasting_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.125s) 2022-11-23T02:06:07.1944574Z test_broadcasting_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.059s) 2022-11-23T02:06:07.1944966Z test_broadcasting_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.111s) 2022-11-23T02:06:07.1945393Z test_broadcasting_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.042s) 2022-11-23T02:06:07.1945809Z test_broadcasting_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.126s) 2022-11-23T02:06:07.1946219Z test_broadcasting_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.059s) 2022-11-23T02:06:07.1946628Z test_broadcasting_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.116s) 2022-11-23T02:06:07.1947006Z test_broadcasting_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.054s) 2022-11-23T02:06:07.1947377Z test_broadcasting_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.080s) 2022-11-23T02:06:07.1947776Z test_broadcasting_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.059s) 2022-11-23T02:06:07.1948165Z test_broadcasting_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.111s) 2022-11-23T02:06:07.1948536Z test_broadcasting_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.056s) 2022-11-23T02:06:07.1949141Z test_broadcasting_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.109s) 2022-11-23T02:06:07.1949547Z test_broadcasting_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.064s) 2022-11-23T02:06:07.1950012Z test_broadcasting_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.115s) 2022-11-23T02:06:07.1950413Z test_broadcasting_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.059s) 2022-11-23T02:06:07.1950870Z test_cdiv_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T02:06:07.1951331Z test_cmul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T02:06:07.1951859Z test_comparison_ops_type_promotion_and_broadcasting_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.176s) 2022-11-23T02:06:07.1952383Z test_comparison_ops_type_promotion_and_broadcasting_cuda_bfloat16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.158s) 2022-11-23T02:06:07.1952886Z test_comparison_ops_type_promotion_and_broadcasting_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.158s) 2022-11-23T02:06:07.1953415Z test_comparison_ops_type_promotion_and_broadcasting_cuda_complex128_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (15.900s) 2022-11-23T02:06:07.1953906Z test_comparison_ops_type_promotion_and_broadcasting_cuda_complex128_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.092s) 2022-11-23T02:06:07.1954592Z test_comparison_ops_type_promotion_and_broadcasting_cuda_complex128_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.100s) 2022-11-23T02:06:07.1955139Z test_comparison_ops_type_promotion_and_broadcasting_cuda_complex128_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.097s) 2022-11-23T02:06:07.1955661Z test_comparison_ops_type_promotion_and_broadcasting_cuda_complex64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (15.403s) 2022-11-23T02:06:07.1956198Z test_comparison_ops_type_promotion_and_broadcasting_cuda_complex64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.087s) 2022-11-23T02:06:07.1956768Z test_comparison_ops_type_promotion_and_broadcasting_cuda_complex64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.073s) 2022-11-23T02:06:07.1957330Z test_comparison_ops_type_promotion_and_broadcasting_cuda_complex64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.079s) 2022-11-23T02:06:07.1957881Z test_comparison_ops_type_promotion_and_broadcasting_cuda_complex64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.085s) 2022-11-23T02:06:07.1958435Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.130s) 2022-11-23T02:06:07.1958976Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.122s) 2022-11-23T02:06:07.1959521Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.115s) 2022-11-23T02:06:07.1960070Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.173s) 2022-11-23T02:06:07.1960603Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.155s) 2022-11-23T02:06:07.1961151Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.106s) 2022-11-23T02:06:07.1961704Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.105s) 2022-11-23T02:06:07.1962247Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.151s) 2022-11-23T02:06:07.1962788Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.123s) 2022-11-23T02:06:07.1963329Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.162s) 2022-11-23T02:06:07.1964026Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.157s) 2022-11-23T02:06:07.1964566Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.163s) 2022-11-23T02:06:07.1965106Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.161s) 2022-11-23T02:06:07.1965641Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.157s) 2022-11-23T02:06:07.1966185Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.158s) 2022-11-23T02:06:07.1966739Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.165s) 2022-11-23T02:06:07.1967339Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.157s) 2022-11-23T02:06:07.1967936Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.106s) 2022-11-23T02:06:07.1968529Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.106s) 2022-11-23T02:06:07.1969076Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.168s) 2022-11-23T02:06:07.1969759Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.118s) 2022-11-23T02:06:07.1970254Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.147s) 2022-11-23T02:06:07.1970755Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.156s) 2022-11-23T02:06:07.1971266Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.155s) 2022-11-23T02:06:07.1971769Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.154s) 2022-11-23T02:06:07.1972271Z test_comparison_ops_type_promotion_and_broadcasting_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.142s) 2022-11-23T02:06:07.1972781Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.167s) 2022-11-23T02:06:07.1973290Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.152s) 2022-11-23T02:06:07.1973800Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.082s) 2022-11-23T02:06:07.1974308Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.095s) 2022-11-23T02:06:07.1974823Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.136s) 2022-11-23T02:06:07.1975321Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.157s) 2022-11-23T02:06:07.1975818Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.145s) 2022-11-23T02:06:07.1976304Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.140s) 2022-11-23T02:06:07.1976822Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.158s) 2022-11-23T02:06:07.1977326Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.147s) 2022-11-23T02:06:07.1977840Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.096s) 2022-11-23T02:06:07.1978568Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.104s) 2022-11-23T02:06:07.1979076Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.143s) 2022-11-23T02:06:07.1979575Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.144s) 2022-11-23T02:06:07.1980069Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.132s) 2022-11-23T02:06:07.1980576Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.170s) 2022-11-23T02:06:07.1981080Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.139s) 2022-11-23T02:06:07.1981590Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.095s) 2022-11-23T02:06:07.1982107Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.091s) 2022-11-23T02:06:07.1982605Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.138s) 2022-11-23T02:06:07.1983103Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.117s) 2022-11-23T02:06:07.1983808Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.131s) 2022-11-23T02:06:07.1984353Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.110s) 2022-11-23T02:06:07.1984871Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.097s) 2022-11-23T02:06:07.1985376Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.098s) 2022-11-23T02:06:07.1985890Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.141s) 2022-11-23T02:06:07.1986391Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.143s) 2022-11-23T02:06:07.1986884Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.135s) 2022-11-23T02:06:07.1987372Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.134s) 2022-11-23T02:06:07.1987866Z test_comparison_ops_type_promotion_and_broadcasting_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.143s) 2022-11-23T02:06:07.1988373Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.143s) 2022-11-23T02:06:07.1988869Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.135s) 2022-11-23T02:06:07.1989376Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.093s) 2022-11-23T02:06:07.1989887Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.086s) 2022-11-23T02:06:07.1990391Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.110s) 2022-11-23T02:06:07.1990884Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.100s) 2022-11-23T02:06:07.1991396Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.099s) 2022-11-23T02:06:07.1991890Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.104s) 2022-11-23T02:06:07.1992600Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.101s) 2022-11-23T02:06:07.1993098Z test_comparison_ops_type_promotion_and_broadcasting_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.116s) 2022-11-23T02:06:07.1993537Z test_complex_scalar_pow_tensor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T02:06:07.1993970Z test_complex_scalar_pow_tensor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T02:06:07.1994407Z test_complex_scalar_pow_tensor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (7.172s) 2022-11-23T02:06:07.1994832Z test_complex_scalar_pow_tensor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T02:06:07.1995245Z test_complex_scalar_pow_tensor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T02:06:07.1995662Z test_complex_scalar_pow_tensor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T02:06:07.1996089Z test_complex_scalar_pow_tensor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T02:06:07.1996478Z test_complex_scalar_pow_tensor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T02:06:07.1996879Z test_complex_scalar_pow_tensor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T02:06:07.1997296Z test_complex_scalar_pow_tensor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T02:06:07.1997690Z test_contig_size1___radd___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1998272Z test_contig_size1___radd___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1998708Z test_contig_size1___radd___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.1999190Z test_contig_size1___radd___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.1999606Z test_contig_size1___radd___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2000051Z test_contig_size1___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2000449Z test_contig_size1___radd___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2000890Z test_contig_size1___radd___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2001282Z test_contig_size1___radd___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.2001672Z test_contig_size1___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2002071Z test_contig_size1___radd___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2002465Z test_contig_size1___radd___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2002854Z test_contig_size1___rand___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2003252Z test_contig_size1___rand___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2003626Z test_contig_size1___rand___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2004013Z test_contig_size1___rand___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2004376Z test_contig_size1___rand___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2004767Z test_contig_size1___rand___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2005179Z test_contig_size1___rdiv___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.2005569Z test_contig_size1___rdiv___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2005976Z test_contig_size1___rdiv___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2006377Z test_contig_size1___rdiv___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.2006984Z test_contig_size1___rdiv___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2007384Z test_contig_size1___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2007778Z test_contig_size1___rdiv___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2008155Z test_contig_size1___rdiv___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2008544Z test_contig_size1___rdiv___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2008930Z test_contig_size1___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2009315Z test_contig_size1___rdiv___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2009703Z test_contig_size1___rdiv___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.2010114Z test_contig_size1___rmod___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2010507Z test_contig_size1___rmod___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2010898Z test_contig_size1___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2011281Z test_contig_size1___rmod___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2011661Z test_contig_size1___rmod___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2012199Z test_contig_size1___rmod___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2012618Z test_contig_size1___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2013013Z test_contig_size1___rmod___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2013392Z test_contig_size1___rmod___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2013788Z test_contig_size1___rmul___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2014168Z test_contig_size1___rmul___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2014583Z test_contig_size1___rmul___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2014992Z test_contig_size1___rmul___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2015387Z test_contig_size1___rmul___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2015779Z test_contig_size1___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2016167Z test_contig_size1___rmul___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2016550Z test_contig_size1___rmul___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2016937Z test_contig_size1___rmul___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2017316Z test_contig_size1___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2017697Z test_contig_size1___rmul___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.2018072Z test_contig_size1___rmul___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2018455Z test_contig_size1___ror___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2018838Z test_contig_size1___ror___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2019221Z test_contig_size1___ror___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2019569Z test_contig_size1___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2019957Z test_contig_size1___ror___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2021397Z test_contig_size1___ror___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2021801Z test_contig_size1___rpow___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2022202Z test_contig_size1___rpow___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2022615Z test_contig_size1___rpow___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2023021Z test_contig_size1___rpow___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2023416Z test_contig_size1___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2023811Z test_contig_size1___rpow___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2024191Z test_contig_size1___rpow___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2024575Z test_contig_size1___rpow___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2024974Z test_contig_size1___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2025359Z test_contig_size1___rpow___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2025753Z test_contig_size1___rpow___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2026143Z test_contig_size1___rsub___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2026554Z test_contig_size1___rsub___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2027143Z test_contig_size1___rsub___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2027563Z test_contig_size1___rsub___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2027959Z test_contig_size1___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2028372Z test_contig_size1___rsub___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2028729Z test_contig_size1___rsub___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2029105Z test_contig_size1___rsub___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2029490Z test_contig_size1___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2029887Z test_contig_size1___rsub___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2030289Z test_contig_size1___rsub___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2030675Z test_contig_size1___rxor___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2031056Z test_contig_size1___rxor___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2031436Z test_contig_size1___rxor___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.2031825Z test_contig_size1___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2032204Z test_contig_size1___rxor___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2032587Z test_contig_size1___rxor___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2032972Z test_contig_size1_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2033337Z test_contig_size1_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2033736Z test_contig_size1_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2034137Z test_contig_size1_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2034524Z test_contig_size1_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2034919Z test_contig_size1_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2035504Z test_contig_size1_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2035889Z test_contig_size1_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2036267Z test_contig_size1_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2036640Z test_contig_size1_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2037016Z test_contig_size1_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2037396Z test_contig_size1_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2037782Z test_contig_size1_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2038169Z test_contig_size1_atan2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2038554Z test_contig_size1_atan2_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2038946Z test_contig_size1_atan2_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2039327Z test_contig_size1_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2039716Z test_contig_size1_atan2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2040106Z test_contig_size1_atan2_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2040482Z test_contig_size1_atan2_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2041025Z test_contig_size1_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2041435Z test_contig_size1_atan2_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2041821Z test_contig_size1_atan2_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2042224Z test_contig_size1_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2042633Z test_contig_size1_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2043035Z test_contig_size1_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2043432Z test_contig_size1_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2043834Z test_contig_size1_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2044234Z test_contig_size1_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2044666Z test_contig_size1_bitwise_left_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2045088Z test_contig_size1_bitwise_left_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2045509Z test_contig_size1_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2045935Z test_contig_size1_bitwise_left_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2046353Z test_contig_size1_bitwise_left_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2046755Z test_contig_size1_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2047149Z test_contig_size1_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2047541Z test_contig_size1_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2047936Z test_contig_size1_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2048331Z test_contig_size1_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2048729Z test_contig_size1_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2049343Z test_contig_size1_bitwise_right_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2049776Z test_contig_size1_bitwise_right_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2050196Z test_contig_size1_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2050616Z test_contig_size1_bitwise_right_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.2051044Z test_contig_size1_bitwise_right_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2051459Z test_contig_size1_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2051861Z test_contig_size1_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2052257Z test_contig_size1_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2052654Z test_contig_size1_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2053047Z test_contig_size1_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2053447Z test_contig_size1_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2053853Z test_contig_size1_clamp_max_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2054258Z test_contig_size1_clamp_max_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2054837Z test_contig_size1_clamp_max_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2055267Z test_contig_size1_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2055665Z test_contig_size1_clamp_max_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2056062Z test_contig_size1_clamp_max_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2056550Z test_contig_size1_clamp_max_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2056960Z test_contig_size1_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2057342Z test_contig_size1_clamp_max_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.2057807Z test_contig_size1_clamp_max_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2058243Z test_contig_size1_clamp_min_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2058638Z test_contig_size1_clamp_min_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2059040Z test_contig_size1_clamp_min_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2059434Z test_contig_size1_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2059828Z test_contig_size1_clamp_min_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2060233Z test_contig_size1_clamp_min_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2060620Z test_contig_size1_clamp_min_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2061015Z test_contig_size1_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2061408Z test_contig_size1_clamp_min_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2061807Z test_contig_size1_clamp_min_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2062197Z test_contig_size1_complex_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2062595Z test_contig_size1_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2062985Z test_contig_size1_complex_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2063605Z test_contig_size1_copysign_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.2064006Z test_contig_size1_copysign_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2064417Z test_contig_size1_copysign_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2064818Z test_contig_size1_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2065222Z test_contig_size1_copysign_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2065610Z test_contig_size1_copysign_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2066017Z test_contig_size1_copysign_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2066402Z test_contig_size1_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2066794Z test_contig_size1_copysign_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2067196Z test_contig_size1_copysign_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2067640Z test_contig_size1_div_floor_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2068075Z test_contig_size1_div_floor_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2068515Z test_contig_size1_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2069114Z test_contig_size1_div_floor_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2069555Z test_contig_size1_div_floor_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2069982Z test_contig_size1_div_floor_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2070410Z test_contig_size1_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.2070842Z test_contig_size1_div_floor_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2071262Z test_contig_size1_div_floor_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2071696Z test_contig_size1_div_no_rounding_mode_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2072122Z test_contig_size1_div_no_rounding_mode_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2072572Z test_contig_size1_div_no_rounding_mode_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2073019Z test_contig_size1_div_no_rounding_mode_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2073463Z test_contig_size1_div_no_rounding_mode_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2073899Z test_contig_size1_div_no_rounding_mode_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2074318Z test_contig_size1_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2074733Z test_contig_size1_div_no_rounding_mode_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2075147Z test_contig_size1_div_no_rounding_mode_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2075570Z test_contig_size1_div_no_rounding_mode_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2076004Z test_contig_size1_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2076420Z test_contig_size1_div_no_rounding_mode_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2076801Z test_contig_size1_div_no_rounding_mode_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2077435Z test_contig_size1_div_trunc_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2077877Z test_contig_size1_div_trunc_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2078302Z test_contig_size1_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2078723Z test_contig_size1_div_trunc_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2079141Z test_contig_size1_div_trunc_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2079584Z test_contig_size1_div_trunc_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2080015Z test_contig_size1_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2080442Z test_contig_size1_div_trunc_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2080881Z test_contig_size1_div_trunc_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2081265Z test_contig_size1_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2081650Z test_contig_size1_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2082050Z test_contig_size1_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2082453Z test_contig_size1_eq_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2083002Z test_contig_size1_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2083369Z test_contig_size1_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2083725Z test_contig_size1_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2084078Z test_contig_size1_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2084444Z test_contig_size1_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2084867Z test_contig_size1_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2085239Z test_contig_size1_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2085612Z test_contig_size1_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.2085981Z test_contig_size1_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2086404Z test_contig_size1_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2086807Z test_contig_size1_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2087234Z test_contig_size1_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2087655Z test_contig_size1_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2088074Z test_contig_size1_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2088482Z test_contig_size1_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2088878Z test_contig_size1_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2089269Z test_contig_size1_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2089666Z test_contig_size1_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2090068Z test_contig_size1_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2090494Z test_contig_size1_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.2090892Z test_contig_size1_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.2091581Z test_contig_size1_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.004s) 2022-11-23T02:06:07.2092022Z test_contig_size1_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.2092452Z test_contig_size1_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.2092895Z test_contig_size1_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.2093326Z test_contig_size1_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.2093763Z test_contig_size1_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2094188Z test_contig_size1_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2094608Z test_contig_size1_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2095041Z test_contig_size1_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.2095456Z test_contig_size1_fmax_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2095860Z test_contig_size1_fmax_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2096266Z test_contig_size1_fmax_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2096668Z test_contig_size1_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2097080Z test_contig_size1_fmax_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2098334Z test_contig_size1_fmax_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2098784Z test_contig_size1_fmax_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2099182Z test_contig_size1_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2099585Z test_contig_size1_fmax_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2099961Z test_contig_size1_fmax_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2100371Z test_contig_size1_fmin_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2100773Z test_contig_size1_fmin_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2101179Z test_contig_size1_fmin_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2101588Z test_contig_size1_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2101987Z test_contig_size1_fmin_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2102379Z test_contig_size1_fmin_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2102783Z test_contig_size1_fmin_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2103181Z test_contig_size1_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2103581Z test_contig_size1_fmin_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.2103974Z test_contig_size1_fmin_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2104362Z test_contig_size1_fmod_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2104737Z test_contig_size1_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2105130Z test_contig_size1_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2105510Z test_contig_size1_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2105892Z test_contig_size1_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2106267Z test_contig_size1_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2106846Z test_contig_size1_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2107230Z test_contig_size1_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2107591Z test_contig_size1_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2107970Z test_contig_size1_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.2108341Z test_contig_size1_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2108716Z test_contig_size1_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2109088Z test_contig_size1_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2109466Z test_contig_size1_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2109858Z test_contig_size1_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2110236Z test_contig_size1_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2110621Z test_contig_size1_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2110992Z test_contig_size1_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2111368Z test_contig_size1_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2111745Z test_contig_size1_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2112307Z test_contig_size1_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2112713Z test_contig_size1_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2113090Z test_contig_size1_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2113464Z test_contig_size1_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2113865Z test_contig_size1_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2114248Z test_contig_size1_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2114607Z test_contig_size1_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2114983Z test_contig_size1_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2115363Z test_contig_size1_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.2115729Z test_contig_size1_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2116106Z test_contig_size1_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2116539Z test_contig_size1_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2116910Z test_contig_size1_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2117273Z test_contig_size1_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2117694Z test_contig_size1_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2118093Z test_contig_size1_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2118491Z test_contig_size1_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2118891Z test_contig_size1_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2119300Z test_contig_size1_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.2119701Z test_contig_size1_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2120096Z test_contig_size1_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2120493Z test_contig_size1_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2121098Z test_contig_size1_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2121495Z test_contig_size1_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2121898Z test_contig_size1_hypot_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2122272Z test_contig_size1_hypot_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2122663Z test_contig_size1_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2123062Z test_contig_size1_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2123454Z test_contig_size1_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2123848Z test_contig_size1_igamma_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2124251Z test_contig_size1_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2124661Z test_contig_size1_igammac_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.2125058Z test_contig_size1_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2125451Z test_contig_size1_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2125860Z test_contig_size1_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2126272Z test_contig_size1_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2126850Z test_contig_size1_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2127265Z test_contig_size1_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2127660Z test_contig_size1_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2128066Z test_contig_size1_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2128457Z test_contig_size1_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2128846Z test_contig_size1_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2129228Z test_contig_size1_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2129610Z test_contig_size1_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2130036Z test_contig_size1_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2130463Z test_contig_size1_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2130918Z test_contig_size1_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2131356Z test_contig_size1_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2131794Z test_contig_size1_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2132220Z test_contig_size1_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2132644Z test_contig_size1_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2133062Z test_contig_size1_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2133497Z test_contig_size1_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2133917Z test_contig_size1_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2134338Z test_contig_size1_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2134758Z test_contig_size1_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2135434Z test_contig_size1_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2135899Z test_contig_size1_jiterator_binary_return_by_ref_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2136374Z test_contig_size1_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2136857Z test_contig_size1_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2137332Z test_contig_size1_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2137799Z test_contig_size1_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2138264Z test_contig_size1_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2138732Z test_contig_size1_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2139189Z test_contig_size1_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2139649Z test_contig_size1_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2140084Z test_contig_size1_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2140710Z test_contig_size1_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2141177Z test_contig_size1_large_dim___radd___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2141593Z test_contig_size1_large_dim___radd___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2142029Z test_contig_size1_large_dim___radd___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2142478Z test_contig_size1_large_dim___radd___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2142897Z test_contig_size1_large_dim___radd___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2143309Z test_contig_size1_large_dim___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2143718Z test_contig_size1_large_dim___radd___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2144139Z test_contig_size1_large_dim___radd___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2144555Z test_contig_size1_large_dim___radd___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2144971Z test_contig_size1_large_dim___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2145397Z test_contig_size1_large_dim___radd___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2145813Z test_contig_size1_large_dim___radd___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2146233Z test_contig_size1_large_dim___rand___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2146636Z test_contig_size1_large_dim___rand___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2147047Z test_contig_size1_large_dim___rand___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2147466Z test_contig_size1_large_dim___rand___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2147881Z test_contig_size1_large_dim___rand___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.2148296Z test_contig_size1_large_dim___rand___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2148728Z test_contig_size1_large_dim___rdiv___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2149324Z test_contig_size1_large_dim___rdiv___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2149764Z test_contig_size1_large_dim___rdiv___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2150199Z test_contig_size1_large_dim___rdiv___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2150626Z test_contig_size1_large_dim___rdiv___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2151045Z test_contig_size1_large_dim___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2151459Z test_contig_size1_large_dim___rdiv___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2151861Z test_contig_size1_large_dim___rdiv___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2152285Z test_contig_size1_large_dim___rdiv___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2152690Z test_contig_size1_large_dim___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2153109Z test_contig_size1_large_dim___rdiv___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.2153524Z test_contig_size1_large_dim___rdiv___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2153954Z test_contig_size1_large_dim___rmod___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2154552Z test_contig_size1_large_dim___rmod___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2154994Z test_contig_size1_large_dim___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2155406Z test_contig_size1_large_dim___rmod___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2155833Z test_contig_size1_large_dim___rmod___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2156243Z test_contig_size1_large_dim___rmod___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2156642Z test_contig_size1_large_dim___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2157048Z test_contig_size1_large_dim___rmod___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2157463Z test_contig_size1_large_dim___rmod___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2157895Z test_contig_size1_large_dim___rmul___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2158309Z test_contig_size1_large_dim___rmul___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2158802Z test_contig_size1_large_dim___rmul___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2159261Z test_contig_size1_large_dim___rmul___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2159782Z test_contig_size1_large_dim___rmul___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2160208Z test_contig_size1_large_dim___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2160620Z test_contig_size1_large_dim___rmul___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2161033Z test_contig_size1_large_dim___rmul___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.2161449Z test_contig_size1_large_dim___rmul___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2161861Z test_contig_size1_large_dim___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2162272Z test_contig_size1_large_dim___rmul___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2162895Z test_contig_size1_large_dim___rmul___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.2163311Z test_contig_size1_large_dim___ror___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2163721Z test_contig_size1_large_dim___ror___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2164129Z test_contig_size1_large_dim___ror___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2164543Z test_contig_size1_large_dim___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2164965Z test_contig_size1_large_dim___ror___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2165378Z test_contig_size1_large_dim___ror___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2165886Z test_contig_size1_large_dim___rpow___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2166389Z test_contig_size1_large_dim___rpow___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2166861Z test_contig_size1_large_dim___rpow___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2167288Z test_contig_size1_large_dim___rpow___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2167703Z test_contig_size1_large_dim___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2168112Z test_contig_size1_large_dim___rpow___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.2168700Z test_contig_size1_large_dim___rpow___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2169145Z test_contig_size1_large_dim___rpow___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2169570Z test_contig_size1_large_dim___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2170008Z test_contig_size1_large_dim___rpow___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2170424Z test_contig_size1_large_dim___rpow___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2170858Z test_contig_size1_large_dim___rsub___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2171289Z test_contig_size1_large_dim___rsub___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2171741Z test_contig_size1_large_dim___rsub___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.2172224Z test_contig_size1_large_dim___rsub___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2172662Z test_contig_size1_large_dim___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.2173162Z test_contig_size1_large_dim___rsub___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2173587Z test_contig_size1_large_dim___rsub___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2173996Z test_contig_size1_large_dim___rsub___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2174410Z test_contig_size1_large_dim___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2174825Z test_contig_size1_large_dim___rsub___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2175246Z test_contig_size1_large_dim___rsub___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2175666Z test_contig_size1_large_dim___rxor___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2176075Z test_contig_size1_large_dim___rxor___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.2176483Z test_contig_size1_large_dim___rxor___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2177095Z test_contig_size1_large_dim___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2177487Z test_contig_size1_large_dim___rxor___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2177910Z test_contig_size1_large_dim___rxor___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2178330Z test_contig_size1_large_dim_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2178746Z test_contig_size1_large_dim_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.2179243Z test_contig_size1_large_dim_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2179752Z test_contig_size1_large_dim_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2180186Z test_contig_size1_large_dim_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2180612Z test_contig_size1_large_dim_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2181027Z test_contig_size1_large_dim_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2181433Z test_contig_size1_large_dim_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2181838Z test_contig_size1_large_dim_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2182238Z test_contig_size1_large_dim_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2182812Z test_contig_size1_large_dim_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2183242Z test_contig_size1_large_dim_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T02:06:07.2183643Z test_contig_size1_large_dim_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2184078Z test_contig_size1_large_dim_atan2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2184490Z test_contig_size1_large_dim_atan2_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2184905Z test_contig_size1_large_dim_atan2_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2185377Z test_contig_size1_large_dim_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2185864Z test_contig_size1_large_dim_atan2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2186357Z test_contig_size1_large_dim_atan2_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2186771Z test_contig_size1_large_dim_atan2_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2187181Z test_contig_size1_large_dim_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2187597Z test_contig_size1_large_dim_atan2_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T02:06:07.2187997Z test_contig_size1_large_dim_atan2_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2188428Z test_contig_size1_large_dim_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2188863Z test_contig_size1_large_dim_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2189283Z test_contig_size1_large_dim_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2189699Z test_contig_size1_large_dim_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2190127Z test_contig_size1_large_dim_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2190557Z test_contig_size1_large_dim_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2191226Z test_contig_size1_large_dim_bitwise_left_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2191680Z test_contig_size1_large_dim_bitwise_left_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2192191Z test_contig_size1_large_dim_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2192647Z test_contig_size1_large_dim_bitwise_left_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2193196Z test_contig_size1_large_dim_bitwise_left_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2193626Z test_contig_size1_large_dim_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.2194063Z test_contig_size1_large_dim_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2194479Z test_contig_size1_large_dim_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2194903Z test_contig_size1_large_dim_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2195325Z test_contig_size1_large_dim_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2195739Z test_contig_size1_large_dim_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2196178Z test_contig_size1_large_dim_bitwise_right_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2196811Z test_contig_size1_large_dim_bitwise_right_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2197295Z test_contig_size1_large_dim_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2197756Z test_contig_size1_large_dim_bitwise_right_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2198210Z test_contig_size1_large_dim_bitwise_right_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2198647Z test_contig_size1_large_dim_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2199158Z test_contig_size1_large_dim_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2199658Z test_contig_size1_large_dim_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2200086Z test_contig_size1_large_dim_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2200517Z test_contig_size1_large_dim_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2200937Z test_contig_size1_large_dim_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2201374Z test_contig_size1_large_dim_clamp_max_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.2201816Z test_contig_size1_large_dim_clamp_max_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2202257Z test_contig_size1_large_dim_clamp_max_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2202685Z test_contig_size1_large_dim_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2203109Z test_contig_size1_large_dim_clamp_max_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2203539Z test_contig_size1_large_dim_clamp_max_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2203963Z test_contig_size1_large_dim_clamp_max_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2204383Z test_contig_size1_large_dim_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2204795Z test_contig_size1_large_dim_clamp_max_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2205498Z test_contig_size1_large_dim_clamp_max_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2205942Z test_contig_size1_large_dim_clamp_min_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2206427Z test_contig_size1_large_dim_clamp_min_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2206872Z test_contig_size1_large_dim_clamp_min_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.2207302Z test_contig_size1_large_dim_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2207738Z test_contig_size1_large_dim_clamp_min_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2208167Z test_contig_size1_large_dim_clamp_min_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2208582Z test_contig_size1_large_dim_clamp_min_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2209003Z test_contig_size1_large_dim_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2209425Z test_contig_size1_large_dim_clamp_min_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2209850Z test_contig_size1_large_dim_clamp_min_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2210268Z test_contig_size1_large_dim_complex_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2210656Z test_contig_size1_large_dim_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2211212Z test_contig_size1_large_dim_complex_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.2211633Z test_contig_size1_large_dim_copysign_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2212090Z test_contig_size1_large_dim_copysign_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2212515Z test_contig_size1_large_dim_copysign_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2212970Z test_contig_size1_large_dim_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2213446Z test_contig_size1_large_dim_copysign_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2213879Z test_contig_size1_large_dim_copysign_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.2214337Z test_contig_size1_large_dim_copysign_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2214775Z test_contig_size1_large_dim_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2215214Z test_contig_size1_large_dim_copysign_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2215624Z test_contig_size1_large_dim_copysign_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2216100Z test_contig_size1_large_dim_div_floor_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2216580Z test_contig_size1_large_dim_div_floor_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2217032Z test_contig_size1_large_dim_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2217500Z test_contig_size1_large_dim_div_floor_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2217977Z test_contig_size1_large_dim_div_floor_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2218434Z test_contig_size1_large_dim_div_floor_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2218966Z test_contig_size1_large_dim_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2219686Z test_contig_size1_large_dim_div_floor_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2220191Z test_contig_size1_large_dim_div_floor_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T02:06:07.2220673Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2221139Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2221624Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2222113Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2222592Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.2223068Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.2223555Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.2224022Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.2224489Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.2224958Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.2225637Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.2226128Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.2226690Z test_contig_size1_large_dim_div_no_rounding_mode_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2227174Z test_contig_size1_large_dim_div_trunc_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.2227624Z test_contig_size1_large_dim_div_trunc_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.2228075Z test_contig_size1_large_dim_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.2228505Z test_contig_size1_large_dim_div_trunc_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.2228960Z test_contig_size1_large_dim_div_trunc_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.2229416Z test_contig_size1_large_dim_div_trunc_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2229857Z test_contig_size1_large_dim_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2230310Z test_contig_size1_large_dim_div_trunc_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2230745Z test_contig_size1_large_dim_div_trunc_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2231165Z test_contig_size1_large_dim_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2231572Z test_contig_size1_large_dim_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2232005Z test_contig_size1_large_dim_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.2232504Z test_contig_size1_large_dim_eq_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2233013Z test_contig_size1_large_dim_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2233431Z test_contig_size1_large_dim_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2234043Z test_contig_size1_large_dim_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2234446Z test_contig_size1_large_dim_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2234850Z test_contig_size1_large_dim_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2235253Z test_contig_size1_large_dim_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2235652Z test_contig_size1_large_dim_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2236042Z test_contig_size1_large_dim_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.2236434Z test_contig_size1_large_dim_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2236861Z test_contig_size1_large_dim_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.2237286Z test_contig_size1_large_dim_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2237776Z test_contig_size1_large_dim_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.2238252Z test_contig_size1_large_dim_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2238787Z test_contig_size1_large_dim_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2239260Z test_contig_size1_large_dim_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2239942Z test_contig_size1_large_dim_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2240481Z test_contig_size1_large_dim_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2240932Z test_contig_size1_large_dim_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2241383Z test_contig_size1_large_dim_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.2241846Z test_contig_size1_large_dim_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2242305Z test_contig_size1_large_dim_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2242819Z test_contig_size1_large_dim_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.004s) 2022-11-23T02:06:07.2243292Z test_contig_size1_large_dim_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2243759Z test_contig_size1_large_dim_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2244219Z test_contig_size1_large_dim_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.2244684Z test_contig_size1_large_dim_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2245140Z test_contig_size1_large_dim_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.2245587Z test_contig_size1_large_dim_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.2246100Z test_contig_size1_large_dim_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2246561Z test_contig_size1_large_dim_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2247056Z test_contig_size1_large_dim_fmax_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2247508Z test_contig_size1_large_dim_fmax_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2247951Z test_contig_size1_large_dim_fmax_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2248399Z test_contig_size1_large_dim_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2249835Z test_contig_size1_large_dim_fmax_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2250265Z test_contig_size1_large_dim_fmax_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2250700Z test_contig_size1_large_dim_fmax_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2251124Z test_contig_size1_large_dim_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.2251555Z test_contig_size1_large_dim_fmax_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2251968Z test_contig_size1_large_dim_fmax_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2252379Z test_contig_size1_large_dim_fmin_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2252789Z test_contig_size1_large_dim_fmin_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2253277Z test_contig_size1_large_dim_fmin_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2253700Z test_contig_size1_large_dim_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2254111Z test_contig_size1_large_dim_fmin_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2254629Z test_contig_size1_large_dim_fmin_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2255048Z test_contig_size1_large_dim_fmin_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2255638Z test_contig_size1_large_dim_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2256064Z test_contig_size1_large_dim_fmin_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2256473Z test_contig_size1_large_dim_fmin_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2256903Z test_contig_size1_large_dim_fmod_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.2257290Z test_contig_size1_large_dim_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.2257717Z test_contig_size1_large_dim_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2258130Z test_contig_size1_large_dim_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2258543Z test_contig_size1_large_dim_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2258956Z test_contig_size1_large_dim_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2259361Z test_contig_size1_large_dim_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2259769Z test_contig_size1_large_dim_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2260175Z test_contig_size1_large_dim_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2260653Z test_contig_size1_large_dim_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2261062Z test_contig_size1_large_dim_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2261457Z test_contig_size1_large_dim_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2261961Z test_contig_size1_large_dim_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2262378Z test_contig_size1_large_dim_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2262798Z test_contig_size1_large_dim_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2263216Z test_contig_size1_large_dim_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2263621Z test_contig_size1_large_dim_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2264245Z test_contig_size1_large_dim_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.2264648Z test_contig_size1_large_dim_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2265051Z test_contig_size1_large_dim_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2265460Z test_contig_size1_large_dim_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2265847Z test_contig_size1_large_dim_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2266248Z test_contig_size1_large_dim_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2266646Z test_contig_size1_large_dim_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2267063Z test_contig_size1_large_dim_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2267478Z test_contig_size1_large_dim_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2267950Z test_contig_size1_large_dim_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2268372Z test_contig_size1_large_dim_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2268779Z test_contig_size1_large_dim_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2269286Z test_contig_size1_large_dim_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2269875Z test_contig_size1_large_dim_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.2270301Z test_contig_size1_large_dim_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2270710Z test_contig_size1_large_dim_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2271121Z test_contig_size1_large_dim_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2271573Z test_contig_size1_large_dim_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2272004Z test_contig_size1_large_dim_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2272442Z test_contig_size1_large_dim_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2272869Z test_contig_size1_large_dim_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2273296Z test_contig_size1_large_dim_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.2273731Z test_contig_size1_large_dim_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2274155Z test_contig_size1_large_dim_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2274577Z test_contig_size1_large_dim_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2274975Z test_contig_size1_large_dim_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2275475Z test_contig_size1_large_dim_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2275911Z test_contig_size1_large_dim_hypot_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.2276407Z test_contig_size1_large_dim_hypot_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2276892Z test_contig_size1_large_dim_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2277323Z test_contig_size1_large_dim_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2277741Z test_contig_size1_large_dim_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2278376Z test_contig_size1_large_dim_igamma_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2278798Z test_contig_size1_large_dim_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2279220Z test_contig_size1_large_dim_igammac_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2279640Z test_contig_size1_large_dim_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2280060Z test_contig_size1_large_dim_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2280511Z test_contig_size1_large_dim_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2280961Z test_contig_size1_large_dim_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.2281390Z test_contig_size1_large_dim_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2281820Z test_contig_size1_large_dim_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2282231Z test_contig_size1_large_dim_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2282712Z test_contig_size1_large_dim_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.2283198Z test_contig_size1_large_dim_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2283658Z test_contig_size1_large_dim_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2284260Z test_contig_size1_large_dim_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.2284694Z test_contig_size1_large_dim_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2285149Z test_contig_size1_large_dim_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2285662Z test_contig_size1_large_dim_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2286144Z test_contig_size1_large_dim_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2286617Z test_contig_size1_large_dim_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2287081Z test_contig_size1_large_dim_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2287557Z test_contig_size1_large_dim_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2288022Z test_contig_size1_large_dim_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2288471Z test_contig_size1_large_dim_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2288918Z test_contig_size1_large_dim_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2289432Z test_contig_size1_large_dim_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2289971Z test_contig_size1_large_dim_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2290427Z test_contig_size1_large_dim_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2290922Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2291416Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2291919Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2292433Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2293122Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2293618Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2294103Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2294586Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.2295075Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2295556Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2296106Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2296680Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2297070Z test_contig_size1_large_dim_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2297478Z test_contig_size1_large_dim_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2297882Z test_contig_size1_large_dim_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2298478Z test_contig_size1_large_dim_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2298916Z test_contig_size1_large_dim_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2299348Z test_contig_size1_large_dim_ldexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2299767Z test_contig_size1_large_dim_ldexp_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2300210Z test_contig_size1_large_dim_ldexp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2300653Z test_contig_size1_large_dim_ldexp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2301065Z test_contig_size1_large_dim_ldexp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2301486Z test_contig_size1_large_dim_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2301924Z test_contig_size1_large_dim_ldexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2302409Z test_contig_size1_large_dim_ldexp_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2302830Z test_contig_size1_large_dim_ldexp_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2303328Z test_contig_size1_large_dim_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2303763Z test_contig_size1_large_dim_ldexp_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2304174Z test_contig_size1_large_dim_ldexp_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2304582Z test_contig_size1_large_dim_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2304987Z test_contig_size1_large_dim_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2305401Z test_contig_size1_large_dim_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2305793Z test_contig_size1_large_dim_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.2306190Z test_contig_size1_large_dim_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2306598Z test_contig_size1_large_dim_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2307208Z test_contig_size1_large_dim_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2307617Z test_contig_size1_large_dim_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2308014Z test_contig_size1_large_dim_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2308410Z test_contig_size1_large_dim_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2308922Z test_contig_size1_large_dim_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2309365Z test_contig_size1_large_dim_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2309906Z test_contig_size1_large_dim_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2310379Z test_contig_size1_large_dim_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2310823Z test_contig_size1_large_dim_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2311275Z test_contig_size1_large_dim_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2311707Z test_contig_size1_large_dim_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2312141Z test_contig_size1_large_dim_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2312747Z test_contig_size1_large_dim_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2313190Z test_contig_size1_large_dim_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2313622Z test_contig_size1_large_dim_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2314063Z test_contig_size1_large_dim_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2314517Z test_contig_size1_large_dim_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2314943Z test_contig_size1_large_dim_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2315364Z test_contig_size1_large_dim_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2315873Z test_contig_size1_large_dim_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2316407Z test_contig_size1_large_dim_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2316850Z test_contig_size1_large_dim_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2317284Z test_contig_size1_large_dim_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2317727Z test_contig_size1_large_dim_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2318144Z test_contig_size1_large_dim_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2318568Z test_contig_size1_large_dim_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2319007Z test_contig_size1_large_dim_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2319433Z test_contig_size1_large_dim_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2319883Z test_contig_size1_large_dim_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2320315Z test_contig_size1_large_dim_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2320765Z test_contig_size1_large_dim_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2321416Z test_contig_size1_large_dim_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2321872Z test_contig_size1_large_dim_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2322364Z test_contig_size1_large_dim_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2322878Z test_contig_size1_large_dim_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2323318Z test_contig_size1_large_dim_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2323742Z test_contig_size1_large_dim_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2324163Z test_contig_size1_large_dim_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2324592Z test_contig_size1_large_dim_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2325029Z test_contig_size1_large_dim_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.2325424Z test_contig_size1_large_dim_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2325823Z test_contig_size1_large_dim_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2326234Z test_contig_size1_large_dim_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2326643Z test_contig_size1_large_dim_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2327910Z test_contig_size1_large_dim_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2328370Z test_contig_size1_large_dim_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2328844Z test_contig_size1_large_dim_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2329250Z test_contig_size1_large_dim_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2329735Z test_contig_size1_large_dim_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2330138Z test_contig_size1_large_dim_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2330573Z test_contig_size1_large_dim_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2330998Z test_contig_size1_large_dim_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2331448Z test_contig_size1_large_dim_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2331870Z test_contig_size1_large_dim_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2332297Z test_contig_size1_large_dim_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2332745Z test_contig_size1_large_dim_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2333157Z test_contig_size1_large_dim_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2333566Z test_contig_size1_large_dim_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2333983Z test_contig_size1_large_dim_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2334399Z test_contig_size1_large_dim_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2334849Z test_contig_size1_large_dim_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2335315Z test_contig_size1_large_dim_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2335752Z test_contig_size1_large_dim_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2336540Z test_contig_size1_large_dim_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2336958Z test_contig_size1_large_dim_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2337381Z test_contig_size1_large_dim_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2337805Z test_contig_size1_large_dim_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2338223Z test_contig_size1_large_dim_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.2338655Z test_contig_size1_large_dim_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2339077Z test_contig_size1_large_dim_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2339517Z test_contig_size1_large_dim_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2339953Z test_contig_size1_large_dim_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2340394Z test_contig_size1_large_dim_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2340829Z test_contig_size1_large_dim_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2341247Z test_contig_size1_large_dim_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2341966Z test_contig_size1_large_dim_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2342425Z test_contig_size1_large_dim_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2342934Z test_contig_size1_large_dim_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2343372Z test_contig_size1_large_dim_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2343796Z test_contig_size1_large_dim_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2344226Z test_contig_size1_large_dim_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2344647Z test_contig_size1_large_dim_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2345051Z test_contig_size1_large_dim_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2345482Z test_contig_size1_large_dim_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2345899Z test_contig_size1_large_dim_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2346330Z test_contig_size1_large_dim_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2346752Z test_contig_size1_large_dim_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2347181Z test_contig_size1_large_dim_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2347599Z test_contig_size1_large_dim_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2348021Z test_contig_size1_large_dim_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2348517Z test_contig_size1_large_dim_mul_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2348936Z test_contig_size1_large_dim_mul_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2349452Z test_contig_size1_large_dim_mul_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2349887Z test_contig_size1_large_dim_mul_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2350319Z test_contig_size1_large_dim_mul_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2350953Z test_contig_size1_large_dim_mul_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2351370Z test_contig_size1_large_dim_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2351787Z test_contig_size1_large_dim_mul_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2352189Z test_contig_size1_large_dim_mul_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2352592Z test_contig_size1_large_dim_mul_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2353006Z test_contig_size1_large_dim_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2353411Z test_contig_size1_large_dim_mul_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.2353789Z test_contig_size1_large_dim_mul_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2354204Z test_contig_size1_large_dim_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2354608Z test_contig_size1_large_dim_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2355099Z test_contig_size1_large_dim_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2355529Z test_contig_size1_large_dim_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2356014Z test_contig_size1_large_dim_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2356609Z test_contig_size1_large_dim_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2357035Z test_contig_size1_large_dim_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2357438Z test_contig_size1_large_dim_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2357841Z test_contig_size1_large_dim_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2358241Z test_contig_size1_large_dim_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.2358627Z test_contig_size1_large_dim_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2359021Z test_contig_size1_large_dim_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2359462Z test_contig_size1_large_dim_nextafter_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2359904Z test_contig_size1_large_dim_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2360296Z test_contig_size1_large_dim_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2360706Z test_contig_size1_large_dim_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2361136Z test_contig_size1_large_dim_polar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2361572Z test_contig_size1_large_dim_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2362069Z test_contig_size1_large_dim_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2362555Z test_contig_size1_large_dim_pow_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.995s) 2022-11-23T02:06:07.2362997Z test_contig_size1_large_dim_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2363424Z test_contig_size1_large_dim_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2363855Z test_contig_size1_large_dim_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2364279Z test_contig_size1_large_dim_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2364689Z test_contig_size1_large_dim_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2365312Z test_contig_size1_large_dim_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2365728Z test_contig_size1_large_dim_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2366145Z test_contig_size1_large_dim_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2366556Z test_contig_size1_large_dim_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2366981Z test_contig_size1_large_dim_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2367390Z test_contig_size1_large_dim_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2367781Z test_contig_size1_large_dim_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2368249Z test_contig_size1_large_dim_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2368694Z test_contig_size1_large_dim_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.2369202Z test_contig_size1_large_dim_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2369625Z test_contig_size1_large_dim_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2370045Z test_contig_size1_large_dim_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2370650Z test_contig_size1_large_dim_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2371091Z test_contig_size1_large_dim_rsub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2371518Z test_contig_size1_large_dim_rsub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2371919Z test_contig_size1_large_dim_rsub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2372344Z test_contig_size1_large_dim_rsub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2372743Z test_contig_size1_large_dim_rsub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2373146Z test_contig_size1_large_dim_rsub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2373558Z test_contig_size1_large_dim_rsub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.2373967Z test_contig_size1_large_dim_rsub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2374396Z test_contig_size1_large_dim_rsub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2374816Z test_contig_size1_large_dim_rsub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2375316Z test_contig_size1_large_dim_rsub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2375918Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2376464Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2376996Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2377515Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2378044Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2378567Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2379094Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2379811Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2380336Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2380866Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2381395Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2381973Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2382557Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.2383086Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2383618Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2384121Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2384816Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.2385661Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.2386402Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.2387112Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.2387793Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.2388512Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.2389240Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.2389884Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.2390543Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.2391201Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2391853Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.2392491Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.2393115Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.2393946Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.2394589Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.2395311Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-11-23T02:06:07.2395876Z test_contig_size1_large_dim_special_hermite_polynomial_h_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2396391Z test_contig_size1_large_dim_special_hermite_polynomial_h_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2396974Z test_contig_size1_large_dim_special_hermite_polynomial_h_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2397470Z test_contig_size1_large_dim_special_hermite_polynomial_h_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2397946Z test_contig_size1_large_dim_special_hermite_polynomial_h_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2398434Z test_contig_size1_large_dim_special_hermite_polynomial_h_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2399096Z test_contig_size1_large_dim_special_hermite_polynomial_h_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2399616Z test_contig_size1_large_dim_special_hermite_polynomial_h_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2400090Z test_contig_size1_large_dim_special_hermite_polynomial_he_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2400594Z test_contig_size1_large_dim_special_hermite_polynomial_he_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2401090Z test_contig_size1_large_dim_special_hermite_polynomial_he_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2401575Z test_contig_size1_large_dim_special_hermite_polynomial_he_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2402068Z test_contig_size1_large_dim_special_hermite_polynomial_he_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.2402629Z test_contig_size1_large_dim_special_hermite_polynomial_he_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2403178Z test_contig_size1_large_dim_special_hermite_polynomial_he_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2403698Z test_contig_size1_large_dim_special_hermite_polynomial_he_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2404190Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2404687Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2405186Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2405680Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2406181Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2406668Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2407157Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2407829Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2408482Z test_contig_size1_large_dim_special_legendre_polynomial_p_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.2409197Z test_contig_size1_large_dim_special_legendre_polynomial_p_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.2409916Z test_contig_size1_large_dim_special_legendre_polynomial_p_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.2410602Z test_contig_size1_large_dim_special_legendre_polynomial_p_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T02:06:07.2411263Z test_contig_size1_large_dim_special_legendre_polynomial_p_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.2411897Z test_contig_size1_large_dim_special_legendre_polynomial_p_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.2412541Z test_contig_size1_large_dim_special_legendre_polynomial_p_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.2413371Z test_contig_size1_large_dim_special_legendre_polynomial_p_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T02:06:07.2414065Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.2414740Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.2415428Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.2416181Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.2416973Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.011s) 2022-11-23T02:06:07.2417643Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2418314Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.2418967Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2419639Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2420306Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2421175Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2421832Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2422554Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2423277Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2424000Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2424686Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2425337Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2426192Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2426888Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2427546Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2428232Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2428901Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2429645Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2430389Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2431080Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.2431754Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2432417Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2433079Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2433747Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2434618Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.2435279Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2436009Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.2436547Z test_contig_size1_large_dim_special_xlog1py_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2437048Z test_contig_size1_large_dim_special_xlog1py_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2437528Z test_contig_size1_large_dim_special_xlog1py_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2437989Z test_contig_size1_large_dim_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2438446Z test_contig_size1_large_dim_special_xlog1py_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.2438898Z test_contig_size1_large_dim_special_xlog1py_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2439356Z test_contig_size1_large_dim_special_xlog1py_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2439986Z test_contig_size1_large_dim_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2440463Z test_contig_size1_large_dim_special_xlog1py_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2440907Z test_contig_size1_large_dim_special_xlog1py_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2441366Z test_contig_size1_large_dim_special_zeta_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2441813Z test_contig_size1_large_dim_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2442268Z test_contig_size1_large_dim_special_zeta_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2442776Z test_contig_size1_large_dim_special_zeta_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2443312Z test_contig_size1_large_dim_special_zeta_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2443763Z test_contig_size1_large_dim_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2444206Z test_contig_size1_large_dim_special_zeta_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2444646Z test_contig_size1_large_dim_special_zeta_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2445075Z test_contig_size1_large_dim_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2445485Z test_contig_size1_large_dim_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2445913Z test_contig_size1_large_dim_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2446330Z test_contig_size1_large_dim_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2446763Z test_contig_size1_large_dim_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2447176Z test_contig_size1_large_dim_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2447588Z test_contig_size1_large_dim_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2447990Z test_contig_size1_large_dim_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2448612Z test_contig_size1_large_dim_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2449081Z test_contig_size1_large_dim_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2449495Z test_contig_size1_large_dim_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2449982Z test_contig_size1_large_dim_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2450442Z test_contig_size1_large_dim_true_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2450875Z test_contig_size1_large_dim_true_divide_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2451330Z test_contig_size1_large_dim_true_divide_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2451784Z test_contig_size1_large_dim_true_divide_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2452247Z test_contig_size1_large_dim_true_divide_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2452682Z test_contig_size1_large_dim_true_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2453117Z test_contig_size1_large_dim_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2453555Z test_contig_size1_large_dim_true_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2454171Z test_contig_size1_large_dim_true_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2454632Z test_contig_size1_large_dim_true_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2455040Z test_contig_size1_large_dim_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2455472Z test_contig_size1_large_dim_true_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2455978Z test_contig_size1_large_dim_true_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2456482Z test_contig_size1_large_dim_xlogy_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2456903Z test_contig_size1_large_dim_xlogy_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.2457324Z test_contig_size1_large_dim_xlogy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2457753Z test_contig_size1_large_dim_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2458177Z test_contig_size1_large_dim_xlogy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2458591Z test_contig_size1_large_dim_xlogy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2458997Z test_contig_size1_large_dim_xlogy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2459420Z test_contig_size1_large_dim_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2459835Z test_contig_size1_large_dim_xlogy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2460248Z test_contig_size1_large_dim_xlogy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2460634Z test_contig_size1_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2461010Z test_contig_size1_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2461389Z test_contig_size1_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2461768Z test_contig_size1_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2462148Z test_contig_size1_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2462830Z test_contig_size1_ldexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2463301Z test_contig_size1_ldexp_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2463692Z test_contig_size1_ldexp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2464094Z test_contig_size1_ldexp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2464495Z test_contig_size1_ldexp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2464901Z test_contig_size1_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2465295Z test_contig_size1_ldexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2465693Z test_contig_size1_ldexp_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2466083Z test_contig_size1_ldexp_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2466473Z test_contig_size1_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.2466854Z test_contig_size1_ldexp_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2467225Z test_contig_size1_ldexp_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2467598Z test_contig_size1_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2467974Z test_contig_size1_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2468521Z test_contig_size1_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2468988Z test_contig_size1_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2469364Z test_contig_size1_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2469820Z test_contig_size1_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2470216Z test_contig_size1_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2470594Z test_contig_size1_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2470946Z test_contig_size1_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2471319Z test_contig_size1_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2471734Z test_contig_size1_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2472141Z test_contig_size1_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2472576Z test_contig_size1_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2473006Z test_contig_size1_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2473420Z test_contig_size1_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2473826Z test_contig_size1_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2474222Z test_contig_size1_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2474620Z test_contig_size1_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2475017Z test_contig_size1_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2475483Z test_contig_size1_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2475892Z test_contig_size1_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2476376Z test_contig_size1_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2476788Z test_contig_size1_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2478187Z test_contig_size1_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2478618Z test_contig_size1_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2479037Z test_contig_size1_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2479451Z test_contig_size1_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2479854Z test_contig_size1_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2480247Z test_contig_size1_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2480648Z test_contig_size1_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2481049Z test_contig_size1_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2481452Z test_contig_size1_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2481870Z test_contig_size1_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2482346Z test_contig_size1_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2482837Z test_contig_size1_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2483243Z test_contig_size1_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2483856Z test_contig_size1_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2484316Z test_contig_size1_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.2484727Z test_contig_size1_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2485131Z test_contig_size1_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2485545Z test_contig_size1_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2485946Z test_contig_size1_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2486347Z test_contig_size1_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2486797Z test_contig_size1_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2487203Z test_contig_size1_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2487602Z test_contig_size1_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2487990Z test_contig_size1_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2488344Z test_contig_size1_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2488794Z test_contig_size1_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2489188Z test_contig_size1_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2489651Z test_contig_size1_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2490025Z test_contig_size1_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2490398Z test_contig_size1_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2490769Z test_contig_size1_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2491148Z test_contig_size1_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2491523Z test_contig_size1_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2491931Z test_contig_size1_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2492326Z test_contig_size1_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2492941Z test_contig_size1_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2493341Z test_contig_size1_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2493738Z test_contig_size1_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2494124Z test_contig_size1_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2494522Z test_contig_size1_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2494920Z test_contig_size1_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2495366Z test_contig_size1_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2495733Z test_contig_size1_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2496123Z test_contig_size1_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2496515Z test_contig_size1_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2496885Z test_contig_size1_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2497239Z test_contig_size1_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2497586Z test_contig_size1_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2498145Z test_contig_size1_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2498561Z test_contig_size1_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2498955Z test_contig_size1_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2499341Z test_contig_size1_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2499746Z test_contig_size1_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2500157Z test_contig_size1_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2500567Z test_contig_size1_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2500973Z test_contig_size1_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2501392Z test_contig_size1_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2501812Z test_contig_size1_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2502297Z test_contig_size1_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2502763Z test_contig_size1_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2503220Z test_contig_size1_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2503621Z test_contig_size1_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2504001Z test_contig_size1_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2504405Z test_contig_size1_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2504801Z test_contig_size1_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2505225Z test_contig_size1_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2505620Z test_contig_size1_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2506031Z test_contig_size1_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2506423Z test_contig_size1_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2507021Z test_contig_size1_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2507414Z test_contig_size1_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2507794Z test_contig_size1_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2508186Z test_contig_size1_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2508640Z test_contig_size1_mul_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2509042Z test_contig_size1_mul_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.2509531Z test_contig_size1_mul_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2509944Z test_contig_size1_mul_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2510346Z test_contig_size1_mul_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2510760Z test_contig_size1_mul_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2511134Z test_contig_size1_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2511519Z test_contig_size1_mul_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2511875Z test_contig_size1_mul_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2512270Z test_contig_size1_mul_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2512810Z test_contig_size1_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2513208Z test_contig_size1_mul_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2513600Z test_contig_size1_mul_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2513987Z test_contig_size1_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2514380Z test_contig_size1_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2514782Z test_contig_size1_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2515236Z test_contig_size1_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2515602Z test_contig_size1_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2516033Z test_contig_size1_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2516428Z test_contig_size1_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2516787Z test_contig_size1_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2517149Z test_contig_size1_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2517508Z test_contig_size1_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.2517876Z test_contig_size1_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2518236Z test_contig_size1_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2518655Z test_contig_size1_nextafter_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2519043Z test_contig_size1_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2519455Z test_contig_size1_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2519863Z test_contig_size1_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2520264Z test_contig_size1_polar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2520666Z test_contig_size1_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2521271Z test_contig_size1_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2521674Z test_contig_size1_pow_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2522127Z test_contig_size1_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2522602Z test_contig_size1_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2522994Z test_contig_size1_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2523386Z test_contig_size1_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2523770Z test_contig_size1_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2524131Z test_contig_size1_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2524508Z test_contig_size1_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2524885Z test_contig_size1_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2525261Z test_contig_size1_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2525687Z test_contig_size1_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2526119Z test_contig_size1_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.2526543Z test_contig_size1_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2527128Z test_contig_size1_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2527591Z test_contig_size1_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2528012Z test_contig_size1_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2528494Z test_contig_size1_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2528932Z test_contig_size1_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2529418Z test_contig_size1_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2529842Z test_contig_size1_rsub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2530261Z test_contig_size1_rsub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2530684Z test_contig_size1_rsub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2531101Z test_contig_size1_rsub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2531504Z test_contig_size1_rsub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2531905Z test_contig_size1_rsub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2532307Z test_contig_size1_rsub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2532716Z test_contig_size1_rsub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2533107Z test_contig_size1_rsub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2533509Z test_contig_size1_rsub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2533904Z test_contig_size1_rsub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2534404Z test_contig_size1_special_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2534917Z test_contig_size1_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2535442Z test_contig_size1_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2536005Z test_contig_size1_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2536675Z test_contig_size1_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.2537171Z test_contig_size1_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2537660Z test_contig_size1_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2538154Z test_contig_size1_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2538656Z test_contig_size1_special_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2539153Z test_contig_size1_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2539654Z test_contig_size1_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2540156Z test_contig_size1_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2540644Z test_contig_size1_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2541129Z test_contig_size1_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2541624Z test_contig_size1_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2542288Z test_contig_size1_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2543002Z test_contig_size1_special_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2543638Z test_contig_size1_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2544276Z test_contig_size1_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.2544894Z test_contig_size1_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T02:06:07.2545522Z test_contig_size1_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.2546137Z test_contig_size1_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.2546754Z test_contig_size1_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.2547381Z test_contig_size1_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.2548004Z test_contig_size1_special_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.2548710Z test_contig_size1_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T02:06:07.2549427Z test_contig_size1_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.2550058Z test_contig_size1_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.2550883Z test_contig_size1_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T02:06:07.2551508Z test_contig_size1_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.2552133Z test_contig_size1_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.2552740Z test_contig_size1_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.2553224Z test_contig_size1_special_hermite_polynomial_h_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2553706Z test_contig_size1_special_hermite_polynomial_h_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2554173Z test_contig_size1_special_hermite_polynomial_h_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2554639Z test_contig_size1_special_hermite_polynomial_h_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2555268Z test_contig_size1_special_hermite_polynomial_h_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2556728Z test_contig_size1_special_hermite_polynomial_h_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2557224Z test_contig_size1_special_hermite_polynomial_h_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.2557700Z test_contig_size1_special_hermite_polynomial_h_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2558165Z test_contig_size1_special_hermite_polynomial_he_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2558660Z test_contig_size1_special_hermite_polynomial_he_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2559118Z test_contig_size1_special_hermite_polynomial_he_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2559581Z test_contig_size1_special_hermite_polynomial_he_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2560037Z test_contig_size1_special_hermite_polynomial_he_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2560507Z test_contig_size1_special_hermite_polynomial_he_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2560976Z test_contig_size1_special_hermite_polynomial_he_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2561454Z test_contig_size1_special_hermite_polynomial_he_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2562004Z test_contig_size1_special_laguerre_polynomial_l_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2562533Z test_contig_size1_special_laguerre_polynomial_l_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2563041Z test_contig_size1_special_laguerre_polynomial_l_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2563507Z test_contig_size1_special_laguerre_polynomial_l_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2563984Z test_contig_size1_special_laguerre_polynomial_l_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2564434Z test_contig_size1_special_laguerre_polynomial_l_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2564892Z test_contig_size1_special_laguerre_polynomial_l_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2565558Z test_contig_size1_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2566183Z test_contig_size1_special_legendre_polynomial_p_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.2566813Z test_contig_size1_special_legendre_polynomial_p_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2567454Z test_contig_size1_special_legendre_polynomial_p_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2568073Z test_contig_size1_special_legendre_polynomial_p_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.2568758Z test_contig_size1_special_legendre_polynomial_p_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2569472Z test_contig_size1_special_legendre_polynomial_p_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2570094Z test_contig_size1_special_legendre_polynomial_p_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.2570892Z test_contig_size1_special_legendre_polynomial_p_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2571558Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2572206Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.2572856Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.2573494Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2574148Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.2574780Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.2575487Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2576240Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2576885Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.2577547Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2578194Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2578834Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-11-23T02:06:07.2579672Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.2580313Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.2580953Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.2581588Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.2582305Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.2583048Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.2583686Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T02:06:07.2584483Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.2585148Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.2585786Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.2586424Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.012s) 2022-11-23T02:06:07.2587069Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.2587765Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2588477Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.2589178Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2589836Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2590493Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.2591149Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2591785Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.2592629Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2593069Z test_contig_size1_special_xlog1py_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2593495Z test_contig_size1_special_xlog1py_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2593927Z test_contig_size1_special_xlog1py_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2594363Z test_contig_size1_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2594797Z test_contig_size1_special_xlog1py_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2595283Z test_contig_size1_special_xlog1py_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2595767Z test_contig_size1_special_xlog1py_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2596225Z test_contig_size1_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2596646Z test_contig_size1_special_xlog1py_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2597062Z test_contig_size1_special_xlog1py_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2597470Z test_contig_size1_special_zeta_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2598076Z test_contig_size1_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2598528Z test_contig_size1_special_zeta_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.2598941Z test_contig_size1_special_zeta_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2599351Z test_contig_size1_special_zeta_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2599762Z test_contig_size1_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2600165Z test_contig_size1_special_zeta_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2600569Z test_contig_size1_special_zeta_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2600933Z test_contig_size1_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2601340Z test_contig_size1_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2601811Z test_contig_size1_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2602215Z test_contig_size1_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2602660Z test_contig_size1_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2603109Z test_contig_size1_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2603494Z test_contig_size1_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2603873Z test_contig_size1_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2604243Z test_contig_size1_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2604609Z test_contig_size1_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2604987Z test_contig_size1_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2605360Z test_contig_size1_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2605769Z test_contig_size1_true_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2606176Z test_contig_size1_true_divide_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2606811Z test_contig_size1_true_divide_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2607235Z test_contig_size1_true_divide_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2607655Z test_contig_size1_true_divide_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2608061Z test_contig_size1_true_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2608469Z test_contig_size1_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2608861Z test_contig_size1_true_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2609266Z test_contig_size1_true_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2609671Z test_contig_size1_true_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2610075Z test_contig_size1_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2610465Z test_contig_size1_true_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2610857Z test_contig_size1_true_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2611259Z test_contig_size1_xlogy_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2611635Z test_contig_size1_xlogy_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2612198Z test_contig_size1_xlogy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.2612610Z test_contig_size1_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2613000Z test_contig_size1_xlogy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2613389Z test_contig_size1_xlogy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2613787Z test_contig_size1_xlogy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2614243Z test_contig_size1_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2614631Z test_contig_size1_xlogy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2615073Z test_contig_size1_xlogy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2615546Z test_contig_vs_every_other___radd___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2615973Z test_contig_vs_every_other___radd___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2616424Z test_contig_vs_every_other___radd___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.2616866Z test_contig_vs_every_other___radd___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2617283Z test_contig_vs_every_other___radd___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2617699Z test_contig_vs_every_other___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2618121Z test_contig_vs_every_other___radd___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2618541Z test_contig_vs_every_other___radd___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2618967Z test_contig_vs_every_other___radd___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2619392Z test_contig_vs_every_other___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2619804Z test_contig_vs_every_other___radd___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2620212Z test_contig_vs_every_other___radd___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2620621Z test_contig_vs_every_other___rand___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2621229Z test_contig_vs_every_other___rand___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2621648Z test_contig_vs_every_other___rand___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2622054Z test_contig_vs_every_other___rand___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2622468Z test_contig_vs_every_other___rand___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2622887Z test_contig_vs_every_other___rand___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2623317Z test_contig_vs_every_other___rdiv___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2623732Z test_contig_vs_every_other___rdiv___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2624177Z test_contig_vs_every_other___rdiv___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2624626Z test_contig_vs_every_other___rdiv___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2625051Z test_contig_vs_every_other___rdiv___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2625470Z test_contig_vs_every_other___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2625848Z test_contig_vs_every_other___rdiv___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2626424Z test_contig_vs_every_other___rdiv___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2626874Z test_contig_vs_every_other___rdiv___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2627279Z test_contig_vs_every_other___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2627699Z test_contig_vs_every_other___rdiv___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2628116Z test_contig_vs_every_other___rdiv___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2628544Z test_contig_vs_every_other___rmod___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2628964Z test_contig_vs_every_other___rmod___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2629375Z test_contig_vs_every_other___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2629793Z test_contig_vs_every_other___rmod___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2630204Z test_contig_vs_every_other___rmod___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2630612Z test_contig_vs_every_other___rmod___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2631017Z test_contig_vs_every_other___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2631499Z test_contig_vs_every_other___rmod___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2631976Z test_contig_vs_every_other___rmod___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2632435Z test_contig_vs_every_other___rmul___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2632852Z test_contig_vs_every_other___rmul___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2633294Z test_contig_vs_every_other___rmul___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2633726Z test_contig_vs_every_other___rmul___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2634143Z test_contig_vs_every_other___rmul___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2634758Z test_contig_vs_every_other___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2635157Z test_contig_vs_every_other___rmul___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2635568Z test_contig_vs_every_other___rmul___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2635977Z test_contig_vs_every_other___rmul___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2636391Z test_contig_vs_every_other___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2636802Z test_contig_vs_every_other___rmul___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2637212Z test_contig_vs_every_other___rmul___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.2637621Z test_contig_vs_every_other___ror___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2638027Z test_contig_vs_every_other___ror___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2638437Z test_contig_vs_every_other___ror___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2638845Z test_contig_vs_every_other___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2639254Z test_contig_vs_every_other___ror___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2639667Z test_contig_vs_every_other___ror___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2640276Z test_contig_vs_every_other___rpow___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2640739Z test_contig_vs_every_other___rpow___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2641174Z test_contig_vs_every_other___rpow___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2641593Z test_contig_vs_every_other___rpow___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2642020Z test_contig_vs_every_other___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2642434Z test_contig_vs_every_other___rpow___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2642865Z test_contig_vs_every_other___rpow___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2643291Z test_contig_vs_every_other___rpow___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2643708Z test_contig_vs_every_other___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2644099Z test_contig_vs_every_other___rpow___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2644514Z test_contig_vs_every_other___rpow___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2644943Z test_contig_vs_every_other___rsub___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2645392Z test_contig_vs_every_other___rsub___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2645829Z test_contig_vs_every_other___rsub___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2646247Z test_contig_vs_every_other___rsub___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2646657Z test_contig_vs_every_other___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2647071Z test_contig_vs_every_other___rsub___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2647478Z test_contig_vs_every_other___rsub___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2647900Z test_contig_vs_every_other___rsub___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2648306Z test_contig_vs_every_other___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2648922Z test_contig_vs_every_other___rsub___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2649337Z test_contig_vs_every_other___rsub___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2649746Z test_contig_vs_every_other___rxor___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2650158Z test_contig_vs_every_other___rxor___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2650575Z test_contig_vs_every_other___rxor___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2650985Z test_contig_vs_every_other___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2651397Z test_contig_vs_every_other___rxor___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2651801Z test_contig_vs_every_other___rxor___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2652225Z test_contig_vs_every_other_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2652630Z test_contig_vs_every_other_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2653043Z test_contig_vs_every_other_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2653455Z test_contig_vs_every_other_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2654048Z test_contig_vs_every_other_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2654490Z test_contig_vs_every_other_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2654905Z test_contig_vs_every_other_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2655315Z test_contig_vs_every_other_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2655732Z test_contig_vs_every_other_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2656141Z test_contig_vs_every_other_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2656539Z test_contig_vs_every_other_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2656944Z test_contig_vs_every_other_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2657352Z test_contig_vs_every_other_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2657775Z test_contig_vs_every_other_atan2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2658187Z test_contig_vs_every_other_atan2_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2658595Z test_contig_vs_every_other_atan2_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2659030Z test_contig_vs_every_other_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2659445Z test_contig_vs_every_other_atan2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2659852Z test_contig_vs_every_other_atan2_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2660250Z test_contig_vs_every_other_atan2_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2660656Z test_contig_vs_every_other_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.2661070Z test_contig_vs_every_other_atan2_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2661455Z test_contig_vs_every_other_atan2_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2661878Z test_contig_vs_every_other_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2662504Z test_contig_vs_every_other_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2662986Z test_contig_vs_every_other_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2663410Z test_contig_vs_every_other_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2663918Z test_contig_vs_every_other_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2664337Z test_contig_vs_every_other_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2664755Z test_contig_vs_every_other_bitwise_left_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2665189Z test_contig_vs_every_other_bitwise_left_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2665639Z test_contig_vs_every_other_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2666098Z test_contig_vs_every_other_bitwise_left_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2666550Z test_contig_vs_every_other_bitwise_left_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2666982Z test_contig_vs_every_other_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2667416Z test_contig_vs_every_other_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2668020Z test_contig_vs_every_other_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2668450Z test_contig_vs_every_other_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2668885Z test_contig_vs_every_other_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2669314Z test_contig_vs_every_other_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2669784Z test_contig_vs_every_other_bitwise_right_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2670247Z test_contig_vs_every_other_bitwise_right_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2670700Z test_contig_vs_every_other_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2671159Z test_contig_vs_every_other_bitwise_right_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2671598Z test_contig_vs_every_other_bitwise_right_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2672014Z test_contig_vs_every_other_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2672422Z test_contig_vs_every_other_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2672819Z test_contig_vs_every_other_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2673208Z test_contig_vs_every_other_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2673614Z test_contig_vs_every_other_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2674042Z test_contig_vs_every_other_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2674488Z test_contig_vs_every_other_clamp_max_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.2674928Z test_contig_vs_every_other_clamp_max_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2675364Z test_contig_vs_every_other_clamp_max_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2675791Z test_contig_vs_every_other_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2676429Z test_contig_vs_every_other_clamp_max_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2676857Z test_contig_vs_every_other_clamp_max_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2677283Z test_contig_vs_every_other_clamp_max_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2677711Z test_contig_vs_every_other_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2678126Z test_contig_vs_every_other_clamp_max_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2678544Z test_contig_vs_every_other_clamp_max_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2678977Z test_contig_vs_every_other_clamp_min_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2679398Z test_contig_vs_every_other_clamp_min_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2679867Z test_contig_vs_every_other_clamp_min_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2680315Z test_contig_vs_every_other_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2680760Z test_contig_vs_every_other_clamp_min_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2681209Z test_contig_vs_every_other_clamp_min_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2681657Z test_contig_vs_every_other_clamp_min_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2682276Z test_contig_vs_every_other_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2682750Z test_contig_vs_every_other_clamp_min_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2683196Z test_contig_vs_every_other_clamp_min_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2683653Z test_contig_vs_every_other_complex_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2684096Z test_contig_vs_every_other_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2684550Z test_contig_vs_every_other_complex_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2685013Z test_contig_vs_every_other_copysign_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.2685464Z test_contig_vs_every_other_copysign_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2685930Z test_contig_vs_every_other_copysign_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2686383Z test_contig_vs_every_other_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2686829Z test_contig_vs_every_other_copysign_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2687289Z test_contig_vs_every_other_copysign_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2687738Z test_contig_vs_every_other_copysign_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2688231Z test_contig_vs_every_other_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2688677Z test_contig_vs_every_other_copysign_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2689127Z test_contig_vs_every_other_copysign_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2689627Z test_contig_vs_every_other_div_floor_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2690118Z test_contig_vs_every_other_div_floor_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2690579Z test_contig_vs_every_other_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2691212Z test_contig_vs_every_other_div_floor_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2691697Z test_contig_vs_every_other_div_floor_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2692175Z test_contig_vs_every_other_div_floor_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2692643Z test_contig_vs_every_other_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2693126Z test_contig_vs_every_other_div_floor_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2693605Z test_contig_vs_every_other_div_floor_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2694102Z test_contig_vs_every_other_div_no_rounding_mode_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2694583Z test_contig_vs_every_other_div_no_rounding_mode_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2695098Z test_contig_vs_every_other_div_no_rounding_mode_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2695590Z test_contig_vs_every_other_div_no_rounding_mode_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (2.075s) 2022-11-23T02:06:07.2696066Z test_contig_vs_every_other_div_no_rounding_mode_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2696690Z test_contig_vs_every_other_div_no_rounding_mode_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2697171Z test_contig_vs_every_other_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2697632Z test_contig_vs_every_other_div_no_rounding_mode_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2698094Z test_contig_vs_every_other_div_no_rounding_mode_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2698556Z test_contig_vs_every_other_div_no_rounding_mode_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2699003Z test_contig_vs_every_other_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2699454Z test_contig_vs_every_other_div_no_rounding_mode_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2699909Z test_contig_vs_every_other_div_no_rounding_mode_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2700382Z test_contig_vs_every_other_div_trunc_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2700833Z test_contig_vs_every_other_div_trunc_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2701294Z test_contig_vs_every_other_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.2701743Z test_contig_vs_every_other_div_trunc_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2702177Z test_contig_vs_every_other_div_trunc_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2702624Z test_contig_vs_every_other_div_trunc_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2703068Z test_contig_vs_every_other_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2708579Z test_contig_vs_every_other_div_trunc_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2709063Z test_contig_vs_every_other_div_trunc_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2709484Z test_contig_vs_every_other_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2709889Z test_contig_vs_every_other_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2711343Z test_contig_vs_every_other_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2711773Z test_contig_vs_every_other_eq_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2712190Z test_contig_vs_every_other_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2712600Z test_contig_vs_every_other_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2713015Z test_contig_vs_every_other_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2713414Z test_contig_vs_every_other_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2713819Z test_contig_vs_every_other_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2714221Z test_contig_vs_every_other_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2714635Z test_contig_vs_every_other_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2715032Z test_contig_vs_every_other_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2715427Z test_contig_vs_every_other_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2715878Z test_contig_vs_every_other_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2716304Z test_contig_vs_every_other_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2716954Z test_contig_vs_every_other_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2717488Z test_contig_vs_every_other_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2717919Z test_contig_vs_every_other_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2718364Z test_contig_vs_every_other_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2718802Z test_contig_vs_every_other_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2719231Z test_contig_vs_every_other_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2719733Z test_contig_vs_every_other_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2720169Z test_contig_vs_every_other_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2720682Z test_contig_vs_every_other_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2721109Z test_contig_vs_every_other_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2721589Z test_contig_vs_every_other_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:06:07.2722048Z test_contig_vs_every_other_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2722489Z test_contig_vs_every_other_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2722930Z test_contig_vs_every_other_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2723369Z test_contig_vs_every_other_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2740532Z test_contig_vs_every_other_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2741031Z test_contig_vs_every_other_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2741485Z test_contig_vs_every_other_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2741930Z test_contig_vs_every_other_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2742574Z test_contig_vs_every_other_fmax_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2742985Z test_contig_vs_every_other_fmax_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2743406Z test_contig_vs_every_other_fmax_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2743817Z test_contig_vs_every_other_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2744208Z test_contig_vs_every_other_fmax_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2744621Z test_contig_vs_every_other_fmax_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.2745027Z test_contig_vs_every_other_fmax_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2745433Z test_contig_vs_every_other_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2745844Z test_contig_vs_every_other_fmax_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2746243Z test_contig_vs_every_other_fmax_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2746662Z test_contig_vs_every_other_fmin_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2747066Z test_contig_vs_every_other_fmin_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2747666Z test_contig_vs_every_other_fmin_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2748109Z test_contig_vs_every_other_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2748522Z test_contig_vs_every_other_fmin_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2748925Z test_contig_vs_every_other_fmin_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2749331Z test_contig_vs_every_other_fmin_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2749730Z test_contig_vs_every_other_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2750140Z test_contig_vs_every_other_fmin_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2750532Z test_contig_vs_every_other_fmin_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2750998Z test_contig_vs_every_other_fmod_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:06:07.2751423Z test_contig_vs_every_other_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2751839Z test_contig_vs_every_other_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2752257Z test_contig_vs_every_other_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2752651Z test_contig_vs_every_other_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2753056Z test_contig_vs_every_other_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2753461Z test_contig_vs_every_other_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2753863Z test_contig_vs_every_other_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2754265Z test_contig_vs_every_other_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2754672Z test_contig_vs_every_other_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (1.741s) 2022-11-23T02:06:07.2755072Z test_contig_vs_every_other_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (1.735s) 2022-11-23T02:06:07.2755474Z test_contig_vs_every_other_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2755878Z test_contig_vs_every_other_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (1.925s) 2022-11-23T02:06:07.2756487Z test_contig_vs_every_other_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (1.909s) 2022-11-23T02:06:07.2756905Z test_contig_vs_every_other_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2757307Z test_contig_vs_every_other_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2757714Z test_contig_vs_every_other_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2758188Z test_contig_vs_every_other_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2758593Z test_contig_vs_every_other_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.2758989Z test_contig_vs_every_other_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2759382Z test_contig_vs_every_other_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2759785Z test_contig_vs_every_other_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2760181Z test_contig_vs_every_other_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2760590Z test_contig_vs_every_other_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2760971Z test_contig_vs_every_other_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2761358Z test_contig_vs_every_other_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2761937Z test_contig_vs_every_other_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2762369Z test_contig_vs_every_other_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2762779Z test_contig_vs_every_other_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2763195Z test_contig_vs_every_other_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2763598Z test_contig_vs_every_other_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2763994Z test_contig_vs_every_other_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2764389Z test_contig_vs_every_other_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2764794Z test_contig_vs_every_other_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2765236Z test_contig_vs_every_other_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2765678Z test_contig_vs_every_other_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2766104Z test_contig_vs_every_other_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2766522Z test_contig_vs_every_other_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2766949Z test_contig_vs_every_other_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2767369Z test_contig_vs_every_other_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2767795Z test_contig_vs_every_other_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2768222Z test_contig_vs_every_other_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2768658Z test_contig_vs_every_other_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2769097Z test_contig_vs_every_other_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2769504Z test_contig_vs_every_other_hypot_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2769929Z test_contig_vs_every_other_hypot_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2770556Z test_contig_vs_every_other_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.2770987Z test_contig_vs_every_other_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2771410Z test_contig_vs_every_other_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2771826Z test_contig_vs_every_other_igamma_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2772263Z test_contig_vs_every_other_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2772692Z test_contig_vs_every_other_igammac_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2773122Z test_contig_vs_every_other_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2773546Z test_contig_vs_every_other_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.2774001Z test_contig_vs_every_other_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2774438Z test_contig_vs_every_other_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2774856Z test_contig_vs_every_other_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2775277Z test_contig_vs_every_other_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2775881Z test_contig_vs_every_other_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2776322Z test_contig_vs_every_other_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2776748Z test_contig_vs_every_other_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2777155Z test_contig_vs_every_other_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2777585Z test_contig_vs_every_other_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2777997Z test_contig_vs_every_other_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2778458Z test_contig_vs_every_other_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (1.839s) 2022-11-23T02:06:07.2778886Z test_contig_vs_every_other_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (1.837s) 2022-11-23T02:06:07.2779365Z test_contig_vs_every_other_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (3.005s) 2022-11-23T02:06:07.2779845Z test_contig_vs_every_other_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (2.954s) 2022-11-23T02:06:07.2780306Z test_contig_vs_every_other_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (2.594s) 2022-11-23T02:06:07.2780773Z test_contig_vs_every_other_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2781235Z test_contig_vs_every_other_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (2.576s) 2022-11-23T02:06:07.2781681Z test_contig_vs_every_other_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (2.686s) 2022-11-23T02:06:07.2782123Z test_contig_vs_every_other_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (1.808s) 2022-11-23T02:06:07.2782573Z test_contig_vs_every_other_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2783019Z test_contig_vs_every_other_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (2.699s) 2022-11-23T02:06:07.2783477Z test_contig_vs_every_other_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (1.921s) 2022-11-23T02:06:07.2783976Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (1.804s) 2022-11-23T02:06:07.2784660Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (1.714s) 2022-11-23T02:06:07.2785162Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (1.805s) 2022-11-23T02:06:07.2785655Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (1.871s) 2022-11-23T02:06:07.2786152Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (1.859s) 2022-11-23T02:06:07.2786640Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2787129Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (1.803s) 2022-11-23T02:06:07.2787602Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (1.781s) 2022-11-23T02:06:07.2788101Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (2.142s) 2022-11-23T02:06:07.2788640Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2789125Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (2.778s) 2022-11-23T02:06:07.2789790Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (2.563s) 2022-11-23T02:06:07.2790226Z test_contig_vs_every_other_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (2.650s) 2022-11-23T02:06:07.2790638Z test_contig_vs_every_other_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (2.607s) 2022-11-23T02:06:07.2791011Z test_contig_vs_every_other_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2791431Z test_contig_vs_every_other_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (2.571s) 2022-11-23T02:06:07.2791826Z test_contig_vs_every_other_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (2.359s) 2022-11-23T02:06:07.2792261Z test_contig_vs_every_other_ldexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2792679Z test_contig_vs_every_other_ldexp_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2793115Z test_contig_vs_every_other_ldexp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2793561Z test_contig_vs_every_other_ldexp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2793990Z test_contig_vs_every_other_ldexp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.2794416Z test_contig_vs_every_other_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2794843Z test_contig_vs_every_other_ldexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2795259Z test_contig_vs_every_other_ldexp_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2795673Z test_contig_vs_every_other_ldexp_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2796078Z test_contig_vs_every_other_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2796487Z test_contig_vs_every_other_ldexp_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2796907Z test_contig_vs_every_other_ldexp_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2797328Z test_contig_vs_every_other_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2797723Z test_contig_vs_every_other_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2798332Z test_contig_vs_every_other_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2798738Z test_contig_vs_every_other_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2799143Z test_contig_vs_every_other_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2799523Z test_contig_vs_every_other_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2799926Z test_contig_vs_every_other_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2800337Z test_contig_vs_every_other_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2800731Z test_contig_vs_every_other_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2801124Z test_contig_vs_every_other_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2801567Z test_contig_vs_every_other_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2802010Z test_contig_vs_every_other_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2802474Z test_contig_vs_every_other_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2802926Z test_contig_vs_every_other_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2803368Z test_contig_vs_every_other_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2804710Z test_contig_vs_every_other_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2805194Z test_contig_vs_every_other_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2805626Z test_contig_vs_every_other_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2806048Z test_contig_vs_every_other_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2806471Z test_contig_vs_every_other_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2806899Z test_contig_vs_every_other_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2807321Z test_contig_vs_every_other_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2807761Z test_contig_vs_every_other_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2808191Z test_contig_vs_every_other_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2808642Z test_contig_vs_every_other_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2809093Z test_contig_vs_every_other_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2809519Z test_contig_vs_every_other_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2809954Z test_contig_vs_every_other_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2810387Z test_contig_vs_every_other_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2810818Z test_contig_vs_every_other_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2811231Z test_contig_vs_every_other_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2811654Z test_contig_vs_every_other_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2812078Z test_contig_vs_every_other_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2812506Z test_contig_vs_every_other_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2813158Z test_contig_vs_every_other_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2813588Z test_contig_vs_every_other_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2814033Z test_contig_vs_every_other_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2814486Z test_contig_vs_every_other_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2814929Z test_contig_vs_every_other_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2815372Z test_contig_vs_every_other_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2815799Z test_contig_vs_every_other_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2816221Z test_contig_vs_every_other_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2816654Z test_contig_vs_every_other_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2817065Z test_contig_vs_every_other_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2817488Z test_contig_vs_every_other_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2817897Z test_contig_vs_every_other_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2818480Z test_contig_vs_every_other_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2818881Z test_contig_vs_every_other_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.2819291Z test_contig_vs_every_other_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2819694Z test_contig_vs_every_other_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2820109Z test_contig_vs_every_other_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2820505Z test_contig_vs_every_other_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2820907Z test_contig_vs_every_other_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2821307Z test_contig_vs_every_other_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2821701Z test_contig_vs_every_other_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2822105Z test_contig_vs_every_other_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2822546Z test_contig_vs_every_other_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2822976Z test_contig_vs_every_other_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2823423Z test_contig_vs_every_other_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2823925Z test_contig_vs_every_other_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2824408Z test_contig_vs_every_other_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2824891Z test_contig_vs_every_other_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.2825332Z test_contig_vs_every_other_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2825766Z test_contig_vs_every_other_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2826191Z test_contig_vs_every_other_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2826613Z test_contig_vs_every_other_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2827243Z test_contig_vs_every_other_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2827644Z test_contig_vs_every_other_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2828042Z test_contig_vs_every_other_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2828451Z test_contig_vs_every_other_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2828856Z test_contig_vs_every_other_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2829269Z test_contig_vs_every_other_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2829684Z test_contig_vs_every_other_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2830097Z test_contig_vs_every_other_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2830499Z test_contig_vs_every_other_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2830899Z test_contig_vs_every_other_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2831325Z test_contig_vs_every_other_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2831735Z test_contig_vs_every_other_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2832160Z test_contig_vs_every_other_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2832757Z test_contig_vs_every_other_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2833189Z test_contig_vs_every_other_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2833603Z test_contig_vs_every_other_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2834012Z test_contig_vs_every_other_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2834418Z test_contig_vs_every_other_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2834820Z test_contig_vs_every_other_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2835227Z test_contig_vs_every_other_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2835633Z test_contig_vs_every_other_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2836004Z test_contig_vs_every_other_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2836388Z test_contig_vs_every_other_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2836830Z test_contig_vs_every_other_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2837243Z test_contig_vs_every_other_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2837616Z test_contig_vs_every_other_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2837999Z test_contig_vs_every_other_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2838481Z test_contig_vs_every_other_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2838899Z test_contig_vs_every_other_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2839324Z test_contig_vs_every_other_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2839755Z test_contig_vs_every_other_mul_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2840164Z test_contig_vs_every_other_mul_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2840930Z test_contig_vs_every_other_mul_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2841386Z test_contig_vs_every_other_mul_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (2.324s) 2022-11-23T02:06:07.2841808Z test_contig_vs_every_other_mul_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2842232Z test_contig_vs_every_other_mul_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2842644Z test_contig_vs_every_other_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2843070Z test_contig_vs_every_other_mul_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2843566Z test_contig_vs_every_other_mul_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2843982Z test_contig_vs_every_other_mul_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2844378Z test_contig_vs_every_other_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2844929Z test_contig_vs_every_other_mul_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2845353Z test_contig_vs_every_other_mul_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2845746Z test_contig_vs_every_other_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2846162Z test_contig_vs_every_other_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2846779Z test_contig_vs_every_other_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2847229Z test_contig_vs_every_other_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2847654Z test_contig_vs_every_other_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2848060Z test_contig_vs_every_other_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2848487Z test_contig_vs_every_other_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2848898Z test_contig_vs_every_other_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2849312Z test_contig_vs_every_other_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2849717Z test_contig_vs_every_other_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2850122Z test_contig_vs_every_other_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2850537Z test_contig_vs_every_other_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2850982Z test_contig_vs_every_other_nextafter_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2851434Z test_contig_vs_every_other_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2851877Z test_contig_vs_every_other_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2852307Z test_contig_vs_every_other_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2852733Z test_contig_vs_every_other_polar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.2853159Z test_contig_vs_every_other_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2853603Z test_contig_vs_every_other_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2854036Z test_contig_vs_every_other_pow_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (2.611s) 2022-11-23T02:06:07.2854476Z test_contig_vs_every_other_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2854877Z test_contig_vs_every_other_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2855487Z test_contig_vs_every_other_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2855885Z test_contig_vs_every_other_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2856261Z test_contig_vs_every_other_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2856653Z test_contig_vs_every_other_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2857049Z test_contig_vs_every_other_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2857470Z test_contig_vs_every_other_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2857848Z test_contig_vs_every_other_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2858310Z test_contig_vs_every_other_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:06:07.2858731Z test_contig_vs_every_other_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2859169Z test_contig_vs_every_other_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2859590Z test_contig_vs_every_other_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2860020Z test_contig_vs_every_other_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2860453Z test_contig_vs_every_other_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2861060Z test_contig_vs_every_other_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2861511Z test_contig_vs_every_other_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2861939Z test_contig_vs_every_other_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2862356Z test_contig_vs_every_other_rsub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2862793Z test_contig_vs_every_other_rsub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2863233Z test_contig_vs_every_other_rsub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2863631Z test_contig_vs_every_other_rsub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.2864045Z test_contig_vs_every_other_rsub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2864447Z test_contig_vs_every_other_rsub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2864848Z test_contig_vs_every_other_rsub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2865236Z test_contig_vs_every_other_rsub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2865631Z test_contig_vs_every_other_rsub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2866043Z test_contig_vs_every_other_rsub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2866471Z test_contig_vs_every_other_rsub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2866989Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (8.565s) 2022-11-23T02:06:07.2867531Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (3.050s) 2022-11-23T02:06:07.2868076Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (2.873s) 2022-11-23T02:06:07.2868604Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2869124Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2869838Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2870363Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2870888Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2871399Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (9.373s) 2022-11-23T02:06:07.2871942Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (3.445s) 2022-11-23T02:06:07.2872474Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (3.507s) 2022-11-23T02:06:07.2872996Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2873515Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2874036Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2874554Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2875073Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2875897Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2876597Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2877269Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2877961Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2878644Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2879324Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2880000Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2880686Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2881377Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-11-23T02:06:07.2882077Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.2882700Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2883348Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2884154Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.2884775Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2885428Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2886075Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.2886570Z test_contig_vs_every_other_special_hermite_polynomial_h_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (7.996s) 2022-11-23T02:06:07.2887071Z test_contig_vs_every_other_special_hermite_polynomial_h_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (2.745s) 2022-11-23T02:06:07.2887566Z test_contig_vs_every_other_special_hermite_polynomial_h_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (3.087s) 2022-11-23T02:06:07.2888061Z test_contig_vs_every_other_special_hermite_polynomial_h_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2888716Z test_contig_vs_every_other_special_hermite_polynomial_h_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2889275Z test_contig_vs_every_other_special_hermite_polynomial_h_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2889765Z test_contig_vs_every_other_special_hermite_polynomial_h_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2890249Z test_contig_vs_every_other_special_hermite_polynomial_h_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2890745Z test_contig_vs_every_other_special_hermite_polynomial_he_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (8.037s) 2022-11-23T02:06:07.2891243Z test_contig_vs_every_other_special_hermite_polynomial_he_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (2.525s) 2022-11-23T02:06:07.2891738Z test_contig_vs_every_other_special_hermite_polynomial_he_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (2.526s) 2022-11-23T02:06:07.2892232Z test_contig_vs_every_other_special_hermite_polynomial_he_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2892706Z test_contig_vs_every_other_special_hermite_polynomial_he_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2893198Z test_contig_vs_every_other_special_hermite_polynomial_he_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2893672Z test_contig_vs_every_other_special_hermite_polynomial_he_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2894162Z test_contig_vs_every_other_special_hermite_polynomial_he_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2894647Z test_contig_vs_every_other_special_laguerre_polynomial_l_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (8.060s) 2022-11-23T02:06:07.2895141Z test_contig_vs_every_other_special_laguerre_polynomial_l_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (2.857s) 2022-11-23T02:06:07.2895652Z test_contig_vs_every_other_special_laguerre_polynomial_l_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (2.743s) 2022-11-23T02:06:07.2896140Z test_contig_vs_every_other_special_laguerre_polynomial_l_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2896621Z test_contig_vs_every_other_special_laguerre_polynomial_l_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2897097Z test_contig_vs_every_other_special_laguerre_polynomial_l_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.2897783Z test_contig_vs_every_other_special_laguerre_polynomial_l_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2898277Z test_contig_vs_every_other_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2898890Z test_contig_vs_every_other_special_legendre_polynomial_p_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2899543Z test_contig_vs_every_other_special_legendre_polynomial_p_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.2900180Z test_contig_vs_every_other_special_legendre_polynomial_p_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2900831Z test_contig_vs_every_other_special_legendre_polynomial_p_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.2901483Z test_contig_vs_every_other_special_legendre_polynomial_p_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.2902121Z test_contig_vs_every_other_special_legendre_polynomial_p_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.2902928Z test_contig_vs_every_other_special_legendre_polynomial_p_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.2903607Z test_contig_vs_every_other_special_legendre_polynomial_p_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2904283Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2904947Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2905633Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2906307Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.2906977Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.2907643Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.2908298Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.2908956Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.2909623Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T02:06:07.2910283Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.2911155Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.2911813Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.2912486Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T02:06:07.2913129Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.2913812Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.2914491Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.2915325Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.012s) 2022-11-23T02:06:07.2916019Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.2916688Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.2917362Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.2918012Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.2918682Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.2919342Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2920007Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2920685Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.2921362Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.2922030Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2922698Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2923546Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2924209Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2924878Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2925603Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.2926079Z test_contig_vs_every_other_special_xlog1py_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2926638Z test_contig_vs_every_other_special_xlog1py_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2927100Z test_contig_vs_every_other_special_xlog1py_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2927555Z test_contig_vs_every_other_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2928005Z test_contig_vs_every_other_special_xlog1py_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.2928633Z test_contig_vs_every_other_special_xlog1py_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2929112Z test_contig_vs_every_other_special_xlog1py_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2929561Z test_contig_vs_every_other_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2930010Z test_contig_vs_every_other_special_xlog1py_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2930465Z test_contig_vs_every_other_special_xlog1py_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2930900Z test_contig_vs_every_other_special_zeta_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (9.460s) 2022-11-23T02:06:07.2931353Z test_contig_vs_every_other_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (3.282s) 2022-11-23T02:06:07.2931794Z test_contig_vs_every_other_special_zeta_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (3.424s) 2022-11-23T02:06:07.2932246Z test_contig_vs_every_other_special_zeta_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2932753Z test_contig_vs_every_other_special_zeta_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2933242Z test_contig_vs_every_other_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2933722Z test_contig_vs_every_other_special_zeta_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2934157Z test_contig_vs_every_other_special_zeta_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2934548Z test_contig_vs_every_other_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2934978Z test_contig_vs_every_other_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2935405Z test_contig_vs_every_other_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2935833Z test_contig_vs_every_other_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2936249Z test_contig_vs_every_other_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.2936664Z test_contig_vs_every_other_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2937072Z test_contig_vs_every_other_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2937683Z test_contig_vs_every_other_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2938087Z test_contig_vs_every_other_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2938476Z test_contig_vs_every_other_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2938877Z test_contig_vs_every_other_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2939343Z test_contig_vs_every_other_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2939801Z test_contig_vs_every_other_true_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2940289Z test_contig_vs_every_other_true_divide_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2940798Z test_contig_vs_every_other_true_divide_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2941264Z test_contig_vs_every_other_true_divide_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2941713Z test_contig_vs_every_other_true_divide_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2942151Z test_contig_vs_every_other_true_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2942581Z test_contig_vs_every_other_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2943183Z test_contig_vs_every_other_true_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2943640Z test_contig_vs_every_other_true_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2944035Z test_contig_vs_every_other_true_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2944466Z test_contig_vs_every_other_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2944904Z test_contig_vs_every_other_true_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2945315Z test_contig_vs_every_other_true_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2945741Z test_contig_vs_every_other_xlogy_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2946149Z test_contig_vs_every_other_xlogy_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2946645Z test_contig_vs_every_other_xlogy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2947073Z test_contig_vs_every_other_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2947577Z test_contig_vs_every_other_xlogy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.2947995Z test_contig_vs_every_other_xlogy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2948409Z test_contig_vs_every_other_xlogy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2948816Z test_contig_vs_every_other_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2949225Z test_contig_vs_every_other_xlogy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2949627Z test_contig_vs_every_other_xlogy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2950078Z test_contig_vs_transposed___radd___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2950505Z test_contig_vs_transposed___radd___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2950952Z test_contig_vs_transposed___radd___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2951381Z test_contig_vs_transposed___radd___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2952766Z test_contig_vs_transposed___radd___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2953197Z test_contig_vs_transposed___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2953695Z test_contig_vs_transposed___radd___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2954096Z test_contig_vs_transposed___radd___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2954614Z test_contig_vs_transposed___radd___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2955043Z test_contig_vs_transposed___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2955459Z test_contig_vs_transposed___radd___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2955892Z test_contig_vs_transposed___radd___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2956319Z test_contig_vs_transposed___rand___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2956734Z test_contig_vs_transposed___rand___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2957147Z test_contig_vs_transposed___rand___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2957565Z test_contig_vs_transposed___rand___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2958162Z test_contig_vs_transposed___rand___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2958605Z test_contig_vs_transposed___rand___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2959032Z test_contig_vs_transposed___rdiv___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2959449Z test_contig_vs_transposed___rdiv___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2959896Z test_contig_vs_transposed___rdiv___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2960396Z test_contig_vs_transposed___rdiv___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2960826Z test_contig_vs_transposed___rdiv___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2961343Z test_contig_vs_transposed___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2961782Z test_contig_vs_transposed___rdiv___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.2962202Z test_contig_vs_transposed___rdiv___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2962621Z test_contig_vs_transposed___rdiv___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2963010Z test_contig_vs_transposed___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2963443Z test_contig_vs_transposed___rdiv___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2963861Z test_contig_vs_transposed___rdiv___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2964293Z test_contig_vs_transposed___rmod___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2964722Z test_contig_vs_transposed___rmod___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2965157Z test_contig_vs_transposed___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2965570Z test_contig_vs_transposed___rmod___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2965983Z test_contig_vs_transposed___rmod___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2966405Z test_contig_vs_transposed___rmod___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2967031Z test_contig_vs_transposed___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2967515Z test_contig_vs_transposed___rmod___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.2967991Z test_contig_vs_transposed___rmod___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2968468Z test_contig_vs_transposed___rmul___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2968897Z test_contig_vs_transposed___rmul___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2969339Z test_contig_vs_transposed___rmul___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2969776Z test_contig_vs_transposed___rmul___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2970198Z test_contig_vs_transposed___rmul___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2970630Z test_contig_vs_transposed___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2971053Z test_contig_vs_transposed___rmul___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2971468Z test_contig_vs_transposed___rmul___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2971891Z test_contig_vs_transposed___rmul___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2972469Z test_contig_vs_transposed___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2972905Z test_contig_vs_transposed___rmul___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2973321Z test_contig_vs_transposed___rmul___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2973744Z test_contig_vs_transposed___ror___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2974238Z test_contig_vs_transposed___ror___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2974656Z test_contig_vs_transposed___ror___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2975159Z test_contig_vs_transposed___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2975580Z test_contig_vs_transposed___ror___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2975992Z test_contig_vs_transposed___ror___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2976427Z test_contig_vs_transposed___rpow___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2976873Z test_contig_vs_transposed___rpow___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2977302Z test_contig_vs_transposed___rpow___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2977735Z test_contig_vs_transposed___rpow___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2978158Z test_contig_vs_transposed___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2978581Z test_contig_vs_transposed___rpow___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2978995Z test_contig_vs_transposed___rpow___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2979413Z test_contig_vs_transposed___rpow___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2979841Z test_contig_vs_transposed___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2980261Z test_contig_vs_transposed___rpow___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2980738Z test_contig_vs_transposed___rpow___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2981364Z test_contig_vs_transposed___rsub___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2981870Z test_contig_vs_transposed___rsub___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2982314Z test_contig_vs_transposed___rsub___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.2982732Z test_contig_vs_transposed___rsub___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2983151Z test_contig_vs_transposed___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2983582Z test_contig_vs_transposed___rsub___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2983994Z test_contig_vs_transposed___rsub___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2984417Z test_contig_vs_transposed___rsub___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2984842Z test_contig_vs_transposed___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2985257Z test_contig_vs_transposed___rsub___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2985663Z test_contig_vs_transposed___rsub___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2986072Z test_contig_vs_transposed___rxor___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2986482Z test_contig_vs_transposed___rxor___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2987074Z test_contig_vs_transposed___rxor___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2987596Z test_contig_vs_transposed___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2988008Z test_contig_vs_transposed___rxor___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2988518Z test_contig_vs_transposed___rxor___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2988953Z test_contig_vs_transposed_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2989410Z test_contig_vs_transposed_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2989840Z test_contig_vs_transposed_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2990266Z test_contig_vs_transposed_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2990679Z test_contig_vs_transposed_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2991101Z test_contig_vs_transposed_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2991515Z test_contig_vs_transposed_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2991933Z test_contig_vs_transposed_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2992354Z test_contig_vs_transposed_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2992772Z test_contig_vs_transposed_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2993167Z test_contig_vs_transposed_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2993569Z test_contig_vs_transposed_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2993981Z test_contig_vs_transposed_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2994473Z test_contig_vs_transposed_atan2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2994901Z test_contig_vs_transposed_atan2_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2995374Z test_contig_vs_transposed_atan2_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2996030Z test_contig_vs_transposed_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2996453Z test_contig_vs_transposed_atan2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2996864Z test_contig_vs_transposed_atan2_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.2997277Z test_contig_vs_transposed_atan2_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2997679Z test_contig_vs_transposed_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.2998104Z test_contig_vs_transposed_atan2_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.2998515Z test_contig_vs_transposed_atan2_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2998951Z test_contig_vs_transposed_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.2999375Z test_contig_vs_transposed_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.2999802Z test_contig_vs_transposed_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3000225Z test_contig_vs_transposed_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3000659Z test_contig_vs_transposed_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3001089Z test_contig_vs_transposed_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3001786Z test_contig_vs_transposed_bitwise_left_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3002313Z test_contig_vs_transposed_bitwise_left_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3002803Z test_contig_vs_transposed_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3003270Z test_contig_vs_transposed_bitwise_left_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3003743Z test_contig_vs_transposed_bitwise_left_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3004178Z test_contig_vs_transposed_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3004564Z test_contig_vs_transposed_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3004989Z test_contig_vs_transposed_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3005425Z test_contig_vs_transposed_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3005863Z test_contig_vs_transposed_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3006289Z test_contig_vs_transposed_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3006769Z test_contig_vs_transposed_bitwise_right_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3007242Z test_contig_vs_transposed_bitwise_right_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3007704Z test_contig_vs_transposed_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3008150Z test_contig_vs_transposed_bitwise_right_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3008683Z test_contig_vs_transposed_bitwise_right_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3009180Z test_contig_vs_transposed_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3009641Z test_contig_vs_transposed_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3010082Z test_contig_vs_transposed_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3010711Z test_contig_vs_transposed_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3011150Z test_contig_vs_transposed_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.3011594Z test_contig_vs_transposed_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3012028Z test_contig_vs_transposed_clamp_max_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3012443Z test_contig_vs_transposed_clamp_max_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3012847Z test_contig_vs_transposed_clamp_max_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3013257Z test_contig_vs_transposed_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3013676Z test_contig_vs_transposed_clamp_max_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3014115Z test_contig_vs_transposed_clamp_max_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3014546Z test_contig_vs_transposed_clamp_max_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3014984Z test_contig_vs_transposed_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3015465Z test_contig_vs_transposed_clamp_max_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3016113Z test_contig_vs_transposed_clamp_max_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3016618Z test_contig_vs_transposed_clamp_min_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3017050Z test_contig_vs_transposed_clamp_min_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3017485Z test_contig_vs_transposed_clamp_min_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3017976Z test_contig_vs_transposed_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3018418Z test_contig_vs_transposed_clamp_min_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3018847Z test_contig_vs_transposed_clamp_min_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3019258Z test_contig_vs_transposed_clamp_min_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3019714Z test_contig_vs_transposed_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3020161Z test_contig_vs_transposed_clamp_min_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.3020625Z test_contig_vs_transposed_clamp_min_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3021084Z test_contig_vs_transposed_complex_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3021552Z test_contig_vs_transposed_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3022068Z test_contig_vs_transposed_complex_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3022540Z test_contig_vs_transposed_copysign_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3023072Z test_contig_vs_transposed_copysign_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3023546Z test_contig_vs_transposed_copysign_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3024004Z test_contig_vs_transposed_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3024465Z test_contig_vs_transposed_copysign_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3024918Z test_contig_vs_transposed_copysign_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3025563Z test_contig_vs_transposed_copysign_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3026017Z test_contig_vs_transposed_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3026461Z test_contig_vs_transposed_copysign_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3026912Z test_contig_vs_transposed_copysign_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3027415Z test_contig_vs_transposed_div_floor_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3027906Z test_contig_vs_transposed_div_floor_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3028392Z test_contig_vs_transposed_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3028941Z test_contig_vs_transposed_div_floor_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3029417Z test_contig_vs_transposed_div_floor_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3029963Z test_contig_vs_transposed_div_floor_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3030449Z test_contig_vs_transposed_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3030929Z test_contig_vs_transposed_div_floor_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3032236Z test_contig_vs_transposed_div_floor_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3032789Z test_contig_vs_transposed_div_no_rounding_mode_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3033284Z test_contig_vs_transposed_div_no_rounding_mode_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3033801Z test_contig_vs_transposed_div_no_rounding_mode_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3034303Z test_contig_vs_transposed_div_no_rounding_mode_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3034806Z test_contig_vs_transposed_div_no_rounding_mode_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3035302Z test_contig_vs_transposed_div_no_rounding_mode_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3035860Z test_contig_vs_transposed_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3036325Z test_contig_vs_transposed_div_no_rounding_mode_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3036872Z test_contig_vs_transposed_div_no_rounding_mode_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3037343Z test_contig_vs_transposed_div_no_rounding_mode_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3037805Z test_contig_vs_transposed_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3038266Z test_contig_vs_transposed_div_no_rounding_mode_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3038725Z test_contig_vs_transposed_div_no_rounding_mode_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3039203Z test_contig_vs_transposed_div_trunc_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3039668Z test_contig_vs_transposed_div_trunc_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3040127Z test_contig_vs_transposed_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3040576Z test_contig_vs_transposed_div_trunc_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3041233Z test_contig_vs_transposed_div_trunc_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3041701Z test_contig_vs_transposed_div_trunc_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3042118Z test_contig_vs_transposed_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3042645Z test_contig_vs_transposed_div_trunc_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3043119Z test_contig_vs_transposed_div_trunc_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3043626Z test_contig_vs_transposed_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3044042Z test_contig_vs_transposed_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3044480Z test_contig_vs_transposed_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.3044902Z test_contig_vs_transposed_eq_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3045318Z test_contig_vs_transposed_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3045734Z test_contig_vs_transposed_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3046147Z test_contig_vs_transposed_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3046752Z test_contig_vs_transposed_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3047197Z test_contig_vs_transposed_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3047594Z test_contig_vs_transposed_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3047992Z test_contig_vs_transposed_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3048411Z test_contig_vs_transposed_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3048818Z test_contig_vs_transposed_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3049266Z test_contig_vs_transposed_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3049770Z test_contig_vs_transposed_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3050292Z test_contig_vs_transposed_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3050785Z test_contig_vs_transposed_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3051209Z test_contig_vs_transposed_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3051643Z test_contig_vs_transposed_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3052086Z test_contig_vs_transposed_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3052534Z test_contig_vs_transposed_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3052968Z test_contig_vs_transposed_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3053396Z test_contig_vs_transposed_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3053837Z test_contig_vs_transposed_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3054268Z test_contig_vs_transposed_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3054753Z test_contig_vs_transposed_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.006s) 2022-11-23T02:06:07.3055199Z test_contig_vs_transposed_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3055863Z test_contig_vs_transposed_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3056366Z test_contig_vs_transposed_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3056811Z test_contig_vs_transposed_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3057239Z test_contig_vs_transposed_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3057774Z test_contig_vs_transposed_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3058212Z test_contig_vs_transposed_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3058654Z test_contig_vs_transposed_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3059076Z test_contig_vs_transposed_fmax_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3059501Z test_contig_vs_transposed_fmax_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3059918Z test_contig_vs_transposed_fmax_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3060341Z test_contig_vs_transposed_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3060759Z test_contig_vs_transposed_fmax_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3061336Z test_contig_vs_transposed_fmax_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3061778Z test_contig_vs_transposed_fmax_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3062185Z test_contig_vs_transposed_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3062586Z test_contig_vs_transposed_fmax_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3063010Z test_contig_vs_transposed_fmax_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3063494Z test_contig_vs_transposed_fmin_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3063907Z test_contig_vs_transposed_fmin_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3064409Z test_contig_vs_transposed_fmin_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3064841Z test_contig_vs_transposed_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3065259Z test_contig_vs_transposed_fmin_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3065673Z test_contig_vs_transposed_fmin_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3066084Z test_contig_vs_transposed_fmin_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3066493Z test_contig_vs_transposed_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3066903Z test_contig_vs_transposed_fmin_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3067310Z test_contig_vs_transposed_fmin_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3067728Z test_contig_vs_transposed_fmod_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3068146Z test_contig_vs_transposed_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3068573Z test_contig_vs_transposed_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3068982Z test_contig_vs_transposed_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3069387Z test_contig_vs_transposed_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3069774Z test_contig_vs_transposed_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3070453Z test_contig_vs_transposed_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3070881Z test_contig_vs_transposed_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3071380Z test_contig_vs_transposed_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3071793Z test_contig_vs_transposed_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3072209Z test_contig_vs_transposed_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3072609Z test_contig_vs_transposed_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3073015Z test_contig_vs_transposed_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3073415Z test_contig_vs_transposed_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3073855Z test_contig_vs_transposed_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3074258Z test_contig_vs_transposed_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3074671Z test_contig_vs_transposed_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3075078Z test_contig_vs_transposed_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3075490Z test_contig_vs_transposed_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3076076Z test_contig_vs_transposed_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3076506Z test_contig_vs_transposed_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3076919Z test_contig_vs_transposed_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3077410Z test_contig_vs_transposed_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3077874Z test_contig_vs_transposed_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3078323Z test_contig_vs_transposed_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3078736Z test_contig_vs_transposed_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3079151Z test_contig_vs_transposed_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3079567Z test_contig_vs_transposed_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3079986Z test_contig_vs_transposed_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3080393Z test_contig_vs_transposed_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3080794Z test_contig_vs_transposed_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3081206Z test_contig_vs_transposed_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3081620Z test_contig_vs_transposed_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3082025Z test_contig_vs_transposed_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3082464Z test_contig_vs_transposed_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3082886Z test_contig_vs_transposed_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3083330Z test_contig_vs_transposed_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3083761Z test_contig_vs_transposed_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3084271Z test_contig_vs_transposed_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3084965Z test_contig_vs_transposed_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3085444Z test_contig_vs_transposed_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.3085875Z test_contig_vs_transposed_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3086304Z test_contig_vs_transposed_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3086737Z test_contig_vs_transposed_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3087156Z test_contig_vs_transposed_hypot_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3087590Z test_contig_vs_transposed_hypot_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3088017Z test_contig_vs_transposed_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3088452Z test_contig_vs_transposed_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3088882Z test_contig_vs_transposed_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3089316Z test_contig_vs_transposed_igamma_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3089760Z test_contig_vs_transposed_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3090234Z test_contig_vs_transposed_igammac_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3090964Z test_contig_vs_transposed_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3091427Z test_contig_vs_transposed_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3091958Z test_contig_vs_transposed_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3092410Z test_contig_vs_transposed_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3092846Z test_contig_vs_transposed_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3093279Z test_contig_vs_transposed_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3093704Z test_contig_vs_transposed_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3094127Z test_contig_vs_transposed_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3094557Z test_contig_vs_transposed_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3094983Z test_contig_vs_transposed_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3095404Z test_contig_vs_transposed_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3095841Z test_contig_vs_transposed_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.3096307Z test_contig_vs_transposed_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3096745Z test_contig_vs_transposed_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.3097229Z test_contig_vs_transposed_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3097773Z test_contig_vs_transposed_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3098251Z test_contig_vs_transposed_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3098799Z test_contig_vs_transposed_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3099263Z test_contig_vs_transposed_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3099917Z test_contig_vs_transposed_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3100383Z test_contig_vs_transposed_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3100820Z test_contig_vs_transposed_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.3101268Z test_contig_vs_transposed_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3101726Z test_contig_vs_transposed_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3102232Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3102732Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3103260Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3103764Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3104253Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3104811Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3105538Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3106093Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3106573Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3107057Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3107549Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3108042Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3108459Z test_contig_vs_transposed_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3108854Z test_contig_vs_transposed_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3109253Z test_contig_vs_transposed_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3109659Z test_contig_vs_transposed_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3110059Z test_contig_vs_transposed_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3110501Z test_contig_vs_transposed_ldexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3110926Z test_contig_vs_transposed_ldexp_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3111354Z test_contig_vs_transposed_ldexp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3111840Z test_contig_vs_transposed_ldexp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3112272Z test_contig_vs_transposed_ldexp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3112760Z test_contig_vs_transposed_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3113242Z test_contig_vs_transposed_ldexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3113662Z test_contig_vs_transposed_ldexp_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3114273Z test_contig_vs_transposed_ldexp_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3114697Z test_contig_vs_transposed_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3115106Z test_contig_vs_transposed_ldexp_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3115514Z test_contig_vs_transposed_ldexp_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3115921Z test_contig_vs_transposed_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3116338Z test_contig_vs_transposed_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3116761Z test_contig_vs_transposed_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3117168Z test_contig_vs_transposed_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3117554Z test_contig_vs_transposed_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3117966Z test_contig_vs_transposed_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3118366Z test_contig_vs_transposed_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3118834Z test_contig_vs_transposed_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3119248Z test_contig_vs_transposed_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3119922Z test_contig_vs_transposed_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3120392Z test_contig_vs_transposed_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3120827Z test_contig_vs_transposed_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3121286Z test_contig_vs_transposed_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3121754Z test_contig_vs_transposed_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3122202Z test_contig_vs_transposed_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3122636Z test_contig_vs_transposed_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3123085Z test_contig_vs_transposed_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3123521Z test_contig_vs_transposed_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3123954Z test_contig_vs_transposed_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3124379Z test_contig_vs_transposed_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3124808Z test_contig_vs_transposed_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3125254Z test_contig_vs_transposed_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3125769Z test_contig_vs_transposed_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3126207Z test_contig_vs_transposed_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3126769Z test_contig_vs_transposed_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3127207Z test_contig_vs_transposed_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3127653Z test_contig_vs_transposed_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3128083Z test_contig_vs_transposed_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3128515Z test_contig_vs_transposed_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3129149Z test_contig_vs_transposed_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3129578Z test_contig_vs_transposed_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3130012Z test_contig_vs_transposed_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3130445Z test_contig_vs_transposed_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3130875Z test_contig_vs_transposed_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3131326Z test_contig_vs_transposed_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3131762Z test_contig_vs_transposed_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3132217Z test_contig_vs_transposed_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3132744Z test_contig_vs_transposed_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3133249Z test_contig_vs_transposed_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3133729Z test_contig_vs_transposed_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3134164Z test_contig_vs_transposed_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3134787Z test_contig_vs_transposed_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3135242Z test_contig_vs_transposed_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3135670Z test_contig_vs_transposed_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3136109Z test_contig_vs_transposed_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3136539Z test_contig_vs_transposed_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3136932Z test_contig_vs_transposed_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3137350Z test_contig_vs_transposed_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3137760Z test_contig_vs_transposed_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3138174Z test_contig_vs_transposed_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3138578Z test_contig_vs_transposed_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3138981Z test_contig_vs_transposed_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3139451Z test_contig_vs_transposed_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3139871Z test_contig_vs_transposed_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3140372Z test_contig_vs_transposed_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3140778Z test_contig_vs_transposed_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3141224Z test_contig_vs_transposed_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3141663Z test_contig_vs_transposed_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3142108Z test_contig_vs_transposed_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3142551Z test_contig_vs_transposed_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3142967Z test_contig_vs_transposed_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3143604Z test_contig_vs_transposed_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3144030Z test_contig_vs_transposed_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3144460Z test_contig_vs_transposed_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3144892Z test_contig_vs_transposed_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3145331Z test_contig_vs_transposed_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3145770Z test_contig_vs_transposed_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3146239Z test_contig_vs_transposed_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3146676Z test_contig_vs_transposed_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3147191Z test_contig_vs_transposed_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3147632Z test_contig_vs_transposed_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3148058Z test_contig_vs_transposed_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3148482Z test_contig_vs_transposed_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3149088Z test_contig_vs_transposed_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3149536Z test_contig_vs_transposed_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3149954Z test_contig_vs_transposed_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3150399Z test_contig_vs_transposed_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3150847Z test_contig_vs_transposed_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3151288Z test_contig_vs_transposed_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3151716Z test_contig_vs_transposed_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3152141Z test_contig_vs_transposed_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3152574Z test_contig_vs_transposed_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3153078Z test_contig_vs_transposed_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3153505Z test_contig_vs_transposed_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3154019Z test_contig_vs_transposed_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3154458Z test_contig_vs_transposed_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3154889Z test_contig_vs_transposed_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3155290Z test_contig_vs_transposed_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3155724Z test_contig_vs_transposed_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3156165Z test_contig_vs_transposed_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3156600Z test_contig_vs_transposed_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3157020Z test_contig_vs_transposed_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3157438Z test_contig_vs_transposed_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3158059Z test_contig_vs_transposed_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3158495Z test_contig_vs_transposed_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3158898Z test_contig_vs_transposed_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3159266Z test_contig_vs_transposed_mul_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3159636Z test_contig_vs_transposed_mul_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3160114Z test_contig_vs_transposed_mul_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3160560Z test_contig_vs_transposed_mul_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3160999Z test_contig_vs_transposed_mul_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3161432Z test_contig_vs_transposed_mul_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3161854Z test_contig_vs_transposed_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3162276Z test_contig_vs_transposed_mul_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3162691Z test_contig_vs_transposed_mul_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3163116Z test_contig_vs_transposed_mul_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3163709Z test_contig_vs_transposed_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3164147Z test_contig_vs_transposed_mul_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.3164538Z test_contig_vs_transposed_mul_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3164959Z test_contig_vs_transposed_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3165395Z test_contig_vs_transposed_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3165828Z test_contig_vs_transposed_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3166269Z test_contig_vs_transposed_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3166739Z test_contig_vs_transposed_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3167176Z test_contig_vs_transposed_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3167681Z test_contig_vs_transposed_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3168100Z test_contig_vs_transposed_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3168514Z test_contig_vs_transposed_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3168929Z test_contig_vs_transposed_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3169351Z test_contig_vs_transposed_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3169761Z test_contig_vs_transposed_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3170226Z test_contig_vs_transposed_nextafter_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3170670Z test_contig_vs_transposed_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3171112Z test_contig_vs_transposed_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3171554Z test_contig_vs_transposed_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3171983Z test_contig_vs_transposed_polar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3172603Z test_contig_vs_transposed_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3173041Z test_contig_vs_transposed_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3173499Z test_contig_vs_transposed_pow_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3173943Z test_contig_vs_transposed_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3174450Z test_contig_vs_transposed_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3174896Z test_contig_vs_transposed_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3175321Z test_contig_vs_transposed_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3175730Z test_contig_vs_transposed_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3176147Z test_contig_vs_transposed_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3176561Z test_contig_vs_transposed_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3176984Z test_contig_vs_transposed_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3177396Z test_contig_vs_transposed_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3177852Z test_contig_vs_transposed_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3178469Z test_contig_vs_transposed_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3178906Z test_contig_vs_transposed_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3179356Z test_contig_vs_transposed_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3179772Z test_contig_vs_transposed_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3180212Z test_contig_vs_transposed_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3180703Z test_contig_vs_transposed_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3181178Z test_contig_vs_transposed_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3181662Z test_contig_vs_transposed_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3182106Z test_contig_vs_transposed_rsub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3182516Z test_contig_vs_transposed_rsub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3182953Z test_contig_vs_transposed_rsub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3183375Z test_contig_vs_transposed_rsub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3183806Z test_contig_vs_transposed_rsub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3184227Z test_contig_vs_transposed_rsub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3184640Z test_contig_vs_transposed_rsub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3185054Z test_contig_vs_transposed_rsub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3185462Z test_contig_vs_transposed_rsub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3185881Z test_contig_vs_transposed_rsub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3186296Z test_contig_vs_transposed_rsub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3186790Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3188347Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3188900Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3189429Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3189949Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3190514Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3191045Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3191567Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3192104Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3192638Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3193168Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3193683Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3194404Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3194963Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3195537Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3196068Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3196764Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.3197464Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.3198171Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T02:06:07.3198868Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.3199554Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.3200239Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.3200970Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T02:06:07.3201696Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.3202432Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.3203281Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.3203967Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.3204652Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.3205277Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.3205909Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.3206567Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.3207216Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.3207789Z test_contig_vs_transposed_special_hermite_polynomial_h_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3208531Z test_contig_vs_transposed_special_hermite_polynomial_h_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3209089Z test_contig_vs_transposed_special_hermite_polynomial_h_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3209567Z test_contig_vs_transposed_special_hermite_polynomial_h_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3210049Z test_contig_vs_transposed_special_hermite_polynomial_h_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3210548Z test_contig_vs_transposed_special_hermite_polynomial_h_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3211039Z test_contig_vs_transposed_special_hermite_polynomial_h_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3211526Z test_contig_vs_transposed_special_hermite_polynomial_h_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3212010Z test_contig_vs_transposed_special_hermite_polynomial_he_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3212508Z test_contig_vs_transposed_special_hermite_polynomial_he_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3213014Z test_contig_vs_transposed_special_hermite_polynomial_he_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3213512Z test_contig_vs_transposed_special_hermite_polynomial_he_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3213993Z test_contig_vs_transposed_special_hermite_polynomial_he_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3214547Z test_contig_vs_transposed_special_hermite_polynomial_he_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3215032Z test_contig_vs_transposed_special_hermite_polynomial_he_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3215615Z test_contig_vs_transposed_special_hermite_polynomial_he_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3216101Z test_contig_vs_transposed_special_laguerre_polynomial_l_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3216597Z test_contig_vs_transposed_special_laguerre_polynomial_l_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3217301Z test_contig_vs_transposed_special_laguerre_polynomial_l_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3217806Z test_contig_vs_transposed_special_laguerre_polynomial_l_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3218272Z test_contig_vs_transposed_special_laguerre_polynomial_l_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3218762Z test_contig_vs_transposed_special_laguerre_polynomial_l_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3219259Z test_contig_vs_transposed_special_laguerre_polynomial_l_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3219742Z test_contig_vs_transposed_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3220376Z test_contig_vs_transposed_special_legendre_polynomial_p_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.3221051Z test_contig_vs_transposed_special_legendre_polynomial_p_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.3221769Z test_contig_vs_transposed_special_legendre_polynomial_p_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.3222678Z test_contig_vs_transposed_special_legendre_polynomial_p_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.3223361Z test_contig_vs_transposed_special_legendre_polynomial_p_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.3224000Z test_contig_vs_transposed_special_legendre_polynomial_p_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.3224660Z test_contig_vs_transposed_special_legendre_polynomial_p_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.3225309Z test_contig_vs_transposed_special_legendre_polynomial_p_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.3225987Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.3226662Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.3227353Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.3228024Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.3228757Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.3229524Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.3230207Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.3231066Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.3231731Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.3232412Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.3233078Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.3233752Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.3234423Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.3235145Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.3236082Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.3236787Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.3237450Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.3238141Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.3238821Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.3239501Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.3240167Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.3240834Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.3241501Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.3242242Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.3242994Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.3243667Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T02:06:07.3244545Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.3245213Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.3245885Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.3246553Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.3247216Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.3247893Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.3248361Z test_contig_vs_transposed_special_xlog1py_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3248884Z test_contig_vs_transposed_special_xlog1py_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3249593Z test_contig_vs_transposed_special_xlog1py_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.3250128Z test_contig_vs_transposed_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3250593Z test_contig_vs_transposed_special_xlog1py_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3251052Z test_contig_vs_transposed_special_xlog1py_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3251499Z test_contig_vs_transposed_special_xlog1py_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3251959Z test_contig_vs_transposed_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3252409Z test_contig_vs_transposed_special_xlog1py_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3252872Z test_contig_vs_transposed_special_xlog1py_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3253306Z test_contig_vs_transposed_special_zeta_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3253755Z test_contig_vs_transposed_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3254191Z test_contig_vs_transposed_special_zeta_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3254637Z test_contig_vs_transposed_special_zeta_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3255071Z test_contig_vs_transposed_special_zeta_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3255552Z test_contig_vs_transposed_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3256000Z test_contig_vs_transposed_special_zeta_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3256532Z test_contig_vs_transposed_special_zeta_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3256959Z test_contig_vs_transposed_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3257409Z test_contig_vs_transposed_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3257825Z test_contig_vs_transposed_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3258462Z test_contig_vs_transposed_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3258875Z test_contig_vs_transposed_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3259296Z test_contig_vs_transposed_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3259713Z test_contig_vs_transposed_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3260132Z test_contig_vs_transposed_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3260541Z test_contig_vs_transposed_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3260938Z test_contig_vs_transposed_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3261345Z test_contig_vs_transposed_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3261753Z test_contig_vs_transposed_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3262194Z test_contig_vs_transposed_true_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3262703Z test_contig_vs_transposed_true_divide_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3263214Z test_contig_vs_transposed_true_divide_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3264550Z test_contig_vs_transposed_true_divide_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3265057Z test_contig_vs_transposed_true_divide_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3265490Z test_contig_vs_transposed_true_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3265928Z test_contig_vs_transposed_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3266372Z test_contig_vs_transposed_true_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3266806Z test_contig_vs_transposed_true_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3267231Z test_contig_vs_transposed_true_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3267670Z test_contig_vs_transposed_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3268111Z test_contig_vs_transposed_true_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3268548Z test_contig_vs_transposed_true_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3268965Z test_contig_vs_transposed_xlogy_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3269451Z test_contig_vs_transposed_xlogy_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3269945Z test_contig_vs_transposed_xlogy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3270376Z test_contig_vs_transposed_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3270846Z test_contig_vs_transposed_xlogy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3271263Z test_contig_vs_transposed_xlogy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3271678Z test_contig_vs_transposed_xlogy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3272104Z test_contig_vs_transposed_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3272516Z test_contig_vs_transposed_xlogy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3272927Z test_contig_vs_transposed_xlogy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3273543Z test_copysign_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T02:06:07.3273944Z test_copysign_cuda_bfloat16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.3274339Z test_copysign_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T02:06:07.3274707Z test_copysign_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T02:06:07.3275091Z test_copysign_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T02:06:07.3275491Z test_copysign_cuda_bfloat16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T02:06:07.3275880Z test_copysign_cuda_bfloat16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.3276329Z test_copysign_cuda_bfloat16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3276724Z test_copysign_cuda_bfloat16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.3277174Z test_copysign_cuda_bfloat16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3277609Z test_copysign_cuda_bool_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T02:06:07.3277991Z test_copysign_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3278381Z test_copysign_cuda_bool_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.3278770Z test_copysign_cuda_bool_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T02:06:07.3279331Z test_copysign_cuda_bool_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.3279740Z test_copysign_cuda_bool_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.3280121Z test_copysign_cuda_bool_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.3280498Z test_copysign_cuda_bool_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.3280885Z test_copysign_cuda_bool_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.3281253Z test_copysign_cuda_bool_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.3281652Z test_copysign_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T02:06:07.3282014Z test_copysign_cuda_float16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T02:06:07.3282400Z test_copysign_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T02:06:07.3282797Z test_copysign_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.3283234Z test_copysign_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T02:06:07.3283630Z test_copysign_cuda_float16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.3284068Z test_copysign_cuda_float16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.3284503Z test_copysign_cuda_float16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.3284880Z test_copysign_cuda_float16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.3285262Z test_copysign_cuda_float16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3285659Z test_copysign_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T02:06:07.3286048Z test_copysign_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T02:06:07.3286436Z test_copysign_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T02:06:07.3286826Z test_copysign_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T02:06:07.3287204Z test_copysign_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T02:06:07.3287580Z test_copysign_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T02:06:07.3288163Z test_copysign_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T02:06:07.3288542Z test_copysign_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T02:06:07.3288921Z test_copysign_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T02:06:07.3289289Z test_copysign_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T02:06:07.3289671Z test_copysign_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T02:06:07.3290116Z test_copysign_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.3290519Z test_copysign_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.3290917Z test_copysign_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T02:06:07.3291435Z test_copysign_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T02:06:07.3291841Z test_copysign_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.3292228Z test_copysign_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.3292604Z test_copysign_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T02:06:07.3292980Z test_copysign_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.3293359Z test_copysign_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.3293751Z test_copysign_cuda_int16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T02:06:07.3294313Z test_copysign_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T02:06:07.3294734Z test_copysign_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T02:06:07.3295104Z test_copysign_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T02:06:07.3295486Z test_copysign_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T02:06:07.3295866Z test_copysign_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.3296244Z test_copysign_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.3296608Z test_copysign_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3296984Z test_copysign_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T02:06:07.3297432Z test_copysign_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3297885Z test_copysign_cuda_int32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T02:06:07.3298310Z test_copysign_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3298692Z test_copysign_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3299074Z test_copysign_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3299454Z test_copysign_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3299835Z test_copysign_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T02:06:07.3300201Z test_copysign_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T02:06:07.3300584Z test_copysign_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.3300958Z test_copysign_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.3301335Z test_copysign_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.3301718Z test_copysign_cuda_int64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.3302100Z test_copysign_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T02:06:07.3302487Z test_copysign_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T02:06:07.3303068Z test_copysign_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.3303440Z test_copysign_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T02:06:07.3303792Z test_copysign_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.3304230Z test_copysign_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3304605Z test_copysign_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T02:06:07.3305083Z test_copysign_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3305458Z test_copysign_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.3305847Z test_copysign_cuda_int8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.3306214Z test_copysign_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.3306605Z test_copysign_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3306989Z test_copysign_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T02:06:07.3307372Z test_copysign_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T02:06:07.3307747Z test_copysign_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.3308117Z test_copysign_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.3308674Z test_copysign_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3309075Z test_copysign_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3309450Z test_copysign_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T02:06:07.3309835Z test_copysign_cuda_uint8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T02:06:07.3310220Z test_copysign_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T02:06:07.3310609Z test_copysign_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T02:06:07.3311023Z test_copysign_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T02:06:07.3311406Z test_copysign_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T02:06:07.3311869Z test_copysign_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.3312267Z test_copysign_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.3312653Z test_copysign_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.3313028Z test_copysign_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T02:06:07.3313406Z test_copysign_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.3313852Z test_copysign_subgradient_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T02:06:07.3314293Z test_copysign_subgradient_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3314727Z test_copysign_subgradient_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3315158Z test_copysign_subgradient_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3315583Z test_copysign_subgradient_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3316030Z test_copysign_subgradient_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3316463Z test_copysign_subgradient_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.3316894Z test_copysign_subgradient_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.3317536Z test_copysign_subgradient_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.3317971Z test_copysign_subgradient_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.3318404Z test_copysign_subgradient_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.3318902Z test_copysign_subgradient_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.3319341Z test_copysign_subgradient_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.3319753Z test_copysign_subgradient_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3320175Z test_copysign_subgradient_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T02:06:07.3320603Z test_copysign_subgradient_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.3321029Z test_cpow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T02:06:07.3321456Z test_cpu_tensor_pow_cuda_scalar_tensor_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.3321891Z test_cremainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T02:06:07.3322380Z test_cross_device_binary_ops_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: fewer than 2 devices detected (0.005s) 2022-11-23T02:06:07.3322851Z test_cross_device_inplace_error_msg_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3323491Z test_csub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T02:06:07.3323970Z test_cuda_tensor_pow_scalar_tensor_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T02:06:07.3324367Z test_cumulative_trapezoid_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.157s) 2022-11-23T02:06:07.3324786Z test_div_and_floordiv_script_vs_python_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (1.898s) 2022-11-23T02:06:07.3325197Z test_div_and_floordiv_vs_python_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3325552Z test_div_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.3325897Z test_div_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.3326295Z test_div_rounding_modes_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3326701Z test_div_rounding_modes_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.3327098Z test_div_rounding_modes_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3327465Z test_div_rounding_modes_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3327825Z test_div_rounding_modes_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.3328223Z test_div_rounding_modes_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3328626Z test_div_rounding_modes_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.3329024Z test_div_rounding_modes_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3329415Z test_div_rounding_modes_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.3329836Z test_div_rounding_nonfinite_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.3330247Z test_div_rounding_nonfinite_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.3330671Z test_div_rounding_nonfinite_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3331090Z test_div_rounding_nonfinite_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3331494Z test_div_rounding_numpy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.3332100Z test_div_rounding_numpy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.3332499Z test_div_rounding_numpy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3332895Z test_div_rounding_numpy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3333287Z test_div_rounding_numpy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3333679Z test_div_rounding_numpy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.3334079Z test_div_rounding_numpy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3334470Z test_div_rounding_numpy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.3335223Z test_divide_by_zero_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:1035: RuntimeWarning: divide by zero encountered in true_divide 2022-11-23T02:06:07.3335464Z expect = np.divide(an, 0) 2022-11-23T02:06:07.3335996Z C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:1035: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T02:06:07.3336231Z expect = np.divide(an, 0) 2022-11-23T02:06:07.3336402Z ok (0.006s) 2022-11-23T02:06:07.3336804Z test_divide_by_zero_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3337223Z test_divide_by_zero_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3337812Z test_divide_by_zero_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3338224Z test_divmul_scalar_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3338990Z test_float_power_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:4010: RuntimeWarning: invalid value encountered in float_power 2022-11-23T02:06:07.3339433Z expected_scalar_base = torch.from_numpy(np.float_power(i, to_np(exp))) 2022-11-23T02:06:07.3359746Z ok (0.040s) 2022-11-23T02:06:07.3360229Z test_float_power_cuda_bfloat16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.068s) 2022-11-23T02:06:07.3360655Z test_float_power_cuda_bfloat16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.057s) 2022-11-23T02:06:07.3361065Z test_float_power_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.043s) 2022-11-23T02:06:07.3361469Z test_float_power_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.042s) 2022-11-23T02:06:07.3361872Z test_float_power_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T02:06:07.3362271Z test_float_power_cuda_bfloat16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.043s) 2022-11-23T02:06:07.3362663Z test_float_power_cuda_bfloat16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.042s) 2022-11-23T02:06:07.3363062Z test_float_power_cuda_bfloat16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.044s) 2022-11-23T02:06:07.3363445Z test_float_power_cuda_bfloat16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T02:06:07.3363837Z test_float_power_cuda_bfloat16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T02:06:07.3364259Z test_float_power_cuda_complex128_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T02:06:07.3364677Z test_float_power_cuda_complex128_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.060s) 2022-11-23T02:06:07.3365105Z test_float_power_cuda_complex128_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-11-23T02:06:07.3365515Z test_float_power_cuda_complex128_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.045s) 2022-11-23T02:06:07.3365926Z test_float_power_cuda_complex128_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.047s) 2022-11-23T02:06:07.3366334Z test_float_power_cuda_complex128_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T02:06:07.3366946Z test_float_power_cuda_complex128_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T02:06:07.3367355Z test_float_power_cuda_complex128_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T02:06:07.3367756Z test_float_power_cuda_complex128_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.044s) 2022-11-23T02:06:07.3368162Z test_float_power_cuda_complex128_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.047s) 2022-11-23T02:06:07.3368561Z test_float_power_cuda_complex128_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.046s) 2022-11-23T02:06:07.3368977Z test_float_power_cuda_complex64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.050s) 2022-11-23T02:06:07.3369404Z test_float_power_cuda_complex64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.071s) 2022-11-23T02:06:07.3369816Z test_float_power_cuda_complex64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.069s) 2022-11-23T02:06:07.3370233Z test_float_power_cuda_complex64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.045s) 2022-11-23T02:06:07.3370637Z test_float_power_cuda_complex64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.042s) 2022-11-23T02:06:07.3371042Z test_float_power_cuda_complex64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.046s) 2022-11-23T02:06:07.3371513Z test_float_power_cuda_complex64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.056s) 2022-11-23T02:06:07.3371921Z test_float_power_cuda_complex64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.049s) 2022-11-23T02:06:07.3372589Z test_float_power_cuda_complex64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.047s) 2022-11-23T02:06:07.3373019Z test_float_power_cuda_complex64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-11-23T02:06:07.3373421Z test_float_power_cuda_complex64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T02:06:07.3373819Z test_float_power_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T02:06:07.3374233Z test_float_power_cuda_float16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T02:06:07.3374642Z test_float_power_cuda_float16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.060s) 2022-11-23T02:06:07.3375032Z test_float_power_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T02:06:07.3375416Z test_float_power_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-11-23T02:06:07.3375816Z test_float_power_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.056s) 2022-11-23T02:06:07.3376218Z test_float_power_cuda_float16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.042s) 2022-11-23T02:06:07.3376612Z test_float_power_cuda_float16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T02:06:07.3376994Z test_float_power_cuda_float16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-11-23T02:06:07.3377389Z test_float_power_cuda_float16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T02:06:07.3377779Z test_float_power_cuda_float16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.048s) 2022-11-23T02:06:07.3378178Z test_float_power_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T02:06:07.3378585Z test_float_power_cuda_float32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.045s) 2022-11-23T02:06:07.3378992Z test_float_power_cuda_float32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.054s) 2022-11-23T02:06:07.3379383Z test_float_power_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T02:06:07.3379782Z test_float_power_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T02:06:07.3380188Z test_float_power_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-11-23T02:06:07.3380571Z test_float_power_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T02:06:07.3381162Z test_float_power_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T02:06:07.3381540Z test_float_power_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.045s) 2022-11-23T02:06:07.3381925Z test_float_power_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T02:06:07.3382312Z test_float_power_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T02:06:07.3382689Z test_float_power_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T02:06:07.3383113Z test_float_power_cuda_float64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.054s) 2022-11-23T02:06:07.3383525Z test_float_power_cuda_float64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.051s) 2022-11-23T02:06:07.3383923Z test_float_power_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T02:06:07.3384312Z test_float_power_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T02:06:07.3384715Z test_float_power_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T02:06:07.3385105Z test_float_power_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T02:06:07.3385495Z test_float_power_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T02:06:07.3385868Z test_float_power_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T02:06:07.3386252Z test_float_power_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T02:06:07.3386805Z test_float_power_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T02:06:07.3387225Z test_float_power_cuda_int16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T02:06:07.3387626Z test_float_power_cuda_int16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T02:06:07.3388018Z test_float_power_cuda_int16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-11-23T02:06:07.3388421Z test_float_power_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T02:06:07.3388807Z test_float_power_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T02:06:07.3389182Z test_float_power_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T02:06:07.3389565Z test_float_power_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T02:06:07.3389942Z test_float_power_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T02:06:07.3390310Z test_float_power_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.044s) 2022-11-23T02:06:07.3390701Z test_float_power_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T02:06:07.3391071Z test_float_power_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T02:06:07.3391464Z test_float_power_cuda_int32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T02:06:07.3391922Z test_float_power_cuda_int32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.065s) 2022-11-23T02:06:07.3392321Z test_float_power_cuda_int32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-11-23T02:06:07.3392704Z test_float_power_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T02:06:07.3393085Z test_float_power_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T02:06:07.3393463Z test_float_power_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T02:06:07.3393850Z test_float_power_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T02:06:07.3394224Z test_float_power_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T02:06:07.3394605Z test_float_power_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T02:06:07.3394987Z test_float_power_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T02:06:07.3395580Z test_float_power_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T02:06:07.3395982Z test_float_power_cuda_int64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T02:06:07.3396377Z test_float_power_cuda_int64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.060s) 2022-11-23T02:06:07.3396772Z test_float_power_cuda_int64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.073s) 2022-11-23T02:06:07.3397164Z test_float_power_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.066s) 2022-11-23T02:06:07.3397525Z test_float_power_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-11-23T02:06:07.3397911Z test_float_power_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T02:06:07.3398296Z test_float_power_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T02:06:07.3398675Z test_float_power_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.053s) 2022-11-23T02:06:07.3399066Z test_float_power_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T02:06:07.3399442Z test_float_power_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T02:06:07.3399822Z test_float_power_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T02:06:07.3400212Z test_float_power_cuda_int8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T02:06:07.3400604Z test_float_power_cuda_int8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.053s) 2022-11-23T02:06:07.3401190Z test_float_power_cuda_int8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.054s) 2022-11-23T02:06:07.3401616Z test_float_power_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T02:06:07.3401993Z test_float_power_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T02:06:07.3402373Z test_float_power_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T02:06:07.3402751Z test_float_power_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T02:06:07.3403126Z test_float_power_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T02:06:07.3403501Z test_float_power_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T02:06:07.3403880Z test_float_power_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T02:06:07.3404265Z test_float_power_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T02:06:07.3404674Z test_float_power_cuda_uint8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T02:06:07.3405054Z test_float_power_cuda_uint8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T02:06:07.3405452Z test_float_power_cuda_uint8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T02:06:07.3405854Z test_float_power_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T02:06:07.3406243Z test_float_power_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T02:06:07.3406619Z test_float_power_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T02:06:07.3407001Z test_float_power_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.048s) 2022-11-23T02:06:07.3407376Z test_float_power_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T02:06:07.3407758Z test_float_power_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T02:06:07.3408146Z test_float_power_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T02:06:07.3408536Z test_float_power_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T02:06:07.3410321Z test_float_power_exceptions_cuda (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:4041: 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:31.) 2022-11-23T02:06:07.3410804Z torch.float_power(base, exp, out=out) 2022-11-23T02:06:07.3410973Z ok (0.017s) 2022-11-23T02:06:07.3411741Z test_float_scalar_pow_float_tensor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:1378: RuntimeWarning: invalid value encountered in power 2022-11-23T02:06:07.3412061Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-11-23T02:06:07.3412628Z C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:1378: RuntimeWarning: divide by zero encountered in power 2022-11-23T02:06:07.3412944Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-11-23T02:06:07.3413115Z ok (0.119s) 2022-11-23T02:06:07.3413543Z test_float_scalar_pow_float_tensor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.113s) 2022-11-23T02:06:07.3413951Z test_floor_divide_scalar_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3414350Z test_floor_divide_scalar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3414927Z test_floor_divide_scalar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3415322Z test_floor_divide_scalar_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3415707Z test_floor_divide_scalar_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3416089Z test_floor_divide_scalar_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3416500Z test_floor_divide_scalar_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3416879Z test_floor_divide_scalar_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3417274Z test_floor_divide_tensor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3417660Z test_floor_divide_tensor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3418054Z test_floor_divide_tensor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3418456Z test_floor_divide_tensor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3418839Z test_floor_divide_tensor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3419212Z test_floor_divide_tensor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3419599Z test_floor_divide_tensor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3420000Z test_floor_divide_tensor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3420441Z test_floor_divide_zero_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T02:06:07.3420880Z test_floor_divide_zero_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T02:06:07.3421329Z test_floor_divide_zero_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T02:06:07.3421779Z test_floor_divide_zero_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T02:06:07.3422230Z test_floor_divide_zero_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T02:06:07.3422661Z test_fmod_remainder_by_zero_float_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3423096Z test_fmod_remainder_by_zero_float_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.3423704Z test_fmod_remainder_by_zero_float_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3424147Z test_fmod_remainder_by_zero_integral_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3424585Z test_fmod_remainder_by_zero_integral_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3425017Z test_fmod_remainder_by_zero_integral_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3425457Z test_fmod_remainder_by_zero_integral_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3425887Z test_fmod_remainder_by_zero_integral_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3426278Z test_fmod_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T02:06:07.3426658Z test_fmod_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T02:06:07.3427059Z test_fmod_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-11-23T02:06:07.3427447Z test_fmod_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.049s) 2022-11-23T02:06:07.3427819Z test_fmod_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.047s) 2022-11-23T02:06:07.3428267Z test_fmod_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.042s) 2022-11-23T02:06:07.3428647Z test_fmod_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T02:06:07.3429367Z test_fmod_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.046s) 2022-11-23T02:06:07.3429749Z test_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3430088Z test_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3430421Z test_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3430768Z test_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3431095Z test_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3431537Z test_heaviside_complex_cuda_complex128_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3431975Z test_heaviside_complex_cuda_complex128_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3432420Z test_heaviside_complex_cuda_complex64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3432870Z test_heaviside_complex_cuda_complex64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3433265Z test_heaviside_cross_device_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.3433660Z test_heaviside_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3434053Z test_heaviside_cuda_bfloat16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3434462Z test_heaviside_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T02:06:07.3434852Z test_heaviside_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3435246Z test_heaviside_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3435639Z test_heaviside_cuda_bfloat16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.3436020Z test_heaviside_cuda_bfloat16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3436405Z test_heaviside_cuda_bfloat16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3436794Z test_heaviside_cuda_bfloat16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.3437192Z test_heaviside_cuda_bfloat16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.3437586Z test_heaviside_cuda_bool_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.3439021Z test_heaviside_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3439420Z test_heaviside_cuda_bool_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3439784Z test_heaviside_cuda_bool_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3440173Z test_heaviside_cuda_bool_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3440556Z test_heaviside_cuda_bool_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3440946Z test_heaviside_cuda_bool_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3441324Z test_heaviside_cuda_bool_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3441702Z test_heaviside_cuda_bool_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.3442077Z test_heaviside_cuda_bool_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3442477Z test_heaviside_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3442874Z test_heaviside_cuda_float16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.3443266Z test_heaviside_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3443640Z test_heaviside_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T02:06:07.3444021Z test_heaviside_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3444589Z test_heaviside_cuda_float16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3444999Z test_heaviside_cuda_float16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3445378Z test_heaviside_cuda_float16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3445762Z test_heaviside_cuda_float16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3446149Z test_heaviside_cuda_float16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3446539Z test_heaviside_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3446924Z test_heaviside_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3447286Z test_heaviside_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3447665Z test_heaviside_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3448055Z test_heaviside_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3448433Z test_heaviside_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.3448807Z test_heaviside_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3449169Z test_heaviside_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3449564Z test_heaviside_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.3449946Z test_heaviside_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3450344Z test_heaviside_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.3450729Z test_heaviside_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.3451111Z test_heaviside_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3451493Z test_heaviside_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3451886Z test_heaviside_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.3452268Z test_heaviside_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.3452637Z test_heaviside_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3453231Z test_heaviside_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.3453609Z test_heaviside_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.3453988Z test_heaviside_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3454348Z test_heaviside_cuda_int16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3454730Z test_heaviside_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3455133Z test_heaviside_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.3455522Z test_heaviside_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3455904Z test_heaviside_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3456281Z test_heaviside_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3456665Z test_heaviside_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3457041Z test_heaviside_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3457419Z test_heaviside_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3457791Z test_heaviside_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3458186Z test_heaviside_cuda_int32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3458741Z test_heaviside_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3459151Z test_heaviside_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T02:06:07.3459531Z test_heaviside_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3459903Z test_heaviside_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3460298Z test_heaviside_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3460651Z test_heaviside_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.3461040Z test_heaviside_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3461419Z test_heaviside_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3461791Z test_heaviside_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T02:06:07.3462183Z test_heaviside_cuda_int64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3462561Z test_heaviside_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3462943Z test_heaviside_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3463328Z test_heaviside_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.3463711Z test_heaviside_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T02:06:07.3464089Z test_heaviside_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3464464Z test_heaviside_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3464835Z test_heaviside_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3465202Z test_heaviside_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.3465589Z test_heaviside_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.3465982Z test_heaviside_cuda_int8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3466364Z test_heaviside_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3466745Z test_heaviside_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3467304Z test_heaviside_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3467678Z test_heaviside_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.3468048Z test_heaviside_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3468435Z test_heaviside_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.3468811Z test_heaviside_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.3469181Z test_heaviside_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3469568Z test_heaviside_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3469959Z test_heaviside_cuda_uint8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T02:06:07.3470337Z test_heaviside_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3470730Z test_heaviside_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3471126Z test_heaviside_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.3471509Z test_heaviside_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3471883Z test_heaviside_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3472257Z test_heaviside_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3472627Z test_heaviside_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.3473171Z test_heaviside_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3473583Z test_heaviside_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3473941Z test_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3474286Z test_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3474704Z test_idiv_and_ifloordiv_vs_python_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (2.151s) 2022-11-23T02:06:07.3475082Z test_inplace_division_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3475448Z test_inplace_dunders_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3475816Z test_int_and_float_pow_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (2.689s) 2022-11-23T02:06:07.3476206Z test_int_tensor_pow_neg_ints_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T02:06:07.3476555Z test_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3476889Z test_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3477217Z test_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3477610Z test_ldexp_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T02:06:07.3479371Z test_lerp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:3347: 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:31.) 2022-11-23T02:06:07.3479687Z torch.lerp(start, end, weight, out=actual_out) 2022-11-23T02:06:07.3481155Z C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:3347: 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:31.) 2022-11-23T02:06:07.3481654Z torch.lerp(start, end, weight, out=actual_out) 2022-11-23T02:06:07.3481808Z ok (0.245s) 2022-11-23T02:06:07.3482175Z test_lerp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.256s) 2022-11-23T02:06:07.3482538Z test_lerp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.116s) 2022-11-23T02:06:07.3482920Z test_lerp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.107s) 2022-11-23T02:06:07.3483369Z test_lerp_lowp_cpu_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T02:06:07.3483759Z test_lerp_lowp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3484134Z test_lerp_lowp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3484903Z test_logaddexp2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:3396: RuntimeWarning: invalid value encountered in logaddexp2 2022-11-23T02:06:07.3485255Z ref = ref_func(a.cpu().float().numpy(), b.cpu().float().numpy()) 2022-11-23T02:06:07.3485420Z ok (0.005s) 2022-11-23T02:06:07.3486156Z test_logaddexp2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:3400: RuntimeWarning: invalid value encountered in logaddexp2 2022-11-23T02:06:07.3486638Z ref = ref_func(a.cpu().numpy(), b.cpu().numpy()) 2022-11-23T02:06:07.3486821Z ok (0.003s) 2022-11-23T02:06:07.3487198Z test_logaddexp2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3487946Z test_logaddexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:3396: RuntimeWarning: invalid value encountered in logaddexp 2022-11-23T02:06:07.3488303Z ref = ref_func(a.cpu().float().numpy(), b.cpu().float().numpy()) 2022-11-23T02:06:07.3488467Z ok (0.006s) 2022-11-23T02:06:07.3489197Z test_logaddexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:3400: RuntimeWarning: invalid value encountered in logaddexp 2022-11-23T02:06:07.3489494Z ref = ref_func(a.cpu().numpy(), b.cpu().numpy()) 2022-11-23T02:06:07.3489667Z ok (0.000s) 2022-11-23T02:06:07.3490046Z test_logaddexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3490465Z test_logical_and_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3490866Z test_logical_and_cuda_bfloat16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3491286Z test_logical_and_cuda_bfloat16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3491698Z test_logical_and_cuda_bfloat16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3492175Z test_logical_and_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3492587Z test_logical_and_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3492990Z test_logical_and_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3493385Z test_logical_and_cuda_bfloat16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3493792Z test_logical_and_cuda_bfloat16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3494170Z test_logical_and_cuda_bfloat16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3494566Z test_logical_and_cuda_bfloat16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3494967Z test_logical_and_cuda_bfloat16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3495553Z test_logical_and_cuda_bool_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3495952Z test_logical_and_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3496351Z test_logical_and_cuda_bool_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3496758Z test_logical_and_cuda_bool_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3497155Z test_logical_and_cuda_bool_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3497546Z test_logical_and_cuda_bool_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3497943Z test_logical_and_cuda_bool_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3498326Z test_logical_and_cuda_bool_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3498701Z test_logical_and_cuda_bool_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3499060Z test_logical_and_cuda_bool_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3499405Z test_logical_and_cuda_bool_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3499793Z test_logical_and_cuda_bool_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3501068Z test_logical_and_cuda_complex128_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:3241: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Copy.cpp:275.) 2022-11-23T02:06:07.3501424Z self.assertEqual(expected_res.bool(), getattr(a, op)(b)) 2022-11-23T02:06:07.3501589Z ok (0.000s) 2022-11-23T02:06:07.3501984Z test_logical_and_cuda_complex128_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3502409Z test_logical_and_cuda_complex128_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.391s) 2022-11-23T02:06:07.3502822Z test_logical_and_cuda_complex128_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.3503238Z test_logical_and_cuda_complex128_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3503652Z test_logical_and_cuda_complex128_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3504062Z test_logical_and_cuda_complex128_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3504469Z test_logical_and_cuda_complex128_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3504879Z test_logical_and_cuda_complex128_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3505279Z test_logical_and_cuda_complex128_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3505674Z test_logical_and_cuda_complex128_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3506091Z test_logical_and_cuda_complex128_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3506500Z test_logical_and_cuda_complex64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3506897Z test_logical_and_cuda_complex64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3507291Z test_logical_and_cuda_complex64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3507692Z test_logical_and_cuda_complex64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.345s) 2022-11-23T02:06:07.3508097Z test_logical_and_cuda_complex64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3508501Z test_logical_and_cuda_complex64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3508916Z test_logical_and_cuda_complex64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3509333Z test_logical_and_cuda_complex64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3509955Z test_logical_and_cuda_complex64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3510362Z test_logical_and_cuda_complex64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3510766Z test_logical_and_cuda_complex64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3511184Z test_logical_and_cuda_complex64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3511611Z test_logical_and_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3512030Z test_logical_and_cuda_float16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3512457Z test_logical_and_cuda_float16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3512884Z test_logical_and_cuda_float16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3513295Z test_logical_and_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3513719Z test_logical_and_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3514125Z test_logical_and_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3514533Z test_logical_and_cuda_float16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3514932Z test_logical_and_cuda_float16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3516184Z test_logical_and_cuda_float16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3516650Z test_logical_and_cuda_float16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3517058Z test_logical_and_cuda_float16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3517486Z test_logical_and_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3517905Z test_logical_and_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3518333Z test_logical_and_cuda_float32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3518761Z test_logical_and_cuda_float32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3519173Z test_logical_and_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3519565Z test_logical_and_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3519984Z test_logical_and_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3520395Z test_logical_and_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3520803Z test_logical_and_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3521198Z test_logical_and_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3521612Z test_logical_and_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3522016Z test_logical_and_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3522435Z test_logical_and_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3522844Z test_logical_and_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3523274Z test_logical_and_cuda_float64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3523704Z test_logical_and_cuda_float64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3524119Z test_logical_and_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3524537Z test_logical_and_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.3524942Z test_logical_and_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3525496Z test_logical_and_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3525881Z test_logical_and_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3526259Z test_logical_and_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3526640Z test_logical_and_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3527020Z test_logical_and_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3527390Z test_logical_and_cuda_int16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3527775Z test_logical_and_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3528180Z test_logical_and_cuda_int16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3528579Z test_logical_and_cuda_int16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3528975Z test_logical_and_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3529358Z test_logical_and_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3529738Z test_logical_and_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3530185Z test_logical_and_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3530576Z test_logical_and_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3531278Z test_logical_and_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3531690Z test_logical_and_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3532064Z test_logical_and_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3532463Z test_logical_and_cuda_int32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3532834Z test_logical_and_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3533240Z test_logical_and_cuda_int32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3533640Z test_logical_and_cuda_int32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3534020Z test_logical_and_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3534402Z test_logical_and_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3534785Z test_logical_and_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3535145Z test_logical_and_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3535512Z test_logical_and_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3535894Z test_logical_and_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3536280Z test_logical_and_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3536654Z test_logical_and_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3537035Z test_logical_and_cuda_int64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3537411Z test_logical_and_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3537818Z test_logical_and_cuda_int64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3538224Z test_logical_and_cuda_int64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3538609Z test_logical_and_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3538991Z test_logical_and_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3539575Z test_logical_and_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3539959Z test_logical_and_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3540331Z test_logical_and_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3540693Z test_logical_and_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3541072Z test_logical_and_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3541466Z test_logical_and_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3541851Z test_logical_and_cuda_int8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3542204Z test_logical_and_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3542603Z test_logical_and_cuda_int8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3543016Z test_logical_and_cuda_int8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3543406Z test_logical_and_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3543793Z test_logical_and_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3544178Z test_logical_and_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3544554Z test_logical_and_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3545102Z test_logical_and_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3545498Z test_logical_and_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3545872Z test_logical_and_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3546248Z test_logical_and_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3546661Z test_logical_and_cuda_uint8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3547036Z test_logical_and_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3547435Z test_logical_and_cuda_uint8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3547834Z test_logical_and_cuda_uint8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3548222Z test_logical_and_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3548620Z test_logical_and_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3548999Z test_logical_and_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3549384Z test_logical_and_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3549732Z test_logical_and_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3550122Z test_logical_and_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3550498Z test_logical_and_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3550882Z test_logical_and_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3551248Z test_logical_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3551617Z test_logical_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3551984Z test_logical_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3552350Z test_logical_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.3552705Z test_logical_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3553056Z test_logical_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3553626Z test_logical_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3553986Z test_logical_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3554341Z test_logical_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3554697Z test_logical_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3555097Z test_logical_or_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3555489Z test_logical_or_cuda_bfloat16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3555906Z test_logical_or_cuda_bfloat16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3556280Z test_logical_or_cuda_bfloat16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3556681Z test_logical_or_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3557087Z test_logical_or_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3557476Z test_logical_or_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3557859Z test_logical_or_cuda_bfloat16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3558241Z test_logical_or_cuda_bfloat16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3558618Z test_logical_or_cuda_bfloat16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3559186Z test_logical_or_cuda_bfloat16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3559605Z test_logical_or_cuda_bfloat16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3559993Z test_logical_or_cuda_bool_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.3560369Z test_logical_or_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3560778Z test_logical_or_cuda_bool_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3561164Z test_logical_or_cuda_bool_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3561553Z test_logical_or_cuda_bool_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3561933Z test_logical_or_cuda_bool_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3562308Z test_logical_or_cuda_bool_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3562682Z test_logical_or_cuda_bool_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3563058Z test_logical_or_cuda_bool_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3563431Z test_logical_or_cuda_bool_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3563784Z test_logical_or_cuda_bool_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3564167Z test_logical_or_cuda_bool_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3564583Z test_logical_or_cuda_complex128_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3564991Z test_logical_or_cuda_complex128_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3565406Z test_logical_or_cuda_complex128_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.344s) 2022-11-23T02:06:07.3565821Z test_logical_or_cuda_complex128_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3566222Z test_logical_or_cuda_complex128_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3566626Z test_logical_or_cuda_complex128_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3567031Z test_logical_or_cuda_complex128_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3567429Z test_logical_or_cuda_complex128_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3568037Z test_logical_or_cuda_complex128_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3568428Z test_logical_or_cuda_complex128_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3568822Z test_logical_or_cuda_complex128_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3569217Z test_logical_or_cuda_complex128_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3569624Z test_logical_or_cuda_complex64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3570029Z test_logical_or_cuda_complex64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3570444Z test_logical_or_cuda_complex64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3570853Z test_logical_or_cuda_complex64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.359s) 2022-11-23T02:06:07.3571254Z test_logical_or_cuda_complex64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3571647Z test_logical_or_cuda_complex64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3572046Z test_logical_or_cuda_complex64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3572442Z test_logical_or_cuda_complex64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3572814Z test_logical_or_cuda_complex64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3573392Z test_logical_or_cuda_complex64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.3573810Z test_logical_or_cuda_complex64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3574198Z test_logical_or_cuda_complex64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.3574587Z test_logical_or_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3574987Z test_logical_or_cuda_float16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3575395Z test_logical_or_cuda_float16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3575791Z test_logical_or_cuda_float16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3576180Z test_logical_or_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3576561Z test_logical_or_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3576950Z test_logical_or_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3577338Z test_logical_or_cuda_float16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3577718Z test_logical_or_cuda_float16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3578090Z test_logical_or_cuda_float16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3578481Z test_logical_or_cuda_float16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3578856Z test_logical_or_cuda_float16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3579230Z test_logical_or_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3579617Z test_logical_or_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3580030Z test_logical_or_cuda_float32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3580439Z test_logical_or_cuda_float32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3580829Z test_logical_or_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3581216Z test_logical_or_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3581602Z test_logical_or_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3582183Z test_logical_or_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3582561Z test_logical_or_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3582936Z test_logical_or_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3583305Z test_logical_or_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3583671Z test_logical_or_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3584066Z test_logical_or_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3584460Z test_logical_or_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3584871Z test_logical_or_cuda_float64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3585272Z test_logical_or_cuda_float64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3585676Z test_logical_or_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3586061Z test_logical_or_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3586443Z test_logical_or_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3586797Z test_logical_or_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3587161Z test_logical_or_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3587708Z test_logical_or_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3588131Z test_logical_or_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3588502Z test_logical_or_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.3588890Z test_logical_or_cuda_int16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3589265Z test_logical_or_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3589666Z test_logical_or_cuda_int16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3590070Z test_logical_or_cuda_int16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3590445Z test_logical_or_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3590825Z test_logical_or_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3591192Z test_logical_or_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3591570Z test_logical_or_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3591935Z test_logical_or_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3592314Z test_logical_or_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3592725Z test_logical_or_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3593111Z test_logical_or_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.3593488Z test_logical_or_cuda_int32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3593853Z test_logical_or_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3594258Z test_logical_or_cuda_int32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3594656Z test_logical_or_cuda_int32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3595044Z test_logical_or_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3595428Z test_logical_or_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3596012Z test_logical_or_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3596389Z test_logical_or_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3596754Z test_logical_or_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3597113Z test_logical_or_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3597485Z test_logical_or_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3597866Z test_logical_or_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3598255Z test_logical_or_cuda_int64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3598636Z test_logical_or_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3599032Z test_logical_or_cuda_int64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3599437Z test_logical_or_cuda_int64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3599821Z test_logical_or_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3600192Z test_logical_or_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3600579Z test_logical_or_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3600939Z test_logical_or_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3601490Z test_logical_or_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3601879Z test_logical_or_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3602252Z test_logical_or_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3602636Z test_logical_or_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3603025Z test_logical_or_cuda_int8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3603405Z test_logical_or_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3603800Z test_logical_or_cuda_int8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3604203Z test_logical_or_cuda_int8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3604589Z test_logical_or_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.3604975Z test_logical_or_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3605346Z test_logical_or_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3605724Z test_logical_or_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3606103Z test_logical_or_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3606488Z test_logical_or_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3606856Z test_logical_or_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3607220Z test_logical_or_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3607608Z test_logical_or_cuda_uint8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3607973Z test_logical_or_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3608355Z test_logical_or_cuda_uint8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3608756Z test_logical_or_cuda_uint8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3609144Z test_logical_or_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3609526Z test_logical_or_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3610102Z test_logical_or_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3610487Z test_logical_or_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3610863Z test_logical_or_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3611232Z test_logical_or_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3611605Z test_logical_or_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3611992Z test_logical_or_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3612393Z test_logical_xor_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3612784Z test_logical_xor_cuda_bfloat16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3613188Z test_logical_xor_cuda_bfloat16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3613612Z test_logical_xor_cuda_bfloat16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3614015Z test_logical_xor_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3614416Z test_logical_xor_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3614798Z test_logical_xor_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3615188Z test_logical_xor_cuda_bfloat16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3615724Z test_logical_xor_cuda_bfloat16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3616145Z test_logical_xor_cuda_bfloat16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3616532Z test_logical_xor_cuda_bfloat16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3616923Z test_logical_xor_cuda_bfloat16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3617317Z test_logical_xor_cuda_bool_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3617696Z test_logical_xor_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3618099Z test_logical_xor_cuda_bool_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3618493Z test_logical_xor_cuda_bool_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3618881Z test_logical_xor_cuda_bool_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3619320Z test_logical_xor_cuda_bool_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3619703Z test_logical_xor_cuda_bool_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3620083Z test_logical_xor_cuda_bool_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3620455Z test_logical_xor_cuda_bool_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3620837Z test_logical_xor_cuda_bool_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3621221Z test_logical_xor_cuda_bool_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3621603Z test_logical_xor_cuda_bool_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3622019Z test_logical_xor_cuda_complex128_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3622415Z test_logical_xor_cuda_complex128_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3622845Z test_logical_xor_cuda_complex128_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.316s) 2022-11-23T02:06:07.3623246Z test_logical_xor_cuda_complex128_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3623656Z test_logical_xor_cuda_complex128_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3624278Z test_logical_xor_cuda_complex128_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3624681Z test_logical_xor_cuda_complex128_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3625073Z test_logical_xor_cuda_complex128_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3625461Z test_logical_xor_cuda_complex128_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3625860Z test_logical_xor_cuda_complex128_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3626267Z test_logical_xor_cuda_complex128_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3626668Z test_logical_xor_cuda_complex128_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3627080Z test_logical_xor_cuda_complex64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3627472Z test_logical_xor_cuda_complex64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3627897Z test_logical_xor_cuda_complex64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3628311Z test_logical_xor_cuda_complex64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.326s) 2022-11-23T02:06:07.3628716Z test_logical_xor_cuda_complex64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3629123Z test_logical_xor_cuda_complex64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3629516Z test_logical_xor_cuda_complex64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3630095Z test_logical_xor_cuda_complex64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3630512Z test_logical_xor_cuda_complex64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3630906Z test_logical_xor_cuda_complex64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3631283Z test_logical_xor_cuda_complex64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3631694Z test_logical_xor_cuda_complex64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3632166Z test_logical_xor_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3632563Z test_logical_xor_cuda_float16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3633025Z test_logical_xor_cuda_float16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3633478Z test_logical_xor_cuda_float16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3633861Z test_logical_xor_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3634254Z test_logical_xor_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.3634649Z test_logical_xor_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3635047Z test_logical_xor_cuda_float16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3635424Z test_logical_xor_cuda_float16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3635801Z test_logical_xor_cuda_float16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3636186Z test_logical_xor_cuda_float16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3636559Z test_logical_xor_cuda_float16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3636964Z test_logical_xor_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3637355Z test_logical_xor_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3637764Z test_logical_xor_cuda_float32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3638157Z test_logical_xor_cuda_float32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3638757Z test_logical_xor_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3639123Z test_logical_xor_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3639514Z test_logical_xor_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3639907Z test_logical_xor_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3640287Z test_logical_xor_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3640670Z test_logical_xor_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3641055Z test_logical_xor_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3641431Z test_logical_xor_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3641816Z test_logical_xor_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3642215Z test_logical_xor_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.3642619Z test_logical_xor_cuda_float64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3643021Z test_logical_xor_cuda_float64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3643409Z test_logical_xor_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3643799Z test_logical_xor_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3644365Z test_logical_xor_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3644781Z test_logical_xor_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3645169Z test_logical_xor_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3645550Z test_logical_xor_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3645904Z test_logical_xor_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3646260Z test_logical_xor_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3646628Z test_logical_xor_cuda_int16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3647015Z test_logical_xor_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3647428Z test_logical_xor_cuda_int16_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3647841Z test_logical_xor_cuda_int16_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3648236Z test_logical_xor_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3648623Z test_logical_xor_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3649032Z test_logical_xor_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3649410Z test_logical_xor_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3649790Z test_logical_xor_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3650165Z test_logical_xor_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3650550Z test_logical_xor_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3650938Z test_logical_xor_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3651330Z test_logical_xor_cuda_int32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3651717Z test_logical_xor_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3652125Z test_logical_xor_cuda_int32_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3652714Z test_logical_xor_cuda_int32_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3653104Z test_logical_xor_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3653473Z test_logical_xor_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3653830Z test_logical_xor_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3654169Z test_logical_xor_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3654534Z test_logical_xor_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.3654912Z test_logical_xor_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3655291Z test_logical_xor_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3655669Z test_logical_xor_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3656065Z test_logical_xor_cuda_int64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3656438Z test_logical_xor_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3656838Z test_logical_xor_cuda_int64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3657236Z test_logical_xor_cuda_int64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3657623Z test_logical_xor_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3658170Z test_logical_xor_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3658571Z test_logical_xor_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3658963Z test_logical_xor_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3659338Z test_logical_xor_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3659720Z test_logical_xor_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3660103Z test_logical_xor_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3660496Z test_logical_xor_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3660898Z test_logical_xor_cuda_int8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3661268Z test_logical_xor_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3661701Z test_logical_xor_cuda_int8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3662119Z test_logical_xor_cuda_int8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3662527Z test_logical_xor_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3662923Z test_logical_xor_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3663322Z test_logical_xor_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3663716Z test_logical_xor_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3664105Z test_logical_xor_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3664492Z test_logical_xor_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3664894Z test_logical_xor_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3665304Z test_logical_xor_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3665711Z test_logical_xor_cuda_uint8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3666119Z test_logical_xor_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3666550Z test_logical_xor_cuda_uint8_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3667946Z test_logical_xor_cuda_uint8_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3668362Z test_logical_xor_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3668765Z test_logical_xor_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3669157Z test_logical_xor_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3669560Z test_logical_xor_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3669939Z test_logical_xor_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3670334Z test_logical_xor_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3670732Z test_logical_xor_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3671141Z test_logical_xor_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3671612Z test_logical_xor_with_nontrivial_alignment_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.492s) 2022-11-23T02:06:07.3672021Z test_long_tensor_pow_floats_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T02:06:07.3672517Z test_maximum_and_minimum_subgradient_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.3673012Z test_maximum_and_minimum_subgradient_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3673647Z test_maximum_and_minimum_subgradient_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3674151Z test_maximum_and_minimum_subgradient_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3674639Z test_maximum_and_minimum_subgradient_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3675130Z test_maximum_and_minimum_subgradient_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T02:06:07.3675617Z test_maximum_and_minimum_subgradient_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3676097Z test_maximum_and_minimum_subgradient_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.3676572Z test_maximum_and_minimum_subgradient_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.3677018Z test_maximum_and_minimum_subgradient_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3677481Z test_maximum_and_minimum_subgradient_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3677940Z test_maximum_and_minimum_subgradient_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3678404Z test_maximum_and_minimum_subgradient_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3678864Z test_maximum_and_minimum_subgradient_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.3679324Z test_maximum_and_minimum_subgradient_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.3679779Z test_maximum_and_minimum_subgradient_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.3680209Z test_maximum_minimum_complex_cuda_complex128_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.3680658Z test_maximum_minimum_complex_cuda_complex128_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.3681181Z test_maximum_minimum_complex_cuda_complex128_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.3681632Z test_maximum_minimum_complex_cuda_complex128_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.3682302Z test_maximum_minimum_complex_cuda_complex128_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.3682741Z test_maximum_minimum_complex_cuda_complex128_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.3683181Z test_maximum_minimum_complex_cuda_complex128_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.3683622Z test_maximum_minimum_complex_cuda_complex128_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.3684055Z test_maximum_minimum_complex_cuda_complex128_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.3684499Z test_maximum_minimum_complex_cuda_complex128_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3684940Z test_maximum_minimum_complex_cuda_complex128_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.3685376Z test_maximum_minimum_complex_cuda_complex128_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.3685825Z test_maximum_minimum_complex_cuda_complex64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.3686260Z test_maximum_minimum_complex_cuda_complex64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.3686711Z test_maximum_minimum_complex_cuda_complex64_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3687155Z test_maximum_minimum_complex_cuda_complex64_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.3687794Z test_maximum_minimum_complex_cuda_complex64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3688260Z test_maximum_minimum_complex_cuda_complex64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.3688698Z test_maximum_minimum_complex_cuda_complex64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3689131Z test_maximum_minimum_complex_cuda_complex64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.3689575Z test_maximum_minimum_complex_cuda_complex64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T02:06:07.3689985Z test_maximum_minimum_complex_cuda_complex64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.3690421Z test_maximum_minimum_complex_cuda_complex64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.3690854Z test_maximum_minimum_complex_cuda_complex64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3691278Z test_maximum_minimum_cross_device_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3691687Z test_maximum_minimum_float_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T02:06:07.3692087Z test_maximum_minimum_float_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3692490Z test_maximum_minimum_float_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3692897Z test_maximum_minimum_float_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3693384Z test_maximum_minimum_float_nan_and_inf_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3693810Z test_maximum_minimum_float_nan_and_inf_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.3694233Z test_maximum_minimum_float_nan_and_inf_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.3694661Z test_maximum_minimum_float_nan_and_inf_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.3695083Z test_maximum_minimum_forward_ad_float32_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.344s) 2022-11-23T02:06:07.3695497Z test_maximum_minimum_int_and_bool_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3695902Z test_maximum_minimum_int_and_bool_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3696526Z test_maximum_minimum_int_and_bool_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3696928Z test_maximum_minimum_int_and_bool_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3697334Z test_maximum_minimum_int_and_bool_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3697735Z test_maximum_minimum_int_and_bool_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3698211Z test_maximum_minimum_type_promotion_cuda_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3698682Z test_maximum_minimum_type_promotion_cuda_bfloat16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3699124Z test_maximum_minimum_type_promotion_cuda_bfloat16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3699586Z test_maximum_minimum_type_promotion_cuda_bfloat16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3700048Z test_maximum_minimum_type_promotion_cuda_bfloat16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3700503Z test_maximum_minimum_type_promotion_cuda_bfloat16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3700955Z test_maximum_minimum_type_promotion_cuda_bfloat16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3701409Z test_maximum_minimum_type_promotion_cuda_bfloat16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3702037Z test_maximum_minimum_type_promotion_cuda_bfloat16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3702510Z test_maximum_minimum_type_promotion_cuda_bfloat16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3702970Z test_maximum_minimum_type_promotion_cuda_bool_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3703422Z test_maximum_minimum_type_promotion_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3703884Z test_maximum_minimum_type_promotion_cuda_bool_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3704333Z test_maximum_minimum_type_promotion_cuda_bool_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3704780Z test_maximum_minimum_type_promotion_cuda_bool_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3705217Z test_maximum_minimum_type_promotion_cuda_bool_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3705658Z test_maximum_minimum_type_promotion_cuda_bool_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3706086Z test_maximum_minimum_type_promotion_cuda_bool_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3706525Z test_maximum_minimum_type_promotion_cuda_bool_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3706966Z test_maximum_minimum_type_promotion_cuda_bool_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3707432Z test_maximum_minimum_type_promotion_cuda_float16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3707882Z test_maximum_minimum_type_promotion_cuda_float16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3708345Z test_maximum_minimum_type_promotion_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3708800Z test_maximum_minimum_type_promotion_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.3709247Z test_maximum_minimum_type_promotion_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3709676Z test_maximum_minimum_type_promotion_cuda_float16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3710124Z test_maximum_minimum_type_promotion_cuda_float16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3710773Z test_maximum_minimum_type_promotion_cuda_float16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3711217Z test_maximum_minimum_type_promotion_cuda_float16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3711663Z test_maximum_minimum_type_promotion_cuda_float16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3712125Z test_maximum_minimum_type_promotion_cuda_float32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3712583Z test_maximum_minimum_type_promotion_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3713035Z test_maximum_minimum_type_promotion_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3713498Z test_maximum_minimum_type_promotion_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3713947Z test_maximum_minimum_type_promotion_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3714393Z test_maximum_minimum_type_promotion_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3714839Z test_maximum_minimum_type_promotion_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3715283Z test_maximum_minimum_type_promotion_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3715906Z test_maximum_minimum_type_promotion_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3716374Z test_maximum_minimum_type_promotion_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3716830Z test_maximum_minimum_type_promotion_cuda_float64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3717281Z test_maximum_minimum_type_promotion_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3717743Z test_maximum_minimum_type_promotion_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3718194Z test_maximum_minimum_type_promotion_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3718650Z test_maximum_minimum_type_promotion_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3719095Z test_maximum_minimum_type_promotion_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3719549Z test_maximum_minimum_type_promotion_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3719971Z test_maximum_minimum_type_promotion_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3720413Z test_maximum_minimum_type_promotion_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3720881Z test_maximum_minimum_type_promotion_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3721347Z test_maximum_minimum_type_promotion_cuda_int16_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3721794Z test_maximum_minimum_type_promotion_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3722241Z test_maximum_minimum_type_promotion_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3722677Z test_maximum_minimum_type_promotion_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3723118Z test_maximum_minimum_type_promotion_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3723566Z test_maximum_minimum_type_promotion_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3723993Z test_maximum_minimum_type_promotion_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3724643Z test_maximum_minimum_type_promotion_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3725080Z test_maximum_minimum_type_promotion_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3725522Z test_maximum_minimum_type_promotion_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3725976Z test_maximum_minimum_type_promotion_cuda_int32_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3726422Z test_maximum_minimum_type_promotion_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3726870Z test_maximum_minimum_type_promotion_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3727319Z test_maximum_minimum_type_promotion_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3727759Z test_maximum_minimum_type_promotion_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3728200Z test_maximum_minimum_type_promotion_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3728635Z test_maximum_minimum_type_promotion_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3729076Z test_maximum_minimum_type_promotion_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3729513Z test_maximum_minimum_type_promotion_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3730126Z test_maximum_minimum_type_promotion_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3730574Z test_maximum_minimum_type_promotion_cuda_int64_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3731030Z test_maximum_minimum_type_promotion_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3731493Z test_maximum_minimum_type_promotion_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3731945Z test_maximum_minimum_type_promotion_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3732382Z test_maximum_minimum_type_promotion_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3732824Z test_maximum_minimum_type_promotion_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3733255Z test_maximum_minimum_type_promotion_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3733692Z test_maximum_minimum_type_promotion_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3734213Z test_maximum_minimum_type_promotion_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3734654Z test_maximum_minimum_type_promotion_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3735195Z test_maximum_minimum_type_promotion_cuda_int8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3735643Z test_maximum_minimum_type_promotion_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3736088Z test_maximum_minimum_type_promotion_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3736539Z test_maximum_minimum_type_promotion_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3736995Z test_maximum_minimum_type_promotion_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3737434Z test_maximum_minimum_type_promotion_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3737867Z test_maximum_minimum_type_promotion_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3738296Z test_maximum_minimum_type_promotion_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.3738950Z test_maximum_minimum_type_promotion_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3739396Z test_maximum_minimum_type_promotion_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3739846Z test_maximum_minimum_type_promotion_cuda_uint8_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3740280Z test_maximum_minimum_type_promotion_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3740715Z test_maximum_minimum_type_promotion_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3741228Z test_maximum_minimum_type_promotion_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3741731Z test_maximum_minimum_type_promotion_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3742233Z test_maximum_minimum_type_promotion_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3742680Z test_maximum_minimum_type_promotion_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3743123Z test_maximum_minimum_type_promotion_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3743558Z test_maximum_minimum_type_promotion_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3743992Z test_maximum_minimum_type_promotion_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3745302Z test_min_max_binary_op_nan_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.290s) 2022-11-23T02:06:07.3745764Z test_min_max_binary_op_nan_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.292s) 2022-11-23T02:06:07.3746168Z test_min_max_binary_op_nan_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.332s) 2022-11-23T02:06:07.3746629Z test_mul_chalf_tensor_and_cpu_scalar_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.664s) 2022-11-23T02:06:07.3746973Z test_mul_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.3747387Z test_mul_intertype_scalar_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3747859Z test_mul_intertype_scalar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3748270Z test_mul_intertype_scalar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3748750Z test_muldiv_scalar_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3749130Z test_muldiv_scalar_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3749522Z test_muldiv_scalar_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3749923Z test_muldiv_scalar_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3750278Z test_muldiv_scalar_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3750667Z test_muldiv_scalar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3751047Z test_muldiv_scalar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3751424Z test_muldiv_scalar_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3751794Z test_muldiv_scalar_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3752173Z test_muldiv_scalar_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3752556Z test_muldiv_scalar_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3752931Z test_muldiv_scalar_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3753330Z test_nextafter_bfloat16_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.3753915Z test_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3754287Z test_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3754739Z test_non_contig___radd___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3755136Z test_non_contig___radd___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3755592Z test_non_contig___radd___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3756060Z test_non_contig___radd___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3756461Z test_non_contig___radd___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3756848Z test_non_contig___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3757234Z test_non_contig___radd___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3757610Z test_non_contig___radd___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3757994Z test_non_contig___radd___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3758376Z test_non_contig___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3758761Z test_non_contig___radd___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.3759138Z test_non_contig___radd___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3759689Z test_non_contig___rand___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3760086Z test_non_contig___rand___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3760462Z test_non_contig___rand___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3760839Z test_non_contig___rand___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3761238Z test_non_contig___rand___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3761612Z test_non_contig___rand___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3762065Z test_non_contig___rdiv___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3762447Z test_non_contig___rdiv___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3762933Z test_non_contig___rdiv___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3763347Z test_non_contig___rdiv___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3763743Z test_non_contig___rdiv___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3764132Z test_non_contig___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3764514Z test_non_contig___rdiv___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3764909Z test_non_contig___rdiv___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3765262Z test_non_contig___rdiv___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3765633Z test_non_contig___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3766009Z test_non_contig___rdiv___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3766385Z test_non_contig___rdiv___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.3766774Z test_non_contig___rmod___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3767159Z test_non_contig___rmod___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3767540Z test_non_contig___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3767929Z test_non_contig___rmod___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3768521Z test_non_contig___rmod___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3768962Z test_non_contig___rmod___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3769337Z test_non_contig___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3769806Z test_non_contig___rmod___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3770191Z test_non_contig___rmod___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3770585Z test_non_contig___rmul___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3770969Z test_non_contig___rmul___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3771373Z test_non_contig___rmul___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3771787Z test_non_contig___rmul___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3772168Z test_non_contig___rmul___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3772549Z test_non_contig___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3772912Z test_non_contig___rmul___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3773287Z test_non_contig___rmul___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3773844Z test_non_contig___rmul___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3774238Z test_non_contig___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3774614Z test_non_contig___rmul___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3774987Z test_non_contig___rmul___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3775371Z test_non_contig___ror___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3775808Z test_non_contig___ror___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3776199Z test_non_contig___ror___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3776652Z test_non_contig___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3777034Z test_non_contig___ror___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3777408Z test_non_contig___ror___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3777802Z test_non_contig___rpow___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3778201Z test_non_contig___rpow___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.3778601Z test_non_contig___rpow___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3779004Z test_non_contig___rpow___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3779393Z test_non_contig___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3779781Z test_non_contig___rpow___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3780165Z test_non_contig___rpow___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3780525Z test_non_contig___rpow___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3780907Z test_non_contig___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3781292Z test_non_contig___rpow___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3781671Z test_non_contig___rpow___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3782055Z test_non_contig___rsub___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3782726Z test_non_contig___rsub___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3783128Z test_non_contig___rsub___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3783602Z test_non_contig___rsub___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3783994Z test_non_contig___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3784397Z test_non_contig___rsub___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.3785250Z test_non_contig___rsub___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3786058Z test_non_contig___rsub___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3786859Z test_non_contig___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3787638Z test_non_contig___rsub___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3788427Z test_non_contig___rsub___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3789299Z test_non_contig___rxor___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3790110Z test_non_contig___rxor___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3791015Z test_non_contig___rxor___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3792006Z test_non_contig___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3792822Z test_non_contig___rxor___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3793616Z test_non_contig___rxor___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3794485Z test_non_contig_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.3795291Z test_non_contig_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3796287Z test_non_contig_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3797556Z test_non_contig_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3798576Z test_non_contig_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3799364Z test_non_contig_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3800419Z test_non_contig_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3801177Z test_non_contig_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3801876Z test_non_contig_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3802613Z test_non_contig_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3803356Z test_non_contig_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3804144Z test_non_contig_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3805429Z test_non_contig_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3806430Z test_non_contig_atan2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3807424Z test_non_contig_atan2_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3808547Z test_non_contig_atan2_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3809403Z test_non_contig_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.3810254Z test_non_contig_atan2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3811167Z test_non_contig_atan2_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3812345Z test_non_contig_atan2_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3813178Z test_non_contig_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3814006Z test_non_contig_atan2_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3814854Z test_non_contig_atan2_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3815721Z test_non_contig_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3816592Z test_non_contig_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3817517Z test_non_contig_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.3818472Z test_non_contig_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3819360Z test_non_contig_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3820252Z test_non_contig_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3821161Z test_non_contig_bitwise_left_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3822083Z test_non_contig_bitwise_left_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3822972Z test_non_contig_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3823884Z test_non_contig_bitwise_left_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3825117Z test_non_contig_bitwise_left_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3826054Z test_non_contig_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3826924Z test_non_contig_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3827750Z test_non_contig_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3828570Z test_non_contig_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.3829367Z test_non_contig_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3830174Z test_non_contig_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3831082Z test_non_contig_bitwise_right_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3832019Z test_non_contig_bitwise_right_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3832903Z test_non_contig_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3833779Z test_non_contig_bitwise_right_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3834643Z test_non_contig_bitwise_right_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3835454Z test_non_contig_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3836202Z test_non_contig_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3837005Z test_non_contig_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3837843Z test_non_contig_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3838659Z test_non_contig_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3839482Z test_non_contig_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3840290Z test_non_contig_clamp_max_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3841143Z test_non_contig_clamp_max_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3842225Z test_non_contig_clamp_max_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3843086Z test_non_contig_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3843937Z test_non_contig_clamp_max_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3844858Z test_non_contig_clamp_max_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3845814Z test_non_contig_clamp_max_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3846632Z test_non_contig_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3847464Z test_non_contig_clamp_max_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3848308Z test_non_contig_clamp_max_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3849165Z test_non_contig_clamp_min_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3850028Z test_non_contig_clamp_min_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3850879Z test_non_contig_clamp_min_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3851768Z test_non_contig_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3852705Z test_non_contig_clamp_min_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3853548Z test_non_contig_clamp_min_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3854568Z test_non_contig_clamp_min_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3855370Z test_non_contig_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3856179Z test_non_contig_clamp_min_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3856954Z test_non_contig_clamp_min_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3857746Z test_non_contig_complex_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3858644Z test_non_contig_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3859575Z test_non_contig_complex_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3860409Z test_non_contig_copysign_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3861246Z test_non_contig_copysign_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3862087Z test_non_contig_copysign_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3862892Z test_non_contig_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3863718Z test_non_contig_copysign_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3864592Z test_non_contig_copysign_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3865542Z test_non_contig_copysign_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.3866487Z test_non_contig_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3867356Z test_non_contig_copysign_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.3868233Z test_non_contig_copysign_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3869135Z test_non_contig_div_floor_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3870090Z test_non_contig_div_floor_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3871028Z test_non_contig_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3871999Z test_non_contig_div_floor_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3873230Z test_non_contig_div_floor_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3874152Z test_non_contig_div_floor_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3875070Z test_non_contig_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3875973Z test_non_contig_div_floor_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3876886Z test_non_contig_div_floor_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3877836Z test_non_contig_div_no_rounding_mode_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3878772Z test_non_contig_div_no_rounding_mode_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3879777Z test_non_contig_div_no_rounding_mode_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3880705Z test_non_contig_div_no_rounding_mode_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3881606Z test_non_contig_div_no_rounding_mode_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3882478Z test_non_contig_div_no_rounding_mode_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3883362Z test_non_contig_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T02:06:07.3884451Z test_non_contig_div_no_rounding_mode_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3885357Z test_non_contig_div_no_rounding_mode_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3886492Z test_non_contig_div_no_rounding_mode_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3887410Z test_non_contig_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3888309Z test_non_contig_div_no_rounding_mode_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3889154Z test_non_contig_div_no_rounding_mode_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3890039Z test_non_contig_div_trunc_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3890933Z test_non_contig_div_trunc_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3891830Z test_non_contig_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3892786Z test_non_contig_div_trunc_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3893759Z test_non_contig_div_trunc_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.3894679Z test_non_contig_div_trunc_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3895544Z test_non_contig_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3896420Z test_non_contig_div_trunc_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3897277Z test_non_contig_div_trunc_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3898108Z test_non_contig_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3898905Z test_non_contig_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.3899797Z test_non_contig_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3900698Z test_non_contig_eq_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.3901507Z test_non_contig_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3902322Z test_non_contig_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3903330Z test_non_contig_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3904122Z test_non_contig_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3904901Z test_non_contig_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3905683Z test_non_contig_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3906519Z test_non_contig_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3907373Z test_non_contig_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3908174Z test_non_contig_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3909000Z test_non_contig_expand___radd___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3909859Z test_non_contig_expand___radd___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3910746Z test_non_contig_expand___radd___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3911609Z test_non_contig_expand___radd___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3912491Z test_non_contig_expand___radd___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T02:06:07.3913438Z test_non_contig_expand___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.3914604Z test_non_contig_expand___radd___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3915495Z test_non_contig_expand___radd___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3916351Z test_non_contig_expand___radd___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3917191Z test_non_contig_expand___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3918010Z test_non_contig_expand___radd___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3918850Z test_non_contig_expand___radd___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3919810Z test_non_contig_expand___rand___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3920735Z test_non_contig_expand___rand___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3921581Z test_non_contig_expand___rand___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T02:06:07.3922423Z test_non_contig_expand___rand___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3923259Z test_non_contig_expand___rand___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.3924077Z test_non_contig_expand___rand___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.3924942Z test_non_contig_expand___rdiv___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3925794Z test_non_contig_expand___rdiv___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.3926728Z test_non_contig_expand___rdiv___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.3927698Z test_non_contig_expand___rdiv___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T02:06:07.3928577Z test_non_contig_expand___rdiv___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3929451Z test_non_contig_expand___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.3930289Z test_non_contig_expand___rdiv___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.3931128Z test_non_contig_expand___rdiv___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.3931980Z test_non_contig_expand___rdiv___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.3933035Z test_non_contig_expand___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3933940Z test_non_contig_expand___rdiv___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T02:06:07.3934885Z test_non_contig_expand___rdiv___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.3935720Z test_non_contig_expand___rmod___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.3936588Z test_non_contig_expand___rmod___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.3937461Z test_non_contig_expand___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3938322Z test_non_contig_expand___rmod___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3939155Z test_non_contig_expand___rmod___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T02:06:07.3940010Z test_non_contig_expand___rmod___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.3940937Z test_non_contig_expand___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.3941833Z test_non_contig_expand___rmod___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.3942673Z test_non_contig_expand___rmod___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3943735Z test_non_contig_expand___rmul___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3944621Z test_non_contig_expand___rmul___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.3945477Z test_non_contig_expand___rmul___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3946357Z test_non_contig_expand___rmul___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3947308Z test_non_contig_expand___rmul___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.3948220Z test_non_contig_expand___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T02:06:07.3949089Z test_non_contig_expand___rmul___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3949936Z test_non_contig_expand___rmul___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.3950763Z test_non_contig_expand___rmul___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.3951598Z test_non_contig_expand___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3952430Z test_non_contig_expand___rmul___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3953274Z test_non_contig_expand___rmul___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.3954153Z test_non_contig_expand___ror___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3955102Z test_non_contig_expand___ror___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3955955Z test_non_contig_expand___ror___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.3956790Z test_non_contig_expand___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3957614Z test_non_contig_expand___ror___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3958453Z test_non_contig_expand___ror___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3959279Z test_non_contig_expand___rpow___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3960162Z test_non_contig_expand___rpow___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.3961113Z test_non_contig_expand___rpow___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.3962289Z test_non_contig_expand___rpow___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3963157Z test_non_contig_expand___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T02:06:07.3964018Z test_non_contig_expand___rpow___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T02:06:07.3964869Z test_non_contig_expand___rpow___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.3965696Z test_non_contig_expand___rpow___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3966541Z test_non_contig_expand___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3967394Z test_non_contig_expand___rpow___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3968313Z test_non_contig_expand___rpow___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.3969279Z test_non_contig_expand___rsub___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.3970166Z test_non_contig_expand___rsub___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.3971041Z test_non_contig_expand___rsub___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3971892Z test_non_contig_expand___rsub___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3972949Z test_non_contig_expand___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3973828Z test_non_contig_expand___rsub___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3974740Z test_non_contig_expand___rsub___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3975672Z test_non_contig_expand___rsub___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.3976512Z test_non_contig_expand___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3977337Z test_non_contig_expand___rsub___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.3978151Z test_non_contig_expand___rsub___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3979026Z test_non_contig_expand___rxor___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3979865Z test_non_contig_expand___rxor___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.3980723Z test_non_contig_expand___rxor___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.3981634Z test_non_contig_expand___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.3982542Z test_non_contig_expand___rxor___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.3983369Z test_non_contig_expand___rxor___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3984212Z test_non_contig_expand_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.3985060Z test_non_contig_expand_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.3985904Z test_non_contig_expand_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3986778Z test_non_contig_expand_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.3987655Z test_non_contig_expand_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.3988560Z test_non_contig_expand_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3989480Z test_non_contig_expand_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.3990327Z test_non_contig_expand_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.3991383Z test_non_contig_expand_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.3992215Z test_non_contig_expand_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3993044Z test_non_contig_expand_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3993875Z test_non_contig_expand_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3994696Z test_non_contig_expand_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3995658Z test_non_contig_expand_atan2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3996554Z test_non_contig_expand_atan2_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3997407Z test_non_contig_expand_atan2_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.3998273Z test_non_contig_expand_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.3999120Z test_non_contig_expand_atan2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.3999956Z test_non_contig_expand_atan2_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4000766Z test_non_contig_expand_atan2_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4001613Z test_non_contig_expand_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4002682Z test_non_contig_expand_atan2_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4003601Z test_non_contig_expand_atan2_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4004450Z test_non_contig_expand_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4005314Z test_non_contig_expand_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4006195Z test_non_contig_expand_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4007029Z test_non_contig_expand_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4007902Z test_non_contig_expand_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4008845Z test_non_contig_expand_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4009850Z test_non_contig_expand_bitwise_left_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4010874Z test_non_contig_expand_bitwise_left_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4011845Z test_non_contig_expand_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4012805Z test_non_contig_expand_bitwise_left_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4013761Z test_non_contig_expand_bitwise_left_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4014711Z test_non_contig_expand_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4015620Z test_non_contig_expand_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4016582Z test_non_contig_expand_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4017585Z test_non_contig_expand_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4018504Z test_non_contig_expand_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4019421Z test_non_contig_expand_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4020361Z test_non_contig_expand_bitwise_right_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4022501Z test_non_contig_expand_bitwise_right_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4023533Z test_non_contig_expand_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4024545Z test_non_contig_expand_bitwise_right_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4025471Z test_non_contig_expand_bitwise_right_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4026384Z test_non_contig_expand_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4027274Z test_non_contig_expand_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4028119Z test_non_contig_expand_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4028999Z test_non_contig_expand_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4029958Z test_non_contig_expand_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4030928Z test_non_contig_expand_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4031816Z test_non_contig_expand_clamp_max_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4032704Z test_non_contig_expand_clamp_max_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4033781Z test_non_contig_expand_clamp_max_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4034665Z test_non_contig_expand_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4035573Z test_non_contig_expand_clamp_max_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4036431Z test_non_contig_expand_clamp_max_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4037422Z test_non_contig_expand_clamp_max_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4038330Z test_non_contig_expand_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4039193Z test_non_contig_expand_clamp_max_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4040054Z test_non_contig_expand_clamp_max_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.4040904Z test_non_contig_expand_clamp_min_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4041794Z test_non_contig_expand_clamp_min_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4042663Z test_non_contig_expand_clamp_min_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4043602Z test_non_contig_expand_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4044585Z test_non_contig_expand_clamp_min_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4045464Z test_non_contig_expand_clamp_min_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4046322Z test_non_contig_expand_clamp_min_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4047164Z test_non_contig_expand_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4048011Z test_non_contig_expand_clamp_min_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4048877Z test_non_contig_expand_clamp_min_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4049747Z test_non_contig_expand_complex_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4050674Z test_non_contig_expand_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T02:06:07.4051837Z test_non_contig_expand_complex_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4052687Z test_non_contig_expand_copysign_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4053573Z test_non_contig_expand_copysign_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4054442Z test_non_contig_expand_copysign_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4055313Z test_non_contig_expand_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T02:06:07.4056216Z test_non_contig_expand_copysign_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T02:06:07.4057148Z test_non_contig_expand_copysign_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.4058113Z test_non_contig_expand_copysign_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T02:06:07.4058957Z test_non_contig_expand_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T02:06:07.4059838Z test_non_contig_expand_copysign_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T02:06:07.4060698Z test_non_contig_expand_copysign_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4061607Z test_non_contig_expand_div_floor_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4062547Z test_non_contig_expand_div_floor_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4063672Z test_non_contig_expand_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4064747Z test_non_contig_expand_div_floor_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4065704Z test_non_contig_expand_div_floor_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.4066613Z test_non_contig_expand_div_floor_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4067541Z test_non_contig_expand_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4068458Z test_non_contig_expand_div_floor_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4069366Z test_non_contig_expand_div_floor_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4070293Z test_non_contig_expand_div_no_rounding_mode_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4071296Z test_non_contig_expand_div_no_rounding_mode_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4072304Z test_non_contig_expand_div_no_rounding_mode_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4073271Z test_non_contig_expand_div_no_rounding_mode_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4074239Z test_non_contig_expand_div_no_rounding_mode_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4075164Z test_non_contig_expand_div_no_rounding_mode_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4076106Z test_non_contig_expand_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4077035Z test_non_contig_expand_div_no_rounding_mode_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4078016Z test_non_contig_expand_div_no_rounding_mode_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4079038Z test_non_contig_expand_div_no_rounding_mode_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4079940Z test_non_contig_expand_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4080859Z test_non_contig_expand_div_no_rounding_mode_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4082002Z test_non_contig_expand_div_no_rounding_mode_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4082946Z test_non_contig_expand_div_trunc_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4083877Z test_non_contig_expand_div_trunc_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4084875Z test_non_contig_expand_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4085909Z test_non_contig_expand_div_trunc_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4086804Z test_non_contig_expand_div_trunc_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T02:06:07.4087726Z test_non_contig_expand_div_trunc_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4088651Z test_non_contig_expand_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4089557Z test_non_contig_expand_div_trunc_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4090487Z test_non_contig_expand_div_trunc_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4091427Z test_non_contig_expand_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4092468Z test_non_contig_expand_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4093497Z test_non_contig_expand_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4094375Z test_non_contig_expand_eq_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4095222Z test_non_contig_expand_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4096129Z test_non_contig_expand_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4096975Z test_non_contig_expand_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4097821Z test_non_contig_expand_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4098697Z test_non_contig_expand_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4099630Z test_non_contig_expand_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4100459Z test_non_contig_expand_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4101288Z test_non_contig_expand_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4102120Z test_non_contig_expand_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4102988Z test_non_contig_expand_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4103894Z test_non_contig_expand_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4104834Z test_non_contig_expand_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4105843Z test_non_contig_expand_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4106733Z test_non_contig_expand_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4107629Z test_non_contig_expand_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4108526Z test_non_contig_expand_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4109404Z test_non_contig_expand_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4110275Z test_non_contig_expand_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4111350Z test_non_contig_expand_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4112299Z test_non_contig_expand_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4113266Z test_non_contig_expand_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4114200Z test_non_contig_expand_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.003s) 2022-11-23T02:06:07.4115159Z test_non_contig_expand_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.4116054Z test_non_contig_expand_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4116950Z test_non_contig_expand_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4117822Z test_non_contig_expand_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4118783Z test_non_contig_expand_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4119764Z test_non_contig_expand_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4120659Z test_non_contig_expand_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4121538Z test_non_contig_expand_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4122606Z test_non_contig_expand_fmax_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4123492Z test_non_contig_expand_fmax_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4124308Z test_non_contig_expand_fmax_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T02:06:07.4125150Z test_non_contig_expand_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4126112Z test_non_contig_expand_fmax_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4126999Z test_non_contig_expand_fmax_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4127829Z test_non_contig_expand_fmax_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4128667Z test_non_contig_expand_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4129483Z test_non_contig_expand_fmax_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4130334Z test_non_contig_expand_fmax_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4131181Z test_non_contig_expand_fmin_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4132092Z test_non_contig_expand_fmin_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4132989Z test_non_contig_expand_fmin_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4133902Z test_non_contig_expand_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4134736Z test_non_contig_expand_fmin_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4135541Z test_non_contig_expand_fmin_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4136385Z test_non_contig_expand_fmin_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4137221Z test_non_contig_expand_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4138065Z test_non_contig_expand_fmin_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4138896Z test_non_contig_expand_fmin_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4139881Z test_non_contig_expand_fmod_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T02:06:07.4140931Z test_non_contig_expand_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4141699Z test_non_contig_expand_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4142520Z test_non_contig_expand_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4143364Z test_non_contig_expand_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4144209Z test_non_contig_expand_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4145082Z test_non_contig_expand_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.4160375Z test_non_contig_expand_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4161034Z test_non_contig_expand_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4161602Z test_non_contig_expand_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4162050Z test_non_contig_expand_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4162670Z test_non_contig_expand_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4163212Z test_non_contig_expand_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4163763Z test_non_contig_expand_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4164294Z test_non_contig_expand_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4164894Z test_non_contig_expand_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4165355Z test_non_contig_expand_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4165792Z test_non_contig_expand_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4166327Z test_non_contig_expand_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4166777Z test_non_contig_expand_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4167205Z test_non_contig_expand_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4167885Z test_non_contig_expand_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4168295Z test_non_contig_expand_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4168720Z test_non_contig_expand_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4169152Z test_non_contig_expand_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4169584Z test_non_contig_expand_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4170006Z test_non_contig_expand_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4170441Z test_non_contig_expand_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4170854Z test_non_contig_expand_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4171291Z test_non_contig_expand_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4171706Z test_non_contig_expand_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4172129Z test_non_contig_expand_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T02:06:07.4172556Z test_non_contig_expand_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4172980Z test_non_contig_expand_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4173522Z test_non_contig_expand_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.4173975Z test_non_contig_expand_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4174816Z test_non_contig_expand_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4175276Z test_non_contig_expand_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T02:06:07.4175733Z test_non_contig_expand_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4176187Z test_non_contig_expand_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4176640Z test_non_contig_expand_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4177092Z test_non_contig_expand_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4177517Z test_non_contig_expand_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4177961Z test_non_contig_expand_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4178416Z test_non_contig_expand_hypot_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4178859Z test_non_contig_expand_hypot_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4179298Z test_non_contig_expand_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T02:06:07.4179725Z test_non_contig_expand_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4180138Z test_non_contig_expand_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4181532Z test_non_contig_expand_igamma_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4182053Z test_non_contig_expand_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4182508Z test_non_contig_expand_igammac_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4182965Z test_non_contig_expand_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T02:06:07.4183414Z test_non_contig_expand_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4183867Z test_non_contig_expand_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4184312Z test_non_contig_expand_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4184768Z test_non_contig_expand_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4185215Z test_non_contig_expand_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4185656Z test_non_contig_expand_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4186093Z test_non_contig_expand_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4186533Z test_non_contig_expand_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4186968Z test_non_contig_expand_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4187498Z test_non_contig_expand_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4188051Z test_non_contig_expand_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4188658Z test_non_contig_expand_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4189138Z test_non_contig_expand_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4189620Z test_non_contig_expand_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4190115Z test_non_contig_expand_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4190594Z test_non_contig_expand_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4191178Z test_non_contig_expand_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4191649Z test_non_contig_expand_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4192124Z test_non_contig_expand_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4192588Z test_non_contig_expand_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.4193056Z test_non_contig_expand_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4193517Z test_non_contig_expand_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4194085Z test_non_contig_expand_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4194574Z test_non_contig_expand_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4195336Z test_non_contig_expand_jiterator_binary_return_by_ref_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4195859Z test_non_contig_expand_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4196378Z test_non_contig_expand_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4196989Z test_non_contig_expand_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4197513Z test_non_contig_expand_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4198014Z test_non_contig_expand_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4198523Z test_non_contig_expand_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4199002Z test_non_contig_expand_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.4199497Z test_non_contig_expand_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4199994Z test_non_contig_expand_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4200500Z test_non_contig_expand_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4201054Z test_non_contig_expand_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4201498Z test_non_contig_expand_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4202168Z test_non_contig_expand_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4202594Z test_non_contig_expand_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4203026Z test_non_contig_expand_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4203465Z test_non_contig_expand_ldexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4203908Z test_non_contig_expand_ldexp_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4204356Z test_non_contig_expand_ldexp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4204812Z test_non_contig_expand_ldexp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4205241Z test_non_contig_expand_ldexp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4205681Z test_non_contig_expand_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4206226Z test_non_contig_expand_ldexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4206657Z test_non_contig_expand_ldexp_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4207094Z test_non_contig_expand_ldexp_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4207543Z test_non_contig_expand_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.4208090Z test_non_contig_expand_ldexp_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4208649Z test_non_contig_expand_ldexp_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4209191Z test_non_contig_expand_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4209618Z test_non_contig_expand_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4210048Z test_non_contig_expand_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4210259Z test_non_contig_expand_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4210469Z test_non_contig_expand_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4210675Z test_non_contig_expand_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4210876Z test_non_contig_expand_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4211070Z test_non_contig_expand_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4211354Z test_non_contig_expand_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4211574Z test_non_contig_expand_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.4211799Z test_non_contig_expand_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4212018Z test_non_contig_expand_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4212238Z test_non_contig_expand_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4212467Z test_non_contig_expand_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4212690Z test_non_contig_expand_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4212915Z test_non_contig_expand_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4213137Z test_non_contig_expand_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4213355Z test_non_contig_expand_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4213572Z test_non_contig_expand_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4213787Z test_non_contig_expand_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4214010Z test_non_contig_expand_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4214224Z test_non_contig_expand_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4214441Z test_non_contig_expand_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4214757Z test_non_contig_expand_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4214999Z test_non_contig_expand_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4215227Z test_non_contig_expand_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4215668Z test_non_contig_expand_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4215905Z test_non_contig_expand_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4216221Z test_non_contig_expand_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4216435Z test_non_contig_expand_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4216649Z test_non_contig_expand_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4216863Z test_non_contig_expand_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4217079Z test_non_contig_expand_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4217274Z test_non_contig_expand_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.4217499Z test_non_contig_expand_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4217714Z test_non_contig_expand_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4217950Z test_non_contig_expand_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4218178Z test_non_contig_expand_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4218398Z test_non_contig_expand_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4218618Z test_non_contig_expand_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4218907Z test_non_contig_expand_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4219140Z test_non_contig_expand_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4219358Z test_non_contig_expand_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.4219571Z test_non_contig_expand_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4219791Z test_non_contig_expand_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4220006Z test_non_contig_expand_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4220215Z test_non_contig_expand_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4220418Z test_non_contig_expand_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4220623Z test_non_contig_expand_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4220832Z test_non_contig_expand_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4221045Z test_non_contig_expand_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4221247Z test_non_contig_expand_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4221545Z test_non_contig_expand_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4221742Z test_non_contig_expand_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4221941Z test_non_contig_expand_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4222144Z test_non_contig_expand_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4222431Z test_non_contig_expand_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4222819Z test_non_contig_expand_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4223052Z test_non_contig_expand_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4223271Z test_non_contig_expand_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4223493Z test_non_contig_expand_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4223806Z test_non_contig_expand_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4224019Z test_non_contig_expand_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4224232Z test_non_contig_expand_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4224445Z test_non_contig_expand_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4224657Z test_non_contig_expand_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4224872Z test_non_contig_expand_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4225083Z test_non_contig_expand_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4225296Z test_non_contig_expand_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4225513Z test_non_contig_expand_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4225722Z test_non_contig_expand_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4225933Z test_non_contig_expand_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4226143Z test_non_contig_expand_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T02:06:07.4226335Z test_non_contig_expand_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4226610Z test_non_contig_expand_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4226831Z test_non_contig_expand_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4227054Z test_non_contig_expand_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4227270Z test_non_contig_expand_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4227490Z test_non_contig_expand_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4227709Z test_non_contig_expand_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T02:06:07.4227929Z test_non_contig_expand_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4228140Z test_non_contig_expand_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4228357Z test_non_contig_expand_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4228663Z test_non_contig_expand_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4228890Z test_non_contig_expand_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4229105Z test_non_contig_expand_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4229460Z test_non_contig_expand_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4229761Z test_non_contig_expand_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4229975Z test_non_contig_expand_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4230187Z test_non_contig_expand_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4230397Z test_non_contig_expand_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4230608Z test_non_contig_expand_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4230819Z test_non_contig_expand_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4231012Z test_non_contig_expand_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4231316Z test_non_contig_expand_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4231522Z test_non_contig_expand_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4231729Z test_non_contig_expand_mul_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4231931Z test_non_contig_expand_mul_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4232150Z test_non_contig_expand_mul_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T02:06:07.4232362Z test_non_contig_expand_mul_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4232568Z test_non_contig_expand_mul_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4232777Z test_non_contig_expand_mul_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4232981Z test_non_contig_expand_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4233188Z test_non_contig_expand_mul_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4233394Z test_non_contig_expand_mul_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4233597Z test_non_contig_expand_mul_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T02:06:07.4233801Z test_non_contig_expand_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4234070Z test_non_contig_expand_mul_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4234292Z test_non_contig_expand_mul_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4234500Z test_non_contig_expand_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4234703Z test_non_contig_expand_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4234916Z test_non_contig_expand_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4235109Z test_non_contig_expand_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4235406Z test_non_contig_expand_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4235627Z test_non_contig_expand_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4235835Z test_non_contig_expand_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4236043Z test_non_contig_expand_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4236468Z test_non_contig_expand_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4236691Z test_non_contig_expand_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4236896Z test_non_contig_expand_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4237095Z test_non_contig_expand_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4237318Z test_non_contig_expand_nextafter_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4237538Z test_non_contig_expand_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4237754Z test_non_contig_expand_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4237969Z test_non_contig_expand_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4238178Z test_non_contig_expand_polar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4238386Z test_non_contig_expand_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4238598Z test_non_contig_expand_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4238913Z test_non_contig_expand_pow_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4239123Z test_non_contig_expand_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T02:06:07.4239329Z test_non_contig_expand_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4239535Z test_non_contig_expand_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4239718Z test_non_contig_expand_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4239926Z test_non_contig_expand_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4240131Z test_non_contig_expand_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4240337Z test_non_contig_expand_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4240544Z test_non_contig_expand_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4240747Z test_non_contig_expand_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4240969Z test_non_contig_expand_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4241190Z test_non_contig_expand_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4241407Z test_non_contig_expand_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4241690Z test_non_contig_expand_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4241921Z test_non_contig_expand_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4242199Z test_non_contig_expand_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4242443Z test_non_contig_expand_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4242664Z test_non_contig_expand_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4242870Z test_non_contig_expand_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4243290Z test_non_contig_expand_rsub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4243533Z test_non_contig_expand_rsub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4243750Z test_non_contig_expand_rsub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4243958Z test_non_contig_expand_rsub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.4244168Z test_non_contig_expand_rsub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4244358Z test_non_contig_expand_rsub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4244570Z test_non_contig_expand_rsub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4244776Z test_non_contig_expand_rsub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4244977Z test_non_contig_expand_rsub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4245182Z test_non_contig_expand_rsub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4245387Z test_non_contig_expand_rsub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4245641Z test_non_contig_expand_special_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4245899Z test_non_contig_expand_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4246145Z test_non_contig_expand_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4246493Z test_non_contig_expand_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4246742Z test_non_contig_expand_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T02:06:07.4246983Z test_non_contig_expand_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4247228Z test_non_contig_expand_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.4247484Z test_non_contig_expand_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4247733Z test_non_contig_expand_special_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4247983Z test_non_contig_expand_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4248230Z test_non_contig_expand_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4248475Z test_non_contig_expand_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.4248717Z test_non_contig_expand_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4248955Z test_non_contig_expand_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4249361Z test_non_contig_expand_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4249629Z test_non_contig_expand_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4250214Z test_non_contig_expand_special_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T02:06:07.4250573Z test_non_contig_expand_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.4250896Z test_non_contig_expand_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.4251229Z test_non_contig_expand_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.4251558Z test_non_contig_expand_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.4251868Z test_non_contig_expand_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.4252199Z test_non_contig_expand_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.011s) 2022-11-23T02:06:07.4252523Z test_non_contig_expand_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.4252850Z test_non_contig_expand_special_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.4253178Z test_non_contig_expand_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.4253499Z test_non_contig_expand_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.4253919Z test_non_contig_expand_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.4254242Z test_non_contig_expand_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.4254572Z test_non_contig_expand_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.4254897Z test_non_contig_expand_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.4255214Z test_non_contig_expand_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.4255471Z test_non_contig_expand_special_hermite_polynomial_h_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4255721Z test_non_contig_expand_special_hermite_polynomial_h_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4256059Z test_non_contig_expand_special_hermite_polynomial_h_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4256397Z test_non_contig_expand_special_hermite_polynomial_h_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4256736Z test_non_contig_expand_special_hermite_polynomial_h_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4257141Z test_non_contig_expand_special_hermite_polynomial_h_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4257396Z test_non_contig_expand_special_hermite_polynomial_h_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4257641Z test_non_contig_expand_special_hermite_polynomial_h_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4257881Z test_non_contig_expand_special_hermite_polynomial_he_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T02:06:07.4258129Z test_non_contig_expand_special_hermite_polynomial_he_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4258371Z test_non_contig_expand_special_hermite_polynomial_he_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4258618Z test_non_contig_expand_special_hermite_polynomial_he_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4258862Z test_non_contig_expand_special_hermite_polynomial_he_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4259106Z test_non_contig_expand_special_hermite_polynomial_he_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4259355Z test_non_contig_expand_special_hermite_polynomial_he_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4259594Z test_non_contig_expand_special_hermite_polynomial_he_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4259838Z test_non_contig_expand_special_laguerre_polynomial_l_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.4260082Z test_non_contig_expand_special_laguerre_polynomial_l_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4260325Z test_non_contig_expand_special_laguerre_polynomial_l_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4260572Z test_non_contig_expand_special_laguerre_polynomial_l_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4260813Z test_non_contig_expand_special_laguerre_polynomial_l_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4261156Z test_non_contig_expand_special_laguerre_polynomial_l_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4261385Z test_non_contig_expand_special_laguerre_polynomial_l_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T02:06:07.4261625Z test_non_contig_expand_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4261964Z test_non_contig_expand_special_legendre_polynomial_p_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4262298Z test_non_contig_expand_special_legendre_polynomial_p_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4262631Z test_non_contig_expand_special_legendre_polynomial_p_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4263066Z test_non_contig_expand_special_legendre_polynomial_p_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4263404Z test_non_contig_expand_special_legendre_polynomial_p_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4264048Z test_non_contig_expand_special_legendre_polynomial_p_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4264399Z test_non_contig_expand_special_legendre_polynomial_p_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.4264721Z test_non_contig_expand_special_legendre_polynomial_p_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4265065Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T02:06:07.4265410Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.4265756Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.4266097Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.4266435Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.012s) 2022-11-23T02:06:07.4266776Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4267110Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4267450Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4267784Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4268211Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4268552Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4268887Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4269215Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4269554Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4269979Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.4270318Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T02:06:07.4271036Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.4271488Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.4271834Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T02:06:07.4272175Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.4272510Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.4272837Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T02:06:07.4273175Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.4273510Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.4273847Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T02:06:07.4274188Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4274528Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4274858Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4275780Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4276118Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4276453Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-11-23T02:06:07.4276797Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4277139Z test_non_contig_expand_special_xlog1py_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4277378Z test_non_contig_expand_special_xlog1py_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4277613Z test_non_contig_expand_special_xlog1py_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4278058Z test_non_contig_expand_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T02:06:07.4278302Z test_non_contig_expand_special_xlog1py_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4278525Z test_non_contig_expand_special_xlog1py_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4278840Z test_non_contig_expand_special_xlog1py_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4279076Z test_non_contig_expand_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.4279299Z test_non_contig_expand_special_xlog1py_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4279523Z test_non_contig_expand_special_xlog1py_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4279743Z test_non_contig_expand_special_zeta_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4279968Z test_non_contig_expand_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4280191Z test_non_contig_expand_special_zeta_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4280413Z test_non_contig_expand_special_zeta_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4280637Z test_non_contig_expand_special_zeta_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4280841Z test_non_contig_expand_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4281093Z test_non_contig_expand_special_zeta_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4281315Z test_non_contig_expand_special_zeta_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4281532Z test_non_contig_expand_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T02:06:07.4281747Z test_non_contig_expand_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4281958Z test_non_contig_expand_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4282171Z test_non_contig_expand_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.4282382Z test_non_contig_expand_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4282589Z test_non_contig_expand_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4282793Z test_non_contig_expand_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4282998Z test_non_contig_expand_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4283297Z test_non_contig_expand_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4283501Z test_non_contig_expand_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4283706Z test_non_contig_expand_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4284010Z test_non_contig_expand_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4284241Z test_non_contig_expand_true_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T02:06:07.4284461Z test_non_contig_expand_true_divide_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4284918Z test_non_contig_expand_true_divide_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4285162Z test_non_contig_expand_true_divide_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4285394Z test_non_contig_expand_true_divide_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4285599Z test_non_contig_expand_true_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4285818Z test_non_contig_expand_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4286037Z test_non_contig_expand_true_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4286254Z test_non_contig_expand_true_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.4286553Z test_non_contig_expand_true_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4286784Z test_non_contig_expand_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T02:06:07.4286997Z test_non_contig_expand_true_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.4287215Z test_non_contig_expand_true_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4287430Z test_non_contig_expand_xlogy_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4287638Z test_non_contig_expand_xlogy_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4287848Z test_non_contig_expand_xlogy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4288060Z test_non_contig_expand_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.4288274Z test_non_contig_expand_xlogy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4288480Z test_non_contig_expand_xlogy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4288689Z test_non_contig_expand_xlogy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4288894Z test_non_contig_expand_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4289100Z test_non_contig_expand_xlogy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4289308Z test_non_contig_expand_xlogy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T02:06:07.4289515Z test_non_contig_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4289719Z test_non_contig_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4289922Z test_non_contig_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4290134Z test_non_contig_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4290343Z test_non_contig_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4290552Z test_non_contig_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4290934Z test_non_contig_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4291139Z test_non_contig_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4291341Z test_non_contig_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4291775Z test_non_contig_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4291997Z test_non_contig_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4292206Z test_non_contig_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4292442Z test_non_contig_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:06:07.4292649Z test_non_contig_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4292857Z test_non_contig_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4293063Z test_non_contig_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4293268Z test_non_contig_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4293474Z test_non_contig_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4293672Z test_non_contig_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4293950Z test_non_contig_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4294176Z test_non_contig_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4294361Z test_non_contig_fmax_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4294557Z test_non_contig_fmax_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4294761Z test_non_contig_fmax_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4294954Z test_non_contig_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4295142Z test_non_contig_fmax_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4295335Z test_non_contig_fmax_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4295533Z test_non_contig_fmax_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4295728Z test_non_contig_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4295920Z test_non_contig_fmax_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4296112Z test_non_contig_fmax_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4296310Z test_non_contig_fmin_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4296507Z test_non_contig_fmin_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4296708Z test_non_contig_fmin_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4296902Z test_non_contig_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4297094Z test_non_contig_fmin_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4297283Z test_non_contig_fmin_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4297568Z test_non_contig_fmin_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4297771Z test_non_contig_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4297949Z test_non_contig_fmin_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4298138Z test_non_contig_fmin_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4298678Z test_non_contig_fmod_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.003s) 2022-11-23T02:06:07.4298892Z test_non_contig_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4299086Z test_non_contig_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4299276Z test_non_contig_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4299469Z test_non_contig_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4299662Z test_non_contig_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4299850Z test_non_contig_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4300045Z test_non_contig_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4300234Z test_non_contig_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4300432Z test_non_contig_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4300623Z test_non_contig_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4300815Z test_non_contig_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4301006Z test_non_contig_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4301195Z test_non_contig_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4301393Z test_non_contig_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4301663Z test_non_contig_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4301855Z test_non_contig_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4302049Z test_non_contig_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4302242Z test_non_contig_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4302438Z test_non_contig_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4302630Z test_non_contig_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4302818Z test_non_contig_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4303006Z test_non_contig_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4303191Z test_non_contig_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4303392Z test_non_contig_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4303580Z test_non_contig_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4303773Z test_non_contig_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4303963Z test_non_contig_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4304161Z test_non_contig_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4304438Z test_non_contig_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4304640Z test_non_contig_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4304827Z test_non_contig_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4305016Z test_non_contig_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4305382Z test_non_contig_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4305633Z test_non_contig_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4305840Z test_non_contig_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4306047Z test_non_contig_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4306358Z test_non_contig_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4306568Z test_non_contig_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4306772Z test_non_contig_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4306971Z test_non_contig_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4307172Z test_non_contig_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4307379Z test_non_contig_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4307582Z test_non_contig_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4307784Z test_non_contig_hypot_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4307985Z test_non_contig_hypot_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4308186Z test_non_contig_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4308376Z test_non_contig_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4308575Z test_non_contig_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4308768Z test_non_contig_igamma_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4308968Z test_non_contig_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4309230Z test_non_contig_igammac_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4309460Z test_non_contig_index___radd___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4309651Z test_non_contig_index___radd___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4309879Z test_non_contig_index___radd___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4310097Z test_non_contig_index___radd___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4310307Z test_non_contig_index___radd___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4310515Z test_non_contig_index___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4310715Z test_non_contig_index___radd___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4310922Z test_non_contig_index___radd___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4311125Z test_non_contig_index___radd___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4311421Z test_non_contig_index___radd___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4311632Z test_non_contig_index___radd___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4311839Z test_non_contig_index___radd___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4312187Z test_non_contig_index___rand___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4312476Z test_non_contig_index___rand___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4312683Z test_non_contig_index___rand___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4312887Z test_non_contig_index___rand___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4313091Z test_non_contig_index___rand___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4313288Z test_non_contig_index___rand___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4313501Z test_non_contig_index___rdiv___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.4313801Z test_non_contig_index___rdiv___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4314021Z test_non_contig_index___rdiv___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4314220Z test_non_contig_index___rdiv___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4314427Z test_non_contig_index___rdiv___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4314634Z test_non_contig_index___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4314847Z test_non_contig_index___rdiv___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4315051Z test_non_contig_index___rdiv___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4315256Z test_non_contig_index___rdiv___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4315456Z test_non_contig_index___rdiv___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4315659Z test_non_contig_index___rdiv___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4315861Z test_non_contig_index___rdiv___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4316071Z test_non_contig_index___rmod___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4316279Z test_non_contig_index___rmod___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4316971Z test_non_contig_index___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4317216Z test_non_contig_index___rmod___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4317417Z test_non_contig_index___rmod___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4317622Z test_non_contig_index___rmod___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4317823Z test_non_contig_index___rmod___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4318100Z test_non_contig_index___rmod___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4318324Z test_non_contig_index___rmod___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4318533Z test_non_contig_index___rmul___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4318738Z test_non_contig_index___rmul___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4319151Z test_non_contig_index___rmul___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4319395Z test_non_contig_index___rmul___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4319604Z test_non_contig_index___rmul___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4319817Z test_non_contig_index___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4320022Z test_non_contig_index___rmul___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4320224Z test_non_contig_index___rmul___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4320428Z test_non_contig_index___rmul___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4320626Z test_non_contig_index___rmul___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4320830Z test_non_contig_index___rmul___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4321031Z test_non_contig_index___rmul___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4321233Z test_non_contig_index___ror___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4321548Z test_non_contig_index___ror___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4321750Z test_non_contig_index___ror___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4321952Z test_non_contig_index___ror___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4322154Z test_non_contig_index___ror___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4322351Z test_non_contig_index___ror___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4322566Z test_non_contig_index___rpow___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4322784Z test_non_contig_index___rpow___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4322999Z test_non_contig_index___rpow___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4323206Z test_non_contig_index___rpow___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4323401Z test_non_contig_index___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4323601Z test_non_contig_index___rpow___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4323805Z test_non_contig_index___rpow___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4324010Z test_non_contig_index___rpow___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4324282Z test_non_contig_index___rpow___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4324503Z test_non_contig_index___rpow___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4324703Z test_non_contig_index___rpow___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4325002Z test_non_contig_index___rsub___cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4325237Z test_non_contig_index___rsub___cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4325452Z test_non_contig_index___rsub___cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4325736Z test_non_contig_index___rsub___cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4326105Z test_non_contig_index___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4326320Z test_non_contig_index___rsub___cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4326527Z test_non_contig_index___rsub___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4326733Z test_non_contig_index___rsub___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4326932Z test_non_contig_index___rsub___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4327140Z test_non_contig_index___rsub___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4327336Z test_non_contig_index___rsub___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4327540Z test_non_contig_index___rxor___cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4327743Z test_non_contig_index___rxor___cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4327928Z test_non_contig_index___rxor___cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4328128Z test_non_contig_index___rxor___cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4328329Z test_non_contig_index___rxor___cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4328531Z test_non_contig_index___rxor___cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4328740Z test_non_contig_index_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4329048Z test_non_contig_index_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4329259Z test_non_contig_index_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4329470Z test_non_contig_index_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4329679Z test_non_contig_index_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4329890Z test_non_contig_index_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4330098Z test_non_contig_index_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4330305Z test_non_contig_index_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4330507Z test_non_contig_index_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4330709Z test_non_contig_index_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4330908Z test_non_contig_index_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4331107Z test_non_contig_index_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4331306Z test_non_contig_index_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4331512Z test_non_contig_index_atan2_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4331871Z test_non_contig_index_atan2_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4332086Z test_non_contig_index_atan2_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4332291Z test_non_contig_index_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4332563Z test_non_contig_index_atan2_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4332942Z test_non_contig_index_atan2_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4333149Z test_non_contig_index_atan2_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T02:06:07.4333352Z test_non_contig_index_atan2_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4333554Z test_non_contig_index_atan2_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4333760Z test_non_contig_index_atan2_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4333977Z test_non_contig_index_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4334190Z test_non_contig_index_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4334401Z test_non_contig_index_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.4334618Z test_non_contig_index_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4334830Z test_non_contig_index_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4335036Z test_non_contig_index_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4335261Z test_non_contig_index_bitwise_left_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4335478Z test_non_contig_index_bitwise_left_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4335692Z test_non_contig_index_bitwise_left_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4335917Z test_non_contig_index_bitwise_left_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4336131Z test_non_contig_index_bitwise_left_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4336439Z test_non_contig_index_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4336635Z test_non_contig_index_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4336845Z test_non_contig_index_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4337052Z test_non_contig_index_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4337260Z test_non_contig_index_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4337475Z test_non_contig_index_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4337707Z test_non_contig_index_bitwise_right_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4337940Z test_non_contig_index_bitwise_right_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4338168Z test_non_contig_index_bitwise_right_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4338395Z test_non_contig_index_bitwise_right_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4338708Z test_non_contig_index_bitwise_right_shift_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4338931Z test_non_contig_index_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4339144Z test_non_contig_index_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4339532Z test_non_contig_index_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4339880Z test_non_contig_index_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4340099Z test_non_contig_index_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4340311Z test_non_contig_index_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4340531Z test_non_contig_index_clamp_max_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4340741Z test_non_contig_index_clamp_max_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4340950Z test_non_contig_index_clamp_max_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4341162Z test_non_contig_index_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4341376Z test_non_contig_index_clamp_max_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4341572Z test_non_contig_index_clamp_max_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4341781Z test_non_contig_index_clamp_max_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4341987Z test_non_contig_index_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4342203Z test_non_contig_index_clamp_max_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4342413Z test_non_contig_index_clamp_max_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4342628Z test_non_contig_index_clamp_min_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4342835Z test_non_contig_index_clamp_min_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4343050Z test_non_contig_index_clamp_min_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4343260Z test_non_contig_index_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4343472Z test_non_contig_index_clamp_min_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4343681Z test_non_contig_index_clamp_min_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4343985Z test_non_contig_index_clamp_min_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4344190Z test_non_contig_index_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4344398Z test_non_contig_index_clamp_min_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4344607Z test_non_contig_index_clamp_min_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4344816Z test_non_contig_index_complex_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4345026Z test_non_contig_index_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4345230Z test_non_contig_index_complex_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4345535Z test_non_contig_index_copysign_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4345766Z test_non_contig_index_copysign_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4345964Z test_non_contig_index_copysign_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4346236Z test_non_contig_index_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4346616Z test_non_contig_index_copysign_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4346843Z test_non_contig_index_copysign_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4347130Z test_non_contig_index_copysign_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4347350Z test_non_contig_index_copysign_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4347561Z test_non_contig_index_copysign_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4347766Z test_non_contig_index_copysign_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4348002Z test_non_contig_index_div_floor_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4348236Z test_non_contig_index_div_floor_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4348466Z test_non_contig_index_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4348695Z test_non_contig_index_div_floor_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4348921Z test_non_contig_index_div_floor_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4349148Z test_non_contig_index_div_floor_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4349372Z test_non_contig_index_div_floor_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4349599Z test_non_contig_index_div_floor_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4349818Z test_non_contig_index_div_floor_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4350051Z test_non_contig_index_div_no_rounding_mode_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4350278Z test_non_contig_index_div_no_rounding_mode_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4350515Z test_non_contig_index_div_no_rounding_mode_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4350752Z test_non_contig_index_div_no_rounding_mode_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4350969Z test_non_contig_index_div_no_rounding_mode_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4351197Z test_non_contig_index_div_no_rounding_mode_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4351505Z test_non_contig_index_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4351736Z test_non_contig_index_div_no_rounding_mode_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4351962Z test_non_contig_index_div_no_rounding_mode_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4352189Z test_non_contig_index_div_no_rounding_mode_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4352508Z test_non_contig_index_div_no_rounding_mode_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4352737Z test_non_contig_index_div_no_rounding_mode_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4352963Z test_non_contig_index_div_no_rounding_mode_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4353403Z test_non_contig_index_div_trunc_rounding_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4353652Z test_non_contig_index_div_trunc_rounding_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4353877Z test_non_contig_index_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4354094Z test_non_contig_index_div_trunc_rounding_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4354319Z test_non_contig_index_div_trunc_rounding_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4354612Z test_non_contig_index_div_trunc_rounding_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4354843Z test_non_contig_index_div_trunc_rounding_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4355069Z test_non_contig_index_div_trunc_rounding_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4355296Z test_non_contig_index_div_trunc_rounding_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4355500Z test_non_contig_index_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4355700Z test_non_contig_index_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4355911Z test_non_contig_index_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4356120Z test_non_contig_index_eq_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4356309Z test_non_contig_index_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4356512Z test_non_contig_index_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4356715Z test_non_contig_index_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4356915Z test_non_contig_index_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4357118Z test_non_contig_index_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4357314Z test_non_contig_index_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4357503Z test_non_contig_index_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4357701Z test_non_contig_index_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4357893Z test_non_contig_index_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4358115Z test_non_contig_index_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4358329Z test_non_contig_index_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4358552Z test_non_contig_index_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4358861Z test_non_contig_index_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4359078Z test_non_contig_index_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4359388Z test_non_contig_index_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4359616Z test_non_contig_index_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4359830Z test_non_contig_index_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4360048Z test_non_contig_index_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4360372Z test_non_contig_index_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4360692Z test_non_contig_index_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4360897Z test_non_contig_index_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4361143Z test_non_contig_index_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:06:07.4361362Z test_non_contig_index_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.4361584Z test_non_contig_index_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4361802Z test_non_contig_index_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4362092Z test_non_contig_index_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4362323Z test_non_contig_index_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4362535Z test_non_contig_index_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4362753Z test_non_contig_index_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4362959Z test_non_contig_index_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4363167Z test_non_contig_index_fmax_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4363370Z test_non_contig_index_fmax_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4363577Z test_non_contig_index_fmax_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4363787Z test_non_contig_index_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4363993Z test_non_contig_index_fmax_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4364194Z test_non_contig_index_fmax_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4364395Z test_non_contig_index_fmax_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4364599Z test_non_contig_index_fmax_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4364798Z test_non_contig_index_fmax_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4364995Z test_non_contig_index_fmax_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4365186Z test_non_contig_index_fmin_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4365386Z test_non_contig_index_fmin_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4365592Z test_non_contig_index_fmin_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4365798Z test_non_contig_index_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4365999Z test_non_contig_index_fmin_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4366368Z test_non_contig_index_fmin_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4366586Z test_non_contig_index_fmin_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4366785Z test_non_contig_index_fmin_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4366987Z test_non_contig_index_fmin_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4367334Z test_non_contig_index_fmin_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4367628Z test_non_contig_index_fmod_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4367836Z test_non_contig_index_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4368041Z test_non_contig_index_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4368246Z test_non_contig_index_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4368453Z test_non_contig_index_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4368648Z test_non_contig_index_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4368848Z test_non_contig_index_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4369050Z test_non_contig_index_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4369248Z test_non_contig_index_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4369511Z test_non_contig_index_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4369722Z test_non_contig_index_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4369923Z test_non_contig_index_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4370126Z test_non_contig_index_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4370328Z test_non_contig_index_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4370533Z test_non_contig_index_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4370730Z test_non_contig_index_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4370928Z test_non_contig_index_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4371129Z test_non_contig_index_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4371331Z test_non_contig_index_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4371530Z test_non_contig_index_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4371727Z test_non_contig_index_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4371915Z test_non_contig_index_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4372115Z test_non_contig_index_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4372305Z test_non_contig_index_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4372505Z test_non_contig_index_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4372705Z test_non_contig_index_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4372903Z test_non_contig_index_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4373109Z test_non_contig_index_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4373387Z test_non_contig_index_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4373597Z test_non_contig_index_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4373881Z test_non_contig_index_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4374268Z test_non_contig_index_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4374506Z test_non_contig_index_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4374703Z test_non_contig_index_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4374924Z test_non_contig_index_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4375140Z test_non_contig_index_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4375356Z test_non_contig_index_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4375570Z test_non_contig_index_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4375782Z test_non_contig_index_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4375999Z test_non_contig_index_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4376209Z test_non_contig_index_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4376420Z test_non_contig_index_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4376630Z test_non_contig_index_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4376913Z test_non_contig_index_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4377137Z test_non_contig_index_hypot_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4377345Z test_non_contig_index_hypot_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4377554Z test_non_contig_index_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4377750Z test_non_contig_index_hypot_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4377961Z test_non_contig_index_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4378170Z test_non_contig_index_igamma_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4378380Z test_non_contig_index_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4378589Z test_non_contig_index_igammac_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4378804Z test_non_contig_index_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4379012Z test_non_contig_index_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4379230Z test_non_contig_index_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4379442Z test_non_contig_index_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4379652Z test_non_contig_index_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4379856Z test_non_contig_index_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4380151Z test_non_contig_index_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4380373Z test_non_contig_index_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4380583Z test_non_contig_index_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4380782Z test_non_contig_index_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4381206Z test_non_contig_index_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4381431Z test_non_contig_index_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4381788Z test_non_contig_index_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4382015Z test_non_contig_index_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4382250Z test_non_contig_index_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4382465Z test_non_contig_index_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4382700Z test_non_contig_index_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4382924Z test_non_contig_index_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4383141Z test_non_contig_index_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4383362Z test_non_contig_index_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4383578Z test_non_contig_index_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4383784Z test_non_contig_index_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4384000Z test_non_contig_index_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4384210Z test_non_contig_index_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4384531Z test_non_contig_index_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4384792Z test_non_contig_index_jiterator_binary_return_by_ref_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4385046Z test_non_contig_index_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4385306Z test_non_contig_index_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4385554Z test_non_contig_index_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4385790Z test_non_contig_index_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4386022Z test_non_contig_index_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4386265Z test_non_contig_index_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4386505Z test_non_contig_index_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4386744Z test_non_contig_index_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4387079Z test_non_contig_index_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4387331Z test_non_contig_index_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4387535Z test_non_contig_index_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4387854Z test_non_contig_index_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4388159Z test_non_contig_index_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4388372Z test_non_contig_index_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4388571Z test_non_contig_index_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4388784Z test_non_contig_index_ldexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4388992Z test_non_contig_index_ldexp_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4389308Z test_non_contig_index_ldexp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4389523Z test_non_contig_index_ldexp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4389733Z test_non_contig_index_ldexp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4389939Z test_non_contig_index_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4390147Z test_non_contig_index_ldexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4390351Z test_non_contig_index_ldexp_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4390558Z test_non_contig_index_ldexp_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4390760Z test_non_contig_index_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4390965Z test_non_contig_index_ldexp_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4391175Z test_non_contig_index_ldexp_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4391374Z test_non_contig_index_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4391575Z test_non_contig_index_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4391777Z test_non_contig_index_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4392041Z test_non_contig_index_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4392254Z test_non_contig_index_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4392438Z test_non_contig_index_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4392634Z test_non_contig_index_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4392832Z test_non_contig_index_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4393031Z test_non_contig_index_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4393229Z test_non_contig_index_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4393449Z test_non_contig_index_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4393663Z test_non_contig_index_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4393985Z test_non_contig_index_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4394220Z test_non_contig_index_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4394437Z test_non_contig_index_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4394875Z test_non_contig_index_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4395113Z test_non_contig_index_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4395327Z test_non_contig_index_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4395541Z test_non_contig_index_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4395753Z test_non_contig_index_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4395968Z test_non_contig_index_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4396180Z test_non_contig_index_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4396398Z test_non_contig_index_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4397529Z test_non_contig_index_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4397756Z test_non_contig_index_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4397960Z test_non_contig_index_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4398181Z test_non_contig_index_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4398398Z test_non_contig_index_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4398615Z test_non_contig_index_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4398826Z test_non_contig_index_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4399037Z test_non_contig_index_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4399246Z test_non_contig_index_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4399458Z test_non_contig_index_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4399668Z test_non_contig_index_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4399885Z test_non_contig_index_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4400091Z test_non_contig_index_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4400400Z test_non_contig_index_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4400643Z test_non_contig_index_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4400861Z test_non_contig_index_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4401079Z test_non_contig_index_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4401299Z test_non_contig_index_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4401511Z test_non_contig_index_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4401721Z test_non_contig_index_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4401932Z test_non_contig_index_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4402147Z test_non_contig_index_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4402349Z test_non_contig_index_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4402553Z test_non_contig_index_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4402756Z test_non_contig_index_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4402963Z test_non_contig_index_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4403165Z test_non_contig_index_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4403368Z test_non_contig_index_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4403569Z test_non_contig_index_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4403761Z test_non_contig_index_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4403964Z test_non_contig_index_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4404162Z test_non_contig_index_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4404358Z test_non_contig_index_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4404574Z test_non_contig_index_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4404877Z test_non_contig_index_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4405093Z test_non_contig_index_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4405307Z test_non_contig_index_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4405520Z test_non_contig_index_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4405840Z test_non_contig_index_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4406061Z test_non_contig_index_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4406272Z test_non_contig_index_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4406674Z test_non_contig_index_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4406917Z test_non_contig_index_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4407133Z test_non_contig_index_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4407339Z test_non_contig_index_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4407548Z test_non_contig_index_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4407836Z test_non_contig_index_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4408055Z test_non_contig_index_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4408260Z test_non_contig_index_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4408468Z test_non_contig_index_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4408677Z test_non_contig_index_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4408881Z test_non_contig_index_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4409083Z test_non_contig_index_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4409299Z test_non_contig_index_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4409509Z test_non_contig_index_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4409724Z test_non_contig_index_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4409937Z test_non_contig_index_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4410151Z test_non_contig_index_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4410364Z test_non_contig_index_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4410573Z test_non_contig_index_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4410780Z test_non_contig_index_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4410986Z test_non_contig_index_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4411173Z test_non_contig_index_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4411386Z test_non_contig_index_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4411591Z test_non_contig_index_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4411797Z test_non_contig_index_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4412002Z test_non_contig_index_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4412292Z test_non_contig_index_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4412500Z test_non_contig_index_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4412704Z test_non_contig_index_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4412908Z test_non_contig_index_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4413114Z test_non_contig_index_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4413321Z test_non_contig_index_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4413525Z test_non_contig_index_mul_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4413725Z test_non_contig_index_mul_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4413943Z test_non_contig_index_mul_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4414150Z test_non_contig_index_mul_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4414355Z test_non_contig_index_mul_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4414559Z test_non_contig_index_mul_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4414761Z test_non_contig_index_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4415022Z test_non_contig_index_mul_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4415223Z test_non_contig_index_mul_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4415425Z test_non_contig_index_mul_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4415626Z test_non_contig_index_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4415829Z test_non_contig_index_mul_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4416024Z test_non_contig_index_mul_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4416224Z test_non_contig_index_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4416425Z test_non_contig_index_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4416631Z test_non_contig_index_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4416841Z test_non_contig_index_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4417043Z test_non_contig_index_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4417245Z test_non_contig_index_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4417450Z test_non_contig_index_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4417646Z test_non_contig_index_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4417838Z test_non_contig_index_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4418035Z test_non_contig_index_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4418231Z test_non_contig_index_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4418428Z test_non_contig_index_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.4418649Z test_non_contig_index_nextafter_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4418864Z test_non_contig_index_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4419064Z test_non_contig_index_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4419359Z test_non_contig_index_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4419568Z test_non_contig_index_polar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4419776Z test_non_contig_index_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4419988Z test_non_contig_index_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4420195Z test_non_contig_index_pow_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4420404Z test_non_contig_index_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4420613Z test_non_contig_index_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4420820Z test_non_contig_index_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4421026Z test_non_contig_index_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4421233Z test_non_contig_index_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4421433Z test_non_contig_index_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4421633Z test_non_contig_index_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4421832Z test_non_contig_index_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4422097Z test_non_contig_index_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4422331Z test_non_contig_index_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4422641Z test_non_contig_index_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4422868Z test_non_contig_index_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4423088Z test_non_contig_index_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4423301Z test_non_contig_index_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4423494Z test_non_contig_index_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4423890Z test_non_contig_index_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4424315Z test_non_contig_index_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4424546Z test_non_contig_index_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4424756Z test_non_contig_index_rsub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4424968Z test_non_contig_index_rsub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4425182Z test_non_contig_index_rsub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4425386Z test_non_contig_index_rsub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4425591Z test_non_contig_index_rsub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4425795Z test_non_contig_index_rsub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4425994Z test_non_contig_index_rsub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4426199Z test_non_contig_index_rsub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4426399Z test_non_contig_index_rsub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4426602Z test_non_contig_index_rsub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4426799Z test_non_contig_index_rsub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4427154Z test_non_contig_index_special_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4427408Z test_non_contig_index_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4427651Z test_non_contig_index_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4427898Z test_non_contig_index_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4428149Z test_non_contig_index_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4428376Z test_non_contig_index_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4428622Z test_non_contig_index_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4428875Z test_non_contig_index_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4429120Z test_non_contig_index_special_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4429366Z test_non_contig_index_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4429608Z test_non_contig_index_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4429917Z test_non_contig_index_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4430175Z test_non_contig_index_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4430416Z test_non_contig_index_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4430664Z test_non_contig_index_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4430908Z test_non_contig_index_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4431242Z test_non_contig_index_special_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T02:06:07.4431578Z test_non_contig_index_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.4431911Z test_non_contig_index_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4432238Z test_non_contig_index_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4432569Z test_non_contig_index_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4432895Z test_non_contig_index_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4433220Z test_non_contig_index_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4433541Z test_non_contig_index_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4433866Z test_non_contig_index_special_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4434269Z test_non_contig_index_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4434596Z test_non_contig_index_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4434920Z test_non_contig_index_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4435241Z test_non_contig_index_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4435559Z test_non_contig_index_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.4435883Z test_non_contig_index_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.4436199Z test_non_contig_index_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.4436445Z test_non_contig_index_special_hermite_polynomial_h_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4437198Z test_non_contig_index_special_hermite_polynomial_h_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4437485Z test_non_contig_index_special_hermite_polynomial_h_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4437728Z test_non_contig_index_special_hermite_polynomial_h_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4437978Z test_non_contig_index_special_hermite_polynomial_h_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4438219Z test_non_contig_index_special_hermite_polynomial_h_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4438462Z test_non_contig_index_special_hermite_polynomial_h_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4438703Z test_non_contig_index_special_hermite_polynomial_h_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4438941Z test_non_contig_index_special_hermite_polynomial_he_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4439189Z test_non_contig_index_special_hermite_polynomial_he_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4439428Z test_non_contig_index_special_hermite_polynomial_he_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4439659Z test_non_contig_index_special_hermite_polynomial_he_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4439907Z test_non_contig_index_special_hermite_polynomial_he_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4440149Z test_non_contig_index_special_hermite_polynomial_he_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4440390Z test_non_contig_index_special_hermite_polynomial_he_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4440629Z test_non_contig_index_special_hermite_polynomial_he_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4440873Z test_non_contig_index_special_laguerre_polynomial_l_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4441119Z test_non_contig_index_special_laguerre_polynomial_l_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4441451Z test_non_contig_index_special_laguerre_polynomial_l_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4441693Z test_non_contig_index_special_laguerre_polynomial_l_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4441934Z test_non_contig_index_special_laguerre_polynomial_l_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4442173Z test_non_contig_index_special_laguerre_polynomial_l_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4442418Z test_non_contig_index_special_laguerre_polynomial_l_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4442656Z test_non_contig_index_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4442989Z test_non_contig_index_special_legendre_polynomial_p_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4443325Z test_non_contig_index_special_legendre_polynomial_p_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4443654Z test_non_contig_index_special_legendre_polynomial_p_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.4444046Z test_non_contig_index_special_legendre_polynomial_p_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4444386Z test_non_contig_index_special_legendre_polynomial_p_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4444707Z test_non_contig_index_special_legendre_polynomial_p_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.4445035Z test_non_contig_index_special_legendre_polynomial_p_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T02:06:07.4445362Z test_non_contig_index_special_legendre_polynomial_p_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4445702Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4446088Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4446438Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4446773Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4470998Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.4471648Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.4472215Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.4472786Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.4473594Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.4474016Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.4474363Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.4474693Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.4475018Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.4475351Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.4475688Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.4476121Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.4476472Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.4476816Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.4477151Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.4477480Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.4477813Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.4478145Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.4478481Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.4478807Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.4479142Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.4479479Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.4479809Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.4480222Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.4480553Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4480886Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.4481216Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.4481542Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.4481779Z test_non_contig_index_special_xlog1py_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4482004Z test_non_contig_index_special_xlog1py_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4482280Z test_non_contig_index_special_xlog1py_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4482579Z test_non_contig_index_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4482811Z test_non_contig_index_special_xlog1py_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4483034Z test_non_contig_index_special_xlog1py_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4483249Z test_non_contig_index_special_xlog1py_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4483463Z test_non_contig_index_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4483683Z test_non_contig_index_special_xlog1py_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4483906Z test_non_contig_index_special_xlog1py_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4484121Z test_non_contig_index_special_zeta_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4484328Z test_non_contig_index_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4484549Z test_non_contig_index_special_zeta_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4484768Z test_non_contig_index_special_zeta_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4484987Z test_non_contig_index_special_zeta_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4485207Z test_non_contig_index_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4485426Z test_non_contig_index_special_zeta_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4485640Z test_non_contig_index_special_zeta_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4485847Z test_non_contig_index_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4486058Z test_non_contig_index_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4486271Z test_non_contig_index_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4486481Z test_non_contig_index_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4486687Z test_non_contig_index_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4486975Z test_non_contig_index_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4487179Z test_non_contig_index_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4487381Z test_non_contig_index_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4487582Z test_non_contig_index_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4487781Z test_non_contig_index_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4487984Z test_non_contig_index_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4488185Z test_non_contig_index_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4488405Z test_non_contig_index_true_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4488601Z test_non_contig_index_true_divide_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4488830Z test_non_contig_index_true_divide_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4489054Z test_non_contig_index_true_divide_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4489266Z test_non_contig_index_true_divide_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4489481Z test_non_contig_index_true_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4489766Z test_non_contig_index_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4489998Z test_non_contig_index_true_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4490212Z test_non_contig_index_true_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4490425Z test_non_contig_index_true_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4490641Z test_non_contig_index_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4490850Z test_non_contig_index_true_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4491058Z test_non_contig_index_true_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4491268Z test_non_contig_index_xlogy_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4491473Z test_non_contig_index_xlogy_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4491684Z test_non_contig_index_xlogy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4491890Z test_non_contig_index_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4492092Z test_non_contig_index_xlogy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4492301Z test_non_contig_index_xlogy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4492503Z test_non_contig_index_xlogy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4492708Z test_non_contig_index_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4492892Z test_non_contig_index_xlogy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4493093Z test_non_contig_index_xlogy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4493301Z test_non_contig_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4493505Z test_non_contig_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4493713Z test_non_contig_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4493920Z test_non_contig_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4494211Z test_non_contig_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4494414Z test_non_contig_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4494616Z test_non_contig_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4494814Z test_non_contig_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4494997Z test_non_contig_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4495179Z test_non_contig_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4495364Z test_non_contig_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4495542Z test_non_contig_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4495753Z test_non_contig_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4495960Z test_non_contig_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4496171Z test_non_contig_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4496383Z test_non_contig_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4496590Z test_non_contig_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4496857Z test_non_contig_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4497079Z test_non_contig_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4497285Z test_non_contig_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4497485Z test_non_contig_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4497685Z test_non_contig_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4497885Z test_non_contig_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4498077Z test_non_contig_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4498307Z test_non_contig_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4498532Z test_non_contig_jiterator_binary_return_by_ref_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4498767Z test_non_contig_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.4498996Z test_non_contig_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4499221Z test_non_contig_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4499448Z test_non_contig_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4499664Z test_non_contig_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4499885Z test_non_contig_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4500103Z test_non_contig_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4500318Z test_non_contig_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4500536Z test_non_contig_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4500746Z test_non_contig_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4501011Z test_non_contig_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4501192Z test_non_contig_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4501368Z test_non_contig_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4501549Z test_non_contig_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4501728Z test_non_contig_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4501923Z test_non_contig_ldexp_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4502110Z test_non_contig_ldexp_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4502304Z test_non_contig_ldexp_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4502496Z test_non_contig_ldexp_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4502686Z test_non_contig_ldexp_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.4502870Z test_non_contig_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4503047Z test_non_contig_ldexp_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4503232Z test_non_contig_ldexp_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4503410Z test_non_contig_ldexp_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4503646Z test_non_contig_ldexp_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4503843Z test_non_contig_ldexp_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4504029Z test_non_contig_ldexp_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4504209Z test_non_contig_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4504392Z test_non_contig_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4504574Z test_non_contig_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.4504755Z test_non_contig_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4504929Z test_non_contig_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4505118Z test_non_contig_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4505313Z test_non_contig_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4505504Z test_non_contig_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4505694Z test_non_contig_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4505880Z test_non_contig_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4506096Z test_non_contig_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4506302Z test_non_contig_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4506516Z test_non_contig_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4506733Z test_non_contig_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4506943Z test_non_contig_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4507151Z test_non_contig_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4507354Z test_non_contig_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4507563Z test_non_contig_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4507767Z test_non_contig_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4508053Z test_non_contig_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4508258Z test_non_contig_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4508460Z test_non_contig_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4508651Z test_non_contig_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4508855Z test_non_contig_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4509071Z test_non_contig_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4509284Z test_non_contig_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4509489Z test_non_contig_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4509695Z test_non_contig_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4509902Z test_non_contig_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4510105Z test_non_contig_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4510307Z test_non_contig_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4510509Z test_non_contig_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4510777Z test_non_contig_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4510994Z test_non_contig_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4511206Z test_non_contig_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4511410Z test_non_contig_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4511632Z test_non_contig_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4511867Z test_non_contig_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4512194Z test_non_contig_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4512410Z test_non_contig_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4512613Z test_non_contig_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4512921Z test_non_contig_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4513262Z test_non_contig_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4513479Z test_non_contig_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4513688Z test_non_contig_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4513888Z test_non_contig_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4514088Z test_non_contig_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4514283Z test_non_contig_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4514476Z test_non_contig_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4514674Z test_non_contig_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4514869Z test_non_contig_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4515060Z test_non_contig_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4515250Z test_non_contig_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4515541Z test_non_contig_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4515731Z test_non_contig_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4515919Z test_non_contig_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4516131Z test_non_contig_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4516336Z test_non_contig_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4516548Z test_non_contig_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4516746Z test_non_contig_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4516933Z test_non_contig_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4517121Z test_non_contig_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4517315Z test_non_contig_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4517501Z test_non_contig_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4517690Z test_non_contig_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4517876Z test_non_contig_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4518063Z test_non_contig_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4518320Z test_non_contig_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.4518524Z test_non_contig_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4518712Z test_non_contig_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4518902Z test_non_contig_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4519093Z test_non_contig_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4519275Z test_non_contig_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4519451Z test_non_contig_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4519635Z test_non_contig_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4519814Z test_non_contig_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4520012Z test_non_contig_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4520201Z test_non_contig_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4520394Z test_non_contig_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4520583Z test_non_contig_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T02:06:07.4520778Z test_non_contig_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4520970Z test_non_contig_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4521159Z test_non_contig_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4521347Z test_non_contig_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4521534Z test_non_contig_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4521722Z test_non_contig_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4521906Z test_non_contig_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4522094Z test_non_contig_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4522366Z test_non_contig_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T02:06:07.4522554Z test_non_contig_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4522742Z test_non_contig_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4522930Z test_non_contig_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4523114Z test_non_contig_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4523296Z test_non_contig_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4523481Z test_non_contig_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4523659Z test_non_contig_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4523842Z test_non_contig_mul_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4524027Z test_non_contig_mul_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4524214Z test_non_contig_mul_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4524402Z test_non_contig_mul_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4524585Z test_non_contig_mul_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4524771Z test_non_contig_mul_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4525013Z test_non_contig_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4525201Z test_non_contig_mul_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4525382Z test_non_contig_mul_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4525561Z test_non_contig_mul_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4525747Z test_non_contig_mul_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4525923Z test_non_contig_mul_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4526101Z test_non_contig_mul_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4526287Z test_non_contig_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4526464Z test_non_contig_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4526653Z test_non_contig_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4526843Z test_non_contig_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4527025Z test_non_contig_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4527208Z test_non_contig_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4527388Z test_non_contig_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4527565Z test_non_contig_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4527744Z test_non_contig_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4527921Z test_non_contig_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4528099Z test_non_contig_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4528274Z test_non_contig_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4528476Z test_non_contig_nextafter_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4528672Z test_non_contig_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4528865Z test_non_contig_nextafter_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4529053Z test_non_contig_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4529318Z test_non_contig_polar_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4529505Z test_non_contig_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4529695Z test_non_contig_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4529908Z test_non_contig_pow_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.006s) 2022-11-23T02:06:07.4530097Z test_non_contig_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4530284Z test_non_contig_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4530464Z test_non_contig_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4530640Z test_non_contig_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4530827Z test_non_contig_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4531004Z test_non_contig_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4531185Z test_non_contig_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4531368Z test_non_contig_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4531548Z test_non_contig_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4531775Z test_non_contig_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:06:07.4532032Z test_non_contig_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4532241Z test_non_contig_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4532435Z test_non_contig_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4532628Z test_non_contig_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4532818Z test_non_contig_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4533006Z test_non_contig_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4533196Z test_non_contig_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4533388Z test_non_contig_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4533578Z test_non_contig_rsub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4533768Z test_non_contig_rsub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4533958Z test_non_contig_rsub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4534143Z test_non_contig_rsub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4534326Z test_non_contig_rsub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4534505Z test_non_contig_rsub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4534680Z test_non_contig_rsub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4534862Z test_non_contig_rsub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4535044Z test_non_contig_rsub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4535226Z test_non_contig_rsub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4535405Z test_non_contig_rsub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4535632Z test_non_contig_special_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4535863Z test_non_contig_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4536723Z test_non_contig_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4536951Z test_non_contig_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4537177Z test_non_contig_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4537396Z test_non_contig_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4537623Z test_non_contig_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4537841Z test_non_contig_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4538057Z test_non_contig_special_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4538286Z test_non_contig_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4538510Z test_non_contig_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4538726Z test_non_contig_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4538948Z test_non_contig_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4539242Z test_non_contig_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.4539476Z test_non_contig_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4539692Z test_non_contig_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4540004Z test_non_contig_special_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-11-23T02:06:07.4540321Z test_non_contig_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4540628Z test_non_contig_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4540937Z test_non_contig_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4541245Z test_non_contig_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4541549Z test_non_contig_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4541856Z test_non_contig_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.4542157Z test_non_contig_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T02:06:07.4542467Z test_non_contig_special_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4542776Z test_non_contig_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-11-23T02:06:07.4543081Z test_non_contig_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4543466Z test_non_contig_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4543773Z test_non_contig_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4544074Z test_non_contig_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4544377Z test_non_contig_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4544674Z test_non_contig_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4544904Z test_non_contig_special_hermite_polynomial_h_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4545135Z test_non_contig_special_hermite_polynomial_h_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4545358Z test_non_contig_special_hermite_polynomial_h_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4545579Z test_non_contig_special_hermite_polynomial_h_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4545868Z test_non_contig_special_hermite_polynomial_h_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4546104Z test_non_contig_special_hermite_polynomial_h_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4546323Z test_non_contig_special_hermite_polynomial_h_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4546544Z test_non_contig_special_hermite_polynomial_h_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4546765Z test_non_contig_special_hermite_polynomial_he_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4546992Z test_non_contig_special_hermite_polynomial_he_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4547217Z test_non_contig_special_hermite_polynomial_he_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4547442Z test_non_contig_special_hermite_polynomial_he_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4547664Z test_non_contig_special_hermite_polynomial_he_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4547878Z test_non_contig_special_hermite_polynomial_he_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4548097Z test_non_contig_special_hermite_polynomial_he_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4548321Z test_non_contig_special_hermite_polynomial_he_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4548547Z test_non_contig_special_laguerre_polynomial_l_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4548772Z test_non_contig_special_laguerre_polynomial_l_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4548997Z test_non_contig_special_laguerre_polynomial_l_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4549217Z test_non_contig_special_laguerre_polynomial_l_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4549437Z test_non_contig_special_laguerre_polynomial_l_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4549652Z test_non_contig_special_laguerre_polynomial_l_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4549957Z test_non_contig_special_laguerre_polynomial_l_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4550182Z test_non_contig_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4550492Z test_non_contig_special_legendre_polynomial_p_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4550809Z test_non_contig_special_legendre_polynomial_p_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4551119Z test_non_contig_special_legendre_polynomial_p_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.4551423Z test_non_contig_special_legendre_polynomial_p_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4551734Z test_non_contig_special_legendre_polynomial_p_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.4552037Z test_non_contig_special_legendre_polynomial_p_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.007s) 2022-11-23T02:06:07.4552339Z test_non_contig_special_legendre_polynomial_p_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4552699Z test_non_contig_special_legendre_polynomial_p_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4553030Z test_non_contig_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4553353Z test_non_contig_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4553657Z test_non_contig_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4553970Z test_non_contig_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4554287Z test_non_contig_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.4554605Z test_non_contig_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.4554933Z test_non_contig_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.4555251Z test_non_contig_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.4555576Z test_non_contig_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.4555894Z test_non_contig_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4556202Z test_non_contig_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4556586Z test_non_contig_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4556901Z test_non_contig_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4557211Z test_non_contig_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T02:06:07.4557524Z test_non_contig_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4557832Z test_non_contig_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.4558148Z test_non_contig_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.4558462Z test_non_contig_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T02:06:07.4558833Z test_non_contig_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.4559155Z test_non_contig_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.4559472Z test_non_contig_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.4559795Z test_non_contig_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.4560116Z test_non_contig_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.4560436Z test_non_contig_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T02:06:07.4560761Z test_non_contig_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.4561089Z test_non_contig_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.4561411Z test_non_contig_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T02:06:07.4561730Z test_non_contig_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.4562057Z test_non_contig_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T02:06:07.4562377Z test_non_contig_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.011s) 2022-11-23T02:06:07.4562698Z test_non_contig_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-11-23T02:06:07.4563095Z test_non_contig_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T02:06:07.4563319Z test_non_contig_special_xlog1py_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4563536Z test_non_contig_special_xlog1py_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4563758Z test_non_contig_special_xlog1py_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4563975Z test_non_contig_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4564192Z test_non_contig_special_xlog1py_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4564407Z test_non_contig_special_xlog1py_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4564626Z test_non_contig_special_xlog1py_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4564834Z test_non_contig_special_xlog1py_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4565026Z test_non_contig_special_xlog1py_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4565234Z test_non_contig_special_xlog1py_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4565504Z test_non_contig_special_zeta_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4565732Z test_non_contig_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4565942Z test_non_contig_special_zeta_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4566150Z test_non_contig_special_zeta_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4566360Z test_non_contig_special_zeta_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4566568Z test_non_contig_special_zeta_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4566771Z test_non_contig_special_zeta_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4566975Z test_non_contig_special_zeta_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4567176Z test_non_contig_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4567381Z test_non_contig_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4567582Z test_non_contig_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4567778Z test_non_contig_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4567975Z test_non_contig_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4568168Z test_non_contig_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4568357Z test_non_contig_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4568551Z test_non_contig_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4568745Z test_non_contig_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4568922Z test_non_contig_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4569118Z test_non_contig_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4569310Z test_non_contig_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4569522Z test_non_contig_true_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4569727Z test_non_contig_true_divide_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4570031Z test_non_contig_true_divide_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4570245Z test_non_contig_true_divide_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4570457Z test_non_contig_true_divide_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4570664Z test_non_contig_true_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4570874Z test_non_contig_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4571077Z test_non_contig_true_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4571282Z test_non_contig_true_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4571488Z test_non_contig_true_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4571696Z test_non_contig_true_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4571897Z test_non_contig_true_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4572099Z test_non_contig_true_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4572303Z test_non_contig_xlogy_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4572499Z test_non_contig_xlogy_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4573486Z test_non_contig_xlogy_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4573717Z test_non_contig_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4573911Z test_non_contig_xlogy_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4574109Z test_non_contig_xlogy_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4574304Z test_non_contig_xlogy_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4574491Z test_non_contig_xlogy_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4574684Z test_non_contig_xlogy_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4574881Z test_non_contig_xlogy_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4575099Z test_not_broadcastable___radd___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4575319Z test_not_broadcastable___rdiv___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T02:06:07.4575535Z test_not_broadcastable___rmod___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4575748Z test_not_broadcastable___rmul___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4575962Z test_not_broadcastable___rpow___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4576177Z test_not_broadcastable___rsub___cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4576390Z test_not_broadcastable_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4576606Z test_not_broadcastable_atan2_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4576828Z test_not_broadcastable_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4577054Z test_not_broadcastable_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4577274Z test_not_broadcastable_complex_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4577493Z test_not_broadcastable_copysign_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4577731Z test_not_broadcastable_div_floor_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4578055Z test_not_broadcastable_div_no_rounding_mode_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4578296Z test_not_broadcastable_div_trunc_rounding_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4578506Z test_not_broadcastable_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4578732Z test_not_broadcastable_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4578961Z test_not_broadcastable_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.4579172Z test_not_broadcastable_fmax_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4579384Z test_not_broadcastable_fmin_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4579593Z test_not_broadcastable_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4579806Z test_not_broadcastable_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4580016Z test_not_broadcastable_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4580237Z test_not_broadcastable_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4580453Z test_not_broadcastable_hypot_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4580670Z test_not_broadcastable_igamma_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4580958Z test_not_broadcastable_igammac_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4581191Z test_not_broadcastable_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4581427Z test_not_broadcastable_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4581689Z test_not_broadcastable_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4581904Z test_not_broadcastable_ldexp_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4582112Z test_not_broadcastable_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4582339Z test_not_broadcastable_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4582547Z test_not_broadcastable_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4582818Z test_not_broadcastable_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4583030Z test_not_broadcastable_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4583255Z test_not_broadcastable_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4583477Z test_not_broadcastable_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4583696Z test_not_broadcastable_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4583912Z test_not_broadcastable_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4584121Z test_not_broadcastable_mul_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4584330Z test_not_broadcastable_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4584555Z test_not_broadcastable_nextafter_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4584771Z test_not_broadcastable_polar_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4584980Z test_not_broadcastable_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4585206Z test_not_broadcastable_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4585506Z test_not_broadcastable_rsub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4585766Z test_not_broadcastable_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4586019Z test_not_broadcastable_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4586364Z test_not_broadcastable_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.4586693Z test_not_broadcastable_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.4586949Z test_not_broadcastable_special_hermite_polynomial_h_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4587207Z test_not_broadcastable_special_hermite_polynomial_he_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4587458Z test_not_broadcastable_special_laguerre_polynomial_l_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4587796Z test_not_broadcastable_special_legendre_polynomial_p_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T02:06:07.4588211Z test_not_broadcastable_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.4588578Z test_not_broadcastable_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.4588922Z test_not_broadcastable_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.4589270Z test_not_broadcastable_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T02:06:07.4589506Z test_not_broadcastable_special_xlog1py_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4589735Z test_not_broadcastable_special_zeta_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4589931Z test_not_broadcastable_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4590155Z test_not_broadcastable_true_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4590371Z test_not_broadcastable_xlogy_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4590571Z test_out_resize_warning_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4590757Z test_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.373s) 2022-11-23T02:06:07.4590948Z test_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (13.241s) 2022-11-23T02:06:07.4591137Z test_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (12.663s) 2022-11-23T02:06:07.4591377Z test_pow_cuda_complex_extremal_failing_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4591615Z test_pow_cuda_complex_extremal_failing_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4591800Z test_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (1.670s) 2022-11-23T02:06:07.4591984Z test_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.349s) 2022-11-23T02:06:07.4592167Z test_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.361s) 2022-11-23T02:06:07.4592346Z test_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.356s) 2022-11-23T02:06:07.4592608Z test_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.370s) 2022-11-23T02:06:07.4592779Z test_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.369s) 2022-11-23T02:06:07.4592959Z test_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.324s) 2022-11-23T02:06:07.4593132Z test_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.321s) 2022-11-23T02:06:07.4593331Z test_pow_inplace_resizing_exception_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4593524Z test_pow_scalar_base_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (1.114s) 2022-11-23T02:06:07.4593757Z test_pow_scalar_overloads_mem_overlap_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4594730Z test_pow_scalar_type_promotion_cuda (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:1662: 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:31.) 2022-11-23T02:06:07.4594887Z out_uint8_computation = torch.pow( 2022-11-23T02:06:07.4595824Z C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:1670: 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:31.) 2022-11-23T02:06:07.4595976Z out_int64_computation = torch.pow( 2022-11-23T02:06:07.4596066Z ok (0.006s) 2022-11-23T02:06:07.4596269Z test_rdiv_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T02:06:07.4596488Z test_rdiv_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T02:06:07.4596702Z test_rdiv_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T02:06:07.4596915Z test_rdiv_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T02:06:07.4597124Z test_rdiv_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T02:06:07.4597332Z test_rdiv_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T02:06:07.4597531Z test_rdiv_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T02:06:07.4597740Z test_rdiv_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T02:06:07.4597947Z test_rdiv_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T02:06:07.4598165Z test_reference_numerics_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-11-23T02:06:07.4598376Z test_reference_numerics_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T02:06:07.4598600Z test_reference_numerics_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.124s) 2022-11-23T02:06:07.4598824Z test_reference_numerics_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.161s) 2022-11-23T02:06:07.4599045Z test_reference_numerics_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.115s) 2022-11-23T02:06:07.4599256Z test_reference_numerics_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.093s) 2022-11-23T02:06:07.4599465Z test_reference_numerics_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.074s) 2022-11-23T02:06:07.4599762Z test_reference_numerics_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.074s) 2022-11-23T02:06:07.4599973Z test_reference_numerics_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T02:06:07.4600184Z test_reference_numerics_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T02:06:07.4600376Z test_reference_numerics_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.075s) 2022-11-23T02:06:07.4600581Z test_reference_numerics_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.065s) 2022-11-23T02:06:07.4600791Z test_reference_numerics_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T02:06:07.4601013Z test_reference_numerics_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T02:06:07.4601236Z test_reference_numerics_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T02:06:07.4601463Z test_reference_numerics_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.046s) 2022-11-23T02:06:07.4601682Z test_reference_numerics_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T02:06:07.4601902Z test_reference_numerics_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T02:06:07.4602117Z test_reference_numerics_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T02:06:07.4602336Z test_reference_numerics_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T02:06:07.4602619Z test_reference_numerics_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T02:06:07.4602848Z test_reference_numerics_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T02:06:07.4603066Z test_reference_numerics_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.043s) 2022-11-23T02:06:07.4603283Z test_reference_numerics_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T02:06:07.4603497Z test_reference_numerics_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T02:06:07.4603710Z test_reference_numerics_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T02:06:07.4603927Z test_reference_numerics_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T02:06:07.4604146Z test_reference_numerics_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.045s) 2022-11-23T02:06:07.4604367Z test_reference_numerics_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.042s) 2022-11-23T02:06:07.4604579Z test_reference_numerics_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T02:06:07.4604774Z test_reference_numerics_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T02:06:07.4605000Z test_reference_numerics_clamp_max_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.096s) 2022-11-23T02:06:07.4605223Z test_reference_numerics_clamp_max_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T02:06:07.4605439Z test_reference_numerics_clamp_max_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.125s) 2022-11-23T02:06:07.4605660Z test_reference_numerics_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.105s) 2022-11-23T02:06:07.4605878Z test_reference_numerics_clamp_max_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.142s) 2022-11-23T02:06:07.4606097Z test_reference_numerics_clamp_max_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T02:06:07.4606315Z test_reference_numerics_clamp_max_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-11-23T02:06:07.4606530Z test_reference_numerics_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T02:06:07.4606743Z test_reference_numerics_clamp_max_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T02:06:07.4607046Z test_reference_numerics_clamp_max_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T02:06:07.4607272Z test_reference_numerics_clamp_min_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.129s) 2022-11-23T02:06:07.4607486Z test_reference_numerics_clamp_min_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T02:06:07.4607705Z test_reference_numerics_clamp_min_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.111s) 2022-11-23T02:06:07.4607932Z test_reference_numerics_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.090s) 2022-11-23T02:06:07.4608152Z test_reference_numerics_clamp_min_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.084s) 2022-11-23T02:06:07.4608368Z test_reference_numerics_clamp_min_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T02:06:07.4608581Z test_reference_numerics_clamp_min_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T02:06:07.4608799Z test_reference_numerics_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T02:06:07.4609011Z test_reference_numerics_clamp_min_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T02:06:07.4609223Z test_reference_numerics_clamp_min_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4609416Z test_reference_numerics_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T02:06:07.4609689Z test_reference_numerics_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T02:06:07.4609923Z test_reference_numerics_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.057s) 2022-11-23T02:06:07.4610137Z test_reference_numerics_eq_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.045s) 2022-11-23T02:06:07.4610352Z test_reference_numerics_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.051s) 2022-11-23T02:06:07.4610564Z test_reference_numerics_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T02:06:07.4610773Z test_reference_numerics_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T02:06:07.4610978Z test_reference_numerics_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T02:06:07.4611184Z test_reference_numerics_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T02:06:07.4611392Z test_reference_numerics_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T02:06:07.4611598Z test_reference_numerics_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T02:06:07.4611805Z test_reference_numerics_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T02:06:07.4612008Z test_reference_numerics_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T02:06:07.4612517Z test_reference_numerics_extremal_values_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:8287: RuntimeWarning: invalid value encountered in add 2022-11-23T02:06:07.4612710Z ref=lambda input, other, *, alpha=1: np.add(input, other) if alpha == 1 \ 2022-11-23T02:06:07.4612798Z ok (0.012s) 2022-11-23T02:06:07.4613068Z test_reference_numerics_extremal_values_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:06:07.4613337Z test_reference_numerics_extremal_values_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.010s) 2022-11-23T02:06:07.4613582Z test_reference_numerics_extremal_values_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4613851Z test_reference_numerics_extremal_values_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4614198Z test_reference_numerics_extremal_values_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T02:06:07.4614528Z test_reference_numerics_extremal_values_clamp_max_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4614922Z test_reference_numerics_extremal_values_clamp_max_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4615263Z test_reference_numerics_extremal_values_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4615518Z test_reference_numerics_extremal_values_clamp_max_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4615768Z test_reference_numerics_extremal_values_clamp_min_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4616013Z test_reference_numerics_extremal_values_clamp_min_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.4616257Z test_reference_numerics_extremal_values_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4616507Z test_reference_numerics_extremal_values_clamp_min_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4616744Z test_reference_numerics_extremal_values_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4616978Z test_reference_numerics_extremal_values_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4617216Z test_reference_numerics_extremal_values_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4617542Z test_reference_numerics_extremal_values_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4617794Z test_reference_numerics_extremal_values_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4618023Z test_reference_numerics_extremal_values_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T02:06:07.4618470Z test_reference_numerics_extremal_values_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in float_power 2022-11-23T02:06:07.4618599Z expected = op.ref(l_numpy, r_numpy) 2022-11-23T02:06:07.4618687Z ok (0.010s) 2022-11-23T02:06:07.4618963Z test_reference_numerics_extremal_values_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:06:07.4619241Z test_reference_numerics_extremal_values_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:06:07.4619492Z test_reference_numerics_extremal_values_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4619734Z test_reference_numerics_extremal_values_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4619970Z test_reference_numerics_extremal_values_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4620244Z test_reference_numerics_extremal_values_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:06:07.4620515Z test_reference_numerics_extremal_values_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:06:07.4621164Z test_reference_numerics_extremal_values_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:2001: RuntimeWarning: invalid value encountered in floor_divide 2022-11-23T02:06:07.4621293Z return np.floor_divide(a, b) 2022-11-23T02:06:07.4621377Z ok (0.010s) 2022-11-23T02:06:07.4621726Z test_reference_numerics_extremal_values_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4622281Z test_reference_numerics_extremal_values_fmod_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in fmod 2022-11-23T02:06:07.4622515Z expected = op.ref(l_numpy, r_numpy) 2022-11-23T02:06:07.4622582Z ok (0.010s) 2022-11-23T02:06:07.4622823Z test_reference_numerics_extremal_values_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.4623062Z test_reference_numerics_extremal_values_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4623300Z test_reference_numerics_extremal_values_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4623537Z test_reference_numerics_extremal_values_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4623769Z test_reference_numerics_extremal_values_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4624006Z test_reference_numerics_extremal_values_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4624242Z test_reference_numerics_extremal_values_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4624480Z test_reference_numerics_extremal_values_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4624710Z test_reference_numerics_extremal_values_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4624937Z test_reference_numerics_extremal_values_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4625236Z test_reference_numerics_extremal_values_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4625522Z test_reference_numerics_extremal_values_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:06:07.4625789Z test_reference_numerics_extremal_values_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:06:07.4626060Z test_reference_numerics_extremal_values_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:06:07.4626317Z test_reference_numerics_extremal_values_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:06:07.4626579Z test_reference_numerics_extremal_values_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:06:07.4626845Z test_reference_numerics_extremal_values_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:06:07.4627107Z test_reference_numerics_extremal_values_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:06:07.4627367Z test_reference_numerics_extremal_values_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:06:07.4627703Z test_reference_numerics_extremal_values_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:06:07.4627991Z test_reference_numerics_extremal_values_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.010s) 2022-11-23T02:06:07.4628679Z test_reference_numerics_extremal_values_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:15768: RuntimeWarning: invalid value encountered in add 2022-11-23T02:06:07.4628905Z ref=lambda input, other, *, alpha=1: np.add(input, other) if alpha == 1 \ 2022-11-23T02:06:07.4628992Z ok (0.000s) 2022-11-23T02:06:07.4629243Z test_reference_numerics_extremal_values_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4629509Z test_reference_numerics_extremal_values_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T02:06:07.4629859Z test_reference_numerics_extremal_values_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4630119Z test_reference_numerics_extremal_values_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4630375Z test_reference_numerics_extremal_values_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4630918Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:15825: RuntimeWarning: invalid value encountered in add 2022-11-23T02:06:07.4631028Z ref=lambda i0, i1: i0 + i1, 2022-11-23T02:06:07.4631114Z ok (0.008s) 2022-11-23T02:06:07.4631394Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4631676Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T02:06:07.4631952Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4632215Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4632534Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4632786Z test_reference_numerics_extremal_values_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4633019Z test_reference_numerics_extremal_values_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4633251Z test_reference_numerics_extremal_values_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4633485Z test_reference_numerics_extremal_values_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4633737Z test_reference_numerics_extremal_values_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4633991Z test_reference_numerics_extremal_values_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4634243Z test_reference_numerics_extremal_values_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4634595Z test_reference_numerics_extremal_values_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4634856Z test_reference_numerics_extremal_values_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4635091Z test_reference_numerics_extremal_values_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4635526Z test_reference_numerics_extremal_values_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4635825Z test_reference_numerics_extremal_values_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4636073Z test_reference_numerics_extremal_values_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4636298Z test_reference_numerics_extremal_values_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4636546Z test_reference_numerics_extremal_values_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4636792Z test_reference_numerics_extremal_values_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4637044Z test_reference_numerics_extremal_values_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4637405Z test_reference_numerics_extremal_values_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4637660Z test_reference_numerics_extremal_values_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4637908Z test_reference_numerics_extremal_values_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4638149Z test_reference_numerics_extremal_values_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4638387Z test_reference_numerics_extremal_values_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4638624Z test_reference_numerics_extremal_values_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4638860Z test_reference_numerics_extremal_values_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4639096Z test_reference_numerics_extremal_values_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4639325Z test_reference_numerics_extremal_values_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4639573Z test_reference_numerics_extremal_values_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4639814Z test_reference_numerics_extremal_values_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4640126Z test_reference_numerics_extremal_values_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T02:06:07.4640383Z test_reference_numerics_extremal_values_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4640630Z test_reference_numerics_extremal_values_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4640874Z test_reference_numerics_extremal_values_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4641113Z test_reference_numerics_extremal_values_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4641447Z test_reference_numerics_extremal_values_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4641704Z test_reference_numerics_extremal_values_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4641951Z test_reference_numerics_extremal_values_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.4642369Z test_reference_numerics_extremal_values_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4642654Z test_reference_numerics_extremal_values_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4642886Z test_reference_numerics_extremal_values_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4643125Z test_reference_numerics_extremal_values_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4643363Z test_reference_numerics_extremal_values_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4643600Z test_reference_numerics_extremal_values_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4643839Z test_reference_numerics_extremal_values_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4644081Z test_reference_numerics_extremal_values_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4644320Z test_reference_numerics_extremal_values_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4644553Z test_reference_numerics_extremal_values_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4644882Z test_reference_numerics_extremal_values_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4645112Z test_reference_numerics_extremal_values_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4645538Z test_reference_numerics_extremal_values_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in power 2022-11-23T02:06:07.4645668Z expected = op.ref(l_numpy, r_numpy) 2022-11-23T02:06:07.4645752Z ok (0.010s) 2022-11-23T02:06:07.4646013Z test_reference_numerics_extremal_values_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:06:07.4646275Z test_reference_numerics_extremal_values_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:06:07.4646697Z test_reference_numerics_extremal_values_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:158: RuntimeWarning: overflow encountered in power 2022-11-23T02:06:07.4646823Z expected = op.ref(l_numpy, r_numpy) 2022-11-23T02:06:07.4646906Z ok (0.011s) 2022-11-23T02:06:07.4647146Z test_reference_numerics_extremal_values_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4647382Z test_reference_numerics_extremal_values_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4647895Z test_reference_numerics_extremal_values_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in remainder 2022-11-23T02:06:07.4648035Z expected = op.ref(l_numpy, r_numpy) 2022-11-23T02:06:07.4648119Z ok (0.013s) 2022-11-23T02:06:07.4648439Z test_reference_numerics_extremal_values_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4648697Z test_reference_numerics_extremal_values_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4649001Z test_reference_numerics_extremal_values_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4649693Z test_reference_numerics_extremal_values_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:8430: RuntimeWarning: invalid value encountered in subtract 2022-11-23T02:06:07.4649914Z ref=lambda input, other, *, alpha=1: np.subtract(input, np.multiply(alpha, other)), 2022-11-23T02:06:07.4649998Z ok (0.008s) 2022-11-23T02:06:07.4650505Z test_reference_numerics_extremal_values_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:8430: RuntimeWarning: invalid value encountered in multiply 2022-11-23T02:06:07.4650715Z ref=lambda input, other, *, alpha=1: np.subtract(input, np.multiply(alpha, other)), 2022-11-23T02:06:07.4650800Z ok (0.009s) 2022-11-23T02:06:07.4651045Z test_reference_numerics_extremal_values_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T02:06:07.4651284Z test_reference_numerics_extremal_values_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4651523Z test_reference_numerics_extremal_values_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4651752Z test_reference_numerics_extremal_values_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4651981Z test_reference_numerics_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.162s) 2022-11-23T02:06:07.4652202Z test_reference_numerics_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.086s) 2022-11-23T02:06:07.4653026Z test_reference_numerics_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.493s) 2022-11-23T02:06:07.4653258Z test_reference_numerics_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.498s) 2022-11-23T02:06:07.4653484Z test_reference_numerics_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.144s) 2022-11-23T02:06:07.4653699Z test_reference_numerics_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.239s) 2022-11-23T02:06:07.4653913Z test_reference_numerics_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.152s) 2022-11-23T02:06:07.4654133Z test_reference_numerics_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.107s) 2022-11-23T02:06:07.4654352Z test_reference_numerics_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.208s) 2022-11-23T02:06:07.4654572Z test_reference_numerics_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.135s) 2022-11-23T02:06:07.4654781Z test_reference_numerics_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.114s) 2022-11-23T02:06:07.4654997Z test_reference_numerics_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.125s) 2022-11-23T02:06:07.4655346Z test_reference_numerics_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:06:07.4655581Z test_reference_numerics_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.169s) 2022-11-23T02:06:07.4655988Z test_reference_numerics_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.356s) 2022-11-23T02:06:07.4656392Z test_reference_numerics_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.209s) 2022-11-23T02:06:07.4656776Z test_reference_numerics_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-11-23T02:06:07.4657010Z test_reference_numerics_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-11-23T02:06:07.4657234Z test_reference_numerics_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.083s) 2022-11-23T02:06:07.4657456Z test_reference_numerics_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.046s) 2022-11-23T02:06:07.4657673Z test_reference_numerics_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.115s) 2022-11-23T02:06:07.4657914Z test_reference_numerics_fmod_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:06:07.4658131Z test_reference_numerics_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.187s) 2022-11-23T02:06:07.4658343Z test_reference_numerics_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.119s) 2022-11-23T02:06:07.4658551Z test_reference_numerics_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.278s) 2022-11-23T02:06:07.4658759Z test_reference_numerics_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T02:06:07.4658968Z test_reference_numerics_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.043s) 2022-11-23T02:06:07.4659174Z test_reference_numerics_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.055s) 2022-11-23T02:06:07.4659382Z test_reference_numerics_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T02:06:07.4659585Z test_reference_numerics_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T02:06:07.4659783Z test_reference_numerics_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.056s) 2022-11-23T02:06:07.4659989Z test_reference_numerics_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.060s) 2022-11-23T02:06:07.4660195Z test_reference_numerics_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.069s) 2022-11-23T02:06:07.4660400Z test_reference_numerics_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.049s) 2022-11-23T02:06:07.4660715Z test_reference_numerics_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.048s) 2022-11-23T02:06:07.4660927Z test_reference_numerics_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T02:06:07.4661131Z test_reference_numerics_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-11-23T02:06:07.4661339Z test_reference_numerics_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.044s) 2022-11-23T02:06:07.4661542Z test_reference_numerics_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T02:06:07.4661753Z test_reference_numerics_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T02:06:07.4661955Z test_reference_numerics_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T02:06:07.4662161Z test_reference_numerics_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T02:06:07.4662443Z test_reference_numerics_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T02:06:07.4662667Z test_reference_numerics_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T02:06:07.4662866Z test_reference_numerics_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T02:06:07.4663076Z test_reference_numerics_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T02:06:07.4663491Z test_reference_numerics_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T02:06:07.4663728Z test_reference_numerics_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.046s) 2022-11-23T02:06:07.4664016Z test_reference_numerics_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T02:06:07.4664217Z test_reference_numerics_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.042s) 2022-11-23T02:06:07.4664424Z test_reference_numerics_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T02:06:07.4664629Z test_reference_numerics_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T02:06:07.4664831Z test_reference_numerics_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.048s) 2022-11-23T02:06:07.4665035Z test_reference_numerics_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T02:06:07.4665239Z test_reference_numerics_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T02:06:07.4665462Z test_reference_numerics_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.207s) 2022-11-23T02:06:07.4665684Z test_reference_numerics_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.105s) 2022-11-23T02:06:07.4665908Z test_reference_numerics_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.122s) 2022-11-23T02:06:07.4666129Z test_reference_numerics_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.094s) 2022-11-23T02:06:07.4666350Z test_reference_numerics_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.094s) 2022-11-23T02:06:07.4666569Z test_reference_numerics_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.046s) 2022-11-23T02:06:07.4666785Z test_reference_numerics_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.055s) 2022-11-23T02:06:07.4667000Z test_reference_numerics_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.064s) 2022-11-23T02:06:07.4667214Z test_reference_numerics_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.076s) 2022-11-23T02:06:07.4667427Z test_reference_numerics_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.071s) 2022-11-23T02:06:07.4667644Z test_reference_numerics_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.065s) 2022-11-23T02:06:07.4667856Z test_reference_numerics_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.068s) 2022-11-23T02:06:07.4668081Z test_reference_numerics_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.216s) 2022-11-23T02:06:07.4668388Z test_reference_numerics_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.232s) 2022-11-23T02:06:07.4668589Z test_reference_numerics_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.138s) 2022-11-23T02:06:07.4668804Z test_reference_numerics_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.054s) 2022-11-23T02:06:07.4669017Z test_reference_numerics_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.091s) 2022-11-23T02:06:07.4669333Z test_reference_numerics_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.086s) 2022-11-23T02:06:07.4669563Z test_reference_numerics_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.083s) 2022-11-23T02:06:07.4669770Z test_reference_numerics_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.080s) 2022-11-23T02:06:07.4670043Z test_reference_numerics_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.067s) 2022-11-23T02:06:07.4670428Z test_reference_numerics_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.158s) 2022-11-23T02:06:07.4670676Z test_reference_numerics_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.226s) 2022-11-23T02:06:07.4670909Z test_reference_numerics_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T02:06:07.4671151Z test_reference_numerics_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.148s) 2022-11-23T02:06:07.4671392Z test_reference_numerics_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.162s) 2022-11-23T02:06:07.4671707Z test_reference_numerics_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.100s) 2022-11-23T02:06:07.4671957Z test_reference_numerics_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.079s) 2022-11-23T02:06:07.4672190Z test_reference_numerics_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.109s) 2022-11-23T02:06:07.4672425Z test_reference_numerics_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T02:06:07.4672645Z test_reference_numerics_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T02:06:07.4672863Z test_reference_numerics_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T02:06:07.4673091Z test_reference_numerics_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T02:06:07.4673313Z test_reference_numerics_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T02:06:07.4673568Z test_reference_numerics_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.070s) 2022-11-23T02:06:07.4673817Z test_reference_numerics_jiterator_binary_return_by_ref_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T02:06:07.4674060Z test_reference_numerics_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.162s) 2022-11-23T02:06:07.4674325Z test_reference_numerics_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.162s) 2022-11-23T02:06:07.4674577Z test_reference_numerics_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.093s) 2022-11-23T02:06:07.4674821Z test_reference_numerics_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.075s) 2022-11-23T02:06:07.4675063Z test_reference_numerics_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.083s) 2022-11-23T02:06:07.4675308Z test_reference_numerics_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T02:06:07.4675548Z test_reference_numerics_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T02:06:07.4675873Z test_reference_numerics_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T02:06:07.4676203Z test_reference_numerics_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T02:06:07.4676451Z test_reference_numerics_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T02:06:07.4676685Z test_reference_numerics_large_values_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T02:06:07.4677058Z test_reference_numerics_large_values_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4677401Z test_reference_numerics_large_values_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4677639Z test_reference_numerics_large_values_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4677870Z test_reference_numerics_large_values_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T02:06:07.4678105Z test_reference_numerics_large_values_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T02:06:07.4678332Z test_reference_numerics_large_values_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4678551Z test_reference_numerics_large_values_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4678764Z test_reference_numerics_large_values_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4679084Z test_reference_numerics_large_values_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4679341Z test_reference_numerics_large_values_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4679571Z test_reference_numerics_large_values_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.4679811Z test_reference_numerics_large_values_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4680045Z test_reference_numerics_large_values_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4680259Z test_reference_numerics_large_values_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4680491Z test_reference_numerics_large_values_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4680729Z test_reference_numerics_large_values_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4680958Z test_reference_numerics_large_values_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4681202Z test_reference_numerics_large_values_clamp_max_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T02:06:07.4681442Z test_reference_numerics_large_values_clamp_max_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T02:06:07.4681689Z test_reference_numerics_large_values_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T02:06:07.4681925Z test_reference_numerics_large_values_clamp_max_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T02:06:07.4682162Z test_reference_numerics_large_values_clamp_max_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4682395Z test_reference_numerics_large_values_clamp_max_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4682627Z test_reference_numerics_large_values_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4682891Z test_reference_numerics_large_values_clamp_min_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T02:06:07.4683240Z test_reference_numerics_large_values_clamp_min_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4683579Z test_reference_numerics_large_values_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.4684008Z test_reference_numerics_large_values_clamp_min_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4684266Z test_reference_numerics_large_values_clamp_min_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4684500Z test_reference_numerics_large_values_clamp_min_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4684734Z test_reference_numerics_large_values_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4684969Z test_reference_numerics_large_values_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T02:06:07.4685204Z test_reference_numerics_large_values_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4685446Z test_reference_numerics_large_values_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4685675Z test_reference_numerics_large_values_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4685902Z test_reference_numerics_large_values_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.4686127Z test_reference_numerics_large_values_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4686337Z test_reference_numerics_large_values_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4686686Z test_reference_numerics_large_values_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4686916Z test_reference_numerics_large_values_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4687355Z test_reference_numerics_large_values_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:158: RuntimeWarning: overflow encountered in float_power 2022-11-23T02:06:07.4687487Z expected = op.ref(l_numpy, r_numpy) 2022-11-23T02:06:07.4687574Z ok (0.020s) 2022-11-23T02:06:07.4687843Z test_reference_numerics_large_values_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:06:07.4688112Z test_reference_numerics_large_values_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:06:07.4688361Z test_reference_numerics_large_values_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T02:06:07.4688605Z test_reference_numerics_large_values_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T02:06:07.4688844Z test_reference_numerics_large_values_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T02:06:07.4689083Z test_reference_numerics_large_values_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4689324Z test_reference_numerics_large_values_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4689555Z test_reference_numerics_large_values_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.4689922Z test_reference_numerics_large_values_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:06:07.4690183Z test_reference_numerics_large_values_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T02:06:07.4690426Z test_reference_numerics_large_values_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T02:06:07.4690872Z test_reference_numerics_large_values_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T02:06:07.4691151Z test_reference_numerics_large_values_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4691488Z test_reference_numerics_large_values_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4691728Z test_reference_numerics_large_values_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4691962Z test_reference_numerics_large_values_fmod_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T02:06:07.4692194Z test_reference_numerics_large_values_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T02:06:07.4692413Z test_reference_numerics_large_values_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4692646Z test_reference_numerics_large_values_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T02:06:07.4692873Z test_reference_numerics_large_values_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4693106Z test_reference_numerics_large_values_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4693333Z test_reference_numerics_large_values_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4693564Z test_reference_numerics_large_values_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4693783Z test_reference_numerics_large_values_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4694507Z test_reference_numerics_large_values_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4694781Z test_reference_numerics_large_values_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T02:06:07.4695008Z test_reference_numerics_large_values_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4695237Z test_reference_numerics_large_values_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4695468Z test_reference_numerics_large_values_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4695693Z test_reference_numerics_large_values_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4695912Z test_reference_numerics_large_values_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4696127Z test_reference_numerics_large_values_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4696357Z test_reference_numerics_large_values_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T02:06:07.4696655Z test_reference_numerics_large_values_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T02:06:07.4696917Z test_reference_numerics_large_values_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T02:06:07.4697144Z test_reference_numerics_large_values_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T02:06:07.4697368Z test_reference_numerics_large_values_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4697816Z test_reference_numerics_large_values_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4698060Z test_reference_numerics_large_values_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4698288Z test_reference_numerics_large_values_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T02:06:07.4698532Z test_reference_numerics_large_values_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4698774Z test_reference_numerics_large_values_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T02:06:07.4699006Z test_reference_numerics_large_values_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T02:06:07.4699352Z test_reference_numerics_large_values_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4699592Z test_reference_numerics_large_values_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4699821Z test_reference_numerics_large_values_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4700061Z test_reference_numerics_large_values_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T02:06:07.4700308Z test_reference_numerics_large_values_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4700550Z test_reference_numerics_large_values_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4700787Z test_reference_numerics_large_values_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4701024Z test_reference_numerics_large_values_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T02:06:07.4701261Z test_reference_numerics_large_values_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T02:06:07.4701492Z test_reference_numerics_large_values_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4701722Z test_reference_numerics_large_values_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4701954Z test_reference_numerics_large_values_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4702276Z test_reference_numerics_large_values_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T02:06:07.4702550Z test_reference_numerics_large_values_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4702810Z test_reference_numerics_large_values_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T02:06:07.4703072Z test_reference_numerics_large_values_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T02:06:07.4703317Z test_reference_numerics_large_values_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T02:06:07.4703654Z test_reference_numerics_large_values_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T02:06:07.4703913Z test_reference_numerics_large_values_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4704156Z test_reference_numerics_large_values_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4704537Z test_reference_numerics_large_values_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4704863Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T02:06:07.4705146Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4705417Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4705684Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.4705945Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T02:06:07.4706198Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T02:06:07.4706462Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4706837Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4707106Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4707336Z test_reference_numerics_large_values_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4707556Z test_reference_numerics_large_values_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4707775Z test_reference_numerics_large_values_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4708008Z test_reference_numerics_large_values_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T02:06:07.4708235Z test_reference_numerics_large_values_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.4708468Z test_reference_numerics_large_values_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T02:06:07.4708698Z test_reference_numerics_large_values_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4708922Z test_reference_numerics_large_values_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.4709140Z test_reference_numerics_large_values_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4709353Z test_reference_numerics_large_values_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4709667Z test_reference_numerics_large_values_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T02:06:07.4709934Z test_reference_numerics_large_values_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4710182Z test_reference_numerics_large_values_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4710524Z test_reference_numerics_large_values_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T02:06:07.4710778Z test_reference_numerics_large_values_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T02:06:07.4711019Z test_reference_numerics_large_values_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T02:06:07.4711379Z test_reference_numerics_large_values_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4711697Z test_reference_numerics_large_values_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4711933Z test_reference_numerics_large_values_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4712174Z test_reference_numerics_large_values_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T02:06:07.4712429Z test_reference_numerics_large_values_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4712679Z test_reference_numerics_large_values_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4712925Z test_reference_numerics_large_values_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4713162Z test_reference_numerics_large_values_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.4713404Z test_reference_numerics_large_values_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T02:06:07.4713640Z test_reference_numerics_large_values_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4713876Z test_reference_numerics_large_values_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4714203Z test_reference_numerics_large_values_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4714446Z test_reference_numerics_large_values_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-11-23T02:06:07.4714694Z test_reference_numerics_large_values_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4714937Z test_reference_numerics_large_values_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4715182Z test_reference_numerics_large_values_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T02:06:07.4715425Z test_reference_numerics_large_values_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T02:06:07.4715663Z test_reference_numerics_large_values_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T02:06:07.4715901Z test_reference_numerics_large_values_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4716143Z test_reference_numerics_large_values_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4716373Z test_reference_numerics_large_values_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4716605Z test_reference_numerics_large_values_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T02:06:07.4716833Z test_reference_numerics_large_values_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4717129Z test_reference_numerics_large_values_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T02:06:07.4717458Z test_reference_numerics_large_values_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T02:06:07.4717696Z test_reference_numerics_large_values_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4717924Z test_reference_numerics_large_values_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4718337Z test_reference_numerics_large_values_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4718627Z test_reference_numerics_large_values_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T02:06:07.4718872Z test_reference_numerics_large_values_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T02:06:07.4719116Z test_reference_numerics_large_values_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T02:06:07.4719354Z test_reference_numerics_large_values_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T02:06:07.4719589Z test_reference_numerics_large_values_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4719826Z test_reference_numerics_large_values_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4720059Z test_reference_numerics_large_values_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4720292Z test_reference_numerics_large_values_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-11-23T02:06:07.4720528Z test_reference_numerics_large_values_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T02:06:07.4720764Z test_reference_numerics_large_values_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T02:06:07.4720995Z test_reference_numerics_large_values_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T02:06:07.4721228Z test_reference_numerics_large_values_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4721462Z test_reference_numerics_large_values_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4721795Z test_reference_numerics_large_values_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4722038Z test_reference_numerics_large_values_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-11-23T02:06:07.4722276Z test_reference_numerics_large_values_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4722514Z test_reference_numerics_large_values_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T02:06:07.4722755Z test_reference_numerics_large_values_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T02:06:07.4722991Z test_reference_numerics_large_values_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4723210Z test_reference_numerics_large_values_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4723444Z test_reference_numerics_large_values_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4723677Z test_reference_numerics_large_values_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.044s) 2022-11-23T02:06:07.4723913Z test_reference_numerics_large_values_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T02:06:07.4724238Z test_reference_numerics_large_values_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T02:06:07.4724557Z test_reference_numerics_large_values_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T02:06:07.4724805Z test_reference_numerics_large_values_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4725267Z test_reference_numerics_large_values_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4725511Z test_reference_numerics_large_values_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4725748Z test_reference_numerics_large_values_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.044s) 2022-11-23T02:06:07.4725979Z test_reference_numerics_large_values_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4726212Z test_reference_numerics_large_values_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.4726440Z test_reference_numerics_large_values_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4726672Z test_reference_numerics_large_values_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T02:06:07.4726899Z test_reference_numerics_large_values_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4727128Z test_reference_numerics_large_values_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4727352Z test_reference_numerics_large_values_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4727567Z test_reference_numerics_large_values_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4727797Z test_reference_numerics_large_values_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T02:06:07.4728058Z test_reference_numerics_large_values_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.002s) 2022-11-23T02:06:07.4728320Z test_reference_numerics_large_values_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:06:07.4728553Z test_reference_numerics_large_values_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.4728782Z test_reference_numerics_large_values_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T02:06:07.4728997Z test_reference_numerics_large_values_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T02:06:07.4729348Z test_reference_numerics_large_values_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.004s) 2022-11-23T02:06:07.4729592Z test_reference_numerics_large_values_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.003s) 2022-11-23T02:06:07.4729834Z test_reference_numerics_large_values_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.003s) 2022-11-23T02:06:07.4730075Z test_reference_numerics_large_values_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T02:06:07.4730324Z test_reference_numerics_large_values_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T02:06:07.4730568Z test_reference_numerics_large_values_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T02:06:07.4730806Z test_reference_numerics_large_values_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T02:06:07.4731145Z test_reference_numerics_large_values_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4731392Z test_reference_numerics_large_values_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4731625Z test_reference_numerics_large_values_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4732062Z test_reference_numerics_large_values_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T02:06:07.4732392Z test_reference_numerics_large_values_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4732644Z test_reference_numerics_large_values_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4732874Z test_reference_numerics_large_values_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T02:06:07.4733103Z test_reference_numerics_large_values_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T02:06:07.4733337Z test_reference_numerics_large_values_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T02:06:07.4733566Z test_reference_numerics_large_values_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4733782Z test_reference_numerics_large_values_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4733994Z test_reference_numerics_large_values_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4734205Z test_reference_numerics_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.047s) 2022-11-23T02:06:07.4734415Z test_reference_numerics_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.071s) 2022-11-23T02:06:07.4734621Z test_reference_numerics_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.071s) 2022-11-23T02:06:07.4734812Z test_reference_numerics_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.055s) 2022-11-23T02:06:07.4735017Z test_reference_numerics_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.045s) 2022-11-23T02:06:07.4735228Z test_reference_numerics_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T02:06:07.4735435Z test_reference_numerics_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T02:06:07.4735643Z test_reference_numerics_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T02:06:07.4735853Z test_reference_numerics_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T02:06:07.4736057Z test_reference_numerics_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.048s) 2022-11-23T02:06:07.4736261Z test_reference_numerics_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T02:06:07.4736463Z test_reference_numerics_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.042s) 2022-11-23T02:06:07.4736756Z test_reference_numerics_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T02:06:07.4736958Z test_reference_numerics_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T02:06:07.4737158Z test_reference_numerics_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T02:06:07.4737382Z test_reference_numerics_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T02:06:07.4737601Z test_reference_numerics_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T02:06:07.4737933Z test_reference_numerics_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.048s) 2022-11-23T02:06:07.4738175Z test_reference_numerics_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.048s) 2022-11-23T02:06:07.4738398Z test_reference_numerics_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T02:06:07.4738727Z test_reference_numerics_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T02:06:07.4739054Z test_reference_numerics_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T02:06:07.4739280Z test_reference_numerics_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T02:06:07.4739483Z test_reference_numerics_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.111s) 2022-11-23T02:06:07.4739703Z test_reference_numerics_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T02:06:07.4739997Z test_reference_numerics_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T02:06:07.4740230Z test_reference_numerics_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.119s) 2022-11-23T02:06:07.4740456Z test_reference_numerics_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.100s) 2022-11-23T02:06:07.4740678Z test_reference_numerics_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T02:06:07.4740908Z test_reference_numerics_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.054s) 2022-11-23T02:06:07.4741134Z test_reference_numerics_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T02:06:07.4741354Z test_reference_numerics_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T02:06:07.4741574Z test_reference_numerics_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T02:06:07.4741797Z test_reference_numerics_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.043s) 2022-11-23T02:06:07.4742014Z test_reference_numerics_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T02:06:07.4742229Z test_reference_numerics_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T02:06:07.4742448Z test_reference_numerics_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.043s) 2022-11-23T02:06:07.4742664Z test_reference_numerics_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T02:06:07.4742876Z test_reference_numerics_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T02:06:07.4743101Z test_reference_numerics_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.045s) 2022-11-23T02:06:07.4743315Z test_reference_numerics_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T02:06:07.4743546Z test_reference_numerics_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.060s) 2022-11-23T02:06:07.4743775Z test_reference_numerics_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T02:06:07.4743980Z test_reference_numerics_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.047s) 2022-11-23T02:06:07.4744279Z test_reference_numerics_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T02:06:07.4744490Z test_reference_numerics_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T02:06:07.4744803Z test_reference_numerics_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T02:06:07.4745029Z test_reference_numerics_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T02:06:07.4745249Z test_reference_numerics_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T02:06:07.4745573Z test_reference_numerics_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T02:06:07.4745919Z test_reference_numerics_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T02:06:07.4746139Z test_reference_numerics_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.044s) 2022-11-23T02:06:07.4746344Z test_reference_numerics_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T02:06:07.4746589Z test_reference_numerics_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.053s) 2022-11-23T02:06:07.4746799Z test_reference_numerics_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T02:06:07.4747003Z test_reference_numerics_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T02:06:07.4747210Z test_reference_numerics_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.048s) 2022-11-23T02:06:07.4747494Z test_reference_numerics_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T02:06:07.4747712Z test_reference_numerics_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T02:06:07.4747917Z test_reference_numerics_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T02:06:07.4748117Z test_reference_numerics_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T02:06:07.4748347Z test_reference_numerics_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.084s) 2022-11-23T02:06:07.4748563Z test_reference_numerics_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T02:06:07.4748769Z test_reference_numerics_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.073s) 2022-11-23T02:06:07.4748988Z test_reference_numerics_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.074s) 2022-11-23T02:06:07.4749209Z test_reference_numerics_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.105s) 2022-11-23T02:06:07.4749427Z test_reference_numerics_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T02:06:07.4749642Z test_reference_numerics_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T02:06:07.4749857Z test_reference_numerics_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T02:06:07.4750080Z test_reference_numerics_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T02:06:07.4750290Z test_reference_numerics_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T02:06:07.4750505Z test_reference_numerics_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.090s) 2022-11-23T02:06:07.4750717Z test_reference_numerics_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T02:06:07.4750932Z test_reference_numerics_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.106s) 2022-11-23T02:06:07.4751151Z test_reference_numerics_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.086s) 2022-11-23T02:06:07.4751365Z test_reference_numerics_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.096s) 2022-11-23T02:06:07.4751671Z test_reference_numerics_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T02:06:07.4751981Z test_reference_numerics_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.045s) 2022-11-23T02:06:07.4752189Z test_reference_numerics_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.044s) 2022-11-23T02:06:07.4752616Z test_reference_numerics_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T02:06:07.4752852Z test_reference_numerics_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.045s) 2022-11-23T02:06:07.4753076Z test_reference_numerics_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.087s) 2022-11-23T02:06:07.4753293Z test_reference_numerics_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T02:06:07.4753513Z test_reference_numerics_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.105s) 2022-11-23T02:06:07.4753717Z test_reference_numerics_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.090s) 2022-11-23T02:06:07.4753935Z test_reference_numerics_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.108s) 2022-11-23T02:06:07.4754156Z test_reference_numerics_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T02:06:07.4754370Z test_reference_numerics_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T02:06:07.4754584Z test_reference_numerics_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.043s) 2022-11-23T02:06:07.4754797Z test_reference_numerics_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T02:06:07.4755086Z test_reference_numerics_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T02:06:07.4755314Z test_reference_numerics_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.115s) 2022-11-23T02:06:07.4755524Z test_reference_numerics_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.4755737Z test_reference_numerics_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.103s) 2022-11-23T02:06:07.4755953Z test_reference_numerics_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.100s) 2022-11-23T02:06:07.4756166Z test_reference_numerics_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.100s) 2022-11-23T02:06:07.4756377Z test_reference_numerics_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T02:06:07.4756588Z test_reference_numerics_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T02:06:07.4756798Z test_reference_numerics_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T02:06:07.4757006Z test_reference_numerics_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T02:06:07.4757209Z test_reference_numerics_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.4757415Z test_reference_numerics_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.030s) 2022-11-23T02:06:07.4757622Z test_reference_numerics_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T02:06:07.4757835Z test_reference_numerics_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-11-23T02:06:07.4758031Z test_reference_numerics_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.043s) 2022-11-23T02:06:07.4758240Z test_reference_numerics_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T02:06:07.4758543Z test_reference_numerics_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T02:06:07.4758766Z test_reference_numerics_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T02:06:07.4758969Z test_reference_numerics_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T02:06:07.4759286Z test_reference_numerics_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-11-23T02:06:07.4759609Z test_reference_numerics_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T02:06:07.4759917Z test_reference_numerics_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T02:06:07.4760119Z test_reference_numerics_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T02:06:07.4760330Z test_reference_numerics_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.120s) 2022-11-23T02:06:07.4760547Z test_reference_numerics_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.515s) 2022-11-23T02:06:07.4760789Z test_reference_numerics_pow_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:06:07.4761004Z test_reference_numerics_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.413s) 2022-11-23T02:06:07.4761213Z test_reference_numerics_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.145s) 2022-11-23T02:06:07.4761420Z test_reference_numerics_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.112s) 2022-11-23T02:06:07.4761628Z test_reference_numerics_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.157s) 2022-11-23T02:06:07.4761835Z test_reference_numerics_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.043s) 2022-11-23T02:06:07.4762041Z test_reference_numerics_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T02:06:07.4762246Z test_reference_numerics_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.065s) 2022-11-23T02:06:07.4762436Z test_reference_numerics_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.045s) 2022-11-23T02:06:07.4762710Z test_reference_numerics_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T02:06:07.4762974Z test_reference_numerics_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:06:07.4763198Z test_reference_numerics_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.164s) 2022-11-23T02:06:07.4763424Z test_reference_numerics_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.183s) 2022-11-23T02:06:07.4763645Z test_reference_numerics_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.214s) 2022-11-23T02:06:07.4763862Z test_reference_numerics_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.044s) 2022-11-23T02:06:07.4764079Z test_reference_numerics_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.055s) 2022-11-23T02:06:07.4764294Z test_reference_numerics_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.063s) 2022-11-23T02:06:07.4764511Z test_reference_numerics_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T02:06:07.4764724Z test_reference_numerics_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T02:06:07.4764956Z test_reference_numerics_small_values_add_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4765316Z test_reference_numerics_small_values_add_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.003s) 2022-11-23T02:06:07.4765564Z test_reference_numerics_small_values_add_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.079s) 2022-11-23T02:06:07.4765802Z test_reference_numerics_small_values_add_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.075s) 2022-11-23T02:06:07.4766147Z test_reference_numerics_small_values_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.068s) 2022-11-23T02:06:07.4766563Z test_reference_numerics_small_values_add_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4766915Z test_reference_numerics_small_values_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4767152Z test_reference_numerics_small_values_add_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4767378Z test_reference_numerics_small_values_add_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4767702Z test_reference_numerics_small_values_add_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4767918Z test_reference_numerics_small_values_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4768128Z test_reference_numerics_small_values_add_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4768344Z test_reference_numerics_small_values_add_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4768622Z test_reference_numerics_small_values_bitwise_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.000s) 2022-11-23T02:06:07.4768860Z test_reference_numerics_small_values_bitwise_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4769100Z test_reference_numerics_small_values_bitwise_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4769334Z test_reference_numerics_small_values_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4769570Z test_reference_numerics_small_values_bitwise_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4769796Z test_reference_numerics_small_values_bitwise_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4770069Z test_reference_numerics_small_values_bitwise_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.002s) 2022-11-23T02:06:07.4770367Z test_reference_numerics_small_values_bitwise_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4770618Z test_reference_numerics_small_values_bitwise_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4770845Z test_reference_numerics_small_values_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4771079Z test_reference_numerics_small_values_bitwise_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4771307Z test_reference_numerics_small_values_bitwise_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4771578Z test_reference_numerics_small_values_bitwise_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.003s) 2022-11-23T02:06:07.4771810Z test_reference_numerics_small_values_bitwise_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4772048Z test_reference_numerics_small_values_bitwise_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4772275Z test_reference_numerics_small_values_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4772592Z test_reference_numerics_small_values_bitwise_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4772830Z test_reference_numerics_small_values_bitwise_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4773075Z test_reference_numerics_small_values_clamp_max_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4773488Z test_reference_numerics_small_values_clamp_max_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-11-23T02:06:07.4773808Z test_reference_numerics_small_values_clamp_max_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4774055Z test_reference_numerics_small_values_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4774289Z test_reference_numerics_small_values_clamp_max_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4774509Z test_reference_numerics_small_values_clamp_max_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4774746Z test_reference_numerics_small_values_clamp_max_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4775548Z test_reference_numerics_small_values_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4775785Z test_reference_numerics_small_values_clamp_max_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4776014Z test_reference_numerics_small_values_clamp_max_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4776258Z test_reference_numerics_small_values_clamp_min_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4776541Z test_reference_numerics_small_values_clamp_min_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.002s) 2022-11-23T02:06:07.4776779Z test_reference_numerics_small_values_clamp_min_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4777019Z test_reference_numerics_small_values_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4777252Z test_reference_numerics_small_values_clamp_min_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4777486Z test_reference_numerics_small_values_clamp_min_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4777719Z test_reference_numerics_small_values_clamp_min_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4777947Z test_reference_numerics_small_values_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4778258Z test_reference_numerics_small_values_clamp_min_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4778502Z test_reference_numerics_small_values_clamp_min_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4778732Z test_reference_numerics_small_values_eq_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4779003Z test_reference_numerics_small_values_eq_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.002s) 2022-11-23T02:06:07.4779239Z test_reference_numerics_small_values_eq_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.066s) 2022-11-23T02:06:07.4779576Z test_reference_numerics_small_values_eq_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.068s) 2022-11-23T02:06:07.4779821Z test_reference_numerics_small_values_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-11-23T02:06:07.4780054Z test_reference_numerics_small_values_eq_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4780504Z test_reference_numerics_small_values_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4780745Z test_reference_numerics_small_values_eq_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4780957Z test_reference_numerics_small_values_eq_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4781181Z test_reference_numerics_small_values_eq_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4781399Z test_reference_numerics_small_values_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4781620Z test_reference_numerics_small_values_eq_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4781835Z test_reference_numerics_small_values_eq_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4782284Z test_reference_numerics_small_values_float_power_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:158: RuntimeWarning: divide by zero encountered in float_power 2022-11-23T02:06:07.4782415Z expected = op.ref(l_numpy, r_numpy) 2022-11-23T02:06:07.4782501Z ok (0.005s) 2022-11-23T02:06:07.4782776Z test_reference_numerics_small_values_float_power_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.002s) 2022-11-23T02:06:07.4783141Z test_reference_numerics_small_values_float_power_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:06:07.4783412Z test_reference_numerics_small_values_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:06:07.4783688Z test_reference_numerics_small_values_float_power_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4783938Z test_reference_numerics_small_values_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4784179Z test_reference_numerics_small_values_float_power_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4784419Z test_reference_numerics_small_values_float_power_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4784658Z test_reference_numerics_small_values_float_power_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.4784893Z test_reference_numerics_small_values_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4785130Z test_reference_numerics_small_values_float_power_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4785361Z test_reference_numerics_small_values_float_power_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T02:06:07.4785626Z test_reference_numerics_small_values_floor_divide_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:06:07.4785940Z test_reference_numerics_small_values_floor_divide_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4786264Z test_reference_numerics_small_values_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4786540Z test_reference_numerics_small_values_floor_divide_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4786791Z test_reference_numerics_small_values_floor_divide_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4787093Z test_reference_numerics_small_values_floor_divide_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4787497Z test_reference_numerics_small_values_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4787766Z test_reference_numerics_small_values_floor_divide_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:06:07.4788005Z test_reference_numerics_small_values_floor_divide_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4788240Z test_reference_numerics_small_values_fmod_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4788476Z test_reference_numerics_small_values_fmod_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4788711Z test_reference_numerics_small_values_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4788942Z test_reference_numerics_small_values_fmod_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4789171Z test_reference_numerics_small_values_fmod_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4789399Z test_reference_numerics_small_values_fmod_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4789628Z test_reference_numerics_small_values_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4789856Z test_reference_numerics_small_values_fmod_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4790105Z test_reference_numerics_small_values_fmod_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:06:07.4790329Z test_reference_numerics_small_values_gcd_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4790646Z test_reference_numerics_small_values_gcd_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4790860Z test_reference_numerics_small_values_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4791107Z test_reference_numerics_small_values_gcd_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.009s) 2022-11-23T02:06:07.4791322Z test_reference_numerics_small_values_gcd_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4791555Z test_reference_numerics_small_values_ge_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4791821Z test_reference_numerics_small_values_ge_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-11-23T02:06:07.4792049Z test_reference_numerics_small_values_ge_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4792279Z test_reference_numerics_small_values_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4792505Z test_reference_numerics_small_values_ge_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4792715Z test_reference_numerics_small_values_ge_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4792934Z test_reference_numerics_small_values_ge_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4793246Z test_reference_numerics_small_values_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4793555Z test_reference_numerics_small_values_ge_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4793785Z test_reference_numerics_small_values_ge_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4794220Z test_reference_numerics_small_values_gt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4794512Z test_reference_numerics_small_values_gt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.000s) 2022-11-23T02:06:07.4794796Z test_reference_numerics_small_values_gt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4795023Z test_reference_numerics_small_values_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4795249Z test_reference_numerics_small_values_gt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4795478Z test_reference_numerics_small_values_gt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4795699Z test_reference_numerics_small_values_gt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4795914Z test_reference_numerics_small_values_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4796134Z test_reference_numerics_small_values_gt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4796352Z test_reference_numerics_small_values_gt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4796598Z test_reference_numerics_small_values_heaviside_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4796875Z test_reference_numerics_small_values_heaviside_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.006s) 2022-11-23T02:06:07.4797116Z test_reference_numerics_small_values_heaviside_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4797358Z test_reference_numerics_small_values_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4797590Z test_reference_numerics_small_values_heaviside_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4797825Z test_reference_numerics_small_values_heaviside_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4798159Z test_reference_numerics_small_values_heaviside_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4798388Z test_reference_numerics_small_values_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4798605Z test_reference_numerics_small_values_heaviside_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4798830Z test_reference_numerics_small_values_heaviside_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4799071Z test_reference_numerics_small_values_isclose_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4799344Z test_reference_numerics_small_values_isclose_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.003s) 2022-11-23T02:06:07.4799588Z test_reference_numerics_small_values_isclose_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.064s) 2022-11-23T02:06:07.4799829Z test_reference_numerics_small_values_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.060s) 2022-11-23T02:06:07.4800161Z test_reference_numerics_small_values_isclose_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4800403Z test_reference_numerics_small_values_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4800629Z test_reference_numerics_small_values_isclose_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4801145Z test_reference_numerics_small_values_isclose_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4801405Z test_reference_numerics_small_values_isclose_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4801633Z test_reference_numerics_small_values_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4801866Z test_reference_numerics_small_values_isclose_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4802096Z test_reference_numerics_small_values_isclose_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T02:06:07.4802349Z test_reference_numerics_small_values_jiterator_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4802634Z test_reference_numerics_small_values_jiterator_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.002s) 2022-11-23T02:06:07.4802898Z test_reference_numerics_small_values_jiterator_binary_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.071s) 2022-11-23T02:06:07.4803153Z test_reference_numerics_small_values_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-11-23T02:06:07.4803403Z test_reference_numerics_small_values_jiterator_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4803644Z test_reference_numerics_small_values_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4803883Z test_reference_numerics_small_values_jiterator_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4804126Z test_reference_numerics_small_values_jiterator_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4804362Z test_reference_numerics_small_values_jiterator_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4804597Z test_reference_numerics_small_values_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4804840Z test_reference_numerics_small_values_jiterator_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4805071Z test_reference_numerics_small_values_jiterator_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4805340Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4805730Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.000s) 2022-11-23T02:06:07.4806006Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.100s) 2022-11-23T02:06:07.4806278Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-11-23T02:06:07.4806547Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4806902Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4807171Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4807437Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4807915Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4808209Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4808555Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4808829Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4809056Z test_reference_numerics_small_values_lcm_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4809280Z test_reference_numerics_small_values_lcm_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:06:07.4809493Z test_reference_numerics_small_values_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T02:06:07.4809718Z test_reference_numerics_small_values_lcm_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4809932Z test_reference_numerics_small_values_lcm_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4810159Z test_reference_numerics_small_values_le_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4810420Z test_reference_numerics_small_values_le_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.002s) 2022-11-23T02:06:07.4810651Z test_reference_numerics_small_values_le_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4810873Z test_reference_numerics_small_values_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4811098Z test_reference_numerics_small_values_le_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4811321Z test_reference_numerics_small_values_le_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4811540Z test_reference_numerics_small_values_le_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4811756Z test_reference_numerics_small_values_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4811961Z test_reference_numerics_small_values_le_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4812178Z test_reference_numerics_small_values_le_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4812427Z test_reference_numerics_small_values_logical_and_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4812704Z test_reference_numerics_small_values_logical_and_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.003s) 2022-11-23T02:06:07.4813042Z test_reference_numerics_small_values_logical_and_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.061s) 2022-11-23T02:06:07.4813290Z test_reference_numerics_small_values_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.060s) 2022-11-23T02:06:07.4813537Z test_reference_numerics_small_values_logical_and_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4813883Z test_reference_numerics_small_values_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4814133Z test_reference_numerics_small_values_logical_and_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4814369Z test_reference_numerics_small_values_logical_and_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4814839Z test_reference_numerics_small_values_logical_and_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4815088Z test_reference_numerics_small_values_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4815327Z test_reference_numerics_small_values_logical_and_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4815555Z test_reference_numerics_small_values_logical_and_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4815792Z test_reference_numerics_small_values_logical_or_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4816566Z test_reference_numerics_small_values_logical_or_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.002s) 2022-11-23T02:06:07.4816855Z test_reference_numerics_small_values_logical_or_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.054s) 2022-11-23T02:06:07.4817101Z test_reference_numerics_small_values_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.049s) 2022-11-23T02:06:07.4817346Z test_reference_numerics_small_values_logical_or_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4817588Z test_reference_numerics_small_values_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4817823Z test_reference_numerics_small_values_logical_or_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4818059Z test_reference_numerics_small_values_logical_or_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4818302Z test_reference_numerics_small_values_logical_or_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4818534Z test_reference_numerics_small_values_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4818771Z test_reference_numerics_small_values_logical_or_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4818987Z test_reference_numerics_small_values_logical_or_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4819233Z test_reference_numerics_small_values_logical_xor_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4819509Z test_reference_numerics_small_values_logical_xor_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.000s) 2022-11-23T02:06:07.4819756Z test_reference_numerics_small_values_logical_xor_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.073s) 2022-11-23T02:06:07.4820001Z test_reference_numerics_small_values_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.051s) 2022-11-23T02:06:07.4820244Z test_reference_numerics_small_values_logical_xor_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4820577Z test_reference_numerics_small_values_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4820934Z test_reference_numerics_small_values_logical_xor_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4821171Z test_reference_numerics_small_values_logical_xor_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4821635Z test_reference_numerics_small_values_logical_xor_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4821885Z test_reference_numerics_small_values_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4822126Z test_reference_numerics_small_values_logical_xor_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4822354Z test_reference_numerics_small_values_logical_xor_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4822584Z test_reference_numerics_small_values_lt_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4822852Z test_reference_numerics_small_values_lt_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.000s) 2022-11-23T02:06:07.4823082Z test_reference_numerics_small_values_lt_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4823309Z test_reference_numerics_small_values_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4823536Z test_reference_numerics_small_values_lt_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4823841Z test_reference_numerics_small_values_lt_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.4824076Z test_reference_numerics_small_values_lt_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4824288Z test_reference_numerics_small_values_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4824509Z test_reference_numerics_small_values_lt_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4824728Z test_reference_numerics_small_values_lt_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4824951Z test_reference_numerics_small_values_max_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4825224Z test_reference_numerics_small_values_max_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.000s) 2022-11-23T02:06:07.4825462Z test_reference_numerics_small_values_max_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4825705Z test_reference_numerics_small_values_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4825946Z test_reference_numerics_small_values_max_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4826179Z test_reference_numerics_small_values_max_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4826415Z test_reference_numerics_small_values_max_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T02:06:07.4826642Z test_reference_numerics_small_values_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4826874Z test_reference_numerics_small_values_max_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4827101Z test_reference_numerics_small_values_max_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4827442Z test_reference_numerics_small_values_maximum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4827723Z test_reference_numerics_small_values_maximum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.003s) 2022-11-23T02:06:07.4827961Z test_reference_numerics_small_values_maximum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4828516Z test_reference_numerics_small_values_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4828763Z test_reference_numerics_small_values_maximum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4828994Z test_reference_numerics_small_values_maximum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4829223Z test_reference_numerics_small_values_maximum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T02:06:07.4829452Z test_reference_numerics_small_values_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4829685Z test_reference_numerics_small_values_maximum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4829913Z test_reference_numerics_small_values_maximum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4830155Z test_reference_numerics_small_values_min_binary_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4830436Z test_reference_numerics_small_values_min_binary_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.001s) 2022-11-23T02:06:07.4830675Z test_reference_numerics_small_values_min_binary_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4830911Z test_reference_numerics_small_values_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4831134Z test_reference_numerics_small_values_min_binary_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4831448Z test_reference_numerics_small_values_min_binary_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4831697Z test_reference_numerics_small_values_min_binary_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4831927Z test_reference_numerics_small_values_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4832163Z test_reference_numerics_small_values_min_binary_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:06:07.4832391Z test_reference_numerics_small_values_min_binary_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4832621Z test_reference_numerics_small_values_minimum_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4832890Z test_reference_numerics_small_values_minimum_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.003s) 2022-11-23T02:06:07.4833129Z test_reference_numerics_small_values_minimum_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4833364Z test_reference_numerics_small_values_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4833593Z test_reference_numerics_small_values_minimum_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4833827Z test_reference_numerics_small_values_minimum_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4834057Z test_reference_numerics_small_values_minimum_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4834385Z test_reference_numerics_small_values_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4834628Z test_reference_numerics_small_values_minimum_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4834861Z test_reference_numerics_small_values_minimum_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4835278Z test_reference_numerics_small_values_ne_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4835596Z test_reference_numerics_small_values_ne_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Doesn't support bool! (0.000s) 2022-11-23T02:06:07.4835828Z test_reference_numerics_small_values_ne_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-11-23T02:06:07.4836159Z test_reference_numerics_small_values_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.053s) 2022-11-23T02:06:07.4836389Z test_reference_numerics_small_values_ne_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4836617Z test_reference_numerics_small_values_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4836845Z test_reference_numerics_small_values_ne_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4837070Z test_reference_numerics_small_values_ne_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4837274Z test_reference_numerics_small_values_ne_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4837485Z test_reference_numerics_small_values_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T02:06:07.4837709Z test_reference_numerics_small_values_ne_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4837924Z test_reference_numerics_small_values_ne_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:06:07.4838346Z test_reference_numerics_small_values_pow_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:158: RuntimeWarning: divide by zero encountered in power 2022-11-23T02:06:07.4838477Z expected = op.ref(l_numpy, r_numpy) 2022-11-23T02:06:07.4838563Z ok (0.003s) 2022-11-23T02:06:07.4838886Z test_reference_numerics_small_values_pow_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:06:07.4839157Z test_reference_numerics_small_values_pow_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:06:07.4839400Z test_reference_numerics_small_values_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:06:07.4839634Z test_reference_numerics_small_values_pow_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4839863Z test_reference_numerics_small_values_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4840093Z test_reference_numerics_small_values_pow_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4840343Z test_reference_numerics_small_values_pow_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.003s) 2022-11-23T02:06:07.4840589Z test_reference_numerics_small_values_pow_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.000s) 2022-11-23T02:06:07.4840827Z test_reference_numerics_small_values_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.006s) 2022-11-23T02:06:07.4841145Z test_reference_numerics_small_values_pow_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.000s) 2022-11-23T02:06:07.4841403Z test_reference_numerics_small_values_pow_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:06:07.4841645Z test_reference_numerics_small_values_remainder_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4841964Z test_reference_numerics_small_values_remainder_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4842366Z test_reference_numerics_small_values_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4842614Z test_reference_numerics_small_values_remainder_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4842850Z test_reference_numerics_small_values_remainder_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4843068Z test_reference_numerics_small_values_remainder_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4843296Z test_reference_numerics_small_values_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4843626Z test_reference_numerics_small_values_remainder_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4843884Z test_reference_numerics_small_values_remainder_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:06:07.4844119Z test_reference_numerics_small_values_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4844351Z test_reference_numerics_small_values_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.072s) 2022-11-23T02:06:07.4844590Z test_reference_numerics_small_values_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.071s) 2022-11-23T02:06:07.4844822Z test_reference_numerics_small_values_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.071s) 2022-11-23T02:06:07.4845050Z test_reference_numerics_small_values_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4845284Z test_reference_numerics_small_values_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4845511Z test_reference_numerics_small_values_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4845736Z test_reference_numerics_small_values_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4845955Z test_reference_numerics_small_values_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4846237Z test_reference_numerics_small_values_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4846479Z test_reference_numerics_small_values_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T02:06:07.4846730Z test_reference_numerics_small_values_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:06:07.4846942Z test_reference_numerics_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.138s) 2022-11-23T02:06:07.4847165Z test_reference_numerics_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... ok (0.171s) 2022-11-23T02:06:07.4847378Z test_reference_numerics_sub_cuda_complex32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.213s) 2022-11-23T02:06:07.4847596Z test_reference_numerics_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.175s) 2022-11-23T02:06:07.4847803Z test_reference_numerics_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.112s) 2022-11-23T02:06:07.4848105Z test_reference_numerics_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.088s) 2022-11-23T02:06:07.4848305Z test_reference_numerics_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.097s) 2022-11-23T02:06:07.4848510Z test_reference_numerics_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T02:06:07.4848782Z test_reference_numerics_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.044s) 2022-11-23T02:06:07.4849154Z test_reference_numerics_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.039s) 2022-11-23T02:06:07.4849371Z test_reference_numerics_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T02:06:07.4849602Z test_reference_numerics_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T02:06:07.4849825Z test_remainder_fmod_large_dividend_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4850049Z test_remainder_fmod_large_dividend_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4850246Z test_remainder_overflow_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:06:07.4850418Z test_rpow_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4850625Z test_scalar_support_add_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T02:06:07.4850831Z test_scalar_support_add_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T02:06:07.4851129Z test_scalar_support_add_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:06:07.4851342Z test_scalar_support_bitwise_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T02:06:07.4851553Z test_scalar_support_bitwise_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4851757Z test_scalar_support_bitwise_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4851968Z test_scalar_support_clamp_max_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4852181Z test_scalar_support_clamp_max_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4852388Z test_scalar_support_clamp_min_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4852574Z test_scalar_support_clamp_min_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4852786Z test_scalar_support_eq_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.048s) 2022-11-23T02:06:07.4852988Z test_scalar_support_eq_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T02:06:07.4853188Z test_scalar_support_eq_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T02:06:07.4853410Z test_scalar_support_float_power_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T02:06:07.4853628Z test_scalar_support_float_power_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T02:06:07.4853911Z test_scalar_support_float_power_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T02:06:07.4854144Z test_scalar_support_floor_divide_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T02:06:07.4854358Z test_scalar_support_floor_divide_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T02:06:07.4854562Z test_scalar_support_fmod_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T02:06:07.4854845Z test_scalar_support_fmod_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4855070Z test_scalar_support_gcd_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4855270Z test_scalar_support_ge_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T02:06:07.4855471Z test_scalar_support_ge_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T02:06:07.4855855Z test_scalar_support_gt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T02:06:07.4856089Z test_scalar_support_gt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T02:06:07.4856303Z test_scalar_support_heaviside_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4856515Z test_scalar_support_heaviside_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4856726Z test_scalar_support_isclose_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4856921Z test_scalar_support_isclose_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.4857128Z test_scalar_support_isclose_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4857361Z test_scalar_support_jiterator_binary_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.4857590Z test_scalar_support_jiterator_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4857816Z test_scalar_support_jiterator_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.4858068Z test_scalar_support_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4858314Z test_scalar_support_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.4858653Z test_scalar_support_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4858854Z test_scalar_support_lcm_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.4859059Z test_scalar_support_le_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T02:06:07.4859255Z test_scalar_support_le_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T02:06:07.4859476Z test_scalar_support_logical_and_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.4859697Z test_scalar_support_logical_and_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4859908Z test_scalar_support_logical_and_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4860125Z test_scalar_support_logical_or_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.4860338Z test_scalar_support_logical_or_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4860553Z test_scalar_support_logical_or_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.4860774Z test_scalar_support_logical_xor_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4860990Z test_scalar_support_logical_xor_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.4861202Z test_scalar_support_logical_xor_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4861474Z test_scalar_support_lt_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T02:06:07.4861766Z test_scalar_support_lt_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T02:06:07.4861988Z test_scalar_support_max_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4862198Z test_scalar_support_max_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4862479Z test_scalar_support_maximum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4862850Z test_scalar_support_maximum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4863075Z test_scalar_support_min_binary_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4863284Z test_scalar_support_min_binary_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:06:07.4863493Z test_scalar_support_minimum_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4863702Z test_scalar_support_minimum_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4863910Z test_scalar_support_ne_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.044s) 2022-11-23T02:06:07.4864110Z test_scalar_support_ne_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T02:06:07.4864307Z test_scalar_support_ne_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T02:06:07.4864517Z test_scalar_support_pow_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T02:06:07.4864719Z test_scalar_support_pow_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T02:06:07.4864919Z test_scalar_support_pow_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4865135Z test_scalar_support_remainder_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T02:06:07.4865344Z test_scalar_support_remainder_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:06:07.4865552Z test_scalar_support_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T02:06:07.4865757Z test_scalar_support_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.015s) 2022-11-23T02:06:07.4865943Z test_scalar_support_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:06:07.4866214Z test_signed_shift_cuda_int16 (__main__.TestBinaryUfuncsCUDA) 2022-11-23T02:06:07.4866405Z Ensure that signed integer bit shifting works as expected. ... ok (0.003s) 2022-11-23T02:06:07.4866576Z test_signed_shift_cuda_int32 (__main__.TestBinaryUfuncsCUDA) 2022-11-23T02:06:07.4866765Z Ensure that signed integer bit shifting works as expected. ... ok (0.003s) 2022-11-23T02:06:07.4866937Z test_signed_shift_cuda_int64 (__main__.TestBinaryUfuncsCUDA) 2022-11-23T02:06:07.4867121Z Ensure that signed integer bit shifting works as expected. ... ok (0.004s) 2022-11-23T02:06:07.4867295Z test_signed_shift_cuda_int8 (__main__.TestBinaryUfuncsCUDA) 2022-11-23T02:06:07.4867475Z Ensure that signed integer bit shifting works as expected. ... ok (0.003s) 2022-11-23T02:06:07.4867688Z test_sub_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T02:06:07.4867892Z test_sub_cuda_bool (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T02:06:07.4868109Z test_sub_cuda_complex128 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T02:06:07.4868341Z test_sub_cuda_complex64 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T02:06:07.4868644Z test_sub_cuda_float16 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T02:06:07.4868860Z test_sub_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T02:06:07.4869060Z test_sub_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T02:06:07.4869437Z test_sub_cuda_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T02:06:07.4869773Z test_sub_cuda_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T02:06:07.4869966Z test_sub_cuda_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.013s) 2022-11-23T02:06:07.4870168Z test_sub_cuda_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T02:06:07.4870372Z test_sub_cuda_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T02:06:07.4870554Z test_sub_typing_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.009s) 2022-11-23T02:06:07.4870946Z test_tensor_pow_tensor_cuda (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:1378: RuntimeWarning: invalid value encountered in power 2022-11-23T02:06:07.4871104Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-11-23T02:06:07.4871407Z C:\actions-runner\_work\pytorch\pytorch\test\test_binary_ufuncs.py:1378: RuntimeWarning: divide by zero encountered in power 2022-11-23T02:06:07.4871560Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-11-23T02:06:07.4871649Z ok (0.127s) 2022-11-23T02:06:07.4871832Z test_trapezoid_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.017s) 2022-11-23T02:06:07.4872033Z test_true_divide_out_cuda_bfloat16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:06:07.4872233Z test_true_divide_out_cuda_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4872436Z test_type_promotion___radd___cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T02:06:07.4872629Z test_type_promotion___rand___cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T02:06:07.4872853Z test_type_promotion___rdiv___cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.036s) 2022-11-23T02:06:07.4873051Z test_type_promotion___rmod___cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T02:06:07.4873245Z test_type_promotion___rmul___cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.046s) 2022-11-23T02:06:07.4873441Z test_type_promotion___ror___cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T02:06:07.4874050Z test_type_promotion___rpow___cuda (__main__.TestBinaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:849: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-11-23T02:06:07.4874337Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T02:06:07.4874406Z ok (0.046s) 2022-11-23T02:06:07.4874599Z test_type_promotion___rsub___cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T02:06:07.4874787Z test_type_promotion___rxor___cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T02:06:07.4875045Z test_type_promotion__refs__conversions_complex_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.032s) 2022-11-23T02:06:07.4875248Z test_type_promotion__refs_add_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.066s) 2022-11-23T02:06:07.4875548Z test_type_promotion__refs_atan2_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.062s) 2022-11-23T02:06:07.4875771Z test_type_promotion__refs_bitwise_and_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T02:06:07.4876003Z test_type_promotion__refs_bitwise_left_shift_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T02:06:07.4876356Z test_type_promotion__refs_bitwise_or_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T02:06:07.4876681Z test_type_promotion__refs_bitwise_right_shift_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T02:06:07.4876895Z test_type_promotion__refs_bitwise_xor_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T02:06:07.4877187Z test_type_promotion__refs_clamp_max_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T02:06:07.4877412Z test_type_promotion__refs_clamp_min_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.046s) 2022-11-23T02:06:07.4877643Z test_type_promotion__refs_copysign_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.029s) 2022-11-23T02:06:07.4877864Z test_type_promotion__refs_div_floor_rounding_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.048s) 2022-11-23T02:06:07.4878091Z test_type_promotion__refs_div_no_rounding_mode_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.060s) 2022-11-23T02:06:07.4878307Z test_type_promotion__refs_div_trunc_rounding_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.053s) 2022-11-23T02:06:07.4878506Z test_type_promotion__refs_eq_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.074s) 2022-11-23T02:06:07.4878744Z test_type_promotion__refs_float_power_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.024s) 2022-11-23T02:06:07.4878959Z test_type_promotion__refs_floor_divide_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.218s) 2022-11-23T02:06:07.4879148Z test_type_promotion__refs_fmax_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.060s) 2022-11-23T02:06:07.4879345Z test_type_promotion__refs_fmin_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.056s) 2022-11-23T02:06:07.4879539Z test_type_promotion__refs_fmod_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.055s) 2022-11-23T02:06:07.4879742Z test_type_promotion__refs_gcd_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.046s) 2022-11-23T02:06:07.4879941Z test_type_promotion__refs_ge_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.068s) 2022-11-23T02:06:07.4880131Z test_type_promotion__refs_gt_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.064s) 2022-11-23T02:06:07.4880343Z test_type_promotion__refs_heaviside_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.148s) 2022-11-23T02:06:07.4880543Z test_type_promotion__refs_hypot_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-11-23T02:06:07.4880753Z test_type_promotion__refs_igamma_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.038s) 2022-11-23T02:06:07.4880963Z test_type_promotion__refs_igammac_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T02:06:07.4881195Z test_type_promotion__refs_isclose_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.044s) 2022-11-23T02:06:07.4881394Z test_type_promotion__refs_lcm_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.060s) 2022-11-23T02:06:07.4881677Z test_type_promotion__refs_le_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.070s) 2022-11-23T02:06:07.4881892Z test_type_promotion__refs_logical_and_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.063s) 2022-11-23T02:06:07.4882100Z test_type_promotion__refs_logical_or_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.059s) 2022-11-23T02:06:07.4882403Z test_type_promotion__refs_logical_xor_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.049s) 2022-11-23T02:06:07.4882608Z test_type_promotion__refs_lt_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.059s) 2022-11-23T02:06:07.4882817Z test_type_promotion__refs_maximum_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.056s) 2022-11-23T02:06:07.4883131Z test_type_promotion__refs_minimum_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.057s) 2022-11-23T02:06:07.4883446Z test_type_promotion__refs_mul_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.072s) 2022-11-23T02:06:07.4883658Z test_type_promotion__refs_ne_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.050s) 2022-11-23T02:06:07.4883867Z test_type_promotion__refs_nextafter_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T02:06:07.4884066Z test_type_promotion__refs_pow_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.059s) 2022-11-23T02:06:07.4884305Z test_type_promotion__refs_remainder_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.055s) 2022-11-23T02:06:07.4884507Z test_type_promotion__refs_rsub_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.043s) 2022-11-23T02:06:07.4884816Z test_type_promotion__refs_special_xlog1py_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.056s) 2022-11-23T02:06:07.4885048Z test_type_promotion__refs_special_zeta_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (3.672s) 2022-11-23T02:06:07.4885249Z test_type_promotion__refs_sub_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.072s) 2022-11-23T02:06:07.4885460Z test_type_promotion__refs_true_divide_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.071s) 2022-11-23T02:06:07.4885666Z test_type_promotion__refs_xlogy_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T02:06:07.4885859Z test_type_promotion_add_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.046s) 2022-11-23T02:06:07.4886055Z test_type_promotion_atan2_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T02:06:07.4886285Z test_type_promotion_bitwise_and_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.030s) 2022-11-23T02:06:07.4886521Z test_type_promotion_bitwise_left_shift_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.016s) 2022-11-23T02:06:07.4886750Z test_type_promotion_bitwise_or_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.023s) 2022-11-23T02:06:07.4886990Z test_type_promotion_bitwise_right_shift_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.032s) 2022-11-23T02:06:07.4887219Z test_type_promotion_bitwise_xor_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.040s) 2022-11-23T02:06:07.4887446Z test_type_promotion_clamp_max_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.037s) 2022-11-23T02:06:07.4887664Z test_type_promotion_clamp_min_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.037s) 2022-11-23T02:06:07.4887873Z test_type_promotion_complex_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.022s) 2022-11-23T02:06:07.4888076Z test_type_promotion_copysign_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T02:06:07.4888291Z test_type_promotion_div_floor_rounding_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T02:06:07.4888511Z test_type_promotion_div_no_rounding_mode_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.041s) 2022-11-23T02:06:07.4888728Z test_type_promotion_div_trunc_rounding_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-11-23T02:06:07.4888920Z test_type_promotion_eq_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.045s) 2022-11-23T02:06:07.4889239Z test_type_promotion_float_power_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.029s) 2022-11-23T02:06:07.4889545Z test_type_promotion_floor_divide_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.044s) 2022-11-23T02:06:07.4889760Z test_type_promotion_fmax_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.016s) 2022-11-23T02:06:07.4890202Z test_type_promotion_fmin_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.030s) 2022-11-23T02:06:07.4890410Z test_type_promotion_fmod_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.044s) 2022-11-23T02:06:07.4890608Z test_type_promotion_gcd_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (1.368s) 2022-11-23T02:06:07.4890799Z test_type_promotion_ge_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T02:06:07.4890990Z test_type_promotion_gt_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T02:06:07.4891220Z test_type_promotion_heaviside_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.028s) 2022-11-23T02:06:07.4891420Z test_type_promotion_hypot_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T02:06:07.4891617Z test_type_promotion_igamma_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T02:06:07.4891822Z test_type_promotion_igammac_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T02:06:07.4892046Z test_type_promotion_isclose_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.018s) 2022-11-23T02:06:07.4892245Z test_type_promotion_jiterator_binary_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (3.271s) 2022-11-23T02:06:07.4892563Z test_type_promotion_jiterator_binary_return_by_ref_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (3.088s) 2022-11-23T02:06:07.4892775Z test_type_promotion_lcm_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (1.416s) 2022-11-23T02:06:07.4892972Z test_type_promotion_ldexp_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.047s) 2022-11-23T02:06:07.4893161Z test_type_promotion_le_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.043s) 2022-11-23T02:06:07.4893370Z test_type_promotion_logical_and_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T02:06:07.4893575Z test_type_promotion_logical_or_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T02:06:07.4893778Z test_type_promotion_logical_xor_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.043s) 2022-11-23T02:06:07.4893966Z test_type_promotion_lt_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T02:06:07.4894195Z test_type_promotion_max_binary_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.033s) 2022-11-23T02:06:07.4894423Z test_type_promotion_maximum_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.027s) 2022-11-23T02:06:07.4894650Z test_type_promotion_min_binary_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.041s) 2022-11-23T02:06:07.4894870Z test_type_promotion_minimum_cuda (__main__.TestBinaryUfuncsCUDA) ... expected failure (0.038s) 2022-11-23T02:06:07.4895065Z test_type_promotion_mul_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T02:06:07.4895256Z test_type_promotion_ne_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.040s) 2022-11-23T02:06:07.4895459Z test_type_promotion_nextafter_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.037s) 2022-11-23T02:06:07.4895673Z test_type_promotion_polar_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipped! (0.023s) 2022-11-23T02:06:07.4895929Z test_type_promotion_pow_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.050s) 2022-11-23T02:06:07.4896170Z test_type_promotion_remainder_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.042s) 2022-11-23T02:06:07.4896354Z test_type_promotion_rsub_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.034s) 2022-11-23T02:06:07.4896592Z test_type_promotion_special_chebyshev_polynomial_t_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (3.151s) 2022-11-23T02:06:07.4897062Z test_type_promotion_special_chebyshev_polynomial_u_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (3.551s) 2022-11-23T02:06:07.4897986Z test_type_promotion_special_chebyshev_polynomial_v_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.021s) 2022-11-23T02:06:07.4898309Z test_type_promotion_special_chebyshev_polynomial_w_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.017s) 2022-11-23T02:06:07.4898546Z test_type_promotion_special_hermite_polynomial_h_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (1.670s) 2022-11-23T02:06:07.4898790Z test_type_promotion_special_hermite_polynomial_he_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (1.733s) 2022-11-23T02:06:07.4899033Z test_type_promotion_special_laguerre_polynomial_l_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (1.974s) 2022-11-23T02:06:07.4899352Z test_type_promotion_special_legendre_polynomial_p_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.014s) 2022-11-23T02:06:07.4899690Z test_type_promotion_special_shifted_chebyshev_polynomial_t_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T02:06:07.4900017Z test_type_promotion_special_shifted_chebyshev_polynomial_u_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.021s) 2022-11-23T02:06:07.4900347Z test_type_promotion_special_shifted_chebyshev_polynomial_v_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.018s) 2022-11-23T02:06:07.4900753Z test_type_promotion_special_shifted_chebyshev_polynomial_w_cuda (__main__.TestBinaryUfuncsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.015s) 2022-11-23T02:06:07.4900985Z test_type_promotion_special_xlog1py_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T02:06:07.4901193Z test_type_promotion_special_zeta_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (2.934s) 2022-11-23T02:06:07.4901392Z test_type_promotion_sub_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T02:06:07.4901595Z test_type_promotion_true_divide_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T02:06:07.4901796Z test_type_promotion_xlogy_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T02:06:07.4901996Z test_xlogy_xlog1py_bfloat16_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:06:07.4902195Z test_xlogy_xlog1py_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T02:06:07.4902399Z test_xlogy_xlog1py_cuda_bool_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T02:06:07.4902600Z test_xlogy_xlog1py_cuda_bool_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T02:06:07.4902900Z test_xlogy_xlog1py_cuda_bool_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T02:06:07.4903110Z test_xlogy_xlog1py_cuda_bool_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T02:06:07.4903308Z test_xlogy_xlog1py_cuda_bool_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T02:06:07.4903539Z test_xlogy_xlog1py_cuda_bool_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T02:06:07.4903910Z test_xlogy_xlog1py_cuda_bool_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T02:06:07.4904118Z test_xlogy_xlog1py_cuda_bool_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T02:06:07.4904319Z test_xlogy_xlog1py_cuda_float16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T02:06:07.4904528Z test_xlogy_xlog1py_cuda_float16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T02:06:07.4904734Z test_xlogy_xlog1py_cuda_float16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T02:06:07.4904937Z test_xlogy_xlog1py_cuda_float16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T02:06:07.4905137Z test_xlogy_xlog1py_cuda_float16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T02:06:07.4905438Z test_xlogy_xlog1py_cuda_float16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T02:06:07.4905639Z test_xlogy_xlog1py_cuda_float16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T02:06:07.4905838Z test_xlogy_xlog1py_cuda_float16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T02:06:07.4906038Z test_xlogy_xlog1py_cuda_float16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T02:06:07.4906237Z test_xlogy_xlog1py_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T02:06:07.4906445Z test_xlogy_xlog1py_cuda_float32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T02:06:07.4906645Z test_xlogy_xlog1py_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T02:06:07.4906848Z test_xlogy_xlog1py_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T02:06:07.4907050Z test_xlogy_xlog1py_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T02:06:07.4907250Z test_xlogy_xlog1py_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T02:06:07.4907450Z test_xlogy_xlog1py_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T02:06:07.4907637Z test_xlogy_xlog1py_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T02:06:07.4907835Z test_xlogy_xlog1py_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T02:06:07.4908106Z test_xlogy_xlog1py_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.020s) 2022-11-23T02:06:07.4908326Z test_xlogy_xlog1py_cuda_float64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T02:06:07.4908530Z test_xlogy_xlog1py_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T02:06:07.4908731Z test_xlogy_xlog1py_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:06:07.4908932Z test_xlogy_xlog1py_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T02:06:07.4909130Z test_xlogy_xlog1py_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T02:06:07.4909329Z test_xlogy_xlog1py_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T02:06:07.4909525Z test_xlogy_xlog1py_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T02:06:07.4909815Z test_xlogy_xlog1py_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T02:06:07.4910029Z test_xlogy_xlog1py_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T02:06:07.4910225Z test_xlogy_xlog1py_cuda_int16_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T02:06:07.4910422Z test_xlogy_xlog1py_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T02:06:07.4910618Z test_xlogy_xlog1py_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T02:06:07.4911019Z test_xlogy_xlog1py_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T02:06:07.4911242Z test_xlogy_xlog1py_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T02:06:07.4911431Z test_xlogy_xlog1py_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T02:06:07.4911627Z test_xlogy_xlog1py_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T02:06:07.4911798Z test_xlogy_xlog1py_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T02:06:07.4911997Z test_xlogy_xlog1py_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T02:06:07.4912195Z test_xlogy_xlog1py_cuda_int32_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T02:06:07.4912391Z test_xlogy_xlog1py_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T02:06:07.4912587Z test_xlogy_xlog1py_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T02:06:07.4912884Z test_xlogy_xlog1py_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T02:06:07.4913074Z test_xlogy_xlog1py_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T02:06:07.4913261Z test_xlogy_xlog1py_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T02:06:07.4913456Z test_xlogy_xlog1py_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T02:06:07.4913644Z test_xlogy_xlog1py_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T02:06:07.4913838Z test_xlogy_xlog1py_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T02:06:07.4914037Z test_xlogy_xlog1py_cuda_int64_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T02:06:07.4914235Z test_xlogy_xlog1py_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T02:06:07.4914435Z test_xlogy_xlog1py_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T02:06:07.4914631Z test_xlogy_xlog1py_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T02:06:07.4914824Z test_xlogy_xlog1py_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T02:06:07.4915011Z test_xlogy_xlog1py_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T02:06:07.4915209Z test_xlogy_xlog1py_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T02:06:07.4915452Z test_xlogy_xlog1py_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T02:06:07.4915667Z test_xlogy_xlog1py_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.016s) 2022-11-23T02:06:07.4915868Z test_xlogy_xlog1py_cuda_int8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.033s) 2022-11-23T02:06:07.4916066Z test_xlogy_xlog1py_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.031s) 2022-11-23T02:06:07.4916269Z test_xlogy_xlog1py_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T02:06:07.4916468Z test_xlogy_xlog1py_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T02:06:07.4916660Z test_xlogy_xlog1py_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T02:06:07.4916945Z test_xlogy_xlog1py_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.029s) 2022-11-23T02:06:07.4917153Z test_xlogy_xlog1py_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T02:06:07.4917346Z test_xlogy_xlog1py_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.021s) 2022-11-23T02:06:07.4917536Z test_xlogy_xlog1py_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... ok (0.026s) 2022-11-23T02:06:07.4917945Z test_xlogy_xlog1py_cuda_uint8_float16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.032s) 2022-11-23T02:06:07.4918338Z test_xlogy_xlog1py_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.036s) 2022-11-23T02:06:07.4918556Z test_xlogy_xlog1py_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.023s) 2022-11-23T02:06:07.4918754Z test_xlogy_xlog1py_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... ok (0.024s) 2022-11-23T02:06:07.4918946Z test_xlogy_xlog1py_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... ok (0.025s) 2022-11-23T02:06:07.4919135Z test_xlogy_xlog1py_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T02:06:07.4919332Z test_xlogy_xlog1py_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T02:06:07.4919523Z test_xlogy_xlog1py_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... ok (0.022s) 2022-11-23T02:06:07.4919718Z test_xlogy_xlog1py_gradients_cuda_float64 (__main__.TestBinaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:06:07.4919938Z test_xlogy_xlog1py_scalar_type_promotion_cuda (__main__.TestBinaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:06:07.4920216Z test_zeta_cuda_bool_bool (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:06:07.4920609Z test_zeta_cuda_bool_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:06:07.4920887Z test_zeta_cuda_bool_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:06:07.4921159Z test_zeta_cuda_bool_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:06:07.4921433Z test_zeta_cuda_bool_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:06:07.4921695Z test_zeta_cuda_bool_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.014s) 2022-11-23T02:06:07.4921961Z test_zeta_cuda_bool_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:06:07.4922224Z test_zeta_cuda_bool_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:06:07.4922494Z test_zeta_cuda_float32_bool (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:06:07.4922773Z test_zeta_cuda_float32_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T02:06:07.4923118Z test_zeta_cuda_float32_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:06:07.4923402Z test_zeta_cuda_float32_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:06:07.4923675Z test_zeta_cuda_float32_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:06:07.4923951Z test_zeta_cuda_float32_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:06:07.4924313Z test_zeta_cuda_float32_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:06:07.4924595Z test_zeta_cuda_float32_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:06:07.4924992Z test_zeta_cuda_float64_bool (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:06:07.4925385Z test_zeta_cuda_float64_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:06:07.4925674Z test_zeta_cuda_float64_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:06:07.4925945Z test_zeta_cuda_float64_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:06:07.4926218Z test_zeta_cuda_float64_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:06:07.4926490Z test_zeta_cuda_float64_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:06:07.4926762Z test_zeta_cuda_float64_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:06:07.4927029Z test_zeta_cuda_float64_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:06:07.4927397Z test_zeta_cuda_int16_bool (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:06:07.4927669Z test_zeta_cuda_int16_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:06:07.4927933Z test_zeta_cuda_int16_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:06:07.4928205Z test_zeta_cuda_int16_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.014s) 2022-11-23T02:06:07.4928475Z test_zeta_cuda_int16_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:06:07.4928736Z test_zeta_cuda_int16_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:06:07.4929007Z test_zeta_cuda_int16_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T02:06:07.4929266Z test_zeta_cuda_int16_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:06:07.4929528Z test_zeta_cuda_int32_bool (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:06:07.4929867Z test_zeta_cuda_int32_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:06:07.4930139Z test_zeta_cuda_int32_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:06:07.4930405Z test_zeta_cuda_int32_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:06:07.4930669Z test_zeta_cuda_int32_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T02:06:07.4931027Z test_zeta_cuda_int32_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:06:07.4931302Z test_zeta_cuda_int32_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:06:07.4931562Z test_zeta_cuda_int32_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:06:07.4932067Z test_zeta_cuda_int64_bool (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.009s) 2022-11-23T02:06:07.4932354Z test_zeta_cuda_int64_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T02:06:07.4932630Z test_zeta_cuda_int64_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:06:07.4932893Z test_zeta_cuda_int64_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:06:07.4933152Z test_zeta_cuda_int64_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T02:06:07.4933413Z test_zeta_cuda_int64_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:06:07.4933678Z test_zeta_cuda_int64_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T02:06:07.4933933Z test_zeta_cuda_int64_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T02:06:07.4934299Z test_zeta_cuda_int8_bool (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.007s) 2022-11-23T02:06:07.4934569Z test_zeta_cuda_int8_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T02:06:07.4934838Z test_zeta_cuda_int8_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:06:07.4935100Z test_zeta_cuda_int8_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:06:07.4935360Z test_zeta_cuda_int8_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:06:07.4935617Z test_zeta_cuda_int8_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:06:07.4935887Z test_zeta_cuda_int8_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:06:07.4936143Z test_zeta_cuda_int8_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:06:07.4936404Z test_zeta_cuda_uint8_bool (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:06:07.4937168Z test_zeta_cuda_uint8_float32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:06:07.4937487Z test_zeta_cuda_uint8_float64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:06:07.4937855Z test_zeta_cuda_uint8_int16 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:06:07.4938134Z test_zeta_cuda_uint8_int32 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T02:06:07.4938396Z test_zeta_cuda_uint8_int64 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:06:07.4938869Z test_zeta_cuda_uint8_int8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T02:06:07.4939147Z test_zeta_cuda_uint8_uint8 (__main__.TestBinaryUfuncsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:06:07.4939163Z 2022-11-23T02:06:07.4939354Z ---------------------------------------------------------------------- 2022-11-23T02:06:07.4939460Z Ran 8341 tests in 437.875s 2022-11-23T02:06:07.4939468Z 2022-11-23T02:06:07.4939596Z OK (skipped=644, expected failures=24) 2022-11-23T02:06:07.4939604Z 2022-11-23T02:06:07.4939722Z Generating XML reports... 2022-11-23T02:06:07.4940033Z Generated XML report: test-reports\python-unittest\test_binary_ufuncs\TEST-TestBinaryUfuncsCUDA-20221123015846.xml 2022-11-23T02:06:07.4940041Z 2022-11-23T02:06:07.4940484Z ##[endgroup] 2022-11-23T02:06:07.4940804Z FINISHED PRINTING LOG FILE of test_binary_ufuncs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_binary_ufuncs_25x00aj2) 2022-11-23T02:06:07.4940812Z 2022-11-23T02:06:11.7285062Z Running test_jiterator ... [2022-11-23 02:06:11.722310] 2022-11-23T02:06:11.7292673Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jiterator.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:06:11.722310] 2022-11-23T02:06:11.7294769Z Ignoring disabled issues: [] 2022-11-23T02:07:35.0647777Z 2022-11-23T02:07:35.0648735Z Expand the folded group to see the log file of test_jiterator 2022-11-23T02:07:35.0653407Z ##[group]PRINTING LOG FILE of test_jiterator (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jiterator_gnh8fuqf) 2022-11-23T02:07:35.0656779Z 2022-11-23T02:07:35.0658012Z Running tests... 2022-11-23T02:07:35.0658508Z ---------------------------------------------------------------------- 2022-11-23T02:07:35.0658967Z Test results will be stored in test-reports\python-unittest\test_jiterator 2022-11-23T02:07:35.0659707Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (2.137s) 2022-11-23T02:07:35.0660705Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (1.002s) 2022-11-23T02:07:35.0661772Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.552s) 2022-11-23T02:07:35.0662896Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.451s) 2022-11-23T02:07:35.0664002Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0665057Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.441s) 2022-11-23T02:07:35.0666047Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.586s) 2022-11-23T02:07:35.0667248Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.006s) 2022-11-23T02:07:35.0668289Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T02:07:35.0669046Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T02:07:35.0669887Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_bfloat16_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.011s) 2022-11-23T02:07:35.0670441Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0671216Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.626s) 2022-11-23T02:07:35.0671794Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.006s) 2022-11-23T02:07:35.0672568Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T02:07:35.0673522Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T02:07:35.0674531Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T02:07:35.0675532Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.012s) 2022-11-23T02:07:35.0676445Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0677509Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0678598Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0679876Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex128_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0680878Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0681863Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0682852Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.451s) 2022-11-23T02:07:35.0683875Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.013s) 2022-11-23T02:07:35.0684986Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0686058Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T02:07:35.0687016Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0688143Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T02:07:35.0689091Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0690037Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T02:07:35.0690782Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_complex64_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0691431Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T02:07:35.0691992Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0692777Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T02:07:35.0693340Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.280s) 2022-11-23T02:07:35.0693877Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T02:07:35.0694415Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0694927Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.474s) 2022-11-23T02:07:35.0695463Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T02:07:35.0695992Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0696521Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T02:07:35.0697182Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float16_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0697713Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T02:07:35.0698254Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0698916Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0699468Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T02:07:35.0700236Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.241s) 2022-11-23T02:07:35.0700788Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0701319Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0701850Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0702460Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0703007Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-11-23T02:07:35.0703535Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float32_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-11-23T02:07:35.0704073Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0704617Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T02:07:35.0705161Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.006s) 2022-11-23T02:07:35.0705688Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T02:07:35.0706344Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T02:07:35.0706877Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.265s) 2022-11-23T02:07:35.0707634Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T02:07:35.0708168Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0708731Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T02:07:35.0709262Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0709786Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_float64_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0710416Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0710935Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0711468Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0711998Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0712526Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0713053Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0713704Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.242s) 2022-11-23T02:07:35.0714231Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.447s) 2022-11-23T02:07:35.0715003Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.480s) 2022-11-23T02:07:35.0715610Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.445s) 2022-11-23T02:07:35.0716151Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int16_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T02:07:35.0716760Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0717307Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T02:07:35.0717845Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0718386Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0718907Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0719417Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0719940Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0720467Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.229s) 2022-11-23T02:07:35.0721104Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0721672Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0722381Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int32_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0722912Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0723562Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T02:07:35.0724097Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0724613Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T02:07:35.0725141Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-11-23T02:07:35.0725665Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0726188Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0726715Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T02:07:35.0727232Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.267s) 2022-11-23T02:07:35.0727749Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.006s) 2022-11-23T02:07:35.0728463Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int64_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0729142Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0729760Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-11-23T02:07:35.0730301Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0730835Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T02:07:35.0731363Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.006s) 2022-11-23T02:07:35.0731891Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T02:07:35.0732408Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T02:07:35.0732923Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.010s) 2022-11-23T02:07:35.0733434Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T02:07:35.0733954Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.259s) 2022-11-23T02:07:35.0734481Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_int8_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T02:07:35.0734990Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.005s) 2022-11-23T02:07:35.0735655Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0736426Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.006s) 2022-11-23T02:07:35.0737071Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T02:07:35.0737598Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T02:07:35.0738132Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T02:07:35.0738651Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T02:07:35.0739174Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T02:07:35.0739698Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T02:07:35.0740201Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T02:07:35.0740721Z test_all_dtype_contiguous_shape_strides_(([3, 3], [3, 1]), ([3, 3], [3, 1]))_cuda_uint8_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.281s) 2022-11-23T02:07:35.0741344Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (1.829s) 2022-11-23T02:07:35.0741928Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (4.505s) 2022-11-23T02:07:35.0742596Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (4.322s) 2022-11-23T02:07:35.0743162Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_float16 (__main__.TestPythonJiteratorCUDA) ... ok (5.473s) 2022-11-23T02:07:35.0743933Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0744497Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_float64 (__main__.TestPythonJiteratorCUDA) ... ok (5.540s) 2022-11-23T02:07:35.0745034Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_int16 (__main__.TestPythonJiteratorCUDA) ... ok (4.031s) 2022-11-23T02:07:35.0745581Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0746113Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0746663Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0747203Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_bfloat16_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0747760Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-11-23T02:07:35.0748329Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (2.360s) 2022-11-23T02:07:35.0748896Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T02:07:35.0749570Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T02:07:35.0750237Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T02:07:35.0750881Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0751559Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-11-23T02:07:35.0752105Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0752663Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T02:07:35.0753210Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.006s) 2022-11-23T02:07:35.0753756Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex128_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T02:07:35.0754385Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T02:07:35.0754962Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.012s) 2022-11-23T02:07:35.0755528Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (2.253s) 2022-11-23T02:07:35.0756092Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-11-23T02:07:35.0756645Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0757285Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T02:07:35.0757827Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.006s) 2022-11-23T02:07:35.0758604Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T02:07:35.0759158Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T02:07:35.0759701Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.010s) 2022-11-23T02:07:35.0760240Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_complex64_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T02:07:35.0760786Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T02:07:35.0761347Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.010s) 2022-11-23T02:07:35.0761909Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T02:07:35.0762562Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_float16 (__main__.TestPythonJiteratorCUDA) ... ok (1.766s) 2022-11-23T02:07:35.0763089Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0763635Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0764229Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_int16 (__main__.TestPythonJiteratorCUDA) ... ok (3.494s) 2022-11-23T02:07:35.0764815Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0765469Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0766148Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0766684Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float16_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0767315Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0767894Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0768449Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0768980Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0769521Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_float32 (__main__.TestPythonJiteratorCUDA) ... ok (1.797s) 2022-11-23T02:07:35.0770048Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0770593Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T02:07:35.0771126Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0771775Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0772327Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0773090Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float32_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0773650Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0774191Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T02:07:35.0774746Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0775399Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.006s) 2022-11-23T02:07:35.0775943Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T02:07:35.0776484Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_float64 (__main__.TestPythonJiteratorCUDA) ... ok (1.707s) 2022-11-23T02:07:35.0777030Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-11-23T02:07:35.0777567Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0778103Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.006s) 2022-11-23T02:07:35.0778642Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T02:07:35.0779298Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_float64_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T02:07:35.0779961Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T02:07:35.0780697Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.012s) 2022-11-23T02:07:35.0781252Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0781798Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0782335Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0782869Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0783406Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_int16 (__main__.TestPythonJiteratorCUDA) ... ok (1.695s) 2022-11-23T02:07:35.0783940Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_int32 (__main__.TestPythonJiteratorCUDA) ... ok (5.438s) 2022-11-23T02:07:35.0784462Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_int64 (__main__.TestPythonJiteratorCUDA) ... ok (5.710s) 2022-11-23T02:07:35.0784972Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_int8 (__main__.TestPythonJiteratorCUDA) ... ok (3.376s) 2022-11-23T02:07:35.0785502Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int16_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.010s) 2022-11-23T02:07:35.0786118Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0786698Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0787427Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T02:07:35.0788114Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0788652Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0789186Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0789725Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0790254Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_int32 (__main__.TestPythonJiteratorCUDA) ... ok (1.916s) 2022-11-23T02:07:35.0790755Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0791288Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T02:07:35.0791823Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int32_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.006s) 2022-11-23T02:07:35.0792364Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T02:07:35.0792985Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T02:07:35.0793658Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.011s) 2022-11-23T02:07:35.0794205Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0794974Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0795519Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0796056Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0796573Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0797099Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_int64 (__main__.TestPythonJiteratorCUDA) ... ok (1.816s) 2022-11-23T02:07:35.0797633Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0798163Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int64_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T02:07:35.0798697Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.006s) 2022-11-23T02:07:35.0799240Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T02:07:35.0799789Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T02:07:35.0800330Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.010s) 2022-11-23T02:07:35.0801915Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T02:07:35.0802580Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T02:07:35.0803118Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T02:07:35.0803652Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0804183Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0804706Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_int8 (__main__.TestPythonJiteratorCUDA) ... ok (1.766s) 2022-11-23T02:07:35.0805244Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_int8_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0805782Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0806436Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_complex128 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0807011Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_complex64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0807540Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0808194Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0808949Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0809501Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_int16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0810037Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_int32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0810562Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_int64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0811086Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_int8 (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-11-23T02:07:35.0811628Z test_all_dtype_noncontiguous_shape_strides_(([3, 3], [1, 3]), ([3, 1], [1, 3]))_cuda_uint8_uint8 (__main__.TestPythonJiteratorCUDA) ... ok (1.760s) 2022-11-23T02:07:35.0812117Z test_bool_extra_args_is_train_False_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.235s) 2022-11-23T02:07:35.0812555Z test_bool_extra_args_is_train_True_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0813035Z test_extra_args_alpha_-1_beta_-4_2_cuda_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.247s) 2022-11-23T02:07:35.0813519Z test_extra_args_alpha_-1_beta_-4_2_cuda_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.241s) 2022-11-23T02:07:35.0813996Z test_extra_args_alpha_-1_beta_-4_2_cuda_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.249s) 2022-11-23T02:07:35.0814461Z test_extra_args_alpha_-1_beta_-4_2_cuda_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.247s) 2022-11-23T02:07:35.0815165Z test_extra_args_alpha_-1_beta_3_cuda_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T02:07:35.0815629Z test_extra_args_alpha_-1_beta_3_cuda_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.012s) 2022-11-23T02:07:35.0816307Z test_extra_args_alpha_-1_beta_3_cuda_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0816769Z test_extra_args_alpha_-1_beta_3_cuda_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T02:07:35.0817238Z test_extra_args_alpha_-1_beta_None_cuda_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0817720Z test_extra_args_alpha_-1_beta_None_cuda_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T02:07:35.0818191Z test_extra_args_alpha_-1_beta_None_cuda_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0818662Z test_extra_args_alpha_-1_beta_None_cuda_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T02:07:35.0819136Z test_extra_args_alpha_2_0_beta_-4_2_cuda_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.237s) 2022-11-23T02:07:35.0819593Z test_extra_args_alpha_2_0_beta_-4_2_cuda_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.253s) 2022-11-23T02:07:35.0820065Z test_extra_args_alpha_2_0_beta_-4_2_cuda_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.234s) 2022-11-23T02:07:35.0820528Z test_extra_args_alpha_2_0_beta_-4_2_cuda_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.251s) 2022-11-23T02:07:35.0821072Z test_extra_args_alpha_2_0_beta_3_cuda_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.285s) 2022-11-23T02:07:35.0821554Z test_extra_args_alpha_2_0_beta_3_cuda_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.268s) 2022-11-23T02:07:35.0822116Z test_extra_args_alpha_2_0_beta_3_cuda_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.288s) 2022-11-23T02:07:35.0822585Z test_extra_args_alpha_2_0_beta_3_cuda_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.229s) 2022-11-23T02:07:35.0823107Z test_extra_args_alpha_2_0_beta_None_cuda_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.012s) 2022-11-23T02:07:35.0823762Z test_extra_args_alpha_2_0_beta_None_cuda_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.005s) 2022-11-23T02:07:35.0824234Z test_extra_args_alpha_2_0_beta_None_cuda_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.005s) 2022-11-23T02:07:35.0824696Z test_extra_args_alpha_2_0_beta_None_cuda_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.005s) 2022-11-23T02:07:35.0825169Z test_extra_args_alpha_None_beta_-4_2_cuda_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.005s) 2022-11-23T02:07:35.0825652Z test_extra_args_alpha_None_beta_-4_2_cuda_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.005s) 2022-11-23T02:07:35.0826126Z test_extra_args_alpha_None_beta_-4_2_cuda_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T02:07:35.0826595Z test_extra_args_alpha_None_beta_-4_2_cuda_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.005s) 2022-11-23T02:07:35.0827056Z test_extra_args_alpha_None_beta_3_cuda_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T02:07:35.0827529Z test_extra_args_alpha_None_beta_3_cuda_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.005s) 2022-11-23T02:07:35.0827989Z test_extra_args_alpha_None_beta_3_cuda_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.000s) 2022-11-23T02:07:35.0828452Z test_extra_args_alpha_None_beta_3_cuda_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.007s) 2022-11-23T02:07:35.0828923Z test_extra_args_alpha_None_beta_None_cuda_bfloat16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0829503Z test_extra_args_alpha_None_beta_None_cuda_float16 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0829980Z test_extra_args_alpha_None_beta_None_cuda_float32 (__main__.TestPythonJiteratorCUDA) ... ok (0.004s) 2022-11-23T02:07:35.0830636Z test_extra_args_alpha_None_beta_None_cuda_float64 (__main__.TestPythonJiteratorCUDA) ... ok (0.003s) 2022-11-23T02:07:35.0831298Z test_invalid_function_name_code_string_template T my _kernel(T x) { return x; }_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.002s) 2022-11-23T02:07:35.0831892Z test_invalid_function_name_code_string_template Tmy_kernel(T x) { return x; }_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.001s) 2022-11-23T02:07:35.0832399Z test_multiple_functors_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.253s) 2022-11-23T02:07:35.0832847Z test_various_num_inputs_num_inputs_1_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.224s) 2022-11-23T02:07:35.0833296Z test_various_num_inputs_num_inputs_5_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.246s) 2022-11-23T02:07:35.0833738Z test_various_num_inputs_num_inputs_8_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.269s) 2022-11-23T02:07:35.0834183Z test_various_num_outputs_num_outputs_1_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.241s) 2022-11-23T02:07:35.0834645Z test_various_num_outputs_num_outputs_4_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.267s) 2022-11-23T02:07:35.0835091Z test_various_num_outputs_num_outputs_8_cuda (__main__.TestPythonJiteratorCUDA) ... ok (0.304s) 2022-11-23T02:07:35.0835346Z 2022-11-23T02:07:35.0835544Z ---------------------------------------------------------------------- 2022-11-23T02:07:35.0835861Z Ran 289 tests in 78.578s 2022-11-23T02:07:35.0836008Z 2022-11-23T02:07:35.0836084Z OK 2022-11-23T02:07:35.0836201Z 2022-11-23T02:07:35.0836314Z Generating XML reports... 2022-11-23T02:07:35.0836970Z Generated XML report: test-reports\python-unittest\test_jiterator\TEST-TestPythonJiteratorCUDA-20221123020615.xml 2022-11-23T02:07:35.0837327Z 2022-11-23T02:07:35.0838065Z ##[endgroup] 2022-11-23T02:07:35.0838516Z FINISHED PRINTING LOG FILE of test_jiterator (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jiterator_gnh8fuqf) 2022-11-23T02:07:35.0838849Z 2022-11-23T02:07:39.5067573Z Running test_sparse ... [2022-11-23 02:07:39.497181] 2022-11-23T02:07:39.5075367Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_sparse.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:07:39.507272] 2022-11-23T02:07:39.5077792Z Ignoring disabled issues: [] 2022-11-23T02:09:23.7868511Z 2022-11-23T02:09:23.7869453Z Expand the folded group to see the log file of test_sparse 2022-11-23T02:09:23.7870991Z ##[group]PRINTING LOG FILE of test_sparse (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_sparse_i6pm3ksv) 2022-11-23T02:09:23.7892317Z C:\actions-runner\_work\pytorch\pytorch\test\test_sparse.py:40: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T02:09:23.7893111Z IS_WINDOWS and torch.version.cuda and LooseVersion(torch.version.cuda) > "11.2" 2022-11-23T02:09:23.7893475Z 2022-11-23T02:09:23.7893655Z Running tests... 2022-11-23T02:09:23.7894200Z ---------------------------------------------------------------------- 2022-11-23T02:09:23.7894939Z Test results will be stored in test-reports\python-unittest\test_sparse 2022-11-23T02:09:23.7897043Z test_Sparse_to_Sparse_copy__cuda_bfloat16 (__main__.TestSparseCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_sparse.py:747: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\build\aten\src\ATen/core/TensorBody.h:485.) 2022-11-23T02:09:23.7899213Z self.assertEqual(None, x1.grad) 2022-11-23T02:09:23.7899655Z ok (2.822s) 2022-11-23T02:09:23.7901290Z test_Sparse_to_Sparse_copy__cuda_complex128 (__main__.TestSparseCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_sparse.py:719: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Copy.cpp:275.) 2022-11-23T02:09:23.7902611Z x1 = x1.to(torch.float32) 2022-11-23T02:09:23.7903009Z ok (0.342s) 2022-11-23T02:09:23.7903560Z test_Sparse_to_Sparse_copy__cuda_float64 (__main__.TestSparseCUDA) ... ok (0.031s) 2022-11-23T02:09:23.7904563Z test_Sparse_to_Sparse_copy_multi_gpu_cuda_complex128 (__main__.TestSparseCUDA) ... skip: no multi-GPU (0.000s) 2022-11-23T02:09:23.7905492Z test_Sparse_to_Sparse_copy_multi_gpu_cuda_float64 (__main__.TestSparseCUDA) ... skip: no multi-GPU (0.000s) 2022-11-23T02:09:23.7906335Z test_add_dense_sparse_mismatch_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.006s) 2022-11-23T02:09:23.7907140Z test_add_dense_sparse_mismatch_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.000s) 2022-11-23T02:09:23.7907985Z test_add_noncontiguous_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.013s) 2022-11-23T02:09:23.7908885Z test_add_noncontiguous_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.007s) 2022-11-23T02:09:23.7909638Z test_add_sub_nnz_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.005s) 2022-11-23T02:09:23.7910351Z test_add_sub_nnz_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.004s) 2022-11-23T02:09:23.7911038Z test_add_zeros_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.031s) 2022-11-23T02:09:23.7928925Z test_add_zeros_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.036s) 2022-11-23T02:09:23.7929699Z test_any_cuda (__main__.TestSparseCUDA) ... ok (0.003s) 2022-11-23T02:09:23.7930330Z test_asin_arcsin_cuda_float32 (__main__.TestSparseCUDA) ... ok (0.032s) 2022-11-23T02:09:23.7931119Z test_asin_arcsin_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.032s) 2022-11-23T02:09:23.7931825Z test_asin_arcsin_cuda_int16 (__main__.TestSparseCUDA) ... ok (0.031s) 2022-11-23T02:09:23.7932471Z test_asin_arcsin_cuda_int32 (__main__.TestSparseCUDA) ... ok (0.032s) 2022-11-23T02:09:23.7932987Z test_asin_arcsin_cuda_int64 (__main__.TestSparseCUDA) ... ok (0.034s) 2022-11-23T02:09:23.7933659Z test_asin_arcsin_cuda_int8 (__main__.TestSparseCUDA) ... ok (0.037s) 2022-11-23T02:09:23.7934255Z test_asin_arcsin_cuda_uint8 (__main__.TestSparseCUDA) ... ok (0.029s) 2022-11-23T02:09:23.7934911Z test_assign_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.000s) 2022-11-23T02:09:23.7935540Z test_basic_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.045s) 2022-11-23T02:09:23.7936196Z test_basic_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.036s) 2022-11-23T02:09:23.7936944Z test_basic_ops_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.874s) 2022-11-23T02:09:23.7937875Z test_bmm_cuda_float64 (__main__.TestSparseCUDA) ... skip: bmm sparse-dense CUDA is not yet supported in Windows, at least up to CUDA 10.1 (0.004s) 2022-11-23T02:09:23.7938912Z test_bmm_cuda_version_error_cuda_float64 (__main__.TestSparseCUDA) ... skip: this test ensures bmm gives error if CUDA version is less than 10.1 (0.001s) 2022-11-23T02:09:23.7939924Z test_bmm_deterministic_cuda_float64 (__main__.TestSparseCUDA) ... skip: bmm sparse-dense CUDA is not yet supported in Windows, at least up to CUDA 10.1 (0.003s) 2022-11-23T02:09:23.7941018Z test_bmm_windows_error_cuda_float64 (__main__.TestSparseCUDA) ... skip: this test ensures bmm sparse-dense CUDA gives an error when run on Windows with CUDA < 11.0 (0.000s) 2022-11-23T02:09:23.7941885Z test_cat_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.092s) 2022-11-23T02:09:23.7942517Z test_cat_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.083s) 2022-11-23T02:09:23.7943202Z test_change_tensor_metadata_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.013s) 2022-11-23T02:09:23.7944000Z test_change_tensor_metadata_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.010s) 2022-11-23T02:09:23.7944984Z test_clone_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.013s) 2022-11-23T02:09:23.7945626Z test_clone_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.012s) 2022-11-23T02:09:23.7946237Z test_coalesce_cuda_bfloat16 (__main__.TestSparseCUDA) ... ok (0.048s) 2022-11-23T02:09:23.7946947Z test_coalesce_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.048s) 2022-11-23T02:09:23.7947602Z test_coalesce_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.053s) 2022-11-23T02:09:23.7948269Z test_coalesce_reference_cycle_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.000s) 2022-11-23T02:09:23.7949046Z test_coalesce_transpose_mm_cuda_float64 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T02:09:23.7949876Z test_constructor_device_legacy_cuda (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T02:09:23.7950572Z test_contig_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.032s) 2022-11-23T02:09:23.7951114Z test_contig_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.022s) 2022-11-23T02:09:23.7951607Z test_contig_hybrid_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.029s) 2022-11-23T02:09:23.7952171Z test_contig_hybrid_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.023s) 2022-11-23T02:09:23.7952571Z test_ctor_large_sizes_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.003s) 2022-11-23T02:09:23.7952979Z test_ctor_size_checks_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.004s) 2022-11-23T02:09:23.7953379Z test_ctor_size_checks_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.004s) 2022-11-23T02:09:23.7953856Z test_cuda_empty_cuda (__main__.TestSparseCUDA) ... ok (0.004s) 2022-11-23T02:09:23.7954258Z test_div_by_sparse_error_cuda (__main__.TestSparseCUDA) ... ok (0.002s) 2022-11-23T02:09:23.7954655Z test_div_rounding_mode_cuda_float32 (__main__.TestSparseCUDA) ... ok (0.027s) 2022-11-23T02:09:23.7955062Z test_div_rounding_mode_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.024s) 2022-11-23T02:09:23.7955449Z test_dsmm_cuda_float64 (__main__.TestSparseCUDA) ... ok (10.250s) 2022-11-23T02:09:23.7955840Z test_dtypes_cuda (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T02:09:23.7956239Z test_empty_full_cuda (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T02:09:23.7956644Z test_empty_like_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.033s) 2022-11-23T02:09:23.7957033Z test_empty_like_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.031s) 2022-11-23T02:09:23.7957436Z test_factory_copy_cuda (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T02:09:23.7958730Z test_factory_cuda_complex128 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T02:09:23.7959200Z test_factory_cuda_complex64 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T02:09:23.7959633Z test_factory_cuda_float16 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T02:09:23.7960042Z test_factory_cuda_float32 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T02:09:23.7960460Z test_factory_cuda_float64 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T02:09:23.7960863Z test_factory_default_cuda (__main__.TestSparseCUDA) ... ok (0.001s) 2022-11-23T02:09:23.7961264Z test_factory_dense_dim_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.005s) 2022-11-23T02:09:23.7961674Z test_factory_dense_dim_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.004s) 2022-11-23T02:09:23.7962094Z test_factory_device_type_inference_cuda (__main__.TestSparseCUDA) ... ok (0.015s) 2022-11-23T02:09:23.7962486Z test_factory_empty_indices_cuda (__main__.TestSparseCUDA) ... ok (0.005s) 2022-11-23T02:09:23.7962879Z test_factory_nnz_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.004s) 2022-11-23T02:09:23.7963270Z test_factory_nnz_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.003s) 2022-11-23T02:09:23.7963789Z test_factory_nnz_zero_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.016s) 2022-11-23T02:09:23.7964194Z test_factory_nnz_zero_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.012s) 2022-11-23T02:09:23.7964700Z test_factory_size_check_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.015s) 2022-11-23T02:09:23.7965104Z test_factory_size_check_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.015s) 2022-11-23T02:09:23.7965805Z test_factory_type_inference_cuda_complex128 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T02:09:23.7966310Z test_factory_type_inference_cuda_complex64 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T02:09:23.7966795Z test_factory_type_inference_cuda_float16 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T02:09:23.7967269Z test_factory_type_inference_cuda_float32 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T02:09:23.7967736Z test_factory_type_inference_cuda_float64 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T02:09:23.7968207Z test_factory_type_inference_cuda_int64 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T02:09:23.7968628Z test_floor_divide_by_sparse_error_cuda (__main__.TestSparseCUDA) ... ok (0.004s) 2022-11-23T02:09:23.7969044Z test_full_broadcast_to_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.121s) 2022-11-23T02:09:23.7969454Z test_full_broadcast_to_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.098s) 2022-11-23T02:09:23.7969837Z test_hsmm_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.035s) 2022-11-23T02:09:23.7970967Z test_index_select_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.332s) 2022-11-23T02:09:23.7971536Z test_index_select_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.275s) 2022-11-23T02:09:23.7971990Z test_index_select_empty_and_non_contiguous_index_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.022s) 2022-11-23T02:09:23.7972724Z test_index_select_empty_and_non_contiguous_index_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.023s) 2022-11-23T02:09:23.7973207Z test_index_select_exhaustive_index_large_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.304s) 2022-11-23T02:09:23.7973671Z test_index_select_exhaustive_index_large_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.296s) 2022-11-23T02:09:23.7974136Z test_index_select_exhaustive_index_small_cuda_complex128 (__main__.TestSparseCUDA) ... ok (1.731s) 2022-11-23T02:09:23.7974596Z test_index_select_exhaustive_index_small_cuda_float64 (__main__.TestSparseCUDA) ... ok (1.558s) 2022-11-23T02:09:23.7975039Z test_index_select_parallelization_cuda_complex128 (__main__.TestSparseCUDA) 2022-11-23T02:09:23.7975493Z Test with sizes that will trigger parallelization (i.e. with sizes ... skip: Only runs on cpu (0.003s) 2022-11-23T02:09:23.7975919Z test_index_select_parallelization_cuda_float64 (__main__.TestSparseCUDA) 2022-11-23T02:09:23.7976366Z Test with sizes that will trigger parallelization (i.e. with sizes ... skip: Only runs on cpu (0.000s) 2022-11-23T02:09:23.7976783Z test_is_nonzero_cuda (__main__.TestSparseCUDA) ... ok (0.015s) 2022-11-23T02:09:23.7977143Z test_is_sparse_cuda (__main__.TestSparseCUDA) ... ok (0.001s) 2022-11-23T02:09:23.7977497Z test_isnan_cuda (__main__.TestSparseCUDA) ... ok (0.007s) 2022-11-23T02:09:23.7978367Z test_legacy_constructor_cuda (__main__.TestSparseCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T02:09:23.7979296Z warnings.warn(message, UserWarning) 2022-11-23T02:09:23.7979559Z ok (0.003s) 2022-11-23T02:09:23.7979860Z test_legacy_new_cuda (__main__.TestSparseCUDA) ... ok (0.003s) 2022-11-23T02:09:23.7980226Z test_log1p_cuda_float32 (__main__.TestSparseCUDA) ... ok (0.017s) 2022-11-23T02:09:23.7980722Z test_log1p_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.020s) 2022-11-23T02:09:23.7981084Z test_log1p_cuda_int16 (__main__.TestSparseCUDA) ... ok (0.014s) 2022-11-23T02:09:23.7981443Z test_log1p_cuda_int32 (__main__.TestSparseCUDA) ... ok (0.021s) 2022-11-23T02:09:23.7981784Z test_log1p_cuda_int64 (__main__.TestSparseCUDA) ... ok (0.017s) 2022-11-23T02:09:23.7982145Z test_log1p_cuda_int8 (__main__.TestSparseCUDA) ... ok (0.020s) 2022-11-23T02:09:23.7982502Z test_log1p_cuda_uint8 (__main__.TestSparseCUDA) ... ok (0.020s) 2022-11-23T02:09:23.7982898Z test_mm_cuda_complex128 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T02:09:23.7983321Z test_mm_cuda_float64 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T02:09:23.7983705Z test_mv_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.079s) 2022-11-23T02:09:23.7984060Z test_narrow_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.129s) 2022-11-23T02:09:23.7984446Z test_narrow_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.157s) 2022-11-23T02:09:23.7984838Z test_neg_negative_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.275s) 2022-11-23T02:09:23.7985343Z test_neg_negative_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.031s) 2022-11-23T02:09:23.7985727Z test_new_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.010s) 2022-11-23T02:09:23.7986313Z test_new_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.010s) 2022-11-23T02:09:23.7986715Z test_new_device_multi_gpu_cuda (__main__.TestSparseCUDA) ... skip: only one GPU detected (0.001s) 2022-11-23T02:09:23.7987232Z test_new_device_single_gpu_cuda (__main__.TestSparseCUDA) ... ok (0.002s) 2022-11-23T02:09:23.7987640Z test_norm_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.027s) 2022-11-23T02:09:23.7988010Z test_norm_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.025s) 2022-11-23T02:09:23.7988389Z test_permute_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.548s) 2022-11-23T02:09:23.7988774Z test_permute_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.344s) 2022-11-23T02:09:23.7989134Z test_pickle_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.029s) 2022-11-23T02:09:23.7989518Z test_print_coalesced_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.031s) 2022-11-23T02:09:23.7989921Z test_print_uncoalesced_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.033s) 2022-11-23T02:09:23.7990302Z test_resize_as_cuda (__main__.TestSparseCUDA) ... ok (0.002s) 2022-11-23T02:09:23.7990671Z test_resize_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.030s) 2022-11-23T02:09:23.7991048Z test_resize_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.030s) 2022-11-23T02:09:23.7991441Z test_saddmm_cuda_complex128 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T02:09:23.7991943Z test_saddmm_cuda_float64 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T02:09:23.7992421Z test_same_gpu_cuda (__main__.TestSparseCUDA) ... skip: fewer than 2 devices detected (0.004s) 2022-11-23T02:09:23.7993031Z test_scalar_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.016s) 2022-11-23T02:09:23.7993431Z test_scalar_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.014s) 2022-11-23T02:09:23.7993806Z test_select_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.297s) 2022-11-23T02:09:23.7994180Z test_select_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.259s) 2022-11-23T02:09:23.7994559Z test_select_no_type_promotion_cuda_int16 (__main__.TestSparseCUDA) ... ok (0.007s) 2022-11-23T02:09:23.7994986Z test_select_no_type_promotion_cuda_int32 (__main__.TestSparseCUDA) ... ok (0.005s) 2022-11-23T02:09:23.7995403Z test_select_no_type_promotion_cuda_int64 (__main__.TestSparseCUDA) ... ok (0.005s) 2022-11-23T02:09:23.7995818Z test_select_no_type_promotion_cuda_int8 (__main__.TestSparseCUDA) ... ok (0.006s) 2022-11-23T02:09:23.7996232Z test_select_no_type_promotion_cuda_uint8 (__main__.TestSparseCUDA) ... ok (0.006s) 2022-11-23T02:09:23.7996733Z test_shared_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.007s) 2022-11-23T02:09:23.7997097Z test_shared_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.006s) 2022-11-23T02:09:23.7997478Z test_small_nnz_coalesced_cuda (__main__.TestSparseCUDA) ... ok (0.000s) 2022-11-23T02:09:23.7997863Z test_softmax_cuda_float64 (__main__.TestSparseCUDA) ... ok (4.319s) 2022-11-23T02:09:23.7998248Z test_softmax_zero_nnz_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.002s) 2022-11-23T02:09:23.7998630Z test_spadd_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.266s) 2022-11-23T02:09:23.7999141Z test_sparse_add_coalesce_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.004s) 2022-11-23T02:09:23.7999598Z test_sparse_add_coalesce_cuda_complex64 (__main__.TestSparseCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8000224Z test_sparse_add_coalesce_cuda_float32 (__main__.TestSparseCUDA) ... ok (0.005s) 2022-11-23T02:09:23.8000631Z test_sparse_add_coalesce_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.006s) 2022-11-23T02:09:23.8001053Z test_sparse_add_out_bfloat16_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.010s) 2022-11-23T02:09:23.8001478Z test_sparse_add_out_bfloat16_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.010s) 2022-11-23T02:09:23.8001990Z test_sparse_addmm_cuda_bfloat16 (__main__.TestSparseCUDA) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.000s) 2022-11-23T02:09:23.8002561Z test_sparse_addmm_cuda_complex128 (__main__.TestSparseCUDA) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.000s) 2022-11-23T02:09:23.8003196Z test_sparse_addmm_cuda_float64 (__main__.TestSparseCUDA) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.010s) 2022-11-23T02:09:23.8003692Z test_sparse_bool_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8004089Z test_sparse_bool_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8004495Z test_sparse_broadcast_to_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.062s) 2022-11-23T02:09:23.8004915Z test_sparse_broadcast_to_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.054s) 2022-11-23T02:09:23.8005440Z test_sparse_dense_mul_cuda_bfloat16 (__main__.TestSparseCUDA) ... skip: Test with dtype=torch.bfloat16, device=cuda:0 runs only with coalesced inputs (0.243s) 2022-11-23T02:09:23.8006156Z test_sparse_dense_mul_cuda_bool (__main__.TestSparseCUDA) ... skip: Test with dtype=torch.bool, device=cuda:0 runs only with coalesced inputs (0.017s) 2022-11-23T02:09:23.8006640Z test_sparse_dense_mul_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.530s) 2022-11-23T02:09:23.8007288Z test_sparse_dense_mul_cuda_complex64 (__main__.TestSparseCUDA) ... ok (0.529s) 2022-11-23T02:09:23.8007815Z test_sparse_dense_mul_cuda_float16 (__main__.TestSparseCUDA) ... skip: Test with dtype=torch.float16, device=cuda:0 runs only with coalesced inputs (0.258s) 2022-11-23T02:09:23.8008310Z test_sparse_dense_mul_cuda_float32 (__main__.TestSparseCUDA) ... ok (0.495s) 2022-11-23T02:09:23.8008709Z test_sparse_dense_mul_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.538s) 2022-11-23T02:09:23.8009100Z test_sparse_dense_mul_cuda_int16 (__main__.TestSparseCUDA) ... ok (0.458s) 2022-11-23T02:09:23.8009490Z test_sparse_dense_mul_cuda_int32 (__main__.TestSparseCUDA) ... ok (0.404s) 2022-11-23T02:09:23.8009859Z test_sparse_dense_mul_cuda_int64 (__main__.TestSparseCUDA) ... ok (0.477s) 2022-11-23T02:09:23.8010245Z test_sparse_dense_mul_cuda_int8 (__main__.TestSparseCUDA) ... ok (0.420s) 2022-11-23T02:09:23.8010636Z test_sparse_dense_mul_cuda_uint8 (__main__.TestSparseCUDA) ... ok (0.403s) 2022-11-23T02:09:23.8011027Z test_sparse_mask_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.108s) 2022-11-23T02:09:23.8011407Z test_sparse_mask_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.109s) 2022-11-23T02:09:23.8011809Z test_sparse_mask_hybrid_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.181s) 2022-11-23T02:09:23.8012322Z test_sparse_mask_hybrid_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.176s) 2022-11-23T02:09:23.8012712Z test_sparse_matmul_cuda_complex128 (__main__.TestSparseCUDA) 2022-11-23T02:09:23.8013243Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (30.086s) 2022-11-23T02:09:23.8013730Z test_sparse_matmul_cuda_complex64 (__main__.TestSparseCUDA) 2022-11-23T02:09:23.8014334Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (1.595s) 2022-11-23T02:09:23.8014742Z test_sparse_matmul_cuda_float16 (__main__.TestSparseCUDA) 2022-11-23T02:09:23.8015153Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (1.533s) 2022-11-23T02:09:23.8015538Z test_sparse_matmul_cuda_float32 (__main__.TestSparseCUDA) 2022-11-23T02:09:23.8015948Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (1.579s) 2022-11-23T02:09:23.8016356Z test_sparse_matmul_cuda_float64 (__main__.TestSparseCUDA) 2022-11-23T02:09:23.8016768Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (14.905s) 2022-11-23T02:09:23.8017184Z test_sparse_mm_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.089s) 2022-11-23T02:09:23.8017567Z test_sparse_mul_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.026s) 2022-11-23T02:09:23.8018065Z test_sparse_sparse_mul_cuda_bfloat16 (__main__.TestSparseCUDA) ... skip: Test with dtype=torch.bfloat16, device=cuda:0 runs only with coalesced inputs (0.064s) 2022-11-23T02:09:23.8018666Z test_sparse_sparse_mul_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.135s) 2022-11-23T02:09:23.8019104Z test_sparse_sparse_mul_cuda_complex64 (__main__.TestSparseCUDA) ... ok (0.108s) 2022-11-23T02:09:23.8019514Z test_sparse_sparse_mul_cuda_float32 (__main__.TestSparseCUDA) ... ok (0.098s) 2022-11-23T02:09:23.8020010Z test_sparse_sparse_mul_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.099s) 2022-11-23T02:09:23.8020416Z test_sparse_sparse_mul_cuda_int16 (__main__.TestSparseCUDA) ... ok (0.131s) 2022-11-23T02:09:23.8021065Z test_sparse_sparse_mul_cuda_int32 (__main__.TestSparseCUDA) ... ok (0.127s) 2022-11-23T02:09:23.8021446Z test_sparse_sparse_mul_cuda_int64 (__main__.TestSparseCUDA) ... ok (0.128s) 2022-11-23T02:09:23.8021841Z test_sparse_sparse_mul_cuda_int8 (__main__.TestSparseCUDA) ... ok (0.133s) 2022-11-23T02:09:23.8022233Z test_sparse_sparse_mul_cuda_uint8 (__main__.TestSparseCUDA) ... ok (0.115s) 2022-11-23T02:09:23.8022660Z test_sparse_spdiags_cuda_bool (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.016s) 2022-11-23T02:09:23.8023117Z test_sparse_spdiags_cuda_complex128 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T02:09:23.8023578Z test_sparse_spdiags_cuda_complex64 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T02:09:23.8024014Z test_sparse_spdiags_cuda_float32 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T02:09:23.8024465Z test_sparse_spdiags_cuda_float64 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T02:09:23.8024899Z test_sparse_spdiags_cuda_int16 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T02:09:23.8025334Z test_sparse_spdiags_cuda_int32 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T02:09:23.8025801Z test_sparse_spdiags_cuda_int64 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T02:09:23.8026241Z test_sparse_spdiags_cuda_int8 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T02:09:23.8026801Z test_sparse_spdiags_cuda_uint8 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T02:09:23.8027207Z test_sparse_sum_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.465s) 2022-11-23T02:09:23.8027878Z test_sparse_to_numpy_cuda (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T02:09:23.8028435Z test_sspaddmm_cuda_complex128 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T02:09:23.8028871Z test_sspaddmm_cuda_float64 (__main__.TestSparseCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T02:09:23.8029274Z test_storage_not_null_cuda (__main__.TestSparseCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8029640Z test_sum_cuda_bool (__main__.TestSparseCUDA) ... ok (0.030s) 2022-11-23T02:09:23.8029986Z test_sum_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.044s) 2022-11-23T02:09:23.8030356Z test_sum_cuda_complex64 (__main__.TestSparseCUDA) ... ok (0.043s) 2022-11-23T02:09:23.8030724Z test_sum_cuda_float32 (__main__.TestSparseCUDA) ... ok (0.058s) 2022-11-23T02:09:23.8031079Z test_sum_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.050s) 2022-11-23T02:09:23.8031435Z test_sum_cuda_int16 (__main__.TestSparseCUDA) ... ok (0.038s) 2022-11-23T02:09:23.8031781Z test_sum_cuda_int32 (__main__.TestSparseCUDA) ... ok (0.032s) 2022-11-23T02:09:23.8032111Z test_sum_cuda_int64 (__main__.TestSparseCUDA) ... ok (0.030s) 2022-11-23T02:09:23.8032459Z test_sum_cuda_int8 (__main__.TestSparseCUDA) ... ok (0.036s) 2022-11-23T02:09:23.8032803Z test_sum_cuda_uint8 (__main__.TestSparseCUDA) ... ok (0.037s) 2022-11-23T02:09:23.8033171Z test_t_empty_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.005s) 2022-11-23T02:09:23.8033649Z test_t_empty_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.005s) 2022-11-23T02:09:23.8034037Z test_to_dense_cuda_bfloat16 (__main__.TestSparseCUDA) ... ok (0.030s) 2022-11-23T02:09:23.8034732Z test_to_dense_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.038s) 2022-11-23T02:09:23.8035149Z test_to_dense_cuda_complex64 (__main__.TestSparseCUDA) ... ok (0.028s) 2022-11-23T02:09:23.8035533Z test_to_dense_cuda_float16 (__main__.TestSparseCUDA) ... ok (0.043s) 2022-11-23T02:09:23.8035907Z test_to_dense_cuda_float32 (__main__.TestSparseCUDA) ... ok (0.033s) 2022-11-23T02:09:23.8036275Z test_to_dense_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.032s) 2022-11-23T02:09:23.8036670Z test_to_dense_hybrid_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.037s) 2022-11-23T02:09:23.8037070Z test_to_dense_hybrid_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.018s) 2022-11-23T02:09:23.8037443Z test_to_sparse_cuda_bfloat16 (__main__.TestSparseCUDA) ... ok (0.110s) 2022-11-23T02:09:23.8037833Z test_to_sparse_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.107s) 2022-11-23T02:09:23.8038226Z test_to_sparse_cuda_complex64 (__main__.TestSparseCUDA) ... ok (0.147s) 2022-11-23T02:09:23.8038613Z test_to_sparse_cuda_float16 (__main__.TestSparseCUDA) ... ok (0.161s) 2022-11-23T02:09:23.8038991Z test_to_sparse_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.108s) 2022-11-23T02:09:23.8039364Z test_to_sparse_cuda_int32 (__main__.TestSparseCUDA) ... ok (0.119s) 2022-11-23T02:09:23.8039732Z test_transpose_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.069s) 2022-11-23T02:09:23.8040125Z test_transpose_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.055s) 2022-11-23T02:09:23.8040628Z test_unsqueeze_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.036s) 2022-11-23T02:09:23.8041014Z test_unsqueeze_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.071s) 2022-11-23T02:09:23.8041642Z test_zeros_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.418s) 2022-11-23T02:09:23.8042018Z test_zeros_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.403s) 2022-11-23T02:09:23.8042378Z test_zeros_like_cuda_complex128 (__main__.TestSparseCUDA) ... ok (0.462s) 2022-11-23T02:09:23.8042771Z test_zeros_like_cuda_float64 (__main__.TestSparseCUDA) ... ok (0.466s) 2022-11-23T02:09:23.8043209Z test_future_empty_dim_masked_amax_cuda_bfloat16 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T02:09:23.8043653Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.101s) 2022-11-23T02:09:23.8044096Z test_future_empty_dim_masked_amax_cuda_float16 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T02:09:23.8044646Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.083s) 2022-11-23T02:09:23.8045069Z test_future_empty_dim_masked_amax_cuda_float32 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T02:09:23.8045510Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.082s) 2022-11-23T02:09:23.8045949Z test_future_empty_dim_masked_amax_cuda_float64 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T02:09:23.8046382Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.074s) 2022-11-23T02:09:23.8046822Z test_future_empty_dim_masked_amax_cuda_int16 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T02:09:23.8047368Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.053s) 2022-11-23T02:09:23.8047813Z test_future_empty_dim_masked_amax_cuda_int32 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T02:09:23.8048476Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.041s) 2022-11-23T02:09:23.8048927Z test_future_empty_dim_masked_amax_cuda_int64 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T02:09:23.8049363Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.062s) 2022-11-23T02:09:23.8049799Z test_future_empty_dim_masked_amax_cuda_int8 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T02:09:23.8050231Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.053s) 2022-11-23T02:09:23.8050662Z test_future_empty_dim_masked_amax_cuda_uint8 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T02:09:23.8051161Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.054s) 2022-11-23T02:09:23.8051617Z test_future_empty_dim_masked_amin_cuda_bfloat16 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T02:09:23.8052058Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.072s) 2022-11-23T02:09:23.8052489Z test_future_empty_dim_masked_amin_cuda_float16 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T02:09:23.8052930Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.063s) 2022-11-23T02:09:23.8053368Z test_future_empty_dim_masked_amin_cuda_float32 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T02:09:23.8053807Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.054s) 2022-11-23T02:09:23.8054323Z test_future_empty_dim_masked_amin_cuda_float64 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T02:09:23.8054767Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.055s) 2022-11-23T02:09:23.8055640Z test_future_empty_dim_masked_amin_cuda_int16 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T02:09:23.8056108Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.041s) 2022-11-23T02:09:23.8056543Z test_future_empty_dim_masked_amin_cuda_int32 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T02:09:23.8056972Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.039s) 2022-11-23T02:09:23.8057391Z test_future_empty_dim_masked_amin_cuda_int64 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T02:09:23.8057815Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.034s) 2022-11-23T02:09:23.8058245Z test_future_empty_dim_masked_amin_cuda_int8 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T02:09:23.8058677Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.043s) 2022-11-23T02:09:23.8059106Z test_future_empty_dim_masked_amin_cuda_uint8 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T02:09:23.8059539Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.039s) 2022-11-23T02:09:23.8059974Z test_future_empty_dim_masked_prod_cuda_bfloat16 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T02:09:23.8060400Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.056s) 2022-11-23T02:09:23.8060826Z test_future_empty_dim_masked_prod_cuda_bool (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T02:09:23.8061469Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.034s) 2022-11-23T02:09:23.8061920Z test_future_empty_dim_masked_prod_cuda_complex128 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T02:09:23.8062577Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.055s) 2022-11-23T02:09:23.8063115Z test_future_empty_dim_masked_prod_cuda_complex64 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T02:09:23.8063797Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.048s) 2022-11-23T02:09:23.8064403Z test_future_empty_dim_masked_prod_cuda_float16 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T02:09:23.8064943Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.057s) 2022-11-23T02:09:23.8065616Z test_future_empty_dim_masked_prod_cuda_float32 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T02:09:23.8066212Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.059s) 2022-11-23T02:09:23.8066761Z test_future_empty_dim_masked_prod_cuda_float64 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T02:09:23.8067445Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.056s) 2022-11-23T02:09:23.8068024Z test_future_empty_dim_masked_prod_cuda_int16 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T02:09:23.8068566Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.039s) 2022-11-23T02:09:23.8069236Z test_future_empty_dim_masked_prod_cuda_int32 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T02:09:23.8069915Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.045s) 2022-11-23T02:09:23.8070579Z test_future_empty_dim_masked_prod_cuda_int64 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T02:09:23.8071126Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.054s) 2022-11-23T02:09:23.8071684Z test_future_empty_dim_masked_prod_cuda_int8 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T02:09:23.8072312Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.058s) 2022-11-23T02:09:23.8072921Z test_future_empty_dim_masked_prod_cuda_uint8 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T02:09:23.8073503Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.062s) 2022-11-23T02:09:23.8074102Z test_future_empty_dim_masked_sum_cuda_bfloat16 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T02:09:23.8074706Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.079s) 2022-11-23T02:09:23.8075283Z test_future_empty_dim_masked_sum_cuda_bool (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T02:09:23.8075806Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.067s) 2022-11-23T02:09:23.8076463Z test_future_empty_dim_masked_sum_cuda_complex128 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T02:09:23.8077056Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.063s) 2022-11-23T02:09:23.8077613Z test_future_empty_dim_masked_sum_cuda_complex64 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T02:09:23.8078260Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.064s) 2022-11-23T02:09:23.8078841Z test_future_empty_dim_masked_sum_cuda_float16 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T02:09:23.8079358Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.077s) 2022-11-23T02:09:23.8080023Z test_future_empty_dim_masked_sum_cuda_float32 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T02:09:23.8080602Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.060s) 2022-11-23T02:09:23.8081127Z test_future_empty_dim_masked_sum_cuda_float64 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T02:09:23.8081797Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.058s) 2022-11-23T02:09:23.8082493Z test_future_empty_dim_masked_sum_cuda_int16 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T02:09:23.8083106Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.044s) 2022-11-23T02:09:23.8083662Z test_future_empty_dim_masked_sum_cuda_int32 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T02:09:23.8084240Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.048s) 2022-11-23T02:09:23.8084845Z test_future_empty_dim_masked_sum_cuda_int64 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T02:09:23.8085431Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.035s) 2022-11-23T02:09:23.8085874Z test_future_empty_dim_masked_sum_cuda_int8 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T02:09:23.8086306Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.056s) 2022-11-23T02:09:23.8086716Z test_future_empty_dim_masked_sum_cuda_uint8 (__main__.TestSparseMaskedReductionsCUDA) 2022-11-23T02:09:23.8087151Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.049s) 2022-11-23T02:09:23.8087514Z test_basic (__main__.TestSparseMeta) ... ok (0.005s) 2022-11-23T02:09:23.8087862Z test_cuda_from_cpu (__main__.TestSparseOneOff) ... ok (0.005s) 2022-11-23T02:09:23.8088247Z test_cuda_sparse_cpu_dense_add (__main__.TestSparseOneOff) ... ok (0.005s) 2022-11-23T02:09:23.8088763Z test_inplace_abs_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: In-place abs not supported for complex tensors (0.001s) 2022-11-23T02:09:23.8089459Z test_inplace_abs_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: In-place abs not supported for complex tensors (0.001s) 2022-11-23T02:09:23.8089976Z test_inplace_abs_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:09:23.8090414Z test_inplace_abs_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8090848Z test_inplace_abs_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8091390Z test_inplace_abs_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8091893Z test_inplace_abs_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8092568Z test_inplace_abs_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8092993Z test_inplace_abs_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8093433Z test_inplace_asin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8093889Z test_inplace_asin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8094331Z test_inplace_asin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8094767Z test_inplace_asin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8095198Z test_inplace_asin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8095637Z test_inplace_asin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8096054Z test_inplace_asin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8096484Z test_inplace_asin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8096914Z test_inplace_asin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8097355Z test_inplace_asinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8097814Z test_inplace_asinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8098355Z test_inplace_asinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8098792Z test_inplace_asinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8099453Z test_inplace_asinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8100101Z test_inplace_asinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8100537Z test_inplace_asinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8100967Z test_inplace_asinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8101401Z test_inplace_asinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8101836Z test_inplace_atan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:09:23.8102271Z test_inplace_atan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8102715Z test_inplace_atan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8103157Z test_inplace_atan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:09:23.8103590Z test_inplace_atan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8104024Z test_inplace_atan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8104453Z test_inplace_atan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:09:23.8104863Z test_inplace_atan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8105295Z test_inplace_atan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8105944Z test_inplace_atanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:09:23.8106635Z test_inplace_atanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8107177Z test_inplace_atanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8107621Z test_inplace_atanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8108064Z test_inplace_atanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8108483Z test_inplace_atanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8108912Z test_inplace_atanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8109343Z test_inplace_atanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8109773Z test_inplace_atanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8110207Z test_inplace_ceil_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8110642Z test_inplace_ceil_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8111053Z test_inplace_ceil_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8111482Z test_inplace_ceil_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8111918Z test_inplace_ceil_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8112349Z test_inplace_ceil_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8112884Z test_inplace_ceil_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8113435Z test_inplace_conj_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8114262Z test_inplace_conj_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8114792Z test_inplace_conj_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8115320Z test_inplace_conj_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8115850Z test_inplace_conj_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8116476Z test_inplace_conj_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8116985Z test_inplace_conj_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8117502Z test_inplace_conj_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8118009Z test_inplace_conj_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8118584Z test_inplace_conj_physical_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-11-23T02:09:23.8119197Z test_inplace_conj_physical_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-11-23T02:09:23.8119817Z test_inplace_conj_physical_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-11-23T02:09:23.8120439Z test_inplace_conj_physical_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-11-23T02:09:23.8121050Z test_inplace_conj_physical_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-11-23T02:09:23.8121731Z test_inplace_conj_physical_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-11-23T02:09:23.8122355Z test_inplace_conj_physical_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! conj_physical_ not implemented for sparse (0.002s) 2022-11-23T02:09:23.8122956Z test_inplace_conj_physical_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! conj_physical_ not implemented for sparse (0.000s) 2022-11-23T02:09:23.8123567Z test_inplace_conj_physical_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! conj_physical_ not implemented for sparse (0.000s) 2022-11-23T02:09:23.8124090Z test_inplace_deg2rad_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8124526Z test_inplace_deg2rad_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:09:23.8125079Z test_inplace_deg2rad_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8125530Z test_inplace_deg2rad_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8126218Z test_inplace_deg2rad_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8126759Z test_inplace_deg2rad_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8127205Z test_inplace_deg2rad_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8127633Z test_inplace_erf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8128074Z test_inplace_erf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8128506Z test_inplace_erf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8128932Z test_inplace_erf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8129358Z test_inplace_erf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8129786Z test_inplace_erf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8130217Z test_inplace_erf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8130636Z test_inplace_expm1_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:09:23.8131078Z test_inplace_expm1_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8131625Z test_inplace_expm1_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8132054Z test_inplace_expm1_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8132486Z test_inplace_expm1_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8132914Z test_inplace_expm1_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8133329Z test_inplace_expm1_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8133764Z test_inplace_floor_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8134206Z test_inplace_floor_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8134635Z test_inplace_floor_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8135064Z test_inplace_floor_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8135501Z test_inplace_floor_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:09:23.8135929Z test_inplace_floor_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8136347Z test_inplace_floor_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8136781Z test_inplace_frac_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8137221Z test_inplace_frac_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:09:23.8137783Z test_inplace_isinf_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8138346Z test_inplace_isinf_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8138880Z test_inplace_isinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8139410Z test_inplace_isinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8139919Z test_inplace_isinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8140440Z test_inplace_isinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8140964Z test_inplace_isinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8141488Z test_inplace_isinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8142010Z test_inplace_isinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8142661Z test_inplace_isnan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8143438Z test_inplace_isnan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T02:09:23.8144081Z test_inplace_isnan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8144595Z test_inplace_isnan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8145119Z test_inplace_isnan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8145641Z test_inplace_isnan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T02:09:23.8146152Z test_inplace_isnan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8146669Z test_inplace_isnan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8148072Z test_inplace_isnan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8148610Z test_inplace_isneginf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8149135Z test_inplace_isneginf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T02:09:23.8149671Z test_inplace_isneginf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8150209Z test_inplace_isneginf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8150733Z test_inplace_isneginf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8151254Z test_inplace_isneginf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:09:23.8151788Z test_inplace_isneginf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T02:09:23.8152320Z test_inplace_isposinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:09:23.8152857Z test_inplace_isposinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:09:23.8153373Z test_inplace_isposinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.007s) 2022-11-23T02:09:23.8153989Z test_inplace_isposinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T02:09:23.8154539Z test_inplace_isposinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8155065Z test_inplace_isposinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8155593Z test_inplace_isposinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8156076Z test_inplace_log1p_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8156519Z test_inplace_log1p_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8156949Z test_inplace_log1p_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8157384Z test_inplace_log1p_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8157821Z test_inplace_log1p_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8158259Z test_inplace_log1p_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8158698Z test_inplace_log1p_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8159139Z test_inplace_nan_to_num_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:09:23.8159598Z test_inplace_nan_to_num_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8160024Z test_inplace_nan_to_num_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8160466Z test_inplace_nan_to_num_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8160907Z test_inplace_nan_to_num_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8161352Z test_inplace_nan_to_num_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8161798Z test_inplace_nan_to_num_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:09:23.8162243Z test_inplace_neg_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:09:23.8162688Z test_inplace_neg_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.267s) 2022-11-23T02:09:23.8163210Z test_inplace_neg_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8163645Z test_inplace_neg_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:09:23.8164079Z test_inplace_neg_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8164504Z test_inplace_neg_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8164933Z test_inplace_neg_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:09:23.8165359Z test_inplace_neg_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8165771Z test_inplace_neg_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:09:23.8166280Z test_inplace_nn_functional_relu_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8166843Z test_inplace_nn_functional_relu_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8167408Z test_inplace_nn_functional_relu_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8167963Z test_inplace_nn_functional_relu_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8168508Z test_inplace_nn_functional_relu_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8169136Z test_inplace_nn_functional_relu_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8169704Z test_inplace_nn_functional_relu_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8170242Z test_inplace_positive_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8170793Z test_inplace_positive_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8171343Z test_inplace_positive_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8171885Z test_inplace_positive_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8172421Z test_inplace_positive_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8172955Z test_inplace_positive_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8173481Z test_inplace_positive_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8174000Z test_inplace_positive_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8174631Z test_inplace_positive_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8175214Z test_inplace_rad2deg_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8175836Z test_inplace_rad2deg_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8176284Z test_inplace_rad2deg_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8176725Z test_inplace_rad2deg_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8177168Z test_inplace_rad2deg_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:09:23.8177605Z test_inplace_rad2deg_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8178032Z test_inplace_rad2deg_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8178586Z test_inplace_round_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:09:23.8179027Z test_inplace_round_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8179463Z test_inplace_round_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8179902Z test_inplace_round_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8180337Z test_inplace_round_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:09:23.8180759Z test_inplace_round_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8181197Z test_inplace_round_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8181638Z test_inplace_sgn_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.315s) 2022-11-23T02:09:23.8182079Z test_inplace_sgn_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.328s) 2022-11-23T02:09:23.8182524Z test_inplace_sgn_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:09:23.8182961Z test_inplace_sgn_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:09:23.8183393Z test_inplace_sgn_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8183804Z test_inplace_sgn_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8184231Z test_inplace_sgn_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8184735Z test_inplace_sgn_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:09:23.8185182Z test_inplace_sgn_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8185616Z test_inplace_sign_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:09:23.8186053Z test_inplace_sign_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:09:23.8186466Z test_inplace_sign_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:09:23.8186898Z test_inplace_sign_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8187328Z test_inplace_sign_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8187760Z test_inplace_sign_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8188191Z test_inplace_sign_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:09:23.8188684Z test_inplace_signbit_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T02:09:23.8189226Z test_inplace_signbit_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8189743Z test_inplace_signbit_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T02:09:23.8190281Z test_inplace_signbit_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.006s) 2022-11-23T02:09:23.8190806Z test_inplace_signbit_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:09:23.8191326Z test_inplace_signbit_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:09:23.8191893Z test_inplace_signbit_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:09:23.8192382Z test_inplace_sin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:09:23.8192831Z test_inplace_sin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8193257Z test_inplace_sin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8193692Z test_inplace_sin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8194226Z test_inplace_sin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:09:23.8194653Z test_inplace_sin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8195082Z test_inplace_sin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:09:23.8195504Z test_inplace_sin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:09:23.8195930Z test_inplace_sin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:09:23.8196358Z test_inplace_sinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:09:23.8196809Z test_inplace_sinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:09:23.8197251Z test_inplace_sinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:09:23.8197687Z test_inplace_sinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:09:23.8198122Z test_inplace_sinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:09:23.8198554Z test_inplace_sinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:09:23.8198965Z test_inplace_sinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8199393Z test_inplace_sinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:09:23.8199825Z test_inplace_sinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8200334Z test_inplace_sqrt_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.683s) 2022-11-23T02:09:23.8200802Z test_inplace_sqrt_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.869s) 2022-11-23T02:09:23.8201245Z test_inplace_sqrt_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:09:23.8201680Z test_inplace_sqrt_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8202094Z test_inplace_sqrt_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8202525Z test_inplace_sqrt_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8202957Z test_inplace_sqrt_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8203390Z test_inplace_sqrt_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8203818Z test_inplace_sqrt_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8204253Z test_inplace_tan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8204681Z test_inplace_tan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8205124Z test_inplace_tan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8205560Z test_inplace_tan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8205996Z test_inplace_tan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8206424Z test_inplace_tan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:09:23.8206847Z test_inplace_tan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8207267Z test_inplace_tan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:09:23.8207679Z test_inplace_tan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8208116Z test_inplace_tanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:09:23.8208563Z test_inplace_tanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8209011Z test_inplace_tanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8209446Z test_inplace_tanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:09:23.8209963Z test_inplace_tanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8210377Z test_inplace_tanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:09:23.8210809Z test_inplace_tanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8211239Z test_inplace_tanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8211670Z test_inplace_tanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8212107Z test_inplace_trunc_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:09:23.8212552Z test_inplace_trunc_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8212991Z test_inplace_trunc_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8213408Z test_inplace_trunc_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8213851Z test_inplace_trunc_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8214283Z test_inplace_trunc_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8214716Z test_inplace_trunc_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8215143Z test_out_abs_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8215569Z test_out_abs_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.272s) 2022-11-23T02:09:23.8216053Z test_out_abs_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:09:23.8216490Z test_out_abs_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8216896Z test_out_abs_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8217307Z test_out_abs_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:09:23.8217716Z test_out_abs_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8218125Z test_out_abs_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:09:23.8218519Z test_out_abs_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:09:23.8218939Z test_out_asin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8219373Z test_out_asin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8219802Z test_out_asin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8220225Z test_out_asin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8220643Z test_out_asin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8221052Z test_out_asin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8221573Z test_out_asin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8222064Z test_out_asin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8222564Z test_out_asin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8223081Z test_out_asinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8223531Z test_out_asinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8223965Z test_out_asinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8224375Z test_out_asinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8224799Z test_out_asinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8225215Z test_out_asinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8225731Z test_out_asinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8226147Z test_out_asinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8226565Z test_out_asinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.008s) 2022-11-23T02:09:23.8227029Z test_out_atan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8227447Z test_out_atan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8227886Z test_out_atan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8228419Z test_out_atan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8228840Z test_out_atan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8229512Z test_out_atan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8230012Z test_out_atan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8230422Z test_out_atan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8230831Z test_out_atan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8231262Z test_out_atanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8231700Z test_out_atanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8232807Z test_out_atanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8233285Z test_out_atanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8233693Z test_out_atanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8234111Z test_out_atanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8234526Z test_out_atanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8234942Z test_out_atanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8235358Z test_out_atanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8235781Z test_out_ceil_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8236203Z test_out_ceil_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8236607Z test_out_ceil_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8237019Z test_out_ceil_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8237429Z test_out_ceil_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8237844Z test_out_ceil_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8238253Z test_out_ceil_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8238732Z test_out_conj_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T02:09:23.8239243Z test_out_conj_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8239761Z test_out_conj_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T02:09:23.8240270Z test_out_conj_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8240775Z test_out_conj_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T02:09:23.8241279Z test_out_conj_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8241775Z test_out_conj_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8242388Z test_out_conj_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:09:23.8242889Z test_out_conj_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T02:09:23.8243355Z test_out_conj_physical_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8243815Z test_out_conj_physical_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:09:23.8244274Z test_out_conj_physical_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8244725Z test_out_conj_physical_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8245166Z test_out_conj_physical_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8245617Z test_out_conj_physical_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:09:23.8246100Z test_out_conj_physical_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8246763Z test_out_conj_physical_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8247328Z test_out_conj_physical_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8247768Z test_out_deg2rad_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8248334Z test_out_deg2rad_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8249089Z test_out_deg2rad_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8249761Z test_out_deg2rad_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8250198Z test_out_deg2rad_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8250968Z test_out_deg2rad_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8251679Z test_out_deg2rad_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8252108Z test_out_erf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8252525Z test_out_erf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8252942Z test_out_erf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8253332Z test_out_erf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8253746Z test_out_erf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8254152Z test_out_erf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:09:23.8254564Z test_out_erf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8254980Z test_out_expm1_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8255406Z test_out_expm1_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8255828Z test_out_expm1_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:09:23.8256227Z test_out_expm1_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:09:23.8256632Z test_out_expm1_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8257047Z test_out_expm1_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:09:23.8257465Z test_out_expm1_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8257889Z test_out_floor_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8258316Z test_out_floor_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:09:23.8258721Z test_out_floor_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8259259Z test_out_floor_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8259662Z test_out_floor_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8260078Z test_out_floor_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8260493Z test_out_floor_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8260914Z test_out_frac_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8261319Z test_out_frac_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8261804Z test_out_isinf_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:09:23.8262331Z test_out_isinf_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.006s) 2022-11-23T02:09:23.8262850Z test_out_isinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8263360Z test_out_isinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8263873Z test_out_isinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8264368Z test_out_isinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8264864Z test_out_isinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T02:09:23.8265426Z test_out_isinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8265946Z test_out_isinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T02:09:23.8266463Z test_out_isnan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8266994Z test_out_isnan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8267511Z test_out_isnan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8268018Z test_out_isnan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8268524Z test_out_isnan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T02:09:23.8269013Z test_out_isnan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8269505Z test_out_isnan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8269998Z test_out_isnan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8270508Z test_out_isnan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8270977Z test_out_isneginf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8271414Z test_out_isneginf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8271843Z test_out_isneginf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8272257Z test_out_isneginf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8272686Z test_out_isneginf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:09:23.8273116Z test_out_isneginf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8273547Z test_out_isneginf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8273978Z test_out_isposinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8274505Z test_out_isposinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:09:23.8274934Z test_out_isposinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8275347Z test_out_isposinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8275771Z test_out_isposinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8276198Z test_out_isposinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8276626Z test_out_isposinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8277051Z test_out_log1p_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8277474Z test_out_log1p_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:09:23.8277881Z test_out_log1p_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8278307Z test_out_log1p_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:09:23.8278712Z test_out_log1p_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8279128Z test_out_log1p_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8279539Z test_out_log1p_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8279967Z test_out_nan_to_num_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8280474Z test_out_nan_to_num_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8280913Z test_out_nan_to_num_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:09:23.8281341Z test_out_nan_to_num_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8281764Z test_out_nan_to_num_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8282187Z test_out_nan_to_num_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8282615Z test_out_nan_to_num_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:09:23.8283045Z test_out_neg_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:09:23.8283460Z test_out_neg_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:09:23.8283888Z test_out_neg_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8284309Z test_out_neg_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8284724Z test_out_neg_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8285133Z test_out_neg_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8285544Z test_out_neg_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8285955Z test_out_neg_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8286352Z test_out_neg_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8286837Z test_out_nn_functional_relu_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T02:09:23.8287393Z test_out_nn_functional_relu_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8287942Z test_out_nn_functional_relu_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T02:09:23.8288484Z test_out_nn_functional_relu_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8289015Z test_out_nn_functional_relu_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T02:09:23.8289636Z test_out_nn_functional_relu_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:09:23.8290155Z test_out_nn_functional_relu_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:09:23.8290687Z test_out_positive_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T02:09:23.8291225Z test_out_positive_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:09:23.8291760Z test_out_positive_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:09:23.8292287Z test_out_positive_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.006s) 2022-11-23T02:09:23.8292806Z test_out_positive_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:09:23.8293319Z test_out_positive_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:09:23.8293825Z test_out_positive_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:09:23.8294328Z test_out_positive_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:09:23.8294839Z test_out_positive_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:09:23.8295387Z test_out_rad2deg_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:09:23.8295845Z test_out_rad2deg_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8296280Z test_out_rad2deg_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8296710Z test_out_rad2deg_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8297141Z test_out_rad2deg_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8297546Z test_out_rad2deg_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8297973Z test_out_rad2deg_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8298396Z test_out_round_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8298820Z test_out_round_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8299242Z test_out_round_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8299661Z test_out_round_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8300059Z test_out_round_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8300468Z test_out_round_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8300888Z test_out_round_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8301317Z test_out_sgn_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:09:23.8301749Z test_out_sgn_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8302173Z test_out_sgn_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8302574Z test_out_sgn_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8302987Z test_out_sgn_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8303403Z test_out_sgn_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:09:23.8303810Z test_out_sgn_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8304221Z test_out_sgn_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8304631Z test_out_sgn_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8305142Z test_out_sign_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:09:23.8305543Z test_out_sign_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8305963Z test_out_sign_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8306375Z test_out_sign_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8306785Z test_out_sign_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8307198Z test_out_sign_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8307613Z test_out_sign_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8308022Z test_out_signbit_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8308455Z test_out_signbit_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8308893Z test_out_signbit_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:09:23.8309317Z test_out_signbit_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:09:23.8309739Z test_out_signbit_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:09:23.8310158Z test_out_signbit_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8310579Z test_out_signbit_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8311066Z test_out_sin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8311511Z test_out_sin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8311934Z test_out_sin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:09:23.8312349Z test_out_sin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8312770Z test_out_sin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8313180Z test_out_sin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:09:23.8313568Z test_out_sin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8313974Z test_out_sin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8314384Z test_out_sin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8314809Z test_out_sinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8315243Z test_out_sinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8315672Z test_out_sinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8316074Z test_out_sinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8316497Z test_out_sinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8316909Z test_out_sinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8317315Z test_out_sinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8317725Z test_out_sinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8318128Z test_out_sinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8318554Z test_out_sqrt_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8318974Z test_out_sqrt_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:09:23.8319400Z test_out_sqrt_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8319818Z test_out_sqrt_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8320328Z test_out_sqrt_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:09:23.8320743Z test_out_sqrt_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8321152Z test_out_sqrt_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8321549Z test_out_sqrt_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8321961Z test_out_sqrt_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8322383Z test_out_tan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8322817Z test_out_tan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8323245Z test_out_tan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8323664Z test_out_tan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8324062Z test_out_tan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8324476Z test_out_tan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8324875Z test_out_tan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8325282Z test_out_tan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8325691Z test_out_tan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8326108Z test_out_tanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8326612Z test_out_tanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8327042Z test_out_tanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8327507Z test_out_tanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8327929Z test_out_tanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8328343Z test_out_tanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8328749Z test_out_tanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8329158Z test_out_tanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8329549Z test_out_tanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8329971Z test_out_trunc_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8330537Z test_out_trunc_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:09:23.8330963Z test_out_trunc_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:09:23.8331461Z test_out_trunc_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:09:23.8332060Z test_out_trunc_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8332488Z test_out_trunc_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:09:23.8332890Z test_out_trunc_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8333346Z test_sparse_consistency_abs_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8333829Z test_sparse_consistency_abs_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8334307Z test_sparse_consistency_abs_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8334771Z test_sparse_consistency_abs_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8335236Z test_sparse_consistency_abs_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8335681Z test_sparse_consistency_abs_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8336141Z test_sparse_consistency_abs_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8336716Z test_sparse_consistency_abs_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8337174Z test_sparse_consistency_abs_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8337753Z test_sparse_consistency_asin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8338252Z test_sparse_consistency_asin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8338862Z test_sparse_consistency_asin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8339437Z test_sparse_consistency_asin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8339908Z test_sparse_consistency_asin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8340372Z test_sparse_consistency_asin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8340832Z test_sparse_consistency_asin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8341291Z test_sparse_consistency_asin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8341753Z test_sparse_consistency_asin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:09:23.8342231Z test_sparse_consistency_asinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8342786Z test_sparse_consistency_asinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:09:23.8343287Z test_sparse_consistency_asinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8343757Z test_sparse_consistency_asinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:09:23.8344223Z test_sparse_consistency_asinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8344689Z test_sparse_consistency_asinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8345266Z test_sparse_consistency_asinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:09:23.8345731Z test_sparse_consistency_asinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8346496Z test_sparse_consistency_asinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8347092Z test_sparse_consistency_atan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8347581Z test_sparse_consistency_atan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:09:23.8348059Z test_sparse_consistency_atan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8348527Z test_sparse_consistency_atan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8349001Z test_sparse_consistency_atan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:09:23.8349462Z test_sparse_consistency_atan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8349900Z test_sparse_consistency_atan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8350353Z test_sparse_consistency_atan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8350818Z test_sparse_consistency_atan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8351295Z test_sparse_consistency_atanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8351779Z test_sparse_consistency_atanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8352258Z test_sparse_consistency_atanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8352951Z test_sparse_consistency_atanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8353406Z test_sparse_consistency_atanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8354111Z test_sparse_consistency_atanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8354585Z test_sparse_consistency_atanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8355057Z test_sparse_consistency_atanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8355520Z test_sparse_consistency_atanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8355985Z test_sparse_consistency_ceil_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8356457Z test_sparse_consistency_ceil_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8356917Z test_sparse_consistency_ceil_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8357383Z test_sparse_consistency_ceil_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8357832Z test_sparse_consistency_ceil_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8358292Z test_sparse_consistency_ceil_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8358756Z test_sparse_consistency_ceil_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8359310Z test_sparse_consistency_conj_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8359894Z test_sparse_consistency_conj_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8360385Z test_sparse_consistency_conj_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8360969Z test_sparse_consistency_conj_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8361564Z test_sparse_consistency_conj_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8362022Z test_sparse_consistency_conj_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8362475Z test_sparse_consistency_conj_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8362931Z test_sparse_consistency_conj_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:09:23.8363383Z test_sparse_consistency_conj_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8363878Z test_sparse_consistency_conj_physical_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8364395Z test_sparse_consistency_conj_physical_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:09:23.8364906Z test_sparse_consistency_conj_physical_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8365409Z test_sparse_consistency_conj_physical_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8365906Z test_sparse_consistency_conj_physical_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8366402Z test_sparse_consistency_conj_physical_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8366893Z test_sparse_consistency_conj_physical_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8367466Z test_sparse_consistency_conj_physical_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8367959Z test_sparse_consistency_conj_physical_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8368682Z test_sparse_consistency_deg2rad_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8369274Z test_sparse_consistency_deg2rad_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:09:23.8369754Z test_sparse_consistency_deg2rad_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8370224Z test_sparse_consistency_deg2rad_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8370692Z test_sparse_consistency_deg2rad_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8371154Z test_sparse_consistency_deg2rad_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8371625Z test_sparse_consistency_deg2rad_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8372098Z test_sparse_consistency_erf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8372560Z test_sparse_consistency_erf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8373024Z test_sparse_consistency_erf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:09:23.8373483Z test_sparse_consistency_erf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8373927Z test_sparse_consistency_erf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8374492Z test_sparse_consistency_erf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8375031Z test_sparse_consistency_erf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8375747Z test_sparse_consistency_expm1_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8376225Z test_sparse_consistency_expm1_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8376694Z test_sparse_consistency_expm1_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8377157Z test_sparse_consistency_expm1_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8377600Z test_sparse_consistency_expm1_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8378062Z test_sparse_consistency_expm1_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8378521Z test_sparse_consistency_expm1_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8378994Z test_sparse_consistency_floor_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8379459Z test_sparse_consistency_floor_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8379924Z test_sparse_consistency_floor_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8380375Z test_sparse_consistency_floor_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8380815Z test_sparse_consistency_floor_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8381277Z test_sparse_consistency_floor_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8381839Z test_sparse_consistency_floor_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8382311Z test_sparse_consistency_frac_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:09:23.8383028Z test_sparse_consistency_frac_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8383512Z test_sparse_consistency_isinf_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8383996Z test_sparse_consistency_isinf_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8384459Z test_sparse_consistency_isinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:09:23.8385036Z test_sparse_consistency_isinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8385505Z test_sparse_consistency_isinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8385968Z test_sparse_consistency_isinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8386425Z test_sparse_consistency_isinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8386887Z test_sparse_consistency_isinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8387345Z test_sparse_consistency_isinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8387806Z test_sparse_consistency_isnan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8388294Z test_sparse_consistency_isnan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8388878Z test_sparse_consistency_isnan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8389350Z test_sparse_consistency_isnan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8390043Z test_sparse_consistency_isnan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8390521Z test_sparse_consistency_isnan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8390978Z test_sparse_consistency_isnan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8391504Z test_sparse_consistency_isnan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8391984Z test_sparse_consistency_isnan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8392463Z test_sparse_consistency_isneginf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8392957Z test_sparse_consistency_isneginf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8393437Z test_sparse_consistency_isneginf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8393917Z test_sparse_consistency_isneginf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:09:23.8394393Z test_sparse_consistency_isneginf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8394851Z test_sparse_consistency_isneginf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8395333Z test_sparse_consistency_isneginf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8395900Z test_sparse_consistency_isposinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:09:23.8396398Z test_sparse_consistency_isposinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8396951Z test_sparse_consistency_isposinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8397591Z test_sparse_consistency_isposinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8398071Z test_sparse_consistency_isposinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8398529Z test_sparse_consistency_isposinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8399017Z test_sparse_consistency_isposinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8399487Z test_sparse_consistency_log1p_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8399958Z test_sparse_consistency_log1p_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8400424Z test_sparse_consistency_log1p_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8401743Z test_sparse_consistency_log1p_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8402212Z test_sparse_consistency_log1p_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8402665Z test_sparse_consistency_log1p_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8403247Z test_sparse_consistency_log1p_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8403742Z test_sparse_consistency_nan_to_num_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8404456Z test_sparse_consistency_nan_to_num_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8404956Z test_sparse_consistency_nan_to_num_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8405436Z test_sparse_consistency_nan_to_num_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8405918Z test_sparse_consistency_nan_to_num_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8406375Z test_sparse_consistency_nan_to_num_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:09:23.8406854Z test_sparse_consistency_nan_to_num_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8407334Z test_sparse_consistency_neg_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8407913Z test_sparse_consistency_neg_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8408410Z test_sparse_consistency_neg_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:09:23.8408874Z test_sparse_consistency_neg_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8409338Z test_sparse_consistency_neg_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.005s) 2022-11-23T02:09:23.8409787Z test_sparse_consistency_neg_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8410335Z test_sparse_consistency_neg_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8410808Z test_sparse_consistency_neg_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8411342Z test_sparse_consistency_neg_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8411993Z test_sparse_consistency_nn_functional_relu_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8412504Z test_sparse_consistency_nn_functional_relu_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8413013Z test_sparse_consistency_nn_functional_relu_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8413246Z test_sparse_consistency_nn_functional_relu_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8413495Z test_sparse_consistency_nn_functional_relu_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8413742Z test_sparse_consistency_nn_functional_relu_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8413983Z test_sparse_consistency_nn_functional_relu_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8414224Z test_sparse_consistency_positive_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8414468Z test_sparse_consistency_positive_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8414703Z test_sparse_consistency_positive_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8414936Z test_sparse_consistency_positive_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8415272Z test_sparse_consistency_positive_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8415503Z test_sparse_consistency_positive_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8415735Z test_sparse_consistency_positive_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:09:23.8415967Z test_sparse_consistency_positive_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8416197Z test_sparse_consistency_positive_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8416432Z test_sparse_consistency_rad2deg_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8416667Z test_sparse_consistency_rad2deg_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8416893Z test_sparse_consistency_rad2deg_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8417115Z test_sparse_consistency_rad2deg_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8417409Z test_sparse_consistency_rad2deg_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8417652Z test_sparse_consistency_rad2deg_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8417867Z test_sparse_consistency_rad2deg_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8418081Z test_sparse_consistency_round_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8418452Z test_sparse_consistency_round_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8418815Z test_sparse_consistency_round_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8419040Z test_sparse_consistency_round_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8419260Z test_sparse_consistency_round_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8419481Z test_sparse_consistency_round_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8419695Z test_sparse_consistency_round_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8419922Z test_sparse_consistency_sgn_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:09:23.8420150Z test_sparse_consistency_sgn_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8420378Z test_sparse_consistency_sgn_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8420594Z test_sparse_consistency_sgn_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8420814Z test_sparse_consistency_sgn_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8421037Z test_sparse_consistency_sgn_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8421255Z test_sparse_consistency_sgn_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8421473Z test_sparse_consistency_sgn_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8421692Z test_sparse_consistency_sgn_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:09:23.8421919Z test_sparse_consistency_sign_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8422143Z test_sparse_consistency_sign_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8422365Z test_sparse_consistency_sign_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8422580Z test_sparse_consistency_sign_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8422791Z test_sparse_consistency_sign_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8423106Z test_sparse_consistency_sign_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8423313Z test_sparse_consistency_sign_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8423544Z test_sparse_consistency_signbit_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8423775Z test_sparse_consistency_signbit_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8424005Z test_sparse_consistency_signbit_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8424224Z test_sparse_consistency_signbit_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8424532Z test_sparse_consistency_signbit_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8424772Z test_sparse_consistency_signbit_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8425062Z test_sparse_consistency_signbit_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8425388Z test_sparse_consistency_sin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8425624Z test_sparse_consistency_sin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8425849Z test_sparse_consistency_sin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8426145Z test_sparse_consistency_sin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8426378Z test_sparse_consistency_sin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8426596Z test_sparse_consistency_sin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8426820Z test_sparse_consistency_sin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8427044Z test_sparse_consistency_sin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:09:23.8427259Z test_sparse_consistency_sin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8427492Z test_sparse_consistency_sinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8427758Z test_sparse_consistency_sinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8427993Z test_sparse_consistency_sinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8428214Z test_sparse_consistency_sinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8428418Z test_sparse_consistency_sinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:09:23.8428635Z test_sparse_consistency_sinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8428848Z test_sparse_consistency_sinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8429065Z test_sparse_consistency_sinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8429289Z test_sparse_consistency_sinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8429523Z test_sparse_consistency_sqrt_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8429755Z test_sparse_consistency_sqrt_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:09:23.8429984Z test_sparse_consistency_sqrt_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8430204Z test_sparse_consistency_sqrt_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8430428Z test_sparse_consistency_sqrt_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8430730Z test_sparse_consistency_sqrt_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8431011Z test_sparse_consistency_sqrt_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:09:23.8431258Z test_sparse_consistency_sqrt_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8431475Z test_sparse_consistency_sqrt_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8431705Z test_sparse_consistency_tan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8431939Z test_sparse_consistency_tan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:09:23.8432382Z test_sparse_consistency_tan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8432615Z test_sparse_consistency_tan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8432838Z test_sparse_consistency_tan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8433055Z test_sparse_consistency_tan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8433255Z test_sparse_consistency_tan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8433475Z test_sparse_consistency_tan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8433695Z test_sparse_consistency_tan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8434009Z test_sparse_consistency_tanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8434263Z test_sparse_consistency_tanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8434493Z test_sparse_consistency_tanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8434714Z test_sparse_consistency_tanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8434937Z test_sparse_consistency_tanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8435151Z test_sparse_consistency_tanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8435363Z test_sparse_consistency_tanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8435579Z test_sparse_consistency_tanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8435802Z test_sparse_consistency_tanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8436030Z test_sparse_consistency_trunc_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8436252Z test_sparse_consistency_trunc_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8436481Z test_sparse_consistency_trunc_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:09:23.8436698Z test_sparse_consistency_trunc_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8436911Z test_sparse_consistency_trunc_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:09:23.8437128Z test_sparse_consistency_trunc_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8437340Z test_sparse_consistency_trunc_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8437557Z test_sparse_fn_grad_abs_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.035s) 2022-11-23T02:09:23.8437771Z test_sparse_fn_grad_abs_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:09:23.8438053Z test_sparse_fn_grad_asin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-11-23T02:09:23.8438526Z test_sparse_fn_grad_asin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.002s) 2022-11-23T02:09:23.8438821Z test_sparse_fn_grad_asinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.000s) 2022-11-23T02:09:23.8439107Z test_sparse_fn_grad_asinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.003s) 2022-11-23T02:09:23.8439608Z test_sparse_fn_grad_atan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.000s) 2022-11-23T02:09:23.8439908Z test_sparse_fn_grad_atan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.000s) 2022-11-23T02:09:23.8440199Z test_sparse_fn_grad_atanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.000s) 2022-11-23T02:09:23.8440491Z test_sparse_fn_grad_atanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.000s) 2022-11-23T02:09:23.8440714Z test_sparse_fn_grad_ceil_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.019s) 2022-11-23T02:09:23.8440938Z test_sparse_fn_grad_conj_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.050s) 2022-11-23T02:09:23.8441151Z test_sparse_fn_grad_conj_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.018s) 2022-11-23T02:09:23.8441391Z test_sparse_fn_grad_conj_physical_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T02:09:23.8441704Z test_sparse_fn_grad_conj_physical_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:09:23.8441946Z test_sparse_fn_grad_deg2rad_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:09:23.8442229Z test_sparse_fn_grad_erf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-11-23T02:09:23.8442518Z test_sparse_fn_grad_expm1_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-11-23T02:09:23.8442736Z test_sparse_fn_grad_floor_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:09:23.8442953Z test_sparse_fn_grad_frac_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:09:23.8443240Z test_sparse_fn_grad_isinf_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Op doesn't support autograd (0.000s) 2022-11-23T02:09:23.8443521Z test_sparse_fn_grad_isinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Op doesn't support autograd (0.000s) 2022-11-23T02:09:23.8443806Z test_sparse_fn_grad_isnan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Op doesn't support autograd (0.000s) 2022-11-23T02:09:23.8444084Z test_sparse_fn_grad_isnan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Op doesn't support autograd (0.000s) 2022-11-23T02:09:23.8444366Z test_sparse_fn_grad_isneginf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Op doesn't support autograd (0.012s) 2022-11-23T02:09:23.8444650Z test_sparse_fn_grad_isposinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-11-23T02:09:23.8445502Z test_sparse_fn_grad_log1p_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:300: UserWarning: log1p_backward: received self with sparse layout, but backward requires materialization of a dense tensor with this shape (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\torch\csrc\autograd\FunctionsManual.cpp:4849.) 2022-11-23T02:09:23.8445754Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T02:09:23.8445930Z ok (0.012s) 2022-11-23T02:09:23.8446226Z test_sparse_fn_grad_nan_to_num_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-11-23T02:09:23.8446637Z test_sparse_fn_grad_neg_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.028s) 2022-11-23T02:09:23.8446890Z test_sparse_fn_grad_neg_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:09:23.8447118Z test_sparse_fn_grad_nn_functional_relu_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.045s) 2022-11-23T02:09:23.8447356Z test_sparse_fn_grad_positive_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.027s) 2022-11-23T02:09:23.8447583Z test_sparse_fn_grad_positive_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:09:23.8447806Z test_sparse_fn_grad_rad2deg_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.014s) 2022-11-23T02:09:23.8448025Z test_sparse_fn_grad_round_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:09:23.8448317Z test_sparse_fn_grad_sgn_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-11-23T02:09:23.8448601Z test_sparse_fn_grad_sgn_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-11-23T02:09:23.8448819Z test_sparse_fn_grad_sign_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.013s) 2022-11-23T02:09:23.8449809Z test_sparse_fn_grad_signbit_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! Op doesn't support autograd (0.002s) 2022-11-23T02:09:23.8450141Z test_sparse_fn_grad_sin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-11-23T02:09:23.8450422Z test_sparse_fn_grad_sin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-11-23T02:09:23.8450714Z test_sparse_fn_grad_sinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-11-23T02:09:23.8450996Z test_sparse_fn_grad_sinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-11-23T02:09:23.8451275Z test_sparse_fn_grad_sqrt_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-11-23T02:09:23.8451554Z test_sparse_fn_grad_sqrt_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-11-23T02:09:23.8451837Z test_sparse_fn_grad_tan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.001s) 2022-11-23T02:09:23.8452115Z test_sparse_fn_grad_tan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.002s) 2022-11-23T02:09:23.8452409Z test_sparse_fn_grad_tanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.000s) 2022-11-23T02:09:23.8452795Z test_sparse_fn_grad_tanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... skip: Skipped! sparse backward not supported (0.003s) 2022-11-23T02:09:23.8453023Z test_sparse_fn_grad_trunc_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:09:23.8453249Z test_sparse_zero_dims_abs_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8453479Z test_sparse_zero_dims_abs_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8453949Z test_sparse_zero_dims_abs_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8454180Z test_sparse_zero_dims_abs_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8454394Z test_sparse_zero_dims_abs_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8454703Z test_sparse_zero_dims_abs_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8454916Z test_sparse_zero_dims_abs_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8455130Z test_sparse_zero_dims_abs_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8455347Z test_sparse_zero_dims_abs_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8455576Z test_sparse_zero_dims_asin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8455806Z test_sparse_zero_dims_asin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8456025Z test_sparse_zero_dims_asin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8456236Z test_sparse_zero_dims_asin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8456454Z test_sparse_zero_dims_asin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8456670Z test_sparse_zero_dims_asin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8456885Z test_sparse_zero_dims_asin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8457095Z test_sparse_zero_dims_asin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8457304Z test_sparse_zero_dims_asin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8457602Z test_sparse_zero_dims_asinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8457847Z test_sparse_zero_dims_asinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8458066Z test_sparse_zero_dims_asinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8458282Z test_sparse_zero_dims_asinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:09:23.8458496Z test_sparse_zero_dims_asinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8458713Z test_sparse_zero_dims_asinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8458973Z test_sparse_zero_dims_asinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8459191Z test_sparse_zero_dims_asinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8459391Z test_sparse_zero_dims_asinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:09:23.8459720Z test_sparse_zero_dims_atan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8459960Z test_sparse_zero_dims_atan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8460180Z test_sparse_zero_dims_atan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8460397Z test_sparse_zero_dims_atan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8460615Z test_sparse_zero_dims_atan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8461019Z test_sparse_zero_dims_atan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8461358Z test_sparse_zero_dims_atan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8461692Z test_sparse_zero_dims_atan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8461914Z test_sparse_zero_dims_atan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8462145Z test_sparse_zero_dims_atanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8462371Z test_sparse_zero_dims_atanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8462694Z test_sparse_zero_dims_atanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8462910Z test_sparse_zero_dims_atanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8463125Z test_sparse_zero_dims_atanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8463343Z test_sparse_zero_dims_atanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8463559Z test_sparse_zero_dims_atanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8463774Z test_sparse_zero_dims_atanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8463986Z test_sparse_zero_dims_atanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:09:23.8464207Z test_sparse_zero_dims_ceil_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8464410Z test_sparse_zero_dims_ceil_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8464623Z test_sparse_zero_dims_ceil_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8464836Z test_sparse_zero_dims_ceil_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8465044Z test_sparse_zero_dims_ceil_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8465258Z test_sparse_zero_dims_ceil_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8465542Z test_sparse_zero_dims_ceil_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8465787Z test_sparse_zero_dims_conj_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8466014Z test_sparse_zero_dims_conj_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8466236Z test_sparse_zero_dims_conj_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8466446Z test_sparse_zero_dims_conj_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8466658Z test_sparse_zero_dims_conj_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8466868Z test_sparse_zero_dims_conj_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8467080Z test_sparse_zero_dims_conj_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8467373Z test_sparse_zero_dims_conj_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8467615Z test_sparse_zero_dims_conj_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8467861Z test_sparse_zero_dims_conj_physical_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8468105Z test_sparse_zero_dims_conj_physical_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8468346Z test_sparse_zero_dims_conj_physical_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8468809Z test_sparse_zero_dims_conj_physical_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8469057Z test_sparse_zero_dims_conj_physical_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8469273Z test_sparse_zero_dims_conj_physical_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8469508Z test_sparse_zero_dims_conj_physical_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8469741Z test_sparse_zero_dims_conj_physical_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8469970Z test_sparse_zero_dims_conj_physical_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8470301Z test_sparse_zero_dims_deg2rad_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8470519Z test_sparse_zero_dims_deg2rad_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8470739Z test_sparse_zero_dims_deg2rad_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8470950Z test_sparse_zero_dims_deg2rad_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8471158Z test_sparse_zero_dims_deg2rad_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8471378Z test_sparse_zero_dims_deg2rad_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:09:23.8471587Z test_sparse_zero_dims_deg2rad_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8471802Z test_sparse_zero_dims_erf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8472023Z test_sparse_zero_dims_erf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8472234Z test_sparse_zero_dims_erf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8472448Z test_sparse_zero_dims_erf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8472661Z test_sparse_zero_dims_erf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:09:23.8472873Z test_sparse_zero_dims_erf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8473152Z test_sparse_zero_dims_erf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8473394Z test_sparse_zero_dims_expm1_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8473609Z test_sparse_zero_dims_expm1_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8473827Z test_sparse_zero_dims_expm1_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8474028Z test_sparse_zero_dims_expm1_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8474241Z test_sparse_zero_dims_expm1_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8474459Z test_sparse_zero_dims_expm1_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8474768Z test_sparse_zero_dims_expm1_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8475005Z test_sparse_zero_dims_floor_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8475221Z test_sparse_zero_dims_floor_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8475442Z test_sparse_zero_dims_floor_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8475740Z test_sparse_zero_dims_floor_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8476109Z test_sparse_zero_dims_floor_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8476335Z test_sparse_zero_dims_floor_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8476549Z test_sparse_zero_dims_floor_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8476770Z test_sparse_zero_dims_frac_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8476986Z test_sparse_zero_dims_frac_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8477214Z test_sparse_zero_dims_isinf_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8477438Z test_sparse_zero_dims_isinf_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8477657Z test_sparse_zero_dims_isinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8477972Z test_sparse_zero_dims_isinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8478186Z test_sparse_zero_dims_isinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8478398Z test_sparse_zero_dims_isinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8478612Z test_sparse_zero_dims_isinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8478809Z test_sparse_zero_dims_isinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8479022Z test_sparse_zero_dims_isinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8479247Z test_sparse_zero_dims_isnan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8479472Z test_sparse_zero_dims_isnan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8479692Z test_sparse_zero_dims_isnan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8479907Z test_sparse_zero_dims_isnan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:09:23.8480117Z test_sparse_zero_dims_isnan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8480328Z test_sparse_zero_dims_isnan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8480541Z test_sparse_zero_dims_isnan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8480822Z test_sparse_zero_dims_isnan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8481053Z test_sparse_zero_dims_isnan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8481284Z test_sparse_zero_dims_isneginf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8481517Z test_sparse_zero_dims_isneginf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8481823Z test_sparse_zero_dims_isneginf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8482062Z test_sparse_zero_dims_isneginf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8482273Z test_sparse_zero_dims_isneginf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8482490Z test_sparse_zero_dims_isneginf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8482705Z test_sparse_zero_dims_isneginf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8483091Z test_sparse_zero_dims_isposinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8483410Z test_sparse_zero_dims_isposinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8483647Z test_sparse_zero_dims_isposinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8483851Z test_sparse_zero_dims_isposinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8484065Z test_sparse_zero_dims_isposinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8484285Z test_sparse_zero_dims_isposinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8484500Z test_sparse_zero_dims_isposinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8484722Z test_sparse_zero_dims_log1p_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8484942Z test_sparse_zero_dims_log1p_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8485157Z test_sparse_zero_dims_log1p_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8485371Z test_sparse_zero_dims_log1p_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8485683Z test_sparse_zero_dims_log1p_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8485900Z test_sparse_zero_dims_log1p_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8486111Z test_sparse_zero_dims_log1p_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8486340Z test_sparse_zero_dims_nan_to_num_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8486570Z test_sparse_zero_dims_nan_to_num_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8486793Z test_sparse_zero_dims_nan_to_num_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8487012Z test_sparse_zero_dims_nan_to_num_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8487234Z test_sparse_zero_dims_nan_to_num_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8487461Z test_sparse_zero_dims_nan_to_num_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:09:23.8487683Z test_sparse_zero_dims_nan_to_num_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8487908Z test_sparse_zero_dims_neg_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8488128Z test_sparse_zero_dims_neg_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8488412Z test_sparse_zero_dims_neg_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8488626Z test_sparse_zero_dims_neg_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:09:23.8488841Z test_sparse_zero_dims_neg_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8489158Z test_sparse_zero_dims_neg_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8489387Z test_sparse_zero_dims_neg_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8489599Z test_sparse_zero_dims_neg_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8489811Z test_sparse_zero_dims_neg_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8490167Z test_sparse_zero_dims_nn_functional_relu_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8490542Z test_sparse_zero_dims_nn_functional_relu_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8490793Z test_sparse_zero_dims_nn_functional_relu_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8491032Z test_sparse_zero_dims_nn_functional_relu_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8491270Z test_sparse_zero_dims_nn_functional_relu_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8491514Z test_sparse_zero_dims_nn_functional_relu_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8491749Z test_sparse_zero_dims_nn_functional_relu_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8491985Z test_sparse_zero_dims_positive_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8492219Z test_sparse_zero_dims_positive_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8492491Z test_sparse_zero_dims_positive_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8492723Z test_sparse_zero_dims_positive_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8492946Z test_sparse_zero_dims_positive_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8493261Z test_sparse_zero_dims_positive_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8493476Z test_sparse_zero_dims_positive_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8493695Z test_sparse_zero_dims_positive_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8493905Z test_sparse_zero_dims_positive_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8494129Z test_sparse_zero_dims_rad2deg_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8494349Z test_sparse_zero_dims_rad2deg_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8494568Z test_sparse_zero_dims_rad2deg_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8494792Z test_sparse_zero_dims_rad2deg_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8495010Z test_sparse_zero_dims_rad2deg_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8495229Z test_sparse_zero_dims_rad2deg_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8495443Z test_sparse_zero_dims_rad2deg_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8495654Z test_sparse_zero_dims_round_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:09:23.8495863Z test_sparse_zero_dims_round_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8496228Z test_sparse_zero_dims_round_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8496477Z test_sparse_zero_dims_round_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8496697Z test_sparse_zero_dims_round_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8496913Z test_sparse_zero_dims_round_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8497132Z test_sparse_zero_dims_round_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:09:23.8497561Z test_sparse_zero_dims_sgn_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8497799Z test_sparse_zero_dims_sgn_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8498013Z test_sparse_zero_dims_sgn_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8498233Z test_sparse_zero_dims_sgn_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8498448Z test_sparse_zero_dims_sgn_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8498646Z test_sparse_zero_dims_sgn_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8498859Z test_sparse_zero_dims_sgn_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8499077Z test_sparse_zero_dims_sgn_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8499288Z test_sparse_zero_dims_sgn_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8499508Z test_sparse_zero_dims_sign_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8499728Z test_sparse_zero_dims_sign_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8499942Z test_sparse_zero_dims_sign_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8500159Z test_sparse_zero_dims_sign_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8500373Z test_sparse_zero_dims_sign_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8500584Z test_sparse_zero_dims_sign_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8500904Z test_sparse_zero_dims_sign_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8501131Z test_sparse_zero_dims_signbit_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8501350Z test_sparse_zero_dims_signbit_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8501571Z test_sparse_zero_dims_signbit_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8501783Z test_sparse_zero_dims_signbit_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8501994Z test_sparse_zero_dims_signbit_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8502212Z test_sparse_zero_dims_signbit_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8502421Z test_sparse_zero_dims_signbit_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8502647Z test_sparse_zero_dims_sin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8502859Z test_sparse_zero_dims_sin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8503075Z test_sparse_zero_dims_sin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8503367Z test_sparse_zero_dims_sin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:09:23.8503590Z test_sparse_zero_dims_sin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8503881Z test_sparse_zero_dims_sin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8504110Z test_sparse_zero_dims_sin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8504326Z test_sparse_zero_dims_sin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8504762Z test_sparse_zero_dims_sin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:09:23.8505006Z test_sparse_zero_dims_sinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8505228Z test_sparse_zero_dims_sinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8505446Z test_sparse_zero_dims_sinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8505659Z test_sparse_zero_dims_sinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8505875Z test_sparse_zero_dims_sinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8506089Z test_sparse_zero_dims_sinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8506303Z test_sparse_zero_dims_sinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8506515Z test_sparse_zero_dims_sinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8506728Z test_sparse_zero_dims_sinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8506956Z test_sparse_zero_dims_sqrt_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8507180Z test_sparse_zero_dims_sqrt_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8507397Z test_sparse_zero_dims_sqrt_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8507611Z test_sparse_zero_dims_sqrt_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8507826Z test_sparse_zero_dims_sqrt_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8508025Z test_sparse_zero_dims_sqrt_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8508237Z test_sparse_zero_dims_sqrt_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8508552Z test_sparse_zero_dims_sqrt_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8508764Z test_sparse_zero_dims_sqrt_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8508988Z test_sparse_zero_dims_tan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8509207Z test_sparse_zero_dims_tan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8509421Z test_sparse_zero_dims_tan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8509641Z test_sparse_zero_dims_tan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:09:23.8509852Z test_sparse_zero_dims_tan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8510062Z test_sparse_zero_dims_tan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8510275Z test_sparse_zero_dims_tan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8510572Z test_sparse_zero_dims_tan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:09:23.8510795Z test_sparse_zero_dims_tan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8511023Z test_sparse_zero_dims_tanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8511247Z test_sparse_zero_dims_tanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8511604Z test_sparse_zero_dims_tanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8511993Z test_sparse_zero_dims_tanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8512218Z test_sparse_zero_dims_tanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8512432Z test_sparse_zero_dims_tanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8512650Z test_sparse_zero_dims_tanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8512844Z test_sparse_zero_dims_tanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8513054Z test_sparse_zero_dims_tanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8513275Z test_sparse_zero_dims_trunc_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8513494Z test_sparse_zero_dims_trunc_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8513713Z test_sparse_zero_dims_trunc_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8513929Z test_sparse_zero_dims_trunc_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8514144Z test_sparse_zero_dims_trunc_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8514358Z test_sparse_zero_dims_trunc_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8514571Z test_sparse_zero_dims_trunc_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8514788Z test_sparse_zeros_abs_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8515001Z test_sparse_zeros_abs_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8515213Z test_sparse_zeros_abs_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:09:23.8515426Z test_sparse_zeros_abs_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8515635Z test_sparse_zeros_abs_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8515844Z test_sparse_zeros_abs_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8516143Z test_sparse_zeros_abs_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8516352Z test_sparse_zeros_abs_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8516555Z test_sparse_zeros_abs_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8516770Z test_sparse_zeros_asin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8516972Z test_sparse_zeros_asin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8517191Z test_sparse_zeros_asin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8517406Z test_sparse_zeros_asin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8517695Z test_sparse_zeros_asin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8517932Z test_sparse_zeros_asin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8518140Z test_sparse_zeros_asin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8518346Z test_sparse_zeros_asin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8518549Z test_sparse_zeros_asin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:09:23.8518986Z test_sparse_zeros_asinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.004s) 2022-11-23T02:09:23.8519219Z test_sparse_zeros_asinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8519513Z test_sparse_zeros_asinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8519741Z test_sparse_zeros_asinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8519951Z test_sparse_zeros_asinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8520165Z test_sparse_zeros_asinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8520372Z test_sparse_zeros_asinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8520582Z test_sparse_zeros_asinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8520786Z test_sparse_zeros_asinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:09:23.8521004Z test_sparse_zeros_atan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8521223Z test_sparse_zeros_atan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8521437Z test_sparse_zeros_atan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8521635Z test_sparse_zeros_atan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8521843Z test_sparse_zeros_atan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.011s) 2022-11-23T02:09:23.8522057Z test_sparse_zeros_atan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8522260Z test_sparse_zeros_atan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8522470Z test_sparse_zeros_atan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8522672Z test_sparse_zeros_atan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8522894Z test_sparse_zeros_atanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8523117Z test_sparse_zeros_atanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8523329Z test_sparse_zeros_atanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8523542Z test_sparse_zeros_atanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8523836Z test_sparse_zeros_atanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8524046Z test_sparse_zeros_atanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8524252Z test_sparse_zeros_atanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8524464Z test_sparse_zeros_atanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8524749Z test_sparse_zeros_atanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8524990Z test_sparse_zeros_ceil_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8525214Z test_sparse_zeros_ceil_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8525570Z test_sparse_zeros_ceil_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8525788Z test_sparse_zeros_ceil_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8525980Z test_sparse_zeros_ceil_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8526190Z test_sparse_zeros_ceil_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8526393Z test_sparse_zeros_ceil_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8526615Z test_sparse_zeros_conj_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8526835Z test_sparse_zeros_conj_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8527129Z test_sparse_zeros_conj_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8527355Z test_sparse_zeros_conj_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8527565Z test_sparse_zeros_conj_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8527773Z test_sparse_zeros_conj_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8527975Z test_sparse_zeros_conj_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8528213Z test_sparse_zeros_conj_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8528420Z test_sparse_zeros_conj_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8528657Z test_sparse_zeros_conj_physical_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8528895Z test_sparse_zeros_conj_physical_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8529126Z test_sparse_zeros_conj_physical_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8529353Z test_sparse_zeros_conj_physical_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8529581Z test_sparse_zeros_conj_physical_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8529799Z test_sparse_zeros_conj_physical_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8530012Z test_sparse_zeros_conj_physical_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8530233Z test_sparse_zeros_conj_physical_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8530433Z test_sparse_zeros_conj_physical_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8530653Z test_sparse_zeros_deg2rad_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8530875Z test_sparse_zeros_deg2rad_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8531088Z test_sparse_zeros_deg2rad_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8531406Z test_sparse_zeros_deg2rad_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8532593Z test_sparse_zeros_deg2rad_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8532823Z test_sparse_zeros_deg2rad_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8533035Z test_sparse_zeros_deg2rad_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8533248Z test_sparse_zeros_erf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8533463Z test_sparse_zeros_erf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8533673Z test_sparse_zeros_erf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8533880Z test_sparse_zeros_erf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8534081Z test_sparse_zeros_erf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8534292Z test_sparse_zeros_erf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8534497Z test_sparse_zeros_erf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8534708Z test_sparse_zeros_expm1_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8534921Z test_sparse_zeros_expm1_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8535131Z test_sparse_zeros_expm1_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8535586Z test_sparse_zeros_expm1_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8535825Z test_sparse_zeros_expm1_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8536022Z test_sparse_zeros_expm1_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:09:23.8536234Z test_sparse_zeros_expm1_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8536455Z test_sparse_zeros_floor_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8536668Z test_sparse_zeros_floor_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8536878Z test_sparse_zeros_floor_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8537087Z test_sparse_zeros_floor_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8537294Z test_sparse_zeros_floor_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8537504Z test_sparse_zeros_floor_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8537709Z test_sparse_zeros_floor_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8537926Z test_sparse_zeros_frac_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8538143Z test_sparse_zeros_frac_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:09:23.8538462Z test_sparse_zeros_isinf_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8538691Z test_sparse_zeros_isinf_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8538904Z test_sparse_zeros_isinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8539117Z test_sparse_zeros_isinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8539544Z test_sparse_zeros_isinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8539769Z test_sparse_zeros_isinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8539977Z test_sparse_zeros_isinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8540188Z test_sparse_zeros_isinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8540486Z test_sparse_zeros_isinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8540710Z test_sparse_zeros_isnan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8540930Z test_sparse_zeros_isnan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8541144Z test_sparse_zeros_isnan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8541362Z test_sparse_zeros_isnan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8541571Z test_sparse_zeros_isnan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8541779Z test_sparse_zeros_isnan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8541981Z test_sparse_zeros_isnan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8542194Z test_sparse_zeros_isnan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8542396Z test_sparse_zeros_isnan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8542617Z test_sparse_zeros_isneginf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8542830Z test_sparse_zeros_isneginf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8543051Z test_sparse_zeros_isneginf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8543337Z test_sparse_zeros_isneginf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8543571Z test_sparse_zeros_isneginf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8543788Z test_sparse_zeros_isneginf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8544004Z test_sparse_zeros_isneginf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:09:23.8544227Z test_sparse_zeros_isposinf_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8544440Z test_sparse_zeros_isposinf_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8544654Z test_sparse_zeros_isposinf_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8544852Z test_sparse_zeros_isposinf_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8545073Z test_sparse_zeros_isposinf_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8545373Z test_sparse_zeros_isposinf_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8545611Z test_sparse_zeros_isposinf_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8545826Z test_sparse_zeros_log1p_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8546045Z test_sparse_zeros_log1p_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8546259Z test_sparse_zeros_log1p_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8546697Z test_sparse_zeros_log1p_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8546913Z test_sparse_zeros_log1p_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8547129Z test_sparse_zeros_log1p_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8547334Z test_sparse_zeros_log1p_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8547558Z test_sparse_zeros_nan_to_num_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8547774Z test_sparse_zeros_nan_to_num_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8548090Z test_sparse_zeros_nan_to_num_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8548304Z test_sparse_zeros_nan_to_num_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8548512Z test_sparse_zeros_nan_to_num_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8548726Z test_sparse_zeros_nan_to_num_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8548941Z test_sparse_zeros_nan_to_num_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8549161Z test_sparse_zeros_neg_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8549378Z test_sparse_zeros_neg_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8549575Z test_sparse_zeros_neg_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:09:23.8549788Z test_sparse_zeros_neg_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8549995Z test_sparse_zeros_neg_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8550202Z test_sparse_zeros_neg_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8550405Z test_sparse_zeros_neg_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8550612Z test_sparse_zeros_neg_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.010s) 2022-11-23T02:09:23.8550886Z test_sparse_zeros_neg_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8551143Z test_sparse_zeros_nn_functional_relu_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8551383Z test_sparse_zeros_nn_functional_relu_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8551617Z test_sparse_zeros_nn_functional_relu_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8551855Z test_sparse_zeros_nn_functional_relu_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8552077Z test_sparse_zeros_nn_functional_relu_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8552308Z test_sparse_zeros_nn_functional_relu_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8552637Z test_sparse_zeros_nn_functional_relu_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8552878Z test_sparse_zeros_positive_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8553104Z test_sparse_zeros_positive_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8553388Z test_sparse_zeros_positive_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8553761Z test_sparse_zeros_positive_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8553993Z test_sparse_zeros_positive_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8554211Z test_sparse_zeros_positive_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8554428Z test_sparse_zeros_positive_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8554630Z test_sparse_zeros_positive_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8554847Z test_sparse_zeros_positive_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8555070Z test_sparse_zeros_rad2deg_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8555290Z test_sparse_zeros_rad2deg_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:09:23.8555503Z test_sparse_zeros_rad2deg_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8555817Z test_sparse_zeros_rad2deg_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8556034Z test_sparse_zeros_rad2deg_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8556248Z test_sparse_zeros_rad2deg_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8556459Z test_sparse_zeros_rad2deg_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.012s) 2022-11-23T02:09:23.8556670Z test_sparse_zeros_round_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8556888Z test_sparse_zeros_round_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8557099Z test_sparse_zeros_round_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8557308Z test_sparse_zeros_round_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8557518Z test_sparse_zeros_round_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8557728Z test_sparse_zeros_round_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8557932Z test_sparse_zeros_round_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8558151Z test_sparse_zeros_sgn_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8558366Z test_sparse_zeros_sgn_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8558644Z test_sparse_zeros_sgn_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8558852Z test_sparse_zeros_sgn_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8559064Z test_sparse_zeros_sgn_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8559272Z test_sparse_zeros_sgn_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8559582Z test_sparse_zeros_sgn_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8559803Z test_sparse_zeros_sgn_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8560007Z test_sparse_zeros_sgn_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8560220Z test_sparse_zeros_sign_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8560539Z test_sparse_zeros_sign_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8560875Z test_sparse_zeros_sign_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8561095Z test_sparse_zeros_sign_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8561298Z test_sparse_zeros_sign_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8561512Z test_sparse_zeros_sign_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8561715Z test_sparse_zeros_sign_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8561934Z test_sparse_zeros_signbit_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8562155Z test_sparse_zeros_signbit_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8562369Z test_sparse_zeros_signbit_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8562586Z test_sparse_zeros_signbit_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8562799Z test_sparse_zeros_signbit_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8563012Z test_sparse_zeros_signbit_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8563222Z test_sparse_zeros_signbit_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8563523Z test_sparse_zeros_sin_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8563738Z test_sparse_zeros_sin_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8563951Z test_sparse_zeros_sin_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8564161Z test_sparse_zeros_sin_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8564370Z test_sparse_zeros_sin_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8564581Z test_sparse_zeros_sin_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.007s) 2022-11-23T02:09:23.8564786Z test_sparse_zeros_sin_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8564994Z test_sparse_zeros_sin_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8565200Z test_sparse_zeros_sin_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8565422Z test_sparse_zeros_sinh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8565639Z test_sparse_zeros_sinh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8565852Z test_sparse_zeros_sinh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8566064Z test_sparse_zeros_sinh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8566342Z test_sparse_zeros_sinh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8566663Z test_sparse_zeros_sinh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8566875Z test_sparse_zeros_sinh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8567086Z test_sparse_zeros_sinh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8567301Z test_sparse_zeros_sinh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8567640Z test_sparse_zeros_sqrt_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8567947Z test_sparse_zeros_sqrt_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8568168Z test_sparse_zeros_sqrt_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8568381Z test_sparse_zeros_sqrt_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8568595Z test_sparse_zeros_sqrt_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8568803Z test_sparse_zeros_sqrt_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8569008Z test_sparse_zeros_sqrt_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8569219Z test_sparse_zeros_sqrt_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.003s) 2022-11-23T02:09:23.8569425Z test_sparse_zeros_sqrt_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8569642Z test_sparse_zeros_tan_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8569856Z test_sparse_zeros_tan_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.006s) 2022-11-23T02:09:23.8570069Z test_sparse_zeros_tan_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8570283Z test_sparse_zeros_tan_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8570490Z test_sparse_zeros_tan_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8570696Z test_sparse_zeros_tan_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.000s) 2022-11-23T02:09:23.8570897Z test_sparse_zeros_tan_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8571207Z test_sparse_zeros_tan_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8571410Z test_sparse_zeros_tan_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8571631Z test_sparse_zeros_tanh_cuda_complex128 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8571847Z test_sparse_zeros_tanh_cuda_complex64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8572045Z test_sparse_zeros_tanh_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8572261Z test_sparse_zeros_tanh_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8572470Z test_sparse_zeros_tanh_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8572679Z test_sparse_zeros_tanh_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8572887Z test_sparse_zeros_tanh_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8573097Z test_sparse_zeros_tanh_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8573304Z test_sparse_zeros_tanh_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8573592Z test_sparse_zeros_trunc_cuda_float32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8573835Z test_sparse_zeros_trunc_cuda_float64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8574784Z test_sparse_zeros_trunc_cuda_int16 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8575121Z test_sparse_zeros_trunc_cuda_int32 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8575335Z test_sparse_zeros_trunc_cuda_int64 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8575544Z test_sparse_zeros_trunc_cuda_int8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.001s) 2022-11-23T02:09:23.8575756Z test_sparse_zeros_trunc_cuda_uint8 (__main__.TestSparseUnaryUfuncsCUDA) ... ok (0.002s) 2022-11-23T02:09:23.8575771Z 2022-11-23T02:09:23.8575968Z ---------------------------------------------------------------------- 2022-11-23T02:09:23.8576071Z Ran 1635 tests in 96.829s 2022-11-23T02:09:23.8576080Z 2022-11-23T02:09:23.8576174Z OK (skipped=198) 2022-11-23T02:09:23.8576181Z 2022-11-23T02:09:23.8576291Z Generating XML reports... 2022-11-23T02:09:23.8576578Z Generated XML report: test-reports\python-unittest\test_sparse\TEST-TestSparseCUDA-20221123020745.xml 2022-11-23T02:09:23.8576919Z Generated XML report: test-reports\python-unittest\test_sparse\TEST-TestSparseMaskedReductionsCUDA-20221123020745.xml 2022-11-23T02:09:23.8577195Z Generated XML report: test-reports\python-unittest\test_sparse\TEST-TestSparseMeta-20221123020745.xml 2022-11-23T02:09:23.8577463Z Generated XML report: test-reports\python-unittest\test_sparse\TEST-TestSparseOneOff-20221123020745.xml 2022-11-23T02:09:23.8577782Z Generated XML report: test-reports\python-unittest\test_sparse\TEST-TestSparseUnaryUfuncsCUDA-20221123020745.xml 2022-11-23T02:09:23.8577790Z 2022-11-23T02:09:23.8578219Z ##[endgroup] 2022-11-23T02:09:23.8578525Z FINISHED PRINTING LOG FILE of test_sparse (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_sparse_i6pm3ksv) 2022-11-23T02:09:23.8578533Z 2022-11-23T02:09:28.3810742Z Running test_spectral_ops ... [2022-11-23 02:09:28.380533] 2022-11-23T02:09:28.3818809Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_spectral_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:09:28.381681] 2022-11-23T02:09:28.3821212Z Ignoring disabled issues: [] 2022-11-23T02:10:07.6388977Z 2022-11-23T02:10:07.6390141Z Expand the folded group to see the log file of test_spectral_ops 2022-11-23T02:10:07.6392431Z ##[group]PRINTING LOG FILE of test_spectral_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_spectral_ops_2aqab6ae) 2022-11-23T02:10:07.6394191Z C:\actions-runner\_work\pytorch\pytorch\test\test_spectral_ops.py:44: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T02:10:07.6395225Z if LooseVersion(np.__version__) >= '1.20.0' and ( 2022-11-23T02:10:07.6396411Z C:\actions-runner\_work\pytorch\pytorch\test\test_spectral_ops.py:45: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T02:10:07.6397500Z not has_scipy_fft or LooseVersion(scipy.__version__) >= '1.6.0') 2022-11-23T02:10:07.6398005Z 2022-11-23T02:10:07.6398253Z Running tests... 2022-11-23T02:10:07.6398871Z ---------------------------------------------------------------------- 2022-11-23T02:10:07.6399665Z Test results will be stored in test-reports\python-unittest\test_spectral_ops 2022-11-23T02:10:07.6400365Z test_batch_istft_cuda (__main__.TestFFTCUDA) ... ok (2.505s) 2022-11-23T02:10:07.6401194Z test_complex_istft_real_equiv_cuda_complex128 (__main__.TestFFTCUDA) ... ok (1.027s) 2022-11-23T02:10:07.6402242Z test_complex_stft_definition_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.059s) 2022-11-23T02:10:07.6402971Z test_complex_stft_onesided_cuda (__main__.TestFFTCUDA) ... ok (0.963s) 2022-11-23T02:10:07.6403704Z test_complex_stft_real_equiv_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.614s) 2022-11-23T02:10:07.6404454Z test_complex_stft_roundtrip_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.159s) 2022-11-23T02:10:07.6405240Z test_complex_stft_roundtrip_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.437s) 2022-11-23T02:10:07.6406154Z test_cufft_plan_cache_cuda_float64 (__main__.TestFFTCUDA) ... ok (5.299s) 2022-11-23T02:10:07.6407619Z test_empty_fft_fft_fft2_cuda_complex32 (__main__.TestFFTCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_spectral_ops.py:240: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-11-23T02:10:07.6409050Z t = torch.empty(1, 0, device=device, dtype=dtype) 2022-11-23T02:10:07.6409526Z ok (0.000s) 2022-11-23T02:10:07.6410054Z test_empty_fft_fft_fft2_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T02:10:07.6410723Z test_empty_fft_fft_fft2_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.010s) 2022-11-23T02:10:07.6411387Z test_empty_fft_fft_fft2_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T02:10:07.6412067Z test_empty_fft_fft_fft_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T02:10:07.6412752Z test_empty_fft_fft_fft_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T02:10:07.6413422Z test_empty_fft_fft_fft_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T02:10:07.6414090Z test_empty_fft_fft_fft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.010s) 2022-11-23T02:10:07.6414704Z test_empty_fft_fft_fftn_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T02:10:07.6432271Z test_empty_fft_fft_fftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T02:10:07.6433107Z test_empty_fft_fft_fftn_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T02:10:07.6433802Z test_empty_fft_fft_fftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T02:10:07.6434470Z test_empty_fft_fft_hfft2_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.001s) 2022-11-23T02:10:07.6435152Z test_empty_fft_fft_hfft2_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T02:10:07.6435843Z test_empty_fft_fft_hfft2_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T02:10:07.6436582Z test_empty_fft_fft_hfft2_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T02:10:07.6437345Z test_empty_fft_fft_hfft_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T02:10:07.6438056Z test_empty_fft_fft_hfft_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T02:10:07.6438972Z test_empty_fft_fft_hfft_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T02:10:07.6439659Z test_empty_fft_fft_hfft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T02:10:07.6440321Z test_empty_fft_fft_hfftn_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-11-23T02:10:07.6441028Z test_empty_fft_fft_hfftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-11-23T02:10:07.6441713Z test_empty_fft_fft_hfftn_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-11-23T02:10:07.6442395Z test_empty_fft_fft_hfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-11-23T02:10:07.6443138Z test_empty_fft_fft_ifft2_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T02:10:07.6443914Z test_empty_fft_fft_ifft2_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T02:10:07.6444611Z test_empty_fft_fft_ifft2_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T02:10:07.6445258Z test_empty_fft_fft_ifft2_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T02:10:07.6445951Z test_empty_fft_fft_ifft_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-11-23T02:10:07.6446649Z test_empty_fft_fft_ifft_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T02:10:07.6447338Z test_empty_fft_fft_ifft_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T02:10:07.6448021Z test_empty_fft_fft_ifft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.010s) 2022-11-23T02:10:07.6448713Z test_empty_fft_fft_ifftn_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T02:10:07.6449529Z test_empty_fft_fft_ifftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T02:10:07.6450326Z test_empty_fft_fft_ifftn_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T02:10:07.6451046Z test_empty_fft_fft_ifftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.013s) 2022-11-23T02:10:07.6451729Z test_empty_fft_fft_ihfft2_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-11-23T02:10:07.6452525Z test_empty_fft_fft_ihfft2_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-11-23T02:10:07.6453218Z test_empty_fft_fft_ihfft_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-11-23T02:10:07.6453909Z test_empty_fft_fft_ihfft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T02:10:07.6454605Z test_empty_fft_fft_ihfftn_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T02:10:07.6455306Z test_empty_fft_fft_ihfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T02:10:07.6456019Z test_empty_fft_fft_irfft2_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T02:10:07.6456753Z test_empty_fft_fft_irfft2_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T02:10:07.6457532Z test_empty_fft_fft_irfft2_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T02:10:07.6458229Z test_empty_fft_fft_irfft2_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T02:10:07.6458934Z test_empty_fft_fft_irfft_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T02:10:07.6459643Z test_empty_fft_fft_irfft_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T02:10:07.6460347Z test_empty_fft_fft_irfft_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.001s) 2022-11-23T02:10:07.6461003Z test_empty_fft_fft_irfft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T02:10:07.6461708Z test_empty_fft_fft_irfftn_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T02:10:07.6462437Z test_empty_fft_fft_irfftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T02:10:07.6463196Z test_empty_fft_fft_irfftn_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T02:10:07.6463963Z test_empty_fft_fft_irfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-11-23T02:10:07.6464662Z test_empty_fft_fft_rfft2_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T02:10:07.6465510Z test_empty_fft_fft_rfft2_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T02:10:07.6466173Z test_empty_fft_fft_rfft_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T02:10:07.6466859Z test_empty_fft_fft_rfft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T02:10:07.6467555Z test_empty_fft_fft_rfftn_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.012s) 2022-11-23T02:10:07.6468249Z test_empty_fft_fft_rfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T02:10:07.6468897Z test_empty_ifft_cuda (__main__.TestFFTCUDA) ... ok (0.005s) 2022-11-23T02:10:07.6469622Z test_fft2_fftn_equivalence_cuda_complex64 (__main__.TestFFTCUDA) ... ok (1.210s) 2022-11-23T02:10:07.6470379Z test_fft2_fftn_equivalence_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.688s) 2022-11-23T02:10:07.6471043Z test_fft2_invalid_cuda (__main__.TestFFTCUDA) ... ok (0.018s) 2022-11-23T02:10:07.6471690Z test_fft2_numpy_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.760s) 2022-11-23T02:10:07.6472356Z test_fft2_numpy_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.824s) 2022-11-23T02:10:07.6473086Z test_fft_half_and_bfloat16_errors_fft_fft2_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.005s) 2022-11-23T02:10:07.6473875Z test_fft_half_and_bfloat16_errors_fft_fft_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T02:10:07.6474631Z test_fft_half_and_bfloat16_errors_fft_fftn_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T02:10:07.6475421Z test_fft_half_and_bfloat16_errors_fft_hfft2_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T02:10:07.6476376Z test_fft_half_and_bfloat16_errors_fft_hfft_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T02:10:07.6477253Z test_fft_half_and_bfloat16_errors_fft_hfftn_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T02:10:07.6478038Z test_fft_half_and_bfloat16_errors_fft_ifft2_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T02:10:07.6478820Z test_fft_half_and_bfloat16_errors_fft_ifft_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T02:10:07.6479605Z test_fft_half_and_bfloat16_errors_fft_ifftn_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T02:10:07.6480372Z test_fft_half_and_bfloat16_errors_fft_ihfft2_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T02:10:07.6481157Z test_fft_half_and_bfloat16_errors_fft_ihfft_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T02:10:07.6481947Z test_fft_half_and_bfloat16_errors_fft_ihfftn_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T02:10:07.6482764Z test_fft_half_and_bfloat16_errors_fft_irfft2_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T02:10:07.6483600Z test_fft_half_and_bfloat16_errors_fft_irfft_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T02:10:07.6484430Z test_fft_half_and_bfloat16_errors_fft_irfftn_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.001s) 2022-11-23T02:10:07.6485224Z test_fft_half_and_bfloat16_errors_fft_rfft2_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T02:10:07.6485977Z test_fft_half_and_bfloat16_errors_fft_rfft_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T02:10:07.6486757Z test_fft_half_and_bfloat16_errors_fft_rfftn_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T02:10:07.6487577Z test_fft_half_and_chalf_not_power_of_two_error_fft_fft2_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-11-23T02:10:07.6488412Z test_fft_half_and_chalf_not_power_of_two_error_fft_fft2_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T02:10:07.6489248Z test_fft_half_and_chalf_not_power_of_two_error_fft_fft_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T02:10:07.6490155Z test_fft_half_and_chalf_not_power_of_two_error_fft_fft_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.012s) 2022-11-23T02:10:07.6491033Z test_fft_half_and_chalf_not_power_of_two_error_fft_fftn_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T02:10:07.6492019Z test_fft_half_and_chalf_not_power_of_two_error_fft_fftn_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T02:10:07.6492830Z test_fft_half_and_chalf_not_power_of_two_error_fft_hfft2_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T02:10:07.6493672Z test_fft_half_and_chalf_not_power_of_two_error_fft_hfft2_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T02:10:07.6494502Z test_fft_half_and_chalf_not_power_of_two_error_fft_hfft_cuda_complex32 (__main__.TestFFTCUDA) ... ok (1.619s) 2022-11-23T02:10:07.6495330Z test_fft_half_and_chalf_not_power_of_two_error_fft_hfft_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-11-23T02:10:07.6496203Z test_fft_half_and_chalf_not_power_of_two_error_fft_hfftn_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T02:10:07.6497114Z test_fft_half_and_chalf_not_power_of_two_error_fft_hfftn_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T02:10:07.6497962Z test_fft_half_and_chalf_not_power_of_two_error_fft_ifft2_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.012s) 2022-11-23T02:10:07.6498759Z test_fft_half_and_chalf_not_power_of_two_error_fft_ifft2_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T02:10:07.6499591Z test_fft_half_and_chalf_not_power_of_two_error_fft_ifft_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T02:10:07.6500417Z test_fft_half_and_chalf_not_power_of_two_error_fft_ifft_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T02:10:07.6501374Z test_fft_half_and_chalf_not_power_of_two_error_fft_ifftn_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T02:10:07.6502236Z test_fft_half_and_chalf_not_power_of_two_error_fft_ifftn_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T02:10:07.6503105Z test_fft_half_and_chalf_not_power_of_two_error_fft_ihfft2_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T02:10:07.6504022Z test_fft_half_and_chalf_not_power_of_two_error_fft_ihfft_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T02:10:07.6504824Z test_fft_half_and_chalf_not_power_of_two_error_fft_ihfftn_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T02:10:07.6505665Z test_fft_half_and_chalf_not_power_of_two_error_fft_irfft2_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T02:10:07.6506501Z test_fft_half_and_chalf_not_power_of_two_error_fft_irfft2_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T02:10:07.6507341Z test_fft_half_and_chalf_not_power_of_two_error_fft_irfft_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T02:10:07.6508172Z test_fft_half_and_chalf_not_power_of_two_error_fft_irfft_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T02:10:07.6509003Z test_fft_half_and_chalf_not_power_of_two_error_fft_irfftn_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T02:10:07.6509884Z test_fft_half_and_chalf_not_power_of_two_error_fft_irfftn_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T02:10:07.6510739Z test_fft_half_and_chalf_not_power_of_two_error_fft_rfft2_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-11-23T02:10:07.6511603Z test_fft_half_and_chalf_not_power_of_two_error_fft_rfft_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T02:10:07.6512430Z test_fft_half_and_chalf_not_power_of_two_error_fft_rfftn_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T02:10:07.6513180Z test_fft_ifft_rfft_irfft_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.085s) 2022-11-23T02:10:07.6513861Z test_fft_input_modification_cuda (__main__.TestFFTCUDA) ... ok (0.010s) 2022-11-23T02:10:07.6514533Z test_fft_invalid_dtypes_cuda (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T02:10:07.6515193Z test_fft_plan_repeatable_cuda (__main__.TestFFTCUDA) ... ok (0.710s) 2022-11-23T02:10:07.6515836Z test_fft_round_trip_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.052s) 2022-11-23T02:10:07.6516668Z test_fft_round_trip_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.409s) 2022-11-23T02:10:07.6517387Z test_fft_round_trip_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.543s) 2022-11-23T02:10:07.6518054Z test_fft_round_trip_cuda_float16 (__main__.TestFFTCUDA) ... ok (1.605s) 2022-11-23T02:10:07.6518783Z test_fft_round_trip_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.650s) 2022-11-23T02:10:07.6519444Z test_fft_round_trip_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.139s) 2022-11-23T02:10:07.6520139Z test_fft_type_promotion_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.179s) 2022-11-23T02:10:07.6520830Z test_fft_type_promotion_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-11-23T02:10:07.6521529Z test_fft_type_promotion_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.323s) 2022-11-23T02:10:07.6522233Z test_fft_type_promotion_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T02:10:07.6522927Z test_fft_type_promotion_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T02:10:07.6523627Z test_fft_type_promotion_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.010s) 2022-11-23T02:10:07.6524306Z test_fft_type_promotion_cuda_int8 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T02:10:07.6524989Z test_fftfreq_numpy_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.031s) 2022-11-23T02:10:07.6525692Z test_fftfreq_numpy_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.039s) 2022-11-23T02:10:07.6526388Z test_fftfreq_out_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.016s) 2022-11-23T02:10:07.6527156Z test_fftfreq_out_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-11-23T02:10:07.6527913Z test_fftn_invalid_fft_fftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T02:10:07.6528628Z test_fftn_invalid_fft_fftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.010s) 2022-11-23T02:10:07.6529320Z test_fftn_invalid_fft_hfftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T02:10:07.6530057Z test_fftn_invalid_fft_hfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.010s) 2022-11-23T02:10:07.6530766Z test_fftn_invalid_fft_ifftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T02:10:07.6531486Z test_fftn_invalid_fft_ifftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.010s) 2022-11-23T02:10:07.6532235Z test_fftn_invalid_fft_ihfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T02:10:07.6533020Z test_fftn_invalid_fft_irfftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.010s) 2022-11-23T02:10:07.6533759Z test_fftn_invalid_fft_irfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T02:10:07.6534435Z test_fftn_invalid_fft_rfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.012s) 2022-11-23T02:10:07.6535135Z test_fftn_round_trip_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.048s) 2022-11-23T02:10:07.6535835Z test_fftn_round_trip_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.127s) 2022-11-23T02:10:07.6536535Z test_fftn_round_trip_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.059s) 2022-11-23T02:10:07.6537218Z test_fftn_round_trip_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.166s) 2022-11-23T02:10:07.6537890Z test_fftn_round_trip_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.150s) 2022-11-23T02:10:07.6538536Z test_fftn_round_trip_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.167s) 2022-11-23T02:10:07.6539284Z test_fftshift_frequencies_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.015s) 2022-11-23T02:10:07.6540028Z test_fftshift_frequencies_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.014s) 2022-11-23T02:10:07.6540784Z test_fftshift_numpy_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.015s) 2022-11-23T02:10:07.6541478Z test_fftshift_numpy_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.025s) 2022-11-23T02:10:07.6542166Z test_fftshift_numpy_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.015s) 2022-11-23T02:10:07.6542816Z test_fftshift_numpy_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.012s) 2022-11-23T02:10:07.6543613Z test_hfftn_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.022s) 2022-11-23T02:10:07.6544236Z test_hfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.020s) 2022-11-23T02:10:07.6544851Z test_hfftn_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.016s) 2022-11-23T02:10:07.6545473Z test_ihfftn_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.020s) 2022-11-23T02:10:07.6546128Z test_ihfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.018s) 2022-11-23T02:10:07.6546719Z test_ihfftn_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.018s) 2022-11-23T02:10:07.6548426Z test_istft_against_librosa_cuda_float64 (__main__.TestFFTCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:730: UserWarning: The length of signal is shorter than the length parameter. Result is being padded with zeros in the tail. Please check your center and hop_length settings. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\SpectralOps.cpp:1163.) 2022-11-23T02:10:07.6549869Z return torch.istft( 2022-11-23T02:10:07.6550269Z ok (1.340s) 2022-11-23T02:10:07.6550797Z test_istft_linearity_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.760s) 2022-11-23T02:10:07.6551460Z test_istft_of_sine_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.014s) 2022-11-23T02:10:07.6552134Z test_istft_round_trip_simple_cases_cuda_float64 (__main__.TestFFTCUDA) 2022-11-23T02:10:07.6552776Z stft -> istft should recover the original signale ... ok (0.004s) 2022-11-23T02:10:07.6553483Z test_istft_round_trip_various_params_cuda_float64 (__main__.TestFFTCUDA) 2022-11-23T02:10:07.6554297Z stft -> istft should recover the original signale ... ok (1.588s) 2022-11-23T02:10:07.6555069Z test_istft_round_trip_with_padding_cuda_float64 (__main__.TestFFTCUDA) 2022-11-23T02:10:07.6555826Z long hop_length or not centered may cause length mismatch in the inversed signal ... ok (0.421s) 2022-11-23T02:10:07.6556497Z test_istft_throws_cuda (__main__.TestFFTCUDA) 2022-11-23T02:10:07.6557098Z istft should throw exception for invalid parameters ... ok (0.004s) 2022-11-23T02:10:07.6557800Z test_reference_1d_fft_fft_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.065s) 2022-11-23T02:10:07.6558503Z test_reference_1d_fft_fft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.065s) 2022-11-23T02:10:07.6559212Z test_reference_1d_fft_hfft_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.072s) 2022-11-23T02:10:07.6559924Z test_reference_1d_fft_hfft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.066s) 2022-11-23T02:10:07.6560680Z test_reference_1d_fft_ifft_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.079s) 2022-11-23T02:10:07.6561406Z test_reference_1d_fft_ifft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.079s) 2022-11-23T02:10:07.6562145Z test_reference_1d_fft_ihfft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.075s) 2022-11-23T02:10:07.6562867Z test_reference_1d_fft_irfft_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.085s) 2022-11-23T02:10:07.6563586Z test_reference_1d_fft_irfft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.070s) 2022-11-23T02:10:07.6564278Z test_reference_1d_fft_rfft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.059s) 2022-11-23T02:10:07.6564987Z test_reference_nd_fft_fftn_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.127s) 2022-11-23T02:10:07.6565716Z test_reference_nd_fft_fftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.104s) 2022-11-23T02:10:07.6566414Z test_reference_nd_fft_hfftn_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.147s) 2022-11-23T02:10:07.6567154Z test_reference_nd_fft_hfftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.126s) 2022-11-23T02:10:07.6567928Z test_reference_nd_fft_ifftn_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.133s) 2022-11-23T02:10:07.6568678Z test_reference_nd_fft_ifftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.121s) 2022-11-23T02:10:07.6569481Z test_reference_nd_fft_irfftn_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.140s) 2022-11-23T02:10:07.6570374Z test_reference_nd_fft_irfftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.084s) 2022-11-23T02:10:07.6571734Z test_stft_cuda_float64 (__main__.TestFFTCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py:641: UserWarning: stft with return_complex=False is deprecated. In a future pytorch release, stft will return complex tensors for all inputs, and return_complex=False will raise an error. 2022-11-23T02:10:07.6573418Z Note: you can still call torch.view_as_real on the complex output to recover the old return format. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\SpectralOps.cpp:861.) 2022-11-23T02:10:07.6574483Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-11-23T02:10:07.6575079Z ok (0.150s) 2022-11-23T02:10:07.6575603Z test_stft_requires_complex_cuda (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T02:10:07.6576387Z test_stft_roundtrip_complex_window_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.393s) 2022-11-23T02:10:07.6577166Z test_stft_roundtrip_complex_window_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.177s) 2022-11-23T02:10:07.6577851Z test_stft_window_device_cuda (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T02:10:07.6578210Z 2022-11-23T02:10:07.6578540Z ---------------------------------------------------------------------- 2022-11-23T02:10:07.6579059Z Ran 201 tests in 28.844s 2022-11-23T02:10:07.6579310Z 2022-11-23T02:10:07.6579440Z OK 2022-11-23T02:10:07.6579639Z 2022-11-23T02:10:07.6579832Z Generating XML reports... 2022-11-23T02:10:07.6580694Z Generated XML report: test-reports\python-unittest\test_spectral_ops\TEST-TestFFTCUDA-20221123020937.xml 2022-11-23T02:10:07.6581244Z 2022-11-23T02:10:07.6581851Z ##[endgroup] 2022-11-23T02:10:07.6582635Z FINISHED PRINTING LOG FILE of test_spectral_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_spectral_ops_2aqab6ae) 2022-11-23T02:10:07.6583248Z 2022-11-23T02:10:12.4034084Z Running test_bundled_inputs ... [2022-11-23 02:10:12.402787] 2022-11-23T02:10:12.4041756Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_bundled_inputs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:10:12.403494] 2022-11-23T02:10:12.4044358Z Ignoring disabled issues: [] 2022-11-23T02:10:19.7002153Z 2022-11-23T02:10:19.7002915Z Expand the folded group to see the log file of test_foreach 2022-11-23T02:10:19.7004475Z ##[group]PRINTING LOG FILE of test_foreach (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_foreach_my5zbad9) 2022-11-23T02:10:19.7034327Z 2022-11-23T02:10:19.7034715Z Running tests... 2022-11-23T02:10:19.7035411Z ---------------------------------------------------------------------- 2022-11-23T02:10:19.7037011Z Test results will be stored in test-reports\python-unittest\test_foreach 2022-11-23T02:10:19.7038000Z test_add_scalar_with_empty_list_and_empty_tensor_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (1.847s) 2022-11-23T02:10:19.7039039Z test_add_scalar_with_empty_list_and_empty_tensor_cuda_bool (__main__.TestForeachCUDA) ... ok (0.002s) 2022-11-23T02:10:19.7040025Z test_add_scalar_with_empty_list_and_empty_tensor_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.000s) 2022-11-23T02:10:19.7040977Z test_add_scalar_with_empty_list_and_empty_tensor_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7041919Z test_add_scalar_with_empty_list_and_empty_tensor_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.000s) 2022-11-23T02:10:19.7042921Z test_add_scalar_with_empty_list_and_empty_tensor_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.006s) 2022-11-23T02:10:19.7043900Z test_add_scalar_with_empty_list_and_empty_tensor_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-11-23T02:10:19.7044828Z test_add_scalar_with_empty_list_and_empty_tensor_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-11-23T02:10:19.7045758Z test_add_scalar_with_empty_list_and_empty_tensor_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-11-23T02:10:19.7046966Z test_add_scalar_with_empty_list_and_empty_tensor_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-11-23T02:10:19.7047899Z test_add_scalar_with_empty_list_and_empty_tensor_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.001s) 2022-11-23T02:10:19.7048800Z test_add_scalar_with_empty_list_and_empty_tensor_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.001s) 2022-11-23T02:10:19.7049754Z test_binary_op_list_error_cases__foreach_add_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (1.004s) 2022-11-23T02:10:19.7050738Z test_binary_op_list_error_cases__foreach_add_cuda_bool (__main__.TestForeachCUDA) ... ok (0.009s) 2022-11-23T02:10:19.7051685Z test_binary_op_list_error_cases__foreach_add_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.009s) 2022-11-23T02:10:19.7052718Z test_binary_op_list_error_cases__foreach_add_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.010s) 2022-11-23T02:10:19.7053655Z test_binary_op_list_error_cases__foreach_add_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.018s) 2022-11-23T02:10:19.7054572Z test_binary_op_list_error_cases__foreach_add_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.011s) 2022-11-23T02:10:19.7055475Z test_binary_op_list_error_cases__foreach_add_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.011s) 2022-11-23T02:10:19.7056398Z test_binary_op_list_error_cases__foreach_add_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.011s) 2022-11-23T02:10:19.7057512Z test_binary_op_list_error_cases__foreach_add_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.008s) 2022-11-23T02:10:19.7058486Z test_binary_op_list_error_cases__foreach_add_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.006s) 2022-11-23T02:10:19.7059467Z test_binary_op_list_error_cases__foreach_add_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.021s) 2022-11-23T02:10:19.7060366Z test_binary_op_list_error_cases__foreach_add_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.010s) 2022-11-23T02:10:19.7061299Z test_binary_op_list_error_cases__foreach_div_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.024s) 2022-11-23T02:10:19.7062178Z test_binary_op_list_error_cases__foreach_div_cuda_bool (__main__.TestForeachCUDA) ... ok (0.018s) 2022-11-23T02:10:19.7063118Z test_binary_op_list_error_cases__foreach_div_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.014s) 2022-11-23T02:10:19.7064072Z test_binary_op_list_error_cases__foreach_div_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.011s) 2022-11-23T02:10:19.7065064Z test_binary_op_list_error_cases__foreach_div_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.012s) 2022-11-23T02:10:19.7066053Z test_binary_op_list_error_cases__foreach_div_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.012s) 2022-11-23T02:10:19.7066942Z test_binary_op_list_error_cases__foreach_div_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.018s) 2022-11-23T02:10:19.7067857Z test_binary_op_list_error_cases__foreach_div_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.012s) 2022-11-23T02:10:19.7068786Z test_binary_op_list_error_cases__foreach_div_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.011s) 2022-11-23T02:10:19.7069668Z test_binary_op_list_error_cases__foreach_div_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.007s) 2022-11-23T02:10:19.7070583Z test_binary_op_list_error_cases__foreach_div_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.016s) 2022-11-23T02:10:19.7071494Z test_binary_op_list_error_cases__foreach_div_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.011s) 2022-11-23T02:10:19.7072458Z test_binary_op_list_error_cases__foreach_mul_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.011s) 2022-11-23T02:10:19.7073447Z test_binary_op_list_error_cases__foreach_mul_cuda_bool (__main__.TestForeachCUDA) ... ok (0.011s) 2022-11-23T02:10:19.7074368Z test_binary_op_list_error_cases__foreach_mul_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.009s) 2022-11-23T02:10:19.7075478Z test_binary_op_list_error_cases__foreach_mul_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.006s) 2022-11-23T02:10:19.7076387Z test_binary_op_list_error_cases__foreach_mul_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.010s) 2022-11-23T02:10:19.7077312Z test_binary_op_list_error_cases__foreach_mul_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.020s) 2022-11-23T02:10:19.7078231Z test_binary_op_list_error_cases__foreach_mul_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.011s) 2022-11-23T02:10:19.7079193Z test_binary_op_list_error_cases__foreach_mul_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.011s) 2022-11-23T02:10:19.7080185Z test_binary_op_list_error_cases__foreach_mul_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.011s) 2022-11-23T02:10:19.7081090Z test_binary_op_list_error_cases__foreach_mul_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.011s) 2022-11-23T02:10:19.7081991Z test_binary_op_list_error_cases__foreach_mul_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.010s) 2022-11-23T02:10:19.7082882Z test_binary_op_list_error_cases__foreach_mul_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.010s) 2022-11-23T02:10:19.7083795Z test_binary_op_list_error_cases__foreach_sub_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.010s) 2022-11-23T02:10:19.7084704Z test_binary_op_list_error_cases__foreach_sub_cuda_bool (__main__.TestForeachCUDA) ... ok (0.014s) 2022-11-23T02:10:19.7085662Z test_binary_op_list_error_cases__foreach_sub_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.011s) 2022-11-23T02:10:19.7086785Z test_binary_op_list_error_cases__foreach_sub_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.011s) 2022-11-23T02:10:19.7087773Z test_binary_op_list_error_cases__foreach_sub_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.011s) 2022-11-23T02:10:19.7088699Z test_binary_op_list_error_cases__foreach_sub_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.011s) 2022-11-23T02:10:19.7089576Z test_binary_op_list_error_cases__foreach_sub_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.011s) 2022-11-23T02:10:19.7090477Z test_binary_op_list_error_cases__foreach_sub_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.010s) 2022-11-23T02:10:19.7091352Z test_binary_op_list_error_cases__foreach_sub_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.010s) 2022-11-23T02:10:19.7092244Z test_binary_op_list_error_cases__foreach_sub_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.016s) 2022-11-23T02:10:19.7093202Z test_binary_op_list_error_cases__foreach_sub_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.017s) 2022-11-23T02:10:19.7094203Z test_binary_op_list_error_cases__foreach_sub_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.011s) 2022-11-23T02:10:19.7095120Z test_binary_op_list_slow_path__foreach_add_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.011s) 2022-11-23T02:10:19.7095992Z test_binary_op_list_slow_path__foreach_add_cuda_bool (__main__.TestForeachCUDA) ... ok (0.008s) 2022-11-23T02:10:19.7096903Z test_binary_op_list_slow_path__foreach_add_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.296s) 2022-11-23T02:10:19.7097841Z test_binary_op_list_slow_path__foreach_add_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.010s) 2022-11-23T02:10:19.7098753Z test_binary_op_list_slow_path__foreach_add_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.010s) 2022-11-23T02:10:19.7099713Z test_binary_op_list_slow_path__foreach_add_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.008s) 2022-11-23T02:10:19.7100633Z test_binary_op_list_slow_path__foreach_add_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.006s) 2022-11-23T02:10:19.7101609Z test_binary_op_list_slow_path__foreach_add_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.010s) 2022-11-23T02:10:19.7102464Z test_binary_op_list_slow_path__foreach_add_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.000s) 2022-11-23T02:10:19.7103362Z test_binary_op_list_slow_path__foreach_add_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.010s) 2022-11-23T02:10:19.7104250Z test_binary_op_list_slow_path__foreach_add_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.016s) 2022-11-23T02:10:19.7105331Z test_binary_op_list_slow_path__foreach_add_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.008s) 2022-11-23T02:10:19.7106234Z test_binary_op_list_slow_path__foreach_div_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.010s) 2022-11-23T02:10:19.7107186Z test_binary_op_list_slow_path__foreach_div_cuda_bool (__main__.TestForeachCUDA) ... ok (0.012s) 2022-11-23T02:10:19.7108185Z test_binary_op_list_slow_path__foreach_div_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.007s) 2022-11-23T02:10:19.7109082Z test_binary_op_list_slow_path__foreach_div_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.013s) 2022-11-23T02:10:19.7110009Z test_binary_op_list_slow_path__foreach_div_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.009s) 2022-11-23T02:10:19.7110926Z test_binary_op_list_slow_path__foreach_div_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.010s) 2022-11-23T02:10:19.7111843Z test_binary_op_list_slow_path__foreach_div_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.009s) 2022-11-23T02:10:19.7112742Z test_binary_op_list_slow_path__foreach_div_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.009s) 2022-11-23T02:10:19.7113663Z test_binary_op_list_slow_path__foreach_div_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.016s) 2022-11-23T02:10:19.7114547Z test_binary_op_list_slow_path__foreach_div_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.015s) 2022-11-23T02:10:19.7115482Z test_binary_op_list_slow_path__foreach_div_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.017s) 2022-11-23T02:10:19.7116528Z test_binary_op_list_slow_path__foreach_div_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.016s) 2022-11-23T02:10:19.7117448Z test_binary_op_list_slow_path__foreach_mul_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.015s) 2022-11-23T02:10:19.7118353Z test_binary_op_list_slow_path__foreach_mul_cuda_bool (__main__.TestForeachCUDA) ... ok (0.008s) 2022-11-23T02:10:19.7119268Z test_binary_op_list_slow_path__foreach_mul_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.010s) 2022-11-23T02:10:19.7120196Z test_binary_op_list_slow_path__foreach_mul_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.011s) 2022-11-23T02:10:19.7121161Z test_binary_op_list_slow_path__foreach_mul_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.011s) 2022-11-23T02:10:19.7122122Z test_binary_op_list_slow_path__foreach_mul_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.011s) 2022-11-23T02:10:19.7123039Z test_binary_op_list_slow_path__foreach_mul_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.010s) 2022-11-23T02:10:19.7123947Z test_binary_op_list_slow_path__foreach_mul_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7124842Z test_binary_op_list_slow_path__foreach_mul_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.006s) 2022-11-23T02:10:19.7125734Z test_binary_op_list_slow_path__foreach_mul_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.010s) 2022-11-23T02:10:19.7126614Z test_binary_op_list_slow_path__foreach_mul_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.010s) 2022-11-23T02:10:19.7127495Z test_binary_op_list_slow_path__foreach_mul_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.000s) 2022-11-23T02:10:19.7128454Z test_binary_op_list_slow_path__foreach_sub_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.011s) 2022-11-23T02:10:19.7129441Z test_binary_op_list_slow_path__foreach_sub_cuda_bool (__main__.TestForeachCUDA) ... ok (0.023s) 2022-11-23T02:10:19.7130348Z test_binary_op_list_slow_path__foreach_sub_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.011s) 2022-11-23T02:10:19.7131282Z test_binary_op_list_slow_path__foreach_sub_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.012s) 2022-11-23T02:10:19.7132201Z test_binary_op_list_slow_path__foreach_sub_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.009s) 2022-11-23T02:10:19.7133110Z test_binary_op_list_slow_path__foreach_sub_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.007s) 2022-11-23T02:10:19.7135168Z test_binary_op_list_slow_path__foreach_sub_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.006s) 2022-11-23T02:10:19.7136106Z test_binary_op_list_slow_path__foreach_sub_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.011s) 2022-11-23T02:10:19.7137013Z test_binary_op_list_slow_path__foreach_sub_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.007s) 2022-11-23T02:10:19.7137898Z test_binary_op_list_slow_path__foreach_sub_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.007s) 2022-11-23T02:10:19.7138796Z test_binary_op_list_slow_path__foreach_sub_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.008s) 2022-11-23T02:10:19.7139670Z test_binary_op_list_slow_path__foreach_sub_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.008s) 2022-11-23T02:10:19.7140577Z test_binary_op_scalar_fastpath__foreach_add_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.138s) 2022-11-23T02:10:19.7141509Z test_binary_op_scalar_fastpath__foreach_add_cuda_bool (__main__.TestForeachCUDA) ... ok (0.080s) 2022-11-23T02:10:19.7142503Z test_binary_op_scalar_fastpath__foreach_add_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.156s) 2022-11-23T02:10:19.7143552Z test_binary_op_scalar_fastpath__foreach_add_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.168s) 2022-11-23T02:10:19.7145480Z test_binary_op_scalar_fastpath__foreach_add_cuda_float16 (__main__.TestForeachCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_foreach.py:90: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-11-23T02:10:19.7146973Z actual = self.func(*inputs, **kwargs) 2022-11-23T02:10:19.7147465Z ok (0.168s) 2022-11-23T02:10:19.7148150Z test_binary_op_scalar_fastpath__foreach_add_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.150s) 2022-11-23T02:10:19.7149133Z test_binary_op_scalar_fastpath__foreach_add_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.127s) 2022-11-23T02:10:19.7150148Z test_binary_op_scalar_fastpath__foreach_add_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.098s) 2022-11-23T02:10:19.7151069Z test_binary_op_scalar_fastpath__foreach_add_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.094s) 2022-11-23T02:10:19.7151965Z test_binary_op_scalar_fastpath__foreach_add_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-11-23T02:10:19.7152859Z test_binary_op_scalar_fastpath__foreach_add_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.102s) 2022-11-23T02:10:19.7153806Z test_binary_op_scalar_fastpath__foreach_add_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.100s) 2022-11-23T02:10:19.7154735Z test_binary_op_scalar_fastpath__foreach_div_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.144s) 2022-11-23T02:10:19.7155708Z test_binary_op_scalar_fastpath__foreach_div_cuda_bool (__main__.TestForeachCUDA) ... ok (0.133s) 2022-11-23T02:10:19.7156732Z test_binary_op_scalar_fastpath__foreach_div_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.241s) 2022-11-23T02:10:19.7157727Z test_binary_op_scalar_fastpath__foreach_div_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.186s) 2022-11-23T02:10:19.7158685Z test_binary_op_scalar_fastpath__foreach_div_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.727s) 2022-11-23T02:10:19.7159600Z test_binary_op_scalar_fastpath__foreach_div_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.155s) 2022-11-23T02:10:19.7160538Z test_binary_op_scalar_fastpath__foreach_div_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.143s) 2022-11-23T02:10:19.7161448Z test_binary_op_scalar_fastpath__foreach_div_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.126s) 2022-11-23T02:10:19.7162353Z test_binary_op_scalar_fastpath__foreach_div_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.108s) 2022-11-23T02:10:19.7163324Z test_binary_op_scalar_fastpath__foreach_div_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.098s) 2022-11-23T02:10:19.7164262Z test_binary_op_scalar_fastpath__foreach_div_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.099s) 2022-11-23T02:10:19.7165361Z test_binary_op_scalar_fastpath__foreach_div_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.097s) 2022-11-23T02:10:19.7166290Z test_binary_op_scalar_fastpath__foreach_mul_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.140s) 2022-11-23T02:10:19.7167200Z test_binary_op_scalar_fastpath__foreach_mul_cuda_bool (__main__.TestForeachCUDA) ... ok (0.083s) 2022-11-23T02:10:19.7168156Z test_binary_op_scalar_fastpath__foreach_mul_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.168s) 2022-11-23T02:10:19.7169131Z test_binary_op_scalar_fastpath__foreach_mul_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.197s) 2022-11-23T02:10:19.7170065Z test_binary_op_scalar_fastpath__foreach_mul_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.654s) 2022-11-23T02:10:19.7171045Z test_binary_op_scalar_fastpath__foreach_mul_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.165s) 2022-11-23T02:10:19.7171918Z test_binary_op_scalar_fastpath__foreach_mul_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.126s) 2022-11-23T02:10:19.7172865Z test_binary_op_scalar_fastpath__foreach_mul_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.090s) 2022-11-23T02:10:19.7173756Z test_binary_op_scalar_fastpath__foreach_mul_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.112s) 2022-11-23T02:10:19.7174703Z test_binary_op_scalar_fastpath__foreach_mul_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.094s) 2022-11-23T02:10:19.7175603Z test_binary_op_scalar_fastpath__foreach_mul_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.097s) 2022-11-23T02:10:19.7176708Z test_binary_op_scalar_fastpath__foreach_mul_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.078s) 2022-11-23T02:10:19.7177706Z test_binary_op_scalar_fastpath__foreach_sub_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.145s) 2022-11-23T02:10:19.7178658Z test_binary_op_scalar_fastpath__foreach_sub_cuda_bool (__main__.TestForeachCUDA) ... ok (0.035s) 2022-11-23T02:10:19.7179589Z test_binary_op_scalar_fastpath__foreach_sub_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.144s) 2022-11-23T02:10:19.7180525Z test_binary_op_scalar_fastpath__foreach_sub_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.148s) 2022-11-23T02:10:19.7181415Z test_binary_op_scalar_fastpath__foreach_sub_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.110s) 2022-11-23T02:10:19.7182298Z test_binary_op_scalar_fastpath__foreach_sub_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.113s) 2022-11-23T02:10:19.7183199Z test_binary_op_scalar_fastpath__foreach_sub_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.109s) 2022-11-23T02:10:19.7184151Z test_binary_op_scalar_fastpath__foreach_sub_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-11-23T02:10:19.7185089Z test_binary_op_scalar_fastpath__foreach_sub_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.099s) 2022-11-23T02:10:19.7185970Z test_binary_op_scalar_fastpath__foreach_sub_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.083s) 2022-11-23T02:10:19.7186877Z test_binary_op_scalar_fastpath__foreach_sub_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.078s) 2022-11-23T02:10:19.7187733Z test_binary_op_scalar_fastpath__foreach_sub_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.086s) 2022-11-23T02:10:19.7188603Z test_binary_op_scalar_slowpath__foreach_add_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.180s) 2022-11-23T02:10:19.7189508Z test_binary_op_scalar_slowpath__foreach_add_cuda_bool (__main__.TestForeachCUDA) ... ok (0.122s) 2022-11-23T02:10:19.7190471Z test_binary_op_scalar_slowpath__foreach_add_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.217s) 2022-11-23T02:10:19.7191437Z test_binary_op_scalar_slowpath__foreach_add_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.248s) 2022-11-23T02:10:19.7192466Z test_binary_op_scalar_slowpath__foreach_add_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.181s) 2022-11-23T02:10:19.7193409Z test_binary_op_scalar_slowpath__foreach_add_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.197s) 2022-11-23T02:10:19.7194560Z test_binary_op_scalar_slowpath__foreach_add_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.177s) 2022-11-23T02:10:19.7195483Z test_binary_op_scalar_slowpath__foreach_add_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.151s) 2022-11-23T02:10:19.7196406Z test_binary_op_scalar_slowpath__foreach_add_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.152s) 2022-11-23T02:10:19.7197341Z test_binary_op_scalar_slowpath__foreach_add_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.127s) 2022-11-23T02:10:19.7198287Z test_binary_op_scalar_slowpath__foreach_add_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.139s) 2022-11-23T02:10:19.7199308Z test_binary_op_scalar_slowpath__foreach_add_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.137s) 2022-11-23T02:10:19.7200244Z test_binary_op_scalar_slowpath__foreach_div_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.180s) 2022-11-23T02:10:19.7201190Z test_binary_op_scalar_slowpath__foreach_div_cuda_bool (__main__.TestForeachCUDA) ... ok (0.135s) 2022-11-23T02:10:19.7202141Z test_binary_op_scalar_slowpath__foreach_div_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.234s) 2022-11-23T02:10:19.7203103Z test_binary_op_scalar_slowpath__foreach_div_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.231s) 2022-11-23T02:10:19.7204075Z test_binary_op_scalar_slowpath__foreach_div_cuda_float16 (__main__.TestForeachCUDA) ... ok (5.033s) 2022-11-23T02:10:19.7205027Z test_binary_op_scalar_slowpath__foreach_div_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.207s) 2022-11-23T02:10:19.7206217Z test_binary_op_scalar_slowpath__foreach_div_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.187s) 2022-11-23T02:10:19.7207193Z test_binary_op_scalar_slowpath__foreach_div_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.154s) 2022-11-23T02:10:19.7208107Z test_binary_op_scalar_slowpath__foreach_div_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.142s) 2022-11-23T02:10:19.7209002Z test_binary_op_scalar_slowpath__foreach_div_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.138s) 2022-11-23T02:10:19.7209901Z test_binary_op_scalar_slowpath__foreach_div_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.134s) 2022-11-23T02:10:19.7210810Z test_binary_op_scalar_slowpath__foreach_div_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.131s) 2022-11-23T02:10:19.7211768Z test_binary_op_scalar_slowpath__foreach_mul_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.199s) 2022-11-23T02:10:19.7212698Z test_binary_op_scalar_slowpath__foreach_mul_cuda_bool (__main__.TestForeachCUDA) ... ok (0.120s) 2022-11-23T02:10:19.7213727Z test_binary_op_scalar_slowpath__foreach_mul_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.205s) 2022-11-23T02:10:19.7214688Z test_binary_op_scalar_slowpath__foreach_mul_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.215s) 2022-11-23T02:10:19.7215640Z test_binary_op_scalar_slowpath__foreach_mul_cuda_float16 (__main__.TestForeachCUDA) ... ok (4.545s) 2022-11-23T02:10:19.7216572Z test_binary_op_scalar_slowpath__foreach_mul_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.196s) 2022-11-23T02:10:19.7217496Z test_binary_op_scalar_slowpath__foreach_mul_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.184s) 2022-11-23T02:10:19.7218398Z test_binary_op_scalar_slowpath__foreach_mul_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.127s) 2022-11-23T02:10:19.7219381Z test_binary_op_scalar_slowpath__foreach_mul_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.138s) 2022-11-23T02:10:19.7220385Z test_binary_op_scalar_slowpath__foreach_mul_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.125s) 2022-11-23T02:10:19.7221307Z test_binary_op_scalar_slowpath__foreach_mul_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.128s) 2022-11-23T02:10:19.7222204Z test_binary_op_scalar_slowpath__foreach_mul_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.130s) 2022-11-23T02:10:19.7223124Z test_binary_op_scalar_slowpath__foreach_sub_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.190s) 2022-11-23T02:10:19.7224246Z test_binary_op_scalar_slowpath__foreach_sub_cuda_bool (__main__.TestForeachCUDA) ... ok (0.086s) 2022-11-23T02:10:19.7225160Z test_binary_op_scalar_slowpath__foreach_sub_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.195s) 2022-11-23T02:10:19.7226146Z test_binary_op_scalar_slowpath__foreach_sub_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.190s) 2022-11-23T02:10:19.7227118Z test_binary_op_scalar_slowpath__foreach_sub_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.156s) 2022-11-23T02:10:19.7228082Z test_binary_op_scalar_slowpath__foreach_sub_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.142s) 2022-11-23T02:10:19.7229029Z test_binary_op_scalar_slowpath__foreach_sub_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.169s) 2022-11-23T02:10:19.7229932Z test_binary_op_scalar_slowpath__foreach_sub_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.113s) 2022-11-23T02:10:19.7230828Z test_binary_op_scalar_slowpath__foreach_sub_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.116s) 2022-11-23T02:10:19.7231711Z test_binary_op_scalar_slowpath__foreach_sub_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.143s) 2022-11-23T02:10:19.7232609Z test_binary_op_scalar_slowpath__foreach_sub_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.122s) 2022-11-23T02:10:19.7233552Z test_binary_op_scalar_slowpath__foreach_sub_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.133s) 2022-11-23T02:10:19.7234612Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_add_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7235790Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_div_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7236843Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_mul_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7237863Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_sub_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7238897Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7239896Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cuda_bool (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7240971Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7242079Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.000s) 2022-11-23T02:10:19.7243111Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.006s) 2022-11-23T02:10:19.7244129Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.000s) 2022-11-23T02:10:19.7245144Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.012s) 2022-11-23T02:10:19.7246149Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7247139Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7248182Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7249271Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7250277Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7251287Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7253242Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cuda_bool (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7254466Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7255584Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7256588Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7257612Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7258630Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7259621Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-11-23T02:10:19.7260618Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7261654Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7262667Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.000s) 2022-11-23T02:10:19.7263602Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.006s) 2022-11-23T02:10:19.7264760Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.000s) 2022-11-23T02:10:19.7265800Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cuda_bool (__main__.TestForeachCUDA) ... ok (0.000s) 2022-11-23T02:10:19.7266805Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7267823Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7268878Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7269961Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7270979Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7271971Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-11-23T02:10:19.7272898Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7273911Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7274893Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7275905Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7276983Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7277967Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cuda_bool (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7278969Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7280004Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7281045Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7282107Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-11-23T02:10:19.7283349Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7284318Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7285247Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7286162Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7287113Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7288094Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7289135Z test_binary_op_scalarlist_fastpath__foreach_add_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.197s) 2022-11-23T02:10:19.7290214Z test_binary_op_scalarlist_fastpath__foreach_add_cuda_bool (__main__.TestForeachCUDA) ... ok (0.165s) 2022-11-23T02:10:19.7291137Z test_binary_op_scalarlist_fastpath__foreach_add_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.245s) 2022-11-23T02:10:19.7292077Z test_binary_op_scalarlist_fastpath__foreach_add_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.263s) 2022-11-23T02:10:19.7293036Z test_binary_op_scalarlist_fastpath__foreach_add_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.184s) 2022-11-23T02:10:19.7295249Z test_binary_op_scalarlist_fastpath__foreach_add_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.193s) 2022-11-23T02:10:19.7296297Z test_binary_op_scalarlist_fastpath__foreach_add_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.205s) 2022-11-23T02:10:19.7297309Z test_binary_op_scalarlist_fastpath__foreach_add_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.177s) 2022-11-23T02:10:19.7298268Z test_binary_op_scalarlist_fastpath__foreach_add_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.133s) 2022-11-23T02:10:19.7299121Z test_binary_op_scalarlist_fastpath__foreach_add_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.125s) 2022-11-23T02:10:19.7299976Z test_binary_op_scalarlist_fastpath__foreach_add_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.153s) 2022-11-23T02:10:19.7300816Z test_binary_op_scalarlist_fastpath__foreach_add_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.131s) 2022-11-23T02:10:19.7301677Z test_binary_op_scalarlist_fastpath__foreach_div_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.206s) 2022-11-23T02:10:19.7302552Z test_binary_op_scalarlist_fastpath__foreach_div_cuda_bool (__main__.TestForeachCUDA) ... ok (0.152s) 2022-11-23T02:10:19.7303497Z test_binary_op_scalarlist_fastpath__foreach_div_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.296s) 2022-11-23T02:10:19.7304521Z test_binary_op_scalarlist_fastpath__foreach_div_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.271s) 2022-11-23T02:10:19.7305584Z test_binary_op_scalarlist_fastpath__foreach_div_cuda_float16 (__main__.TestForeachCUDA) ... skip: Unable to reproduce failure locally (0.001s) 2022-11-23T02:10:19.7306583Z test_binary_op_scalarlist_fastpath__foreach_div_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.186s) 2022-11-23T02:10:19.7307560Z test_binary_op_scalarlist_fastpath__foreach_div_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.168s) 2022-11-23T02:10:19.7308531Z test_binary_op_scalarlist_fastpath__foreach_div_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.144s) 2022-11-23T02:10:19.7309504Z test_binary_op_scalarlist_fastpath__foreach_div_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.144s) 2022-11-23T02:10:19.7310507Z test_binary_op_scalarlist_fastpath__foreach_div_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.167s) 2022-11-23T02:10:19.7311559Z test_binary_op_scalarlist_fastpath__foreach_div_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.157s) 2022-11-23T02:10:19.7312761Z test_binary_op_scalarlist_fastpath__foreach_div_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.147s) 2022-11-23T02:10:19.7313735Z test_binary_op_scalarlist_fastpath__foreach_mul_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.212s) 2022-11-23T02:10:19.7314712Z test_binary_op_scalarlist_fastpath__foreach_mul_cuda_bool (__main__.TestForeachCUDA) ... ok (0.124s) 2022-11-23T02:10:19.7315705Z test_binary_op_scalarlist_fastpath__foreach_mul_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.296s) 2022-11-23T02:10:19.7316747Z test_binary_op_scalarlist_fastpath__foreach_mul_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.326s) 2022-11-23T02:10:19.7317914Z test_binary_op_scalarlist_fastpath__foreach_mul_cuda_float16 (__main__.TestForeachCUDA) ... skip: Unable to reproduce failure locally (0.003s) 2022-11-23T02:10:19.7319003Z test_binary_op_scalarlist_fastpath__foreach_mul_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.183s) 2022-11-23T02:10:19.7319989Z test_binary_op_scalarlist_fastpath__foreach_mul_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.170s) 2022-11-23T02:10:19.7320962Z test_binary_op_scalarlist_fastpath__foreach_mul_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.129s) 2022-11-23T02:10:19.7321916Z test_binary_op_scalarlist_fastpath__foreach_mul_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.131s) 2022-11-23T02:10:19.7322879Z test_binary_op_scalarlist_fastpath__foreach_mul_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.130s) 2022-11-23T02:10:19.7324029Z test_binary_op_scalarlist_fastpath__foreach_mul_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.158s) 2022-11-23T02:10:19.7325052Z test_binary_op_scalarlist_fastpath__foreach_mul_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.140s) 2022-11-23T02:10:19.7325954Z test_binary_op_scalarlist_fastpath__foreach_sub_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.167s) 2022-11-23T02:10:19.7326852Z test_binary_op_scalarlist_fastpath__foreach_sub_cuda_bool (__main__.TestForeachCUDA) ... ok (0.055s) 2022-11-23T02:10:19.7327794Z test_binary_op_scalarlist_fastpath__foreach_sub_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.215s) 2022-11-23T02:10:19.7328739Z test_binary_op_scalarlist_fastpath__foreach_sub_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.201s) 2022-11-23T02:10:19.7329712Z test_binary_op_scalarlist_fastpath__foreach_sub_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.144s) 2022-11-23T02:10:19.7330651Z test_binary_op_scalarlist_fastpath__foreach_sub_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.171s) 2022-11-23T02:10:19.7331635Z test_binary_op_scalarlist_fastpath__foreach_sub_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.135s) 2022-11-23T02:10:19.7332539Z test_binary_op_scalarlist_fastpath__foreach_sub_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.108s) 2022-11-23T02:10:19.7333360Z test_binary_op_scalarlist_fastpath__foreach_sub_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.103s) 2022-11-23T02:10:19.7334233Z test_binary_op_scalarlist_fastpath__foreach_sub_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.141s) 2022-11-23T02:10:19.7335222Z test_binary_op_scalarlist_fastpath__foreach_sub_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.110s) 2022-11-23T02:10:19.7336173Z test_binary_op_scalarlist_fastpath__foreach_sub_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.109s) 2022-11-23T02:10:19.7337148Z test_binary_op_scalarlist_slowpath__foreach_add_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.252s) 2022-11-23T02:10:19.7338174Z test_binary_op_scalarlist_slowpath__foreach_add_cuda_bool (__main__.TestForeachCUDA) ... ok (0.187s) 2022-11-23T02:10:19.7339185Z test_binary_op_scalarlist_slowpath__foreach_add_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.303s) 2022-11-23T02:10:19.7340184Z test_binary_op_scalarlist_slowpath__foreach_add_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.362s) 2022-11-23T02:10:19.7341167Z test_binary_op_scalarlist_slowpath__foreach_add_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.253s) 2022-11-23T02:10:19.7342334Z test_binary_op_scalarlist_slowpath__foreach_add_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.285s) 2022-11-23T02:10:19.7343347Z test_binary_op_scalarlist_slowpath__foreach_add_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.281s) 2022-11-23T02:10:19.7344227Z test_binary_op_scalarlist_slowpath__foreach_add_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.193s) 2022-11-23T02:10:19.7345150Z test_binary_op_scalarlist_slowpath__foreach_add_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.192s) 2022-11-23T02:10:19.7346104Z test_binary_op_scalarlist_slowpath__foreach_add_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.194s) 2022-11-23T02:10:19.7347044Z test_binary_op_scalarlist_slowpath__foreach_add_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.193s) 2022-11-23T02:10:19.7347946Z test_binary_op_scalarlist_slowpath__foreach_add_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.197s) 2022-11-23T02:10:19.7348958Z test_binary_op_scalarlist_slowpath__foreach_div_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.245s) 2022-11-23T02:10:19.7349971Z test_binary_op_scalarlist_slowpath__foreach_div_cuda_bool (__main__.TestForeachCUDA) ... ok (0.229s) 2022-11-23T02:10:19.7351028Z test_binary_op_scalarlist_slowpath__foreach_div_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.338s) 2022-11-23T02:10:19.7352145Z test_binary_op_scalarlist_slowpath__foreach_div_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.340s) 2022-11-23T02:10:19.7353154Z test_binary_op_scalarlist_slowpath__foreach_div_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.279s) 2022-11-23T02:10:19.7354244Z test_binary_op_scalarlist_slowpath__foreach_div_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.300s) 2022-11-23T02:10:19.7355227Z test_binary_op_scalarlist_slowpath__foreach_div_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.232s) 2022-11-23T02:10:19.7356166Z test_binary_op_scalarlist_slowpath__foreach_div_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.223s) 2022-11-23T02:10:19.7357111Z test_binary_op_scalarlist_slowpath__foreach_div_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.207s) 2022-11-23T02:10:19.7358109Z test_binary_op_scalarlist_slowpath__foreach_div_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.233s) 2022-11-23T02:10:19.7359149Z test_binary_op_scalarlist_slowpath__foreach_div_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.251s) 2022-11-23T02:10:19.7360159Z test_binary_op_scalarlist_slowpath__foreach_div_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.206s) 2022-11-23T02:10:19.7361170Z test_binary_op_scalarlist_slowpath__foreach_mul_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.249s) 2022-11-23T02:10:19.7362182Z test_binary_op_scalarlist_slowpath__foreach_mul_cuda_bool (__main__.TestForeachCUDA) ... ok (0.177s) 2022-11-23T02:10:19.7363182Z test_binary_op_scalarlist_slowpath__foreach_mul_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.329s) 2022-11-23T02:10:19.7364218Z test_binary_op_scalarlist_slowpath__foreach_mul_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.343s) 2022-11-23T02:10:19.7365386Z test_binary_op_scalarlist_slowpath__foreach_mul_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.271s) 2022-11-23T02:10:19.7366456Z test_binary_op_scalarlist_slowpath__foreach_mul_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.262s) 2022-11-23T02:10:19.7367429Z test_binary_op_scalarlist_slowpath__foreach_mul_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.237s) 2022-11-23T02:10:19.7368387Z test_binary_op_scalarlist_slowpath__foreach_mul_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.204s) 2022-11-23T02:10:19.7369357Z test_binary_op_scalarlist_slowpath__foreach_mul_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.221s) 2022-11-23T02:10:19.7370321Z test_binary_op_scalarlist_slowpath__foreach_mul_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.215s) 2022-11-23T02:10:19.7371285Z test_binary_op_scalarlist_slowpath__foreach_mul_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.194s) 2022-11-23T02:10:19.7372510Z test_binary_op_scalarlist_slowpath__foreach_mul_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.195s) 2022-11-23T02:10:19.7373562Z test_binary_op_scalarlist_slowpath__foreach_sub_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.211s) 2022-11-23T02:10:19.7374542Z test_binary_op_scalarlist_slowpath__foreach_sub_cuda_bool (__main__.TestForeachCUDA) ... ok (0.111s) 2022-11-23T02:10:19.7375510Z test_binary_op_scalarlist_slowpath__foreach_sub_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.251s) 2022-11-23T02:10:19.7376523Z test_binary_op_scalarlist_slowpath__foreach_sub_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.278s) 2022-11-23T02:10:19.7377515Z test_binary_op_scalarlist_slowpath__foreach_sub_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.200s) 2022-11-23T02:10:19.7378485Z test_binary_op_scalarlist_slowpath__foreach_sub_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.203s) 2022-11-23T02:10:19.7379510Z test_binary_op_scalarlist_slowpath__foreach_sub_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.205s) 2022-11-23T02:10:19.7380557Z test_binary_op_scalarlist_slowpath__foreach_sub_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.225s) 2022-11-23T02:10:19.7381474Z test_binary_op_scalarlist_slowpath__foreach_sub_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.175s) 2022-11-23T02:10:19.7382383Z test_binary_op_scalarlist_slowpath__foreach_sub_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.172s) 2022-11-23T02:10:19.7383245Z test_binary_op_scalarlist_slowpath__foreach_sub_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.172s) 2022-11-23T02:10:19.7384315Z test_binary_op_scalarlist_slowpath__foreach_sub_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.181s) 2022-11-23T02:10:19.7385291Z test_binary_op_tensorlists_fastpath__foreach_add_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.152s) 2022-11-23T02:10:19.7386284Z test_binary_op_tensorlists_fastpath__foreach_add_cuda_bool (__main__.TestForeachCUDA) ... ok (0.065s) 2022-11-23T02:10:19.7387282Z test_binary_op_tensorlists_fastpath__foreach_add_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.183s) 2022-11-23T02:10:19.7388201Z test_binary_op_tensorlists_fastpath__foreach_add_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.187s) 2022-11-23T02:10:19.7389143Z test_binary_op_tensorlists_fastpath__foreach_add_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.139s) 2022-11-23T02:10:19.7390127Z test_binary_op_tensorlists_fastpath__foreach_add_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.178s) 2022-11-23T02:10:19.7391125Z test_binary_op_tensorlists_fastpath__foreach_add_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.148s) 2022-11-23T02:10:19.7392108Z test_binary_op_tensorlists_fastpath__foreach_add_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.085s) 2022-11-23T02:10:19.7393125Z test_binary_op_tensorlists_fastpath__foreach_add_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.073s) 2022-11-23T02:10:19.7394182Z test_binary_op_tensorlists_fastpath__foreach_add_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.068s) 2022-11-23T02:10:19.7395161Z test_binary_op_tensorlists_fastpath__foreach_add_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.088s) 2022-11-23T02:10:19.7396080Z test_binary_op_tensorlists_fastpath__foreach_add_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.094s) 2022-11-23T02:10:19.7397014Z test_binary_op_tensorlists_fastpath__foreach_div_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.096s) 2022-11-23T02:10:19.7397980Z test_binary_op_tensorlists_fastpath__foreach_div_cuda_bool (__main__.TestForeachCUDA) ... ok (0.061s) 2022-11-23T02:10:19.7398946Z test_binary_op_tensorlists_fastpath__foreach_div_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.089s) 2022-11-23T02:10:19.7400007Z test_binary_op_tensorlists_fastpath__foreach_div_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.089s) 2022-11-23T02:10:19.7401092Z test_binary_op_tensorlists_fastpath__foreach_div_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.079s) 2022-11-23T02:10:19.7402305Z test_binary_op_tensorlists_fastpath__foreach_div_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.080s) 2022-11-23T02:10:19.7403279Z test_binary_op_tensorlists_fastpath__foreach_div_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.078s) 2022-11-23T02:10:19.7404233Z test_binary_op_tensorlists_fastpath__foreach_div_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.050s) 2022-11-23T02:10:19.7405112Z test_binary_op_tensorlists_fastpath__foreach_div_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.049s) 2022-11-23T02:10:19.7406031Z test_binary_op_tensorlists_fastpath__foreach_div_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-11-23T02:10:19.7407006Z test_binary_op_tensorlists_fastpath__foreach_div_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.052s) 2022-11-23T02:10:19.7408017Z test_binary_op_tensorlists_fastpath__foreach_div_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.049s) 2022-11-23T02:10:19.7408984Z test_binary_op_tensorlists_fastpath__foreach_mul_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.079s) 2022-11-23T02:10:19.7409992Z test_binary_op_tensorlists_fastpath__foreach_mul_cuda_bool (__main__.TestForeachCUDA) ... ok (0.032s) 2022-11-23T02:10:19.7410907Z test_binary_op_tensorlists_fastpath__foreach_mul_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.082s) 2022-11-23T02:10:19.7411849Z test_binary_op_tensorlists_fastpath__foreach_mul_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.104s) 2022-11-23T02:10:19.7412767Z test_binary_op_tensorlists_fastpath__foreach_mul_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.099s) 2022-11-23T02:10:19.7413932Z test_binary_op_tensorlists_fastpath__foreach_mul_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.091s) 2022-11-23T02:10:19.7415012Z test_binary_op_tensorlists_fastpath__foreach_mul_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.071s) 2022-11-23T02:10:19.7415939Z test_binary_op_tensorlists_fastpath__foreach_mul_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.042s) 2022-11-23T02:10:19.7416894Z test_binary_op_tensorlists_fastpath__foreach_mul_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.041s) 2022-11-23T02:10:19.7417785Z test_binary_op_tensorlists_fastpath__foreach_mul_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.041s) 2022-11-23T02:10:19.7418732Z test_binary_op_tensorlists_fastpath__foreach_mul_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.068s) 2022-11-23T02:10:19.7419696Z test_binary_op_tensorlists_fastpath__foreach_mul_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.063s) 2022-11-23T02:10:19.7420742Z test_binary_op_tensorlists_fastpath__foreach_sub_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.164s) 2022-11-23T02:10:19.7421789Z test_binary_op_tensorlists_fastpath__foreach_sub_cuda_bool (__main__.TestForeachCUDA) ... ok (0.036s) 2022-11-23T02:10:19.7422778Z test_binary_op_tensorlists_fastpath__foreach_sub_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.183s) 2022-11-23T02:10:19.7423734Z test_binary_op_tensorlists_fastpath__foreach_sub_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.214s) 2022-11-23T02:10:19.7424655Z test_binary_op_tensorlists_fastpath__foreach_sub_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.152s) 2022-11-23T02:10:19.7425491Z test_binary_op_tensorlists_fastpath__foreach_sub_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.171s) 2022-11-23T02:10:19.7426370Z test_binary_op_tensorlists_fastpath__foreach_sub_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.180s) 2022-11-23T02:10:19.7427266Z test_binary_op_tensorlists_fastpath__foreach_sub_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.073s) 2022-11-23T02:10:19.7428256Z test_binary_op_tensorlists_fastpath__foreach_sub_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-11-23T02:10:19.7429278Z test_binary_op_tensorlists_fastpath__foreach_sub_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.050s) 2022-11-23T02:10:19.7430268Z test_binary_op_tensorlists_fastpath__foreach_sub_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.095s) 2022-11-23T02:10:19.7431399Z test_binary_op_tensorlists_fastpath__foreach_sub_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.089s) 2022-11-23T02:10:19.7432287Z test_binary_op_tensorlists_slowpath__foreach_add_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.220s) 2022-11-23T02:10:19.7433185Z test_binary_op_tensorlists_slowpath__foreach_add_cuda_bool (__main__.TestForeachCUDA) ... ok (0.105s) 2022-11-23T02:10:19.7434111Z test_binary_op_tensorlists_slowpath__foreach_add_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.230s) 2022-11-23T02:10:19.7435092Z test_binary_op_tensorlists_slowpath__foreach_add_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.210s) 2022-11-23T02:10:19.7436007Z test_binary_op_tensorlists_slowpath__foreach_add_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.206s) 2022-11-23T02:10:19.7436971Z test_binary_op_tensorlists_slowpath__foreach_add_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.200s) 2022-11-23T02:10:19.7437829Z test_binary_op_tensorlists_slowpath__foreach_add_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.195s) 2022-11-23T02:10:19.7438693Z test_binary_op_tensorlists_slowpath__foreach_add_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.161s) 2022-11-23T02:10:19.7439599Z test_binary_op_tensorlists_slowpath__foreach_add_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.122s) 2022-11-23T02:10:19.7440522Z test_binary_op_tensorlists_slowpath__foreach_add_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.101s) 2022-11-23T02:10:19.7441473Z test_binary_op_tensorlists_slowpath__foreach_add_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.114s) 2022-11-23T02:10:19.7442687Z test_binary_op_tensorlists_slowpath__foreach_add_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.122s) 2022-11-23T02:10:19.7443610Z test_binary_op_tensorlists_slowpath__foreach_div_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.124s) 2022-11-23T02:10:19.7444502Z test_binary_op_tensorlists_slowpath__foreach_div_cuda_bool (__main__.TestForeachCUDA) ... ok (0.084s) 2022-11-23T02:10:19.7445410Z test_binary_op_tensorlists_slowpath__foreach_div_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.124s) 2022-11-23T02:10:19.7446344Z test_binary_op_tensorlists_slowpath__foreach_div_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.141s) 2022-11-23T02:10:19.7447257Z test_binary_op_tensorlists_slowpath__foreach_div_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.124s) 2022-11-23T02:10:19.7448160Z test_binary_op_tensorlists_slowpath__foreach_div_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.119s) 2022-11-23T02:10:19.7449093Z test_binary_op_tensorlists_slowpath__foreach_div_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.119s) 2022-11-23T02:10:19.7450052Z test_binary_op_tensorlists_slowpath__foreach_div_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.090s) 2022-11-23T02:10:19.7450928Z test_binary_op_tensorlists_slowpath__foreach_div_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.088s) 2022-11-23T02:10:19.7451798Z test_binary_op_tensorlists_slowpath__foreach_div_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.088s) 2022-11-23T02:10:19.7452702Z test_binary_op_tensorlists_slowpath__foreach_div_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.092s) 2022-11-23T02:10:19.7453600Z test_binary_op_tensorlists_slowpath__foreach_div_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.132s) 2022-11-23T02:10:19.7454505Z test_binary_op_tensorlists_slowpath__foreach_mul_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.143s) 2022-11-23T02:10:19.7455452Z test_binary_op_tensorlists_slowpath__foreach_mul_cuda_bool (__main__.TestForeachCUDA) ... ok (0.093s) 2022-11-23T02:10:19.7456402Z test_binary_op_tensorlists_slowpath__foreach_mul_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.140s) 2022-11-23T02:10:19.7457515Z test_binary_op_tensorlists_slowpath__foreach_mul_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.138s) 2022-11-23T02:10:19.7458363Z test_binary_op_tensorlists_slowpath__foreach_mul_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.132s) 2022-11-23T02:10:19.7459354Z test_binary_op_tensorlists_slowpath__foreach_mul_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.118s) 2022-11-23T02:10:19.7460293Z test_binary_op_tensorlists_slowpath__foreach_mul_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.102s) 2022-11-23T02:10:19.7461127Z test_binary_op_tensorlists_slowpath__foreach_mul_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.089s) 2022-11-23T02:10:19.7462034Z test_binary_op_tensorlists_slowpath__foreach_mul_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.091s) 2022-11-23T02:10:19.7463034Z test_binary_op_tensorlists_slowpath__foreach_mul_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.115s) 2022-11-23T02:10:19.7464100Z test_binary_op_tensorlists_slowpath__foreach_mul_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.093s) 2022-11-23T02:10:19.7465064Z test_binary_op_tensorlists_slowpath__foreach_mul_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.094s) 2022-11-23T02:10:19.7466061Z test_binary_op_tensorlists_slowpath__foreach_sub_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.219s) 2022-11-23T02:10:19.7467096Z test_binary_op_tensorlists_slowpath__foreach_sub_cuda_bool (__main__.TestForeachCUDA) ... ok (0.066s) 2022-11-23T02:10:19.7468130Z test_binary_op_tensorlists_slowpath__foreach_sub_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.199s) 2022-11-23T02:10:19.7469173Z test_binary_op_tensorlists_slowpath__foreach_sub_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.218s) 2022-11-23T02:10:19.7470250Z test_binary_op_tensorlists_slowpath__foreach_sub_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.191s) 2022-11-23T02:10:19.7471511Z test_binary_op_tensorlists_slowpath__foreach_sub_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.198s) 2022-11-23T02:10:19.7472520Z test_binary_op_tensorlists_slowpath__foreach_sub_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.217s) 2022-11-23T02:10:19.7473524Z test_binary_op_tensorlists_slowpath__foreach_sub_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.127s) 2022-11-23T02:10:19.7474480Z test_binary_op_tensorlists_slowpath__foreach_sub_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.120s) 2022-11-23T02:10:19.7475425Z test_binary_op_tensorlists_slowpath__foreach_sub_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.130s) 2022-11-23T02:10:19.7476427Z test_binary_op_tensorlists_slowpath__foreach_sub_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.124s) 2022-11-23T02:10:19.7477479Z test_binary_op_tensorlists_slowpath__foreach_sub_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.114s) 2022-11-23T02:10:19.7478578Z test_binary_op_tensors_on_different_devices__foreach_add_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7479647Z test_binary_op_tensors_on_different_devices__foreach_add_cuda_bool (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7480683Z test_binary_op_tensors_on_different_devices__foreach_add_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.006s) 2022-11-23T02:10:19.7481775Z test_binary_op_tensors_on_different_devices__foreach_add_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.007s) 2022-11-23T02:10:19.7482867Z test_binary_op_tensors_on_different_devices__foreach_add_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.007s) 2022-11-23T02:10:19.7483975Z test_binary_op_tensors_on_different_devices__foreach_add_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.007s) 2022-11-23T02:10:19.7485197Z test_binary_op_tensors_on_different_devices__foreach_add_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.007s) 2022-11-23T02:10:19.7486171Z test_binary_op_tensors_on_different_devices__foreach_add_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.006s) 2022-11-23T02:10:19.7487187Z test_binary_op_tensors_on_different_devices__foreach_add_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.006s) 2022-11-23T02:10:19.7488196Z test_binary_op_tensors_on_different_devices__foreach_add_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.006s) 2022-11-23T02:10:19.7489174Z test_binary_op_tensors_on_different_devices__foreach_add_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7490457Z test_binary_op_tensors_on_different_devices__foreach_add_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7491528Z test_binary_op_tensors_on_different_devices__foreach_div_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7492594Z test_binary_op_tensors_on_different_devices__foreach_div_cuda_bool (__main__.TestForeachCUDA) ... ok (0.006s) 2022-11-23T02:10:19.7493617Z test_binary_op_tensors_on_different_devices__foreach_div_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.006s) 2022-11-23T02:10:19.7494670Z test_binary_op_tensors_on_different_devices__foreach_div_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7495709Z test_binary_op_tensors_on_different_devices__foreach_div_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7496730Z test_binary_op_tensors_on_different_devices__foreach_div_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.006s) 2022-11-23T02:10:19.7497783Z test_binary_op_tensors_on_different_devices__foreach_div_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7498841Z test_binary_op_tensors_on_different_devices__foreach_div_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.006s) 2022-11-23T02:10:19.7499831Z test_binary_op_tensors_on_different_devices__foreach_div_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.006s) 2022-11-23T02:10:19.7500772Z test_binary_op_tensors_on_different_devices__foreach_div_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.006s) 2022-11-23T02:10:19.7501931Z test_binary_op_tensors_on_different_devices__foreach_div_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7502865Z test_binary_op_tensors_on_different_devices__foreach_div_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.009s) 2022-11-23T02:10:19.7503862Z test_binary_op_tensors_on_different_devices__foreach_mul_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.000s) 2022-11-23T02:10:19.7504896Z test_binary_op_tensors_on_different_devices__foreach_mul_cuda_bool (__main__.TestForeachCUDA) ... ok (0.000s) 2022-11-23T02:10:19.7505953Z test_binary_op_tensors_on_different_devices__foreach_mul_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.010s) 2022-11-23T02:10:19.7507002Z test_binary_op_tensors_on_different_devices__foreach_mul_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.000s) 2022-11-23T02:10:19.7508040Z test_binary_op_tensors_on_different_devices__foreach_mul_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.011s) 2022-11-23T02:10:19.7509065Z test_binary_op_tensors_on_different_devices__foreach_mul_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7510093Z test_binary_op_tensors_on_different_devices__foreach_mul_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7511100Z test_binary_op_tensors_on_different_devices__foreach_mul_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7512158Z test_binary_op_tensors_on_different_devices__foreach_mul_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7513160Z test_binary_op_tensors_on_different_devices__foreach_mul_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7514130Z test_binary_op_tensors_on_different_devices__foreach_mul_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7515111Z test_binary_op_tensors_on_different_devices__foreach_mul_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7516105Z test_binary_op_tensors_on_different_devices__foreach_sub_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7517126Z test_binary_op_tensors_on_different_devices__foreach_sub_cuda_bool (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7518161Z test_binary_op_tensors_on_different_devices__foreach_sub_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7519477Z test_binary_op_tensors_on_different_devices__foreach_sub_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.006s) 2022-11-23T02:10:19.7520575Z test_binary_op_tensors_on_different_devices__foreach_sub_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7521590Z test_binary_op_tensors_on_different_devices__foreach_sub_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7522543Z test_binary_op_tensors_on_different_devices__foreach_sub_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7523514Z test_binary_op_tensors_on_different_devices__foreach_sub_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7524475Z test_binary_op_tensors_on_different_devices__foreach_sub_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7525500Z test_binary_op_tensors_on_different_devices__foreach_sub_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7526563Z test_binary_op_tensors_on_different_devices__foreach_sub_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7527598Z test_binary_op_tensors_on_different_devices__foreach_sub_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7528551Z test_foreach_l2_large_value_input__foreach_norm_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.008s) 2022-11-23T02:10:19.7529464Z test_foreach_l2_large_value_input__foreach_norm_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.006s) 2022-11-23T02:10:19.7530587Z test_minmax_fastpath__foreach_maximum_cuda_bool (__main__.TestForeachCUDA) ... ok (0.025s) 2022-11-23T02:10:19.7531525Z test_minmax_fastpath__foreach_maximum_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.038s) 2022-11-23T02:10:19.7532445Z test_minmax_fastpath__foreach_maximum_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.041s) 2022-11-23T02:10:19.7533342Z test_minmax_fastpath__foreach_maximum_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.044s) 2022-11-23T02:10:19.7534297Z test_minmax_fastpath__foreach_maximum_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.022s) 2022-11-23T02:10:19.7535175Z test_minmax_fastpath__foreach_maximum_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.020s) 2022-11-23T02:10:19.7536062Z test_minmax_fastpath__foreach_maximum_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.021s) 2022-11-23T02:10:19.7536959Z test_minmax_fastpath__foreach_maximum_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.028s) 2022-11-23T02:10:19.7537843Z test_minmax_fastpath__foreach_maximum_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.021s) 2022-11-23T02:10:19.7538732Z test_minmax_fastpath__foreach_minimum_cuda_bool (__main__.TestForeachCUDA) ... ok (0.013s) 2022-11-23T02:10:19.7539657Z test_minmax_fastpath__foreach_minimum_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.048s) 2022-11-23T02:10:19.7540563Z test_minmax_fastpath__foreach_minimum_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.043s) 2022-11-23T02:10:19.7541456Z test_minmax_fastpath__foreach_minimum_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.035s) 2022-11-23T02:10:19.7542251Z test_minmax_fastpath__foreach_minimum_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.027s) 2022-11-23T02:10:19.7543051Z test_minmax_fastpath__foreach_minimum_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.023s) 2022-11-23T02:10:19.7543861Z test_minmax_fastpath__foreach_minimum_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.009s) 2022-11-23T02:10:19.7544704Z test_minmax_fastpath__foreach_minimum_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.031s) 2022-11-23T02:10:19.7545597Z test_minmax_fastpath__foreach_minimum_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.022s) 2022-11-23T02:10:19.7546532Z test_minmax_float_inf_nan__foreach_maximum_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7547410Z test_minmax_float_inf_nan__foreach_maximum_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.006s) 2022-11-23T02:10:19.7548575Z test_minmax_float_inf_nan__foreach_maximum_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.000s) 2022-11-23T02:10:19.7549459Z test_minmax_float_inf_nan__foreach_maximum_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.014s) 2022-11-23T02:10:19.7550327Z test_minmax_float_inf_nan__foreach_minimum_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.007s) 2022-11-23T02:10:19.7551213Z test_minmax_float_inf_nan__foreach_minimum_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.007s) 2022-11-23T02:10:19.7552073Z test_minmax_float_inf_nan__foreach_minimum_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.007s) 2022-11-23T02:10:19.7552931Z test_minmax_float_inf_nan__foreach_minimum_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.007s) 2022-11-23T02:10:19.7553877Z test_minmax_slowpath__foreach_maximum_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.063s) 2022-11-23T02:10:19.7554828Z test_minmax_slowpath__foreach_maximum_cuda_bool (__main__.TestForeachCUDA) ... ok (0.041s) 2022-11-23T02:10:19.7555716Z test_minmax_slowpath__foreach_maximum_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.063s) 2022-11-23T02:10:19.7556575Z test_minmax_slowpath__foreach_maximum_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.060s) 2022-11-23T02:10:19.7557427Z test_minmax_slowpath__foreach_maximum_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.056s) 2022-11-23T02:10:19.7558286Z test_minmax_slowpath__foreach_maximum_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.046s) 2022-11-23T02:10:19.7559118Z test_minmax_slowpath__foreach_maximum_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.048s) 2022-11-23T02:10:19.7560143Z test_minmax_slowpath__foreach_maximum_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.038s) 2022-11-23T02:10:19.7561054Z test_minmax_slowpath__foreach_maximum_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.038s) 2022-11-23T02:10:19.7561982Z test_minmax_slowpath__foreach_maximum_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.046s) 2022-11-23T02:10:19.7562846Z test_minmax_slowpath__foreach_minimum_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.058s) 2022-11-23T02:10:19.7563719Z test_minmax_slowpath__foreach_minimum_cuda_bool (__main__.TestForeachCUDA) ... ok (0.036s) 2022-11-23T02:10:19.7564591Z test_minmax_slowpath__foreach_minimum_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.067s) 2022-11-23T02:10:19.7565430Z test_minmax_slowpath__foreach_minimum_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.062s) 2022-11-23T02:10:19.7566278Z test_minmax_slowpath__foreach_minimum_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.057s) 2022-11-23T02:10:19.7567146Z test_minmax_slowpath__foreach_minimum_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.052s) 2022-11-23T02:10:19.7568049Z test_minmax_slowpath__foreach_minimum_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.066s) 2022-11-23T02:10:19.7568924Z test_minmax_slowpath__foreach_minimum_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.041s) 2022-11-23T02:10:19.7569837Z test_minmax_slowpath__foreach_minimum_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.033s) 2022-11-23T02:10:19.7570746Z test_minmax_slowpath__foreach_minimum_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.051s) 2022-11-23T02:10:19.7571664Z test_pointwise_op_fastpath__foreach_addcdiv_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (2.395s) 2022-11-23T02:10:19.7572654Z test_pointwise_op_fastpath__foreach_addcdiv_cuda_complex128 (__main__.TestForeachCUDA) ... ok (6.675s) 2022-11-23T02:10:19.7573641Z test_pointwise_op_fastpath__foreach_addcdiv_cuda_complex64 (__main__.TestForeachCUDA) ... ok (6.838s) 2022-11-23T02:10:19.7574623Z test_pointwise_op_fastpath__foreach_addcdiv_cuda_float16 (__main__.TestForeachCUDA) ... ok (2.400s) 2022-11-23T02:10:19.7575625Z test_pointwise_op_fastpath__foreach_addcdiv_cuda_float32 (__main__.TestForeachCUDA) ... ok (2.518s) 2022-11-23T02:10:19.7576659Z test_pointwise_op_fastpath__foreach_addcdiv_cuda_float64 (__main__.TestForeachCUDA) ... ok (2.405s) 2022-11-23T02:10:19.7577605Z test_pointwise_op_fastpath__foreach_addcdiv_cuda_int16 (__main__.TestForeachCUDA) ... ok (1.014s) 2022-11-23T02:10:19.7578741Z test_pointwise_op_fastpath__foreach_addcdiv_cuda_int32 (__main__.TestForeachCUDA) ... ok (1.020s) 2022-11-23T02:10:19.7579695Z test_pointwise_op_fastpath__foreach_addcdiv_cuda_int64 (__main__.TestForeachCUDA) ... ok (1.070s) 2022-11-23T02:10:19.7580643Z test_pointwise_op_fastpath__foreach_addcdiv_cuda_int8 (__main__.TestForeachCUDA) ... ok (1.022s) 2022-11-23T02:10:19.7581592Z test_pointwise_op_fastpath__foreach_addcdiv_cuda_uint8 (__main__.TestForeachCUDA) ... ok (1.029s) 2022-11-23T02:10:19.7582602Z test_pointwise_op_fastpath__foreach_addcmul_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (2.539s) 2022-11-23T02:10:19.7583667Z test_pointwise_op_fastpath__foreach_addcmul_cuda_complex128 (__main__.TestForeachCUDA) ... ok (6.255s) 2022-11-23T02:10:19.7584646Z test_pointwise_op_fastpath__foreach_addcmul_cuda_complex64 (__main__.TestForeachCUDA) ... ok (6.144s) 2022-11-23T02:10:19.7585610Z test_pointwise_op_fastpath__foreach_addcmul_cuda_float16 (__main__.TestForeachCUDA) ... ok (2.580s) 2022-11-23T02:10:19.7586573Z test_pointwise_op_fastpath__foreach_addcmul_cuda_float32 (__main__.TestForeachCUDA) ... ok (2.587s) 2022-11-23T02:10:19.7587524Z test_pointwise_op_fastpath__foreach_addcmul_cuda_float64 (__main__.TestForeachCUDA) ... ok (2.241s) 2022-11-23T02:10:19.7588471Z test_pointwise_op_fastpath__foreach_addcmul_cuda_int16 (__main__.TestForeachCUDA) ... ok (1.531s) 2022-11-23T02:10:19.7589468Z test_pointwise_op_fastpath__foreach_addcmul_cuda_int32 (__main__.TestForeachCUDA) ... ok (1.518s) 2022-11-23T02:10:19.7591496Z test_pointwise_op_fastpath__foreach_addcmul_cuda_int64 (__main__.TestForeachCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74781 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.003s) 2022-11-23T02:10:19.7593273Z test_pointwise_op_fastpath__foreach_addcmul_cuda_int8 (__main__.TestForeachCUDA) ... ok (1.566s) 2022-11-23T02:10:19.7595075Z test_pointwise_op_fastpath__foreach_addcmul_cuda_uint8 (__main__.TestForeachCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/67723 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.003s) 2022-11-23T02:10:19.7596834Z test_pointwise_op_slowpath__foreach_addcdiv_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (2.452s) 2022-11-23T02:10:19.7597825Z test_pointwise_op_slowpath__foreach_addcdiv_cuda_complex128 (__main__.TestForeachCUDA) ... ok (3.556s) 2022-11-23T02:10:19.7598743Z test_pointwise_op_slowpath__foreach_addcdiv_cuda_complex64 (__main__.TestForeachCUDA) ... ok (3.951s) 2022-11-23T02:10:19.7599696Z test_pointwise_op_slowpath__foreach_addcdiv_cuda_float16 (__main__.TestForeachCUDA) ... ok (3.314s) 2022-11-23T02:10:19.7600613Z test_pointwise_op_slowpath__foreach_addcdiv_cuda_float32 (__main__.TestForeachCUDA) ... ok (3.456s) 2022-11-23T02:10:19.7601529Z test_pointwise_op_slowpath__foreach_addcdiv_cuda_float64 (__main__.TestForeachCUDA) ... ok (3.305s) 2022-11-23T02:10:19.7602437Z test_pointwise_op_slowpath__foreach_addcdiv_cuda_int16 (__main__.TestForeachCUDA) ... ok (2.385s) 2022-11-23T02:10:19.7603393Z test_pointwise_op_slowpath__foreach_addcdiv_cuda_int32 (__main__.TestForeachCUDA) ... ok (2.570s) 2022-11-23T02:10:19.7604380Z test_pointwise_op_slowpath__foreach_addcdiv_cuda_int64 (__main__.TestForeachCUDA) ... ok (2.576s) 2022-11-23T02:10:19.7605264Z test_pointwise_op_slowpath__foreach_addcdiv_cuda_int8 (__main__.TestForeachCUDA) ... ok (2.563s) 2022-11-23T02:10:19.7606169Z test_pointwise_op_slowpath__foreach_addcdiv_cuda_uint8 (__main__.TestForeachCUDA) ... ok (2.609s) 2022-11-23T02:10:19.7608273Z test_pointwise_op_slowpath__foreach_addcmul_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (3.556s) 2022-11-23T02:10:19.7609200Z test_pointwise_op_slowpath__foreach_addcmul_cuda_complex128 (__main__.TestForeachCUDA) ... ok (3.823s) 2022-11-23T02:10:19.7610143Z test_pointwise_op_slowpath__foreach_addcmul_cuda_complex64 (__main__.TestForeachCUDA) ... ok (4.160s) 2022-11-23T02:10:19.7611066Z test_pointwise_op_slowpath__foreach_addcmul_cuda_float16 (__main__.TestForeachCUDA) ... ok (3.526s) 2022-11-23T02:10:19.7611990Z test_pointwise_op_slowpath__foreach_addcmul_cuda_float32 (__main__.TestForeachCUDA) ... ok (3.479s) 2022-11-23T02:10:19.7612886Z test_pointwise_op_slowpath__foreach_addcmul_cuda_float64 (__main__.TestForeachCUDA) ... ok (3.229s) 2022-11-23T02:10:19.7613780Z test_pointwise_op_slowpath__foreach_addcmul_cuda_int16 (__main__.TestForeachCUDA) ... ok (2.934s) 2022-11-23T02:10:19.7614688Z test_pointwise_op_slowpath__foreach_addcmul_cuda_int32 (__main__.TestForeachCUDA) ... ok (2.998s) 2022-11-23T02:10:19.7615640Z test_pointwise_op_slowpath__foreach_addcmul_cuda_int64 (__main__.TestForeachCUDA) ... ok (2.970s) 2022-11-23T02:10:19.7616620Z test_pointwise_op_slowpath__foreach_addcmul_cuda_int8 (__main__.TestForeachCUDA) ... ok (2.898s) 2022-11-23T02:10:19.7617522Z test_pointwise_op_slowpath__foreach_addcmul_cuda_uint8 (__main__.TestForeachCUDA) ... ok (2.997s) 2022-11-23T02:10:19.7618486Z test_pointwise_op_tensors_on_different_devices__foreach_addcdiv_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.000s) 2022-11-23T02:10:19.7619618Z test_pointwise_op_tensors_on_different_devices__foreach_addcdiv_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.000s) 2022-11-23T02:10:19.7620660Z test_pointwise_op_tensors_on_different_devices__foreach_addcmul_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.010s) 2022-11-23T02:10:19.7621663Z test_pointwise_op_tensors_on_different_devices__foreach_addcmul_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.000s) 2022-11-23T02:10:19.7622601Z test_reduce_fastpath__foreach_norm_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.129s) 2022-11-23T02:10:19.7623491Z test_reduce_fastpath__foreach_norm_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.114s) 2022-11-23T02:10:19.7624372Z test_reduce_fastpath__foreach_norm_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.159s) 2022-11-23T02:10:19.7625244Z test_reduce_fastpath__foreach_norm_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.133s) 2022-11-23T02:10:19.7626076Z test_reduce_fastpath__foreach_norm_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.109s) 2022-11-23T02:10:19.7626930Z test_reduce_fastpath__foreach_norm_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.123s) 2022-11-23T02:10:19.7627782Z test_reduce_slowpath__foreach_norm_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.214s) 2022-11-23T02:10:19.7628660Z test_reduce_slowpath__foreach_norm_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.211s) 2022-11-23T02:10:19.7629538Z test_reduce_slowpath__foreach_norm_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.224s) 2022-11-23T02:10:19.7630445Z test_reduce_slowpath__foreach_norm_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.203s) 2022-11-23T02:10:19.7631306Z test_reduce_slowpath__foreach_norm_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.205s) 2022-11-23T02:10:19.7632162Z test_reduce_slowpath__foreach_norm_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.218s) 2022-11-23T02:10:19.7633009Z test_unary_fastpath__foreach_abs_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.040s) 2022-11-23T02:10:19.7633932Z test_unary_fastpath__foreach_abs_cuda_bool (__main__.TestForeachCUDA) ... ok (0.027s) 2022-11-23T02:10:19.7634779Z test_unary_fastpath__foreach_abs_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.027s) 2022-11-23T02:10:19.7635698Z test_unary_fastpath__foreach_abs_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.298s) 2022-11-23T02:10:19.7636545Z test_unary_fastpath__foreach_abs_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.038s) 2022-11-23T02:10:19.7637533Z test_unary_fastpath__foreach_abs_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.058s) 2022-11-23T02:10:19.7638335Z test_unary_fastpath__foreach_abs_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.045s) 2022-11-23T02:10:19.7639169Z test_unary_fastpath__foreach_abs_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.026s) 2022-11-23T02:10:19.7639999Z test_unary_fastpath__foreach_abs_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.028s) 2022-11-23T02:10:19.7640778Z test_unary_fastpath__foreach_abs_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.022s) 2022-11-23T02:10:19.7641583Z test_unary_fastpath__foreach_abs_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.021s) 2022-11-23T02:10:19.7642424Z test_unary_fastpath__foreach_abs_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.028s) 2022-11-23T02:10:19.7643322Z test_unary_fastpath__foreach_acos_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.041s) 2022-11-23T02:10:19.7644219Z test_unary_fastpath__foreach_acos_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.053s) 2022-11-23T02:10:19.7645123Z test_unary_fastpath__foreach_acos_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.043s) 2022-11-23T02:10:19.7646002Z test_unary_fastpath__foreach_acos_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.044s) 2022-11-23T02:10:19.7646885Z test_unary_fastpath__foreach_acos_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.042s) 2022-11-23T02:10:19.7647776Z test_unary_fastpath__foreach_asin_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.046s) 2022-11-23T02:10:19.7648858Z test_unary_fastpath__foreach_asin_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.047s) 2022-11-23T02:10:19.7649775Z test_unary_fastpath__foreach_asin_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.050s) 2022-11-23T02:10:19.7650667Z test_unary_fastpath__foreach_asin_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.041s) 2022-11-23T02:10:19.7651551Z test_unary_fastpath__foreach_asin_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.034s) 2022-11-23T02:10:19.7652453Z test_unary_fastpath__foreach_atan_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.042s) 2022-11-23T02:10:19.7653354Z test_unary_fastpath__foreach_atan_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.051s) 2022-11-23T02:10:19.7654256Z test_unary_fastpath__foreach_atan_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.049s) 2022-11-23T02:10:19.7655145Z test_unary_fastpath__foreach_atan_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.050s) 2022-11-23T02:10:19.7656008Z test_unary_fastpath__foreach_atan_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.039s) 2022-11-23T02:10:19.7656894Z test_unary_fastpath__foreach_ceil_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.045s) 2022-11-23T02:10:19.7657786Z test_unary_fastpath__foreach_ceil_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.042s) 2022-11-23T02:10:19.7658657Z test_unary_fastpath__foreach_ceil_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.043s) 2022-11-23T02:10:19.7659537Z test_unary_fastpath__foreach_ceil_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.040s) 2022-11-23T02:10:19.7660346Z test_unary_fastpath__foreach_ceil_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.026s) 2022-11-23T02:10:19.7661165Z test_unary_fastpath__foreach_ceil_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.024s) 2022-11-23T02:10:19.7662008Z test_unary_fastpath__foreach_ceil_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.026s) 2022-11-23T02:10:19.7662862Z test_unary_fastpath__foreach_ceil_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.022s) 2022-11-23T02:10:19.7663699Z test_unary_fastpath__foreach_ceil_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.023s) 2022-11-23T02:10:19.7664614Z test_unary_fastpath__foreach_cos_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.044s) 2022-11-23T02:10:19.7665576Z test_unary_fastpath__foreach_cos_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.045s) 2022-11-23T02:10:19.7666679Z test_unary_fastpath__foreach_cos_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.048s) 2022-11-23T02:10:19.7667560Z test_unary_fastpath__foreach_cos_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.044s) 2022-11-23T02:10:19.7668421Z test_unary_fastpath__foreach_cos_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.035s) 2022-11-23T02:10:19.7669322Z test_unary_fastpath__foreach_cosh_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.051s) 2022-11-23T02:10:19.7670239Z test_unary_fastpath__foreach_cosh_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.042s) 2022-11-23T02:10:19.7671149Z test_unary_fastpath__foreach_cosh_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.051s) 2022-11-23T02:10:19.7672026Z test_unary_fastpath__foreach_cosh_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.041s) 2022-11-23T02:10:19.7672854Z test_unary_fastpath__foreach_cosh_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.040s) 2022-11-23T02:10:19.7673681Z test_unary_fastpath__foreach_erf_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.043s) 2022-11-23T02:10:19.7674547Z test_unary_fastpath__foreach_erf_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.045s) 2022-11-23T02:10:19.7675400Z test_unary_fastpath__foreach_erf_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.040s) 2022-11-23T02:10:19.7676261Z test_unary_fastpath__foreach_erf_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.040s) 2022-11-23T02:10:19.7677151Z test_unary_fastpath__foreach_erfc_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.356s) 2022-11-23T02:10:19.7678050Z test_unary_fastpath__foreach_erfc_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.371s) 2022-11-23T02:10:19.7679109Z test_unary_fastpath__foreach_erfc_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.293s) 2022-11-23T02:10:19.7680000Z test_unary_fastpath__foreach_erfc_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.333s) 2022-11-23T02:10:19.7680888Z test_unary_fastpath__foreach_exp_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.632s) 2022-11-23T02:10:19.7681719Z test_unary_fastpath__foreach_exp_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.578s) 2022-11-23T02:10:19.7682560Z test_unary_fastpath__foreach_exp_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.044s) 2022-11-23T02:10:19.7683412Z test_unary_fastpath__foreach_exp_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.051s) 2022-11-23T02:10:19.7684259Z test_unary_fastpath__foreach_exp_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.040s) 2022-11-23T02:10:19.7685132Z test_unary_fastpath__foreach_expm1_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.060s) 2022-11-23T02:10:19.7686039Z test_unary_fastpath__foreach_expm1_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.085s) 2022-11-23T02:10:19.7686926Z test_unary_fastpath__foreach_expm1_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.078s) 2022-11-23T02:10:19.7687757Z test_unary_fastpath__foreach_expm1_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.040s) 2022-11-23T02:10:19.7688596Z test_unary_fastpath__foreach_floor_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.045s) 2022-11-23T02:10:19.7689456Z test_unary_fastpath__foreach_floor_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.043s) 2022-11-23T02:10:19.7690309Z test_unary_fastpath__foreach_floor_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.045s) 2022-11-23T02:10:19.7691153Z test_unary_fastpath__foreach_floor_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.046s) 2022-11-23T02:10:19.7691997Z test_unary_fastpath__foreach_floor_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.027s) 2022-11-23T02:10:19.7692862Z test_unary_fastpath__foreach_floor_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.025s) 2022-11-23T02:10:19.7693685Z test_unary_fastpath__foreach_floor_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.019s) 2022-11-23T02:10:19.7694533Z test_unary_fastpath__foreach_floor_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.030s) 2022-11-23T02:10:19.7695389Z test_unary_fastpath__foreach_floor_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.031s) 2022-11-23T02:10:19.7696517Z test_unary_fastpath__foreach_frac_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.051s) 2022-11-23T02:10:19.7697394Z test_unary_fastpath__foreach_frac_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.052s) 2022-11-23T02:10:19.7698283Z test_unary_fastpath__foreach_frac_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.043s) 2022-11-23T02:10:19.7699146Z test_unary_fastpath__foreach_frac_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.060s) 2022-11-23T02:10:19.7699991Z test_unary_fastpath__foreach_log10_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.508s) 2022-11-23T02:10:19.7700826Z test_unary_fastpath__foreach_log10_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.474s) 2022-11-23T02:10:19.7701603Z test_unary_fastpath__foreach_log10_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.043s) 2022-11-23T02:10:19.7702361Z test_unary_fastpath__foreach_log10_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.039s) 2022-11-23T02:10:19.7703150Z test_unary_fastpath__foreach_log10_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.046s) 2022-11-23T02:10:19.7703969Z test_unary_fastpath__foreach_log1p_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.043s) 2022-11-23T02:10:19.7704834Z test_unary_fastpath__foreach_log1p_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.042s) 2022-11-23T02:10:19.7705702Z test_unary_fastpath__foreach_log1p_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.043s) 2022-11-23T02:10:19.7706536Z test_unary_fastpath__foreach_log2_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.554s) 2022-11-23T02:10:19.7707514Z test_unary_fastpath__foreach_log2_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.432s) 2022-11-23T02:10:19.7708315Z test_unary_fastpath__foreach_log2_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.040s) 2022-11-23T02:10:19.7709081Z test_unary_fastpath__foreach_log2_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.037s) 2022-11-23T02:10:19.7709826Z test_unary_fastpath__foreach_log2_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.034s) 2022-11-23T02:10:19.7710696Z test_unary_fastpath__foreach_log_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.465s) 2022-11-23T02:10:19.7711580Z test_unary_fastpath__foreach_log_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.480s) 2022-11-23T02:10:19.7712452Z test_unary_fastpath__foreach_log_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.033s) 2022-11-23T02:10:19.7713308Z test_unary_fastpath__foreach_log_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.042s) 2022-11-23T02:10:19.7714141Z test_unary_fastpath__foreach_log_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.035s) 2022-11-23T02:10:19.7715007Z test_unary_fastpath__foreach_neg_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.284s) 2022-11-23T02:10:19.7715883Z test_unary_fastpath__foreach_neg_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.284s) 2022-11-23T02:10:19.7716743Z test_unary_fastpath__foreach_neg_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.044s) 2022-11-23T02:10:19.7717595Z test_unary_fastpath__foreach_neg_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.037s) 2022-11-23T02:10:19.7718430Z test_unary_fastpath__foreach_neg_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.020s) 2022-11-23T02:10:19.7719280Z test_unary_fastpath__foreach_neg_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.019s) 2022-11-23T02:10:19.7720104Z test_unary_fastpath__foreach_neg_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.016s) 2022-11-23T02:10:19.7720940Z test_unary_fastpath__foreach_neg_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.015s) 2022-11-23T02:10:19.7721851Z test_unary_fastpath__foreach_neg_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.027s) 2022-11-23T02:10:19.7722811Z test_unary_fastpath__foreach_reciprocal_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.064s) 2022-11-23T02:10:19.7723723Z test_unary_fastpath__foreach_reciprocal_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.033s) 2022-11-23T02:10:19.7724829Z test_unary_fastpath__foreach_reciprocal_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-11-23T02:10:19.7725724Z test_unary_fastpath__foreach_round_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.061s) 2022-11-23T02:10:19.7726578Z test_unary_fastpath__foreach_round_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.052s) 2022-11-23T02:10:19.7727441Z test_unary_fastpath__foreach_round_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.037s) 2022-11-23T02:10:19.7728297Z test_unary_fastpath__foreach_round_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.034s) 2022-11-23T02:10:19.7729154Z test_unary_fastpath__foreach_round_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.021s) 2022-11-23T02:10:19.7730008Z test_unary_fastpath__foreach_round_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.020s) 2022-11-23T02:10:19.7730850Z test_unary_fastpath__foreach_round_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.015s) 2022-11-23T02:10:19.7731727Z test_unary_fastpath__foreach_round_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.019s) 2022-11-23T02:10:19.7732570Z test_unary_fastpath__foreach_round_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.019s) 2022-11-23T02:10:19.7733428Z test_unary_fastpath__foreach_sigmoid_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.039s) 2022-11-23T02:10:19.7734300Z test_unary_fastpath__foreach_sigmoid_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.038s) 2022-11-23T02:10:19.7735175Z test_unary_fastpath__foreach_sigmoid_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.031s) 2022-11-23T02:10:19.7736165Z test_unary_fastpath__foreach_sin_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.050s) 2022-11-23T02:10:19.7737058Z test_unary_fastpath__foreach_sin_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.068s) 2022-11-23T02:10:19.7737904Z test_unary_fastpath__foreach_sin_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.045s) 2022-11-23T02:10:19.7738753Z test_unary_fastpath__foreach_sin_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.042s) 2022-11-23T02:10:19.7739602Z test_unary_fastpath__foreach_sin_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.039s) 2022-11-23T02:10:19.7740460Z test_unary_fastpath__foreach_sinh_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.043s) 2022-11-23T02:10:19.7741339Z test_unary_fastpath__foreach_sinh_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.037s) 2022-11-23T02:10:19.7742208Z test_unary_fastpath__foreach_sinh_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.053s) 2022-11-23T02:10:19.7743068Z test_unary_fastpath__foreach_sinh_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.041s) 2022-11-23T02:10:19.7743911Z test_unary_fastpath__foreach_sinh_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.038s) 2022-11-23T02:10:19.7744781Z test_unary_fastpath__foreach_sqrt_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.734s) 2022-11-23T02:10:19.7745654Z test_unary_fastpath__foreach_sqrt_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.782s) 2022-11-23T02:10:19.7746526Z test_unary_fastpath__foreach_sqrt_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-11-23T02:10:19.7747385Z test_unary_fastpath__foreach_sqrt_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.043s) 2022-11-23T02:10:19.7748232Z test_unary_fastpath__foreach_sqrt_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.046s) 2022-11-23T02:10:19.7749085Z test_unary_fastpath__foreach_tan_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.047s) 2022-11-23T02:10:19.7749943Z test_unary_fastpath__foreach_tan_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.057s) 2022-11-23T02:10:19.7750813Z test_unary_fastpath__foreach_tan_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.048s) 2022-11-23T02:10:19.7751659Z test_unary_fastpath__foreach_tan_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.045s) 2022-11-23T02:10:19.7752502Z test_unary_fastpath__foreach_tan_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.033s) 2022-11-23T02:10:19.7753360Z test_unary_fastpath__foreach_tanh_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.053s) 2022-11-23T02:10:19.7754365Z test_unary_fastpath__foreach_tanh_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.044s) 2022-11-23T02:10:19.7755231Z test_unary_fastpath__foreach_tanh_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.044s) 2022-11-23T02:10:19.7756068Z test_unary_fastpath__foreach_tanh_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.048s) 2022-11-23T02:10:19.7756924Z test_unary_fastpath__foreach_tanh_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.049s) 2022-11-23T02:10:19.7757787Z test_unary_fastpath__foreach_trunc_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.063s) 2022-11-23T02:10:19.7758660Z test_unary_fastpath__foreach_trunc_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.035s) 2022-11-23T02:10:19.7759519Z test_unary_fastpath__foreach_trunc_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.051s) 2022-11-23T02:10:19.7760373Z test_unary_fastpath__foreach_trunc_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.024s) 2022-11-23T02:10:19.7761212Z test_unary_fastpath__foreach_trunc_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.029s) 2022-11-23T02:10:19.7762060Z test_unary_fastpath__foreach_trunc_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.019s) 2022-11-23T02:10:19.7762904Z test_unary_fastpath__foreach_trunc_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.013s) 2022-11-23T02:10:19.7763750Z test_unary_fastpath__foreach_trunc_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.024s) 2022-11-23T02:10:19.7764595Z test_unary_fastpath__foreach_trunc_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.019s) 2022-11-23T02:10:19.7766614Z test_unary_op_tensors_on_different_devices__foreach_abs_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7767666Z test_unary_op_tensors_on_different_devices__foreach_abs_cuda_bool (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7768649Z test_unary_op_tensors_on_different_devices__foreach_abs_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7769671Z test_unary_op_tensors_on_different_devices__foreach_abs_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.000s) 2022-11-23T02:10:19.7770661Z test_unary_op_tensors_on_different_devices__foreach_abs_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.008s) 2022-11-23T02:10:19.7771639Z test_unary_op_tensors_on_different_devices__foreach_abs_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7772613Z test_unary_op_tensors_on_different_devices__foreach_abs_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7773588Z test_unary_op_tensors_on_different_devices__foreach_abs_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7774556Z test_unary_op_tensors_on_different_devices__foreach_abs_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7775509Z test_unary_op_tensors_on_different_devices__foreach_abs_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7776459Z test_unary_op_tensors_on_different_devices__foreach_abs_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7777417Z test_unary_op_tensors_on_different_devices__foreach_abs_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7778404Z test_unary_op_tensors_on_different_devices__foreach_acos_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7779421Z test_unary_op_tensors_on_different_devices__foreach_acos_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7780428Z test_unary_op_tensors_on_different_devices__foreach_acos_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7781416Z test_unary_op_tensors_on_different_devices__foreach_acos_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.007s) 2022-11-23T02:10:19.7782399Z test_unary_op_tensors_on_different_devices__foreach_acos_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7783515Z test_unary_op_tensors_on_different_devices__foreach_asin_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7784522Z test_unary_op_tensors_on_different_devices__foreach_asin_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7785515Z test_unary_op_tensors_on_different_devices__foreach_asin_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7786502Z test_unary_op_tensors_on_different_devices__foreach_asin_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7787494Z test_unary_op_tensors_on_different_devices__foreach_asin_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.006s) 2022-11-23T02:10:19.7788485Z test_unary_op_tensors_on_different_devices__foreach_atan_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7789488Z test_unary_op_tensors_on_different_devices__foreach_atan_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.006s) 2022-11-23T02:10:19.7790488Z test_unary_op_tensors_on_different_devices__foreach_atan_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7791446Z test_unary_op_tensors_on_different_devices__foreach_atan_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7792427Z test_unary_op_tensors_on_different_devices__foreach_atan_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.006s) 2022-11-23T02:10:19.7793414Z test_unary_op_tensors_on_different_devices__foreach_ceil_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.000s) 2022-11-23T02:10:19.7794663Z test_unary_op_tensors_on_different_devices__foreach_ceil_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.000s) 2022-11-23T02:10:19.7795679Z test_unary_op_tensors_on_different_devices__foreach_ceil_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.014s) 2022-11-23T02:10:19.7796667Z test_unary_op_tensors_on_different_devices__foreach_ceil_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7797646Z test_unary_op_tensors_on_different_devices__foreach_ceil_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7798613Z test_unary_op_tensors_on_different_devices__foreach_ceil_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7799556Z test_unary_op_tensors_on_different_devices__foreach_ceil_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7800513Z test_unary_op_tensors_on_different_devices__foreach_ceil_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7801483Z test_unary_op_tensors_on_different_devices__foreach_ceil_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7802476Z test_unary_op_tensors_on_different_devices__foreach_cos_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7803480Z test_unary_op_tensors_on_different_devices__foreach_cos_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.006s) 2022-11-23T02:10:19.7804469Z test_unary_op_tensors_on_different_devices__foreach_cos_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.006s) 2022-11-23T02:10:19.7805449Z test_unary_op_tensors_on_different_devices__foreach_cos_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7806404Z test_unary_op_tensors_on_different_devices__foreach_cos_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-11-23T02:10:19.7807396Z test_unary_op_tensors_on_different_devices__foreach_cosh_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7808405Z test_unary_op_tensors_on_different_devices__foreach_cosh_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.006s) 2022-11-23T02:10:19.7809405Z test_unary_op_tensors_on_different_devices__foreach_cosh_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.000s) 2022-11-23T02:10:19.7810382Z test_unary_op_tensors_on_different_devices__foreach_cosh_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.010s) 2022-11-23T02:10:19.7811366Z test_unary_op_tensors_on_different_devices__foreach_cosh_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7812578Z test_unary_op_tensors_on_different_devices__foreach_erf_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7813572Z test_unary_op_tensors_on_different_devices__foreach_erf_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.006s) 2022-11-23T02:10:19.7814530Z test_unary_op_tensors_on_different_devices__foreach_erf_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7815504Z test_unary_op_tensors_on_different_devices__foreach_erf_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7816488Z test_unary_op_tensors_on_different_devices__foreach_erfc_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7817480Z test_unary_op_tensors_on_different_devices__foreach_erfc_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.006s) 2022-11-23T02:10:19.7818466Z test_unary_op_tensors_on_different_devices__foreach_erfc_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7819455Z test_unary_op_tensors_on_different_devices__foreach_erfc_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7820451Z test_unary_op_tensors_on_different_devices__foreach_exp_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.000s) 2022-11-23T02:10:19.7821437Z test_unary_op_tensors_on_different_devices__foreach_exp_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.006s) 2022-11-23T02:10:19.7822642Z test_unary_op_tensors_on_different_devices__foreach_exp_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.000s) 2022-11-23T02:10:19.7823666Z test_unary_op_tensors_on_different_devices__foreach_exp_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.010s) 2022-11-23T02:10:19.7824714Z test_unary_op_tensors_on_different_devices__foreach_exp_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.000s) 2022-11-23T02:10:19.7826100Z test_unary_op_tensors_on_different_devices__foreach_expm1_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.000s) 2022-11-23T02:10:19.7827125Z test_unary_op_tensors_on_different_devices__foreach_expm1_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.016s) 2022-11-23T02:10:19.7828125Z test_unary_op_tensors_on_different_devices__foreach_expm1_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7829115Z test_unary_op_tensors_on_different_devices__foreach_expm1_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7830096Z test_unary_op_tensors_on_different_devices__foreach_floor_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7831146Z test_unary_op_tensors_on_different_devices__foreach_floor_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.006s) 2022-11-23T02:10:19.7832235Z test_unary_op_tensors_on_different_devices__foreach_floor_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7833223Z test_unary_op_tensors_on_different_devices__foreach_floor_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7834203Z test_unary_op_tensors_on_different_devices__foreach_floor_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7835168Z test_unary_op_tensors_on_different_devices__foreach_floor_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7836136Z test_unary_op_tensors_on_different_devices__foreach_floor_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7837111Z test_unary_op_tensors_on_different_devices__foreach_floor_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.000s) 2022-11-23T02:10:19.7838163Z test_unary_op_tensors_on_different_devices__foreach_floor_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.008s) 2022-11-23T02:10:19.7839226Z test_unary_op_tensors_on_different_devices__foreach_frac_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.007s) 2022-11-23T02:10:19.7840219Z test_unary_op_tensors_on_different_devices__foreach_frac_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.008s) 2022-11-23T02:10:19.7841494Z test_unary_op_tensors_on_different_devices__foreach_frac_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7842477Z test_unary_op_tensors_on_different_devices__foreach_frac_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7843472Z test_unary_op_tensors_on_different_devices__foreach_log10_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.006s) 2022-11-23T02:10:19.7844511Z test_unary_op_tensors_on_different_devices__foreach_log10_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7845532Z test_unary_op_tensors_on_different_devices__foreach_log10_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7846575Z test_unary_op_tensors_on_different_devices__foreach_log10_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7847567Z test_unary_op_tensors_on_different_devices__foreach_log10_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.006s) 2022-11-23T02:10:19.7848566Z test_unary_op_tensors_on_different_devices__foreach_log1p_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.000s) 2022-11-23T02:10:19.7849564Z test_unary_op_tensors_on_different_devices__foreach_log1p_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.000s) 2022-11-23T02:10:19.7850541Z test_unary_op_tensors_on_different_devices__foreach_log1p_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.014s) 2022-11-23T02:10:19.7851553Z test_unary_op_tensors_on_different_devices__foreach_log2_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7852795Z test_unary_op_tensors_on_different_devices__foreach_log2_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.006s) 2022-11-23T02:10:19.7853852Z test_unary_op_tensors_on_different_devices__foreach_log2_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.007s) 2022-11-23T02:10:19.7854841Z test_unary_op_tensors_on_different_devices__foreach_log2_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.006s) 2022-11-23T02:10:19.7855830Z test_unary_op_tensors_on_different_devices__foreach_log2_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7856820Z test_unary_op_tensors_on_different_devices__foreach_log_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.006s) 2022-11-23T02:10:19.7857820Z test_unary_op_tensors_on_different_devices__foreach_log_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7858706Z test_unary_op_tensors_on_different_devices__foreach_log_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.006s) 2022-11-23T02:10:19.7859684Z test_unary_op_tensors_on_different_devices__foreach_log_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.000s) 2022-11-23T02:10:19.7860681Z test_unary_op_tensors_on_different_devices__foreach_log_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.000s) 2022-11-23T02:10:19.7861653Z test_unary_op_tensors_on_different_devices__foreach_neg_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.015s) 2022-11-23T02:10:19.7862667Z test_unary_op_tensors_on_different_devices__foreach_neg_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7863642Z test_unary_op_tensors_on_different_devices__foreach_neg_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7864651Z test_unary_op_tensors_on_different_devices__foreach_neg_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7865677Z test_unary_op_tensors_on_different_devices__foreach_neg_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7866657Z test_unary_op_tensors_on_different_devices__foreach_neg_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7867597Z test_unary_op_tensors_on_different_devices__foreach_neg_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7868550Z test_unary_op_tensors_on_different_devices__foreach_neg_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7869780Z test_unary_op_tensors_on_different_devices__foreach_neg_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7870786Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7871858Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7872957Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7873946Z test_unary_op_tensors_on_different_devices__foreach_round_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7874937Z test_unary_op_tensors_on_different_devices__foreach_round_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7875939Z test_unary_op_tensors_on_different_devices__foreach_round_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7876941Z test_unary_op_tensors_on_different_devices__foreach_round_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.000s) 2022-11-23T02:10:19.7877909Z test_unary_op_tensors_on_different_devices__foreach_round_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7878871Z test_unary_op_tensors_on_different_devices__foreach_round_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7879921Z test_unary_op_tensors_on_different_devices__foreach_round_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7881133Z test_unary_op_tensors_on_different_devices__foreach_round_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7882139Z test_unary_op_tensors_on_different_devices__foreach_round_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7883134Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.006s) 2022-11-23T02:10:19.7884147Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7885182Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7886204Z test_unary_op_tensors_on_different_devices__foreach_sin_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7887236Z test_unary_op_tensors_on_different_devices__foreach_sin_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-11-23T02:10:19.7888236Z test_unary_op_tensors_on_different_devices__foreach_sin_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.009s) 2022-11-23T02:10:19.7889210Z test_unary_op_tensors_on_different_devices__foreach_sin_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.000s) 2022-11-23T02:10:19.7890181Z test_unary_op_tensors_on_different_devices__foreach_sin_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.000s) 2022-11-23T02:10:19.7891182Z test_unary_op_tensors_on_different_devices__foreach_sinh_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.012s) 2022-11-23T02:10:19.7892225Z test_unary_op_tensors_on_different_devices__foreach_sinh_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7893258Z test_unary_op_tensors_on_different_devices__foreach_sinh_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7894289Z test_unary_op_tensors_on_different_devices__foreach_sinh_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7895283Z test_unary_op_tensors_on_different_devices__foreach_sinh_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7896284Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7897282Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7898512Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7899539Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7900596Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7901575Z test_unary_op_tensors_on_different_devices__foreach_tan_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7902588Z test_unary_op_tensors_on_different_devices__foreach_tan_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7903586Z test_unary_op_tensors_on_different_devices__foreach_tan_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7904564Z test_unary_op_tensors_on_different_devices__foreach_tan_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.000s) 2022-11-23T02:10:19.7905534Z test_unary_op_tensors_on_different_devices__foreach_tan_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.006s) 2022-11-23T02:10:19.7906573Z test_unary_op_tensors_on_different_devices__foreach_tanh_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.000s) 2022-11-23T02:10:19.7907655Z test_unary_op_tensors_on_different_devices__foreach_tanh_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.012s) 2022-11-23T02:10:19.7908658Z test_unary_op_tensors_on_different_devices__foreach_tanh_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7909827Z test_unary_op_tensors_on_different_devices__foreach_tanh_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7910845Z test_unary_op_tensors_on_different_devices__foreach_tanh_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7911847Z test_unary_op_tensors_on_different_devices__foreach_trunc_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7912854Z test_unary_op_tensors_on_different_devices__foreach_trunc_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.005s) 2022-11-23T02:10:19.7913894Z test_unary_op_tensors_on_different_devices__foreach_trunc_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.004s) 2022-11-23T02:10:19.7915012Z test_unary_op_tensors_on_different_devices__foreach_trunc_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7916003Z test_unary_op_tensors_on_different_devices__foreach_trunc_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7916962Z test_unary_op_tensors_on_different_devices__foreach_trunc_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7917932Z test_unary_op_tensors_on_different_devices__foreach_trunc_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.002s) 2022-11-23T02:10:19.7918911Z test_unary_op_tensors_on_different_devices__foreach_trunc_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.003s) 2022-11-23T02:10:19.7919813Z test_unary_op_tensors_on_different_devices__foreach_trunc_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.000s) 2022-11-23T02:10:19.7920729Z test_unary_slowpath__foreach_abs_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.053s) 2022-11-23T02:10:19.7921643Z test_unary_slowpath__foreach_abs_cuda_bool (__main__.TestForeachCUDA) ... ok (0.032s) 2022-11-23T02:10:19.7922505Z test_unary_slowpath__foreach_abs_cuda_complex128 (__main__.TestForeachCUDA) ... ok (1.677s) 2022-11-23T02:10:19.7923378Z test_unary_slowpath__foreach_abs_cuda_complex64 (__main__.TestForeachCUDA) ... ok (1.601s) 2022-11-23T02:10:19.7924255Z test_unary_slowpath__foreach_abs_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-11-23T02:10:19.7925119Z test_unary_slowpath__foreach_abs_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.053s) 2022-11-23T02:10:19.7925974Z test_unary_slowpath__foreach_abs_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.047s) 2022-11-23T02:10:19.7927118Z test_unary_slowpath__foreach_abs_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.035s) 2022-11-23T02:10:19.7928010Z test_unary_slowpath__foreach_abs_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.030s) 2022-11-23T02:10:19.7928923Z test_unary_slowpath__foreach_abs_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.027s) 2022-11-23T02:10:19.7929751Z test_unary_slowpath__foreach_abs_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.034s) 2022-11-23T02:10:19.7930593Z test_unary_slowpath__foreach_abs_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.030s) 2022-11-23T02:10:19.7931464Z test_unary_slowpath__foreach_acos_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.049s) 2022-11-23T02:10:19.7932359Z test_unary_slowpath__foreach_acos_cuda_bool (__main__.TestForeachCUDA) ... ok (0.042s) 2022-11-23T02:10:19.7933230Z test_unary_slowpath__foreach_acos_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-11-23T02:10:19.7934119Z test_unary_slowpath__foreach_acos_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-11-23T02:10:19.7935040Z test_unary_slowpath__foreach_acos_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.042s) 2022-11-23T02:10:19.7935995Z test_unary_slowpath__foreach_acos_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.051s) 2022-11-23T02:10:19.7936861Z test_unary_slowpath__foreach_acos_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.047s) 2022-11-23T02:10:19.7937704Z test_unary_slowpath__foreach_acos_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.030s) 2022-11-23T02:10:19.7938549Z test_unary_slowpath__foreach_acos_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.044s) 2022-11-23T02:10:19.7939609Z test_unary_slowpath__foreach_acos_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.038s) 2022-11-23T02:10:19.7940487Z test_unary_slowpath__foreach_acos_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.037s) 2022-11-23T02:10:19.7941346Z test_unary_slowpath__foreach_acos_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.029s) 2022-11-23T02:10:19.7942218Z test_unary_slowpath__foreach_asin_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.063s) 2022-11-23T02:10:19.7943147Z test_unary_slowpath__foreach_asin_cuda_bool (__main__.TestForeachCUDA) ... ok (0.046s) 2022-11-23T02:10:19.7944015Z test_unary_slowpath__foreach_asin_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.049s) 2022-11-23T02:10:19.7944903Z test_unary_slowpath__foreach_asin_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.051s) 2022-11-23T02:10:19.7945771Z test_unary_slowpath__foreach_asin_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.051s) 2022-11-23T02:10:19.7946632Z test_unary_slowpath__foreach_asin_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.057s) 2022-11-23T02:10:19.7947468Z test_unary_slowpath__foreach_asin_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.046s) 2022-11-23T02:10:19.7948344Z test_unary_slowpath__foreach_asin_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.034s) 2022-11-23T02:10:19.7949201Z test_unary_slowpath__foreach_asin_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.028s) 2022-11-23T02:10:19.7950116Z test_unary_slowpath__foreach_asin_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.034s) 2022-11-23T02:10:19.7950964Z test_unary_slowpath__foreach_asin_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.039s) 2022-11-23T02:10:19.7951805Z test_unary_slowpath__foreach_asin_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.035s) 2022-11-23T02:10:19.7952666Z test_unary_slowpath__foreach_atan_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.061s) 2022-11-23T02:10:19.7953511Z test_unary_slowpath__foreach_atan_cuda_bool (__main__.TestForeachCUDA) ... ok (0.044s) 2022-11-23T02:10:19.7954384Z test_unary_slowpath__foreach_atan_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.057s) 2022-11-23T02:10:19.7955264Z test_unary_slowpath__foreach_atan_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-11-23T02:10:19.7956171Z test_unary_slowpath__foreach_atan_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.051s) 2022-11-23T02:10:19.7957404Z test_unary_slowpath__foreach_atan_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.064s) 2022-11-23T02:10:19.7958265Z test_unary_slowpath__foreach_atan_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.075s) 2022-11-23T02:10:19.7959089Z test_unary_slowpath__foreach_atan_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.049s) 2022-11-23T02:10:19.7959933Z test_unary_slowpath__foreach_atan_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.034s) 2022-11-23T02:10:19.7960769Z test_unary_slowpath__foreach_atan_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.035s) 2022-11-23T02:10:19.7961619Z test_unary_slowpath__foreach_atan_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.034s) 2022-11-23T02:10:19.7962503Z test_unary_slowpath__foreach_atan_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.036s) 2022-11-23T02:10:19.7963358Z test_unary_slowpath__foreach_ceil_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.048s) 2022-11-23T02:10:19.7964287Z test_unary_slowpath__foreach_ceil_cuda_bool (__main__.TestForeachCUDA) ... ok (0.019s) 2022-11-23T02:10:19.7965149Z test_unary_slowpath__foreach_ceil_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.017s) 2022-11-23T02:10:19.7966036Z test_unary_slowpath__foreach_ceil_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.016s) 2022-11-23T02:10:19.7966903Z test_unary_slowpath__foreach_ceil_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.064s) 2022-11-23T02:10:19.7967767Z test_unary_slowpath__foreach_ceil_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.049s) 2022-11-23T02:10:19.7968821Z test_unary_slowpath__foreach_ceil_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.049s) 2022-11-23T02:10:19.7969725Z test_unary_slowpath__foreach_ceil_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.040s) 2022-11-23T02:10:19.7970606Z test_unary_slowpath__foreach_ceil_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.040s) 2022-11-23T02:10:19.7971480Z test_unary_slowpath__foreach_ceil_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.032s) 2022-11-23T02:10:19.7972333Z test_unary_slowpath__foreach_ceil_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.028s) 2022-11-23T02:10:19.7973181Z test_unary_slowpath__foreach_ceil_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.031s) 2022-11-23T02:10:19.7974032Z test_unary_slowpath__foreach_cos_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.064s) 2022-11-23T02:10:19.7974887Z test_unary_slowpath__foreach_cos_cuda_bool (__main__.TestForeachCUDA) ... ok (0.045s) 2022-11-23T02:10:19.7975755Z test_unary_slowpath__foreach_cos_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-11-23T02:10:19.7976675Z test_unary_slowpath__foreach_cos_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-11-23T02:10:19.7977564Z test_unary_slowpath__foreach_cos_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-11-23T02:10:19.7978461Z test_unary_slowpath__foreach_cos_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.057s) 2022-11-23T02:10:19.7979313Z test_unary_slowpath__foreach_cos_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.050s) 2022-11-23T02:10:19.7980160Z test_unary_slowpath__foreach_cos_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.030s) 2022-11-23T02:10:19.7981011Z test_unary_slowpath__foreach_cos_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.047s) 2022-11-23T02:10:19.7981851Z test_unary_slowpath__foreach_cos_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.047s) 2022-11-23T02:10:19.7982668Z test_unary_slowpath__foreach_cos_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.045s) 2022-11-23T02:10:19.7983516Z test_unary_slowpath__foreach_cos_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.038s) 2022-11-23T02:10:19.7984419Z test_unary_slowpath__foreach_cosh_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.050s) 2022-11-23T02:10:19.7985343Z test_unary_slowpath__foreach_cosh_cuda_bool (__main__.TestForeachCUDA) ... ok (0.033s) 2022-11-23T02:10:19.7986209Z test_unary_slowpath__foreach_cosh_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.048s) 2022-11-23T02:10:19.7987323Z test_unary_slowpath__foreach_cosh_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.062s) 2022-11-23T02:10:19.7988195Z test_unary_slowpath__foreach_cosh_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.065s) 2022-11-23T02:10:19.7989027Z test_unary_slowpath__foreach_cosh_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.070s) 2022-11-23T02:10:19.7989890Z test_unary_slowpath__foreach_cosh_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.060s) 2022-11-23T02:10:19.7990776Z test_unary_slowpath__foreach_cosh_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.034s) 2022-11-23T02:10:19.7991632Z test_unary_slowpath__foreach_cosh_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.034s) 2022-11-23T02:10:19.7992536Z test_unary_slowpath__foreach_cosh_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.033s) 2022-11-23T02:10:19.7993384Z test_unary_slowpath__foreach_cosh_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.033s) 2022-11-23T02:10:19.7994231Z test_unary_slowpath__foreach_cosh_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.034s) 2022-11-23T02:10:19.7995068Z test_unary_slowpath__foreach_erf_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.050s) 2022-11-23T02:10:19.7995920Z test_unary_slowpath__foreach_erf_cuda_bool (__main__.TestForeachCUDA) ... ok (0.034s) 2022-11-23T02:10:19.7996785Z test_unary_slowpath__foreach_erf_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.020s) 2022-11-23T02:10:19.7997699Z test_unary_slowpath__foreach_erf_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.020s) 2022-11-23T02:10:19.7998827Z test_unary_slowpath__foreach_erf_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.053s) 2022-11-23T02:10:19.7999756Z test_unary_slowpath__foreach_erf_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.053s) 2022-11-23T02:10:19.8000590Z test_unary_slowpath__foreach_erf_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.050s) 2022-11-23T02:10:19.8001420Z test_unary_slowpath__foreach_erf_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.037s) 2022-11-23T02:10:19.8002272Z test_unary_slowpath__foreach_erf_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.024s) 2022-11-23T02:10:19.8003110Z test_unary_slowpath__foreach_erf_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.043s) 2022-11-23T02:10:19.8003953Z test_unary_slowpath__foreach_erf_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.032s) 2022-11-23T02:10:19.8004831Z test_unary_slowpath__foreach_erf_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.036s) 2022-11-23T02:10:19.8005698Z test_unary_slowpath__foreach_erfc_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (1.501s) 2022-11-23T02:10:19.8006603Z test_unary_slowpath__foreach_erfc_cuda_bool (__main__.TestForeachCUDA) ... ok (5.735s) 2022-11-23T02:10:19.8007474Z test_unary_slowpath__foreach_erfc_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.015s) 2022-11-23T02:10:19.8008352Z test_unary_slowpath__foreach_erfc_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.025s) 2022-11-23T02:10:19.8009231Z test_unary_slowpath__foreach_erfc_cuda_float16 (__main__.TestForeachCUDA) ... ok (1.498s) 2022-11-23T02:10:19.8010092Z test_unary_slowpath__foreach_erfc_cuda_float32 (__main__.TestForeachCUDA) ... ok (1.425s) 2022-11-23T02:10:19.8010949Z test_unary_slowpath__foreach_erfc_cuda_float64 (__main__.TestForeachCUDA) ... ok (1.466s) 2022-11-23T02:10:19.8011830Z test_unary_slowpath__foreach_erfc_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.034s) 2022-11-23T02:10:19.8012664Z test_unary_slowpath__foreach_erfc_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.036s) 2022-11-23T02:10:19.8013566Z test_unary_slowpath__foreach_erfc_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.032s) 2022-11-23T02:10:19.8014422Z test_unary_slowpath__foreach_erfc_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.034s) 2022-11-23T02:10:19.8015265Z test_unary_slowpath__foreach_erfc_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.029s) 2022-11-23T02:10:19.8016125Z test_unary_slowpath__foreach_exp_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.053s) 2022-11-23T02:10:19.8017201Z test_unary_slowpath__foreach_exp_cuda_bool (__main__.TestForeachCUDA) ... ok (0.033s) 2022-11-23T02:10:19.8018051Z test_unary_slowpath__foreach_exp_cuda_complex128 (__main__.TestForeachCUDA) ... ok (1.851s) 2022-11-23T02:10:19.8018964Z test_unary_slowpath__foreach_exp_cuda_complex64 (__main__.TestForeachCUDA) ... ok (2.088s) 2022-11-23T02:10:19.8019876Z test_unary_slowpath__foreach_exp_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.079s) 2022-11-23T02:10:19.8020605Z test_unary_slowpath__foreach_exp_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.078s) 2022-11-23T02:10:19.8021500Z test_unary_slowpath__foreach_exp_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.048s) 2022-11-23T02:10:19.8022348Z test_unary_slowpath__foreach_exp_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.027s) 2022-11-23T02:10:19.8023157Z test_unary_slowpath__foreach_exp_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.045s) 2022-11-23T02:10:19.8023957Z test_unary_slowpath__foreach_exp_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.035s) 2022-11-23T02:10:19.8024792Z test_unary_slowpath__foreach_exp_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.034s) 2022-11-23T02:10:19.8025584Z test_unary_slowpath__foreach_exp_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.034s) 2022-11-23T02:10:19.8026460Z test_unary_slowpath__foreach_expm1_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.052s) 2022-11-23T02:10:19.8027294Z test_unary_slowpath__foreach_expm1_cuda_bool (__main__.TestForeachCUDA) ... ok (0.034s) 2022-11-23T02:10:19.8028442Z test_unary_slowpath__foreach_expm1_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.023s) 2022-11-23T02:10:19.8029321Z test_unary_slowpath__foreach_expm1_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.019s) 2022-11-23T02:10:19.8030175Z test_unary_slowpath__foreach_expm1_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.049s) 2022-11-23T02:10:19.8031030Z test_unary_slowpath__foreach_expm1_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.053s) 2022-11-23T02:10:19.8031839Z test_unary_slowpath__foreach_expm1_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.047s) 2022-11-23T02:10:19.8032703Z test_unary_slowpath__foreach_expm1_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.037s) 2022-11-23T02:10:19.8033557Z test_unary_slowpath__foreach_expm1_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.054s) 2022-11-23T02:10:19.8034428Z test_unary_slowpath__foreach_expm1_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.054s) 2022-11-23T02:10:19.8035271Z test_unary_slowpath__foreach_expm1_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.045s) 2022-11-23T02:10:19.8036099Z test_unary_slowpath__foreach_expm1_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.036s) 2022-11-23T02:10:19.8036913Z test_unary_slowpath__foreach_floor_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.047s) 2022-11-23T02:10:19.8037741Z test_unary_slowpath__foreach_floor_cuda_bool (__main__.TestForeachCUDA) ... ok (0.027s) 2022-11-23T02:10:19.8038622Z test_unary_slowpath__foreach_floor_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.023s) 2022-11-23T02:10:19.8039475Z test_unary_slowpath__foreach_floor_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.019s) 2022-11-23T02:10:19.8040351Z test_unary_slowpath__foreach_floor_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.060s) 2022-11-23T02:10:19.8041181Z test_unary_slowpath__foreach_floor_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.056s) 2022-11-23T02:10:19.8042109Z test_unary_slowpath__foreach_floor_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.053s) 2022-11-23T02:10:19.8042974Z test_unary_slowpath__foreach_floor_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.036s) 2022-11-23T02:10:19.8043831Z test_unary_slowpath__foreach_floor_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.033s) 2022-11-23T02:10:19.8044677Z test_unary_slowpath__foreach_floor_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.026s) 2022-11-23T02:10:19.8045521Z test_unary_slowpath__foreach_floor_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.035s) 2022-11-23T02:10:19.8046622Z test_unary_slowpath__foreach_floor_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.029s) 2022-11-23T02:10:19.8047545Z test_unary_slowpath__foreach_frac_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-11-23T02:10:19.8048440Z test_unary_slowpath__foreach_frac_cuda_bool (__main__.TestForeachCUDA) ... ok (0.020s) 2022-11-23T02:10:19.8049351Z test_unary_slowpath__foreach_frac_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.020s) 2022-11-23T02:10:19.8050252Z test_unary_slowpath__foreach_frac_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.010s) 2022-11-23T02:10:19.8051131Z test_unary_slowpath__foreach_frac_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.060s) 2022-11-23T02:10:19.8052001Z test_unary_slowpath__foreach_frac_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.049s) 2022-11-23T02:10:19.8052865Z test_unary_slowpath__foreach_frac_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.049s) 2022-11-23T02:10:19.8053704Z test_unary_slowpath__foreach_frac_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.021s) 2022-11-23T02:10:19.8054589Z test_unary_slowpath__foreach_frac_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.016s) 2022-11-23T02:10:19.8055495Z test_unary_slowpath__foreach_frac_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.022s) 2022-11-23T02:10:19.8056343Z test_unary_slowpath__foreach_frac_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.019s) 2022-11-23T02:10:19.8057194Z test_unary_slowpath__foreach_frac_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.017s) 2022-11-23T02:10:19.8058263Z test_unary_slowpath__foreach_log10_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-11-23T02:10:19.8059127Z test_unary_slowpath__foreach_log10_cuda_bool (__main__.TestForeachCUDA) ... ok (0.035s) 2022-11-23T02:10:19.8060001Z test_unary_slowpath__foreach_log10_cuda_complex128 (__main__.TestForeachCUDA) ... ok (1.786s) 2022-11-23T02:10:19.8060896Z test_unary_slowpath__foreach_log10_cuda_complex64 (__main__.TestForeachCUDA) ... ok (1.639s) 2022-11-23T02:10:19.8061801Z test_unary_slowpath__foreach_log10_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.064s) 2022-11-23T02:10:19.8062727Z test_unary_slowpath__foreach_log10_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.049s) 2022-11-23T02:10:19.8063585Z test_unary_slowpath__foreach_log10_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.048s) 2022-11-23T02:10:19.8064428Z test_unary_slowpath__foreach_log10_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.044s) 2022-11-23T02:10:19.8065263Z test_unary_slowpath__foreach_log10_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.041s) 2022-11-23T02:10:19.8066110Z test_unary_slowpath__foreach_log10_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.037s) 2022-11-23T02:10:19.8066963Z test_unary_slowpath__foreach_log10_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.034s) 2022-11-23T02:10:19.8067812Z test_unary_slowpath__foreach_log10_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.038s) 2022-11-23T02:10:19.8068735Z test_unary_slowpath__foreach_log1p_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.052s) 2022-11-23T02:10:19.8069666Z test_unary_slowpath__foreach_log1p_cuda_bool (__main__.TestForeachCUDA) ... ok (0.037s) 2022-11-23T02:10:19.8070549Z test_unary_slowpath__foreach_log1p_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.021s) 2022-11-23T02:10:19.8071420Z test_unary_slowpath__foreach_log1p_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.020s) 2022-11-23T02:10:19.8072307Z test_unary_slowpath__foreach_log1p_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.047s) 2022-11-23T02:10:19.8073183Z test_unary_slowpath__foreach_log1p_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.053s) 2022-11-23T02:10:19.8074047Z test_unary_slowpath__foreach_log1p_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.042s) 2022-11-23T02:10:19.8074903Z test_unary_slowpath__foreach_log1p_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.041s) 2022-11-23T02:10:19.8077415Z test_unary_slowpath__foreach_log1p_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.036s) 2022-11-23T02:10:19.8078241Z test_unary_slowpath__foreach_log1p_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.036s) 2022-11-23T02:10:19.8079088Z test_unary_slowpath__foreach_log1p_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.034s) 2022-11-23T02:10:19.8079940Z test_unary_slowpath__foreach_log1p_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.036s) 2022-11-23T02:10:19.8080798Z test_unary_slowpath__foreach_log2_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.053s) 2022-11-23T02:10:19.8081661Z test_unary_slowpath__foreach_log2_cuda_bool (__main__.TestForeachCUDA) ... ok (0.037s) 2022-11-23T02:10:19.8082571Z test_unary_slowpath__foreach_log2_cuda_complex128 (__main__.TestForeachCUDA) ... ok (1.706s) 2022-11-23T02:10:19.8083485Z test_unary_slowpath__foreach_log2_cuda_complex64 (__main__.TestForeachCUDA) ... ok (1.591s) 2022-11-23T02:10:19.8084364Z test_unary_slowpath__foreach_log2_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.056s) 2022-11-23T02:10:19.8085242Z test_unary_slowpath__foreach_log2_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.063s) 2022-11-23T02:10:19.8086107Z test_unary_slowpath__foreach_log2_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.047s) 2022-11-23T02:10:19.8086960Z test_unary_slowpath__foreach_log2_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.039s) 2022-11-23T02:10:19.8087801Z test_unary_slowpath__foreach_log2_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.042s) 2022-11-23T02:10:19.8088864Z test_unary_slowpath__foreach_log2_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.042s) 2022-11-23T02:10:19.8089780Z test_unary_slowpath__foreach_log2_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.036s) 2022-11-23T02:10:19.8090692Z test_unary_slowpath__foreach_log2_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.032s) 2022-11-23T02:10:19.8091557Z test_unary_slowpath__foreach_log_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-11-23T02:10:19.8092414Z test_unary_slowpath__foreach_log_cuda_bool (__main__.TestForeachCUDA) ... ok (0.033s) 2022-11-23T02:10:19.8093289Z test_unary_slowpath__foreach_log_cuda_complex128 (__main__.TestForeachCUDA) ... ok (1.671s) 2022-11-23T02:10:19.8094170Z test_unary_slowpath__foreach_log_cuda_complex64 (__main__.TestForeachCUDA) ... ok (1.569s) 2022-11-23T02:10:19.8095040Z test_unary_slowpath__foreach_log_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.039s) 2022-11-23T02:10:19.8095897Z test_unary_slowpath__foreach_log_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.057s) 2022-11-23T02:10:19.8096781Z test_unary_slowpath__foreach_log_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.043s) 2022-11-23T02:10:19.8097701Z test_unary_slowpath__foreach_log_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.036s) 2022-11-23T02:10:19.8098545Z test_unary_slowpath__foreach_log_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.039s) 2022-11-23T02:10:19.8099389Z test_unary_slowpath__foreach_log_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.031s) 2022-11-23T02:10:19.8100230Z test_unary_slowpath__foreach_log_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.031s) 2022-11-23T02:10:19.8101074Z test_unary_slowpath__foreach_log_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.045s) 2022-11-23T02:10:19.8101917Z test_unary_slowpath__foreach_neg_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.057s) 2022-11-23T02:10:19.8102779Z test_unary_slowpath__foreach_neg_cuda_bool (__main__.TestForeachCUDA) ... ok (0.017s) 2022-11-23T02:10:19.8103689Z test_unary_slowpath__foreach_neg_cuda_complex128 (__main__.TestForeachCUDA) ... ok (1.545s) 2022-11-23T02:10:19.8104634Z test_unary_slowpath__foreach_neg_cuda_complex64 (__main__.TestForeachCUDA) ... ok (1.472s) 2022-11-23T02:10:19.8105510Z test_unary_slowpath__foreach_neg_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.069s) 2022-11-23T02:10:19.8106362Z test_unary_slowpath__foreach_neg_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.067s) 2022-11-23T02:10:19.8107440Z test_unary_slowpath__foreach_neg_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.070s) 2022-11-23T02:10:19.8108260Z test_unary_slowpath__foreach_neg_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.048s) 2022-11-23T02:10:19.8109105Z test_unary_slowpath__foreach_neg_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.046s) 2022-11-23T02:10:19.8109945Z test_unary_slowpath__foreach_neg_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.047s) 2022-11-23T02:10:19.8110826Z test_unary_slowpath__foreach_neg_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.047s) 2022-11-23T02:10:19.8111742Z test_unary_slowpath__foreach_neg_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.051s) 2022-11-23T02:10:19.8112627Z test_unary_slowpath__foreach_reciprocal_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.067s) 2022-11-23T02:10:19.8113517Z test_unary_slowpath__foreach_reciprocal_cuda_bool (__main__.TestForeachCUDA) ... ok (0.051s) 2022-11-23T02:10:19.8114372Z test_unary_slowpath__foreach_reciprocal_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.074s) 2022-11-23T02:10:19.8115268Z test_unary_slowpath__foreach_reciprocal_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.070s) 2022-11-23T02:10:19.8116211Z test_unary_slowpath__foreach_reciprocal_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.072s) 2022-11-23T02:10:19.8117130Z test_unary_slowpath__foreach_reciprocal_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.085s) 2022-11-23T02:10:19.8118081Z test_unary_slowpath__foreach_reciprocal_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.064s) 2022-11-23T02:10:19.8119304Z test_unary_slowpath__foreach_reciprocal_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.049s) 2022-11-23T02:10:19.8120236Z test_unary_slowpath__foreach_reciprocal_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.044s) 2022-11-23T02:10:19.8121116Z test_unary_slowpath__foreach_reciprocal_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.051s) 2022-11-23T02:10:19.8122014Z test_unary_slowpath__foreach_reciprocal_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.044s) 2022-11-23T02:10:19.8122910Z test_unary_slowpath__foreach_reciprocal_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.049s) 2022-11-23T02:10:19.8123801Z test_unary_slowpath__foreach_round_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.065s) 2022-11-23T02:10:19.8124719Z test_unary_slowpath__foreach_round_cuda_bool (__main__.TestForeachCUDA) ... ok (0.021s) 2022-11-23T02:10:19.8125657Z test_unary_slowpath__foreach_round_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.038s) 2022-11-23T02:10:19.8126534Z test_unary_slowpath__foreach_round_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.023s) 2022-11-23T02:10:19.8127404Z test_unary_slowpath__foreach_round_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.074s) 2022-11-23T02:10:19.8128274Z test_unary_slowpath__foreach_round_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.093s) 2022-11-23T02:10:19.8129138Z test_unary_slowpath__foreach_round_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.067s) 2022-11-23T02:10:19.8129996Z test_unary_slowpath__foreach_round_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.043s) 2022-11-23T02:10:19.8130851Z test_unary_slowpath__foreach_round_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.059s) 2022-11-23T02:10:19.8131737Z test_unary_slowpath__foreach_round_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.053s) 2022-11-23T02:10:19.8132598Z test_unary_slowpath__foreach_round_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.053s) 2022-11-23T02:10:19.8133513Z test_unary_slowpath__foreach_round_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.054s) 2022-11-23T02:10:19.8134388Z test_unary_slowpath__foreach_sigmoid_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.078s) 2022-11-23T02:10:19.8135262Z test_unary_slowpath__foreach_sigmoid_cuda_bool (__main__.TestForeachCUDA) ... ok (0.052s) 2022-11-23T02:10:19.8136159Z test_unary_slowpath__foreach_sigmoid_cuda_complex128 (__main__.TestForeachCUDA) ... ok (3.939s) 2022-11-23T02:10:19.8137304Z test_unary_slowpath__foreach_sigmoid_cuda_complex64 (__main__.TestForeachCUDA) ... ok (2.946s) 2022-11-23T02:10:19.8138210Z test_unary_slowpath__foreach_sigmoid_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.049s) 2022-11-23T02:10:19.8139115Z test_unary_slowpath__foreach_sigmoid_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.049s) 2022-11-23T02:10:19.8140053Z test_unary_slowpath__foreach_sigmoid_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.052s) 2022-11-23T02:10:19.8140924Z test_unary_slowpath__foreach_sigmoid_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.034s) 2022-11-23T02:10:19.8141794Z test_unary_slowpath__foreach_sigmoid_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.034s) 2022-11-23T02:10:19.8142664Z test_unary_slowpath__foreach_sigmoid_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.056s) 2022-11-23T02:10:19.8143531Z test_unary_slowpath__foreach_sigmoid_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.036s) 2022-11-23T02:10:19.8144409Z test_unary_slowpath__foreach_sigmoid_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.051s) 2022-11-23T02:10:19.8145254Z test_unary_slowpath__foreach_sin_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.060s) 2022-11-23T02:10:19.8146150Z test_unary_slowpath__foreach_sin_cuda_bool (__main__.TestForeachCUDA) ... ok (0.054s) 2022-11-23T02:10:19.8147068Z test_unary_slowpath__foreach_sin_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.074s) 2022-11-23T02:10:19.8147940Z test_unary_slowpath__foreach_sin_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.055s) 2022-11-23T02:10:19.8149002Z test_unary_slowpath__foreach_sin_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.066s) 2022-11-23T02:10:19.8149880Z test_unary_slowpath__foreach_sin_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.063s) 2022-11-23T02:10:19.8150711Z test_unary_slowpath__foreach_sin_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.044s) 2022-11-23T02:10:19.8151557Z test_unary_slowpath__foreach_sin_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.046s) 2022-11-23T02:10:19.8152445Z test_unary_slowpath__foreach_sin_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.028s) 2022-11-23T02:10:19.8153297Z test_unary_slowpath__foreach_sin_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.043s) 2022-11-23T02:10:19.8154211Z test_unary_slowpath__foreach_sin_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.050s) 2022-11-23T02:10:19.8155038Z test_unary_slowpath__foreach_sin_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.056s) 2022-11-23T02:10:19.8155938Z test_unary_slowpath__foreach_sinh_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.054s) 2022-11-23T02:10:19.8156737Z test_unary_slowpath__foreach_sinh_cuda_bool (__main__.TestForeachCUDA) ... ok (0.028s) 2022-11-23T02:10:19.8157621Z test_unary_slowpath__foreach_sinh_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.056s) 2022-11-23T02:10:19.8158527Z test_unary_slowpath__foreach_sinh_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.057s) 2022-11-23T02:10:19.8159375Z test_unary_slowpath__foreach_sinh_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.052s) 2022-11-23T02:10:19.8160297Z test_unary_slowpath__foreach_sinh_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.048s) 2022-11-23T02:10:19.8161227Z test_unary_slowpath__foreach_sinh_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.052s) 2022-11-23T02:10:19.8162047Z test_unary_slowpath__foreach_sinh_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.035s) 2022-11-23T02:10:19.8162853Z test_unary_slowpath__foreach_sinh_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.039s) 2022-11-23T02:10:19.8163521Z test_unary_slowpath__foreach_sinh_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.034s) 2022-11-23T02:10:19.8164197Z test_unary_slowpath__foreach_sinh_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.033s) 2022-11-23T02:10:19.8164889Z test_unary_slowpath__foreach_sinh_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.036s) 2022-11-23T02:10:19.8165599Z test_unary_slowpath__foreach_sqrt_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.051s) 2022-11-23T02:10:19.8166777Z test_unary_slowpath__foreach_sqrt_cuda_bool (__main__.TestForeachCUDA) ... ok (0.033s) 2022-11-23T02:10:19.8167608Z test_unary_slowpath__foreach_sqrt_cuda_complex128 (__main__.TestForeachCUDA) ... ok (1.924s) 2022-11-23T02:10:19.8168512Z test_unary_slowpath__foreach_sqrt_cuda_complex64 (__main__.TestForeachCUDA) ... ok (1.926s) 2022-11-23T02:10:19.8169292Z test_unary_slowpath__foreach_sqrt_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.050s) 2022-11-23T02:10:19.8170062Z test_unary_slowpath__foreach_sqrt_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.050s) 2022-11-23T02:10:19.8170811Z test_unary_slowpath__foreach_sqrt_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.049s) 2022-11-23T02:10:19.8171739Z test_unary_slowpath__foreach_sqrt_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.052s) 2022-11-23T02:10:19.8172496Z test_unary_slowpath__foreach_sqrt_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.053s) 2022-11-23T02:10:19.8173278Z test_unary_slowpath__foreach_sqrt_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.049s) 2022-11-23T02:10:19.8174142Z test_unary_slowpath__foreach_sqrt_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.040s) 2022-11-23T02:10:19.8175002Z test_unary_slowpath__foreach_sqrt_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.047s) 2022-11-23T02:10:19.8175882Z test_unary_slowpath__foreach_tan_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.058s) 2022-11-23T02:10:19.8176723Z test_unary_slowpath__foreach_tan_cuda_bool (__main__.TestForeachCUDA) ... ok (0.039s) 2022-11-23T02:10:19.8212069Z test_unary_slowpath__foreach_tan_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.052s) 2022-11-23T02:10:19.8216243Z test_unary_slowpath__foreach_tan_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.068s) 2022-11-23T02:10:19.8217429Z test_unary_slowpath__foreach_tan_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.057s) 2022-11-23T02:10:19.8218980Z test_unary_slowpath__foreach_tan_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.046s) 2022-11-23T02:10:19.8220191Z test_unary_slowpath__foreach_tan_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.051s) 2022-11-23T02:10:19.8221628Z test_unary_slowpath__foreach_tan_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.037s) 2022-11-23T02:10:19.8222585Z test_unary_slowpath__foreach_tan_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.053s) 2022-11-23T02:10:19.8223399Z test_unary_slowpath__foreach_tan_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.041s) 2022-11-23T02:10:19.8224218Z test_unary_slowpath__foreach_tan_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.047s) 2022-11-23T02:10:19.8225049Z test_unary_slowpath__foreach_tan_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.039s) 2022-11-23T02:10:19.8225949Z test_unary_slowpath__foreach_tanh_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.058s) 2022-11-23T02:10:19.8226845Z test_unary_slowpath__foreach_tanh_cuda_bool (__main__.TestForeachCUDA) ... ok (0.035s) 2022-11-23T02:10:19.8227697Z test_unary_slowpath__foreach_tanh_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.060s) 2022-11-23T02:10:19.8228535Z test_unary_slowpath__foreach_tanh_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.060s) 2022-11-23T02:10:19.8229360Z test_unary_slowpath__foreach_tanh_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.051s) 2022-11-23T02:10:19.8230162Z test_unary_slowpath__foreach_tanh_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.052s) 2022-11-23T02:10:19.8230984Z test_unary_slowpath__foreach_tanh_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.047s) 2022-11-23T02:10:19.8231806Z test_unary_slowpath__foreach_tanh_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.035s) 2022-11-23T02:10:19.8232657Z test_unary_slowpath__foreach_tanh_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.026s) 2022-11-23T02:10:19.8233516Z test_unary_slowpath__foreach_tanh_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.048s) 2022-11-23T02:10:19.8234406Z test_unary_slowpath__foreach_tanh_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.024s) 2022-11-23T02:10:19.8235460Z test_unary_slowpath__foreach_tanh_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.044s) 2022-11-23T02:10:19.8236273Z test_unary_slowpath__foreach_trunc_cuda_bfloat16 (__main__.TestForeachCUDA) ... ok (0.050s) 2022-11-23T02:10:19.8262150Z test_unary_slowpath__foreach_trunc_cuda_bool (__main__.TestForeachCUDA) ... ok (0.018s) 2022-11-23T02:10:19.8263047Z test_unary_slowpath__foreach_trunc_cuda_complex128 (__main__.TestForeachCUDA) ... ok (0.018s) 2022-11-23T02:10:19.8263947Z test_unary_slowpath__foreach_trunc_cuda_complex64 (__main__.TestForeachCUDA) ... ok (0.020s) 2022-11-23T02:10:19.8264829Z test_unary_slowpath__foreach_trunc_cuda_float16 (__main__.TestForeachCUDA) ... ok (0.050s) 2022-11-23T02:10:19.8265691Z test_unary_slowpath__foreach_trunc_cuda_float32 (__main__.TestForeachCUDA) ... ok (0.051s) 2022-11-23T02:10:19.8266539Z test_unary_slowpath__foreach_trunc_cuda_float64 (__main__.TestForeachCUDA) ... ok (0.040s) 2022-11-23T02:10:19.8267372Z test_unary_slowpath__foreach_trunc_cuda_int16 (__main__.TestForeachCUDA) ... ok (0.038s) 2022-11-23T02:10:19.8268230Z test_unary_slowpath__foreach_trunc_cuda_int32 (__main__.TestForeachCUDA) ... ok (0.031s) 2022-11-23T02:10:19.8269075Z test_unary_slowpath__foreach_trunc_cuda_int64 (__main__.TestForeachCUDA) ... ok (0.036s) 2022-11-23T02:10:19.8269903Z test_unary_slowpath__foreach_trunc_cuda_int8 (__main__.TestForeachCUDA) ... ok (0.036s) 2022-11-23T02:10:19.8270747Z test_unary_slowpath__foreach_trunc_cuda_uint8 (__main__.TestForeachCUDA) ... ok (0.041s) 2022-11-23T02:10:19.8271433Z 2022-11-23T02:10:19.8271828Z ---------------------------------------------------------------------- 2022-11-23T02:10:19.8272409Z Ran 1232 tests in 257.235s 2022-11-23T02:10:19.8272681Z 2022-11-23T02:10:19.8272853Z OK (skipped=4) 2022-11-23T02:10:19.8273115Z 2022-11-23T02:10:19.8273332Z Generating XML reports... 2022-11-23T02:10:19.8274157Z Generated XML report: test-reports\python-unittest\test_foreach\TEST-TestForeachCUDA-20221123020601.xml 2022-11-23T02:10:19.8274764Z 2022-11-23T02:10:19.8275402Z ##[endgroup] 2022-11-23T02:10:19.8276330Z FINISHED PRINTING LOG FILE of test_foreach (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_foreach_my5zbad9) 2022-11-23T02:10:19.8276958Z 2022-11-23T02:10:20.6377097Z 2022-11-23T02:10:20.6378095Z Expand the folded group to see the log file of test_bundled_inputs 2022-11-23T02:10:20.6379653Z ##[group]PRINTING LOG FILE of test_bundled_inputs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_bundled_inputs_lkrgmpvh) 2022-11-23T02:10:20.6380356Z 2022-11-23T02:10:20.6380524Z Running tests... 2022-11-23T02:10:20.6381127Z ---------------------------------------------------------------------- 2022-11-23T02:10:20.6381864Z Test results will be stored in test-reports\python-unittest\test_bundled_inputs 2022-11-23T02:10:20.6382598Z test_bad_inputs (__main__.TestBundledInputs) ... ok (2.535s) 2022-11-23T02:10:20.6383931Z test_dict_args (__main__.TestBundledInputs) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T02:10:20.6385131Z warnings.warn(message, UserWarning) 2022-11-23T02:10:20.6385589Z ok (1.136s) 2022-11-23T02:10:20.6386129Z test_double_augment_fail (__main__.TestBundledInputs) ... ok (0.020s) 2022-11-23T02:10:20.6386920Z test_double_augment_non_mutator (__main__.TestBundledInputs) ... ok (0.018s) 2022-11-23T02:10:20.6387680Z test_double_augment_success (__main__.TestBundledInputs) ... ok (0.027s) 2022-11-23T02:10:20.6388426Z test_large_tensor_with_inflation (__main__.TestBundledInputs) ... ok (0.031s) 2022-11-23T02:10:20.6389207Z test_multiple_methods_with_inputs (__main__.TestBundledInputs) ... ok (0.143s) 2022-11-23T02:10:20.6390398Z test_multiple_methods_with_inputs_both_defined_failure (__main__.TestBundledInputs) ... ok (0.013s) 2022-11-23T02:10:20.6391261Z test_multiple_methods_with_inputs_neither_defined_failure (__main__.TestBundledInputs) ... ok (0.011s) 2022-11-23T02:10:20.6392034Z test_non_tensors (__main__.TestBundledInputs) ... ok (0.030s) 2022-11-23T02:10:20.6392716Z test_rejected_tensors (__main__.TestBundledInputs) ... ok (0.025s) 2022-11-23T02:10:20.6393431Z test_single_tensors (__main__.TestBundledInputs) ... ok (0.106s) 2022-11-23T02:10:20.6393827Z 2022-11-23T02:10:20.6394190Z ---------------------------------------------------------------------- 2022-11-23T02:10:20.6394801Z Ran 12 tests in 4.094s 2022-11-23T02:10:20.6395079Z 2022-11-23T02:10:20.6395229Z OK 2022-11-23T02:10:20.6395431Z 2022-11-23T02:10:20.6395649Z Generating XML reports... 2022-11-23T02:10:20.6396506Z Generated XML report: test-reports\python-unittest\test_bundled_inputs\TEST-TestBundledInputs-20221123021015.xml 2022-11-23T02:10:20.6397153Z 2022-11-23T02:10:20.6397718Z ##[endgroup] 2022-11-23T02:10:20.6398572Z FINISHED PRINTING LOG FILE of test_bundled_inputs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_bundled_inputs_lkrgmpvh) 2022-11-23T02:10:20.6399228Z 2022-11-23T02:10:24.2951867Z Running test_subclass ... [2022-11-23 02:10:24.294919] 2022-11-23T02:10:24.2959455Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_subclass.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:10:24.295671] 2022-11-23T02:10:24.2961787Z Ignoring disabled issues: [] 2022-11-23T02:10:25.0835494Z Running profiler/test_memory_profiler ... [2022-11-23 02:10:25.083018] 2022-11-23T02:10:25.0841173Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'profiler/test_memory_profiler.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:10:25.083708] 2022-11-23T02:10:25.0843687Z Ignoring disabled issues: [] 2022-11-23T02:10:31.3773018Z 2022-11-23T02:10:31.3774024Z Expand the folded group to see the log file of test_subclass 2022-11-23T02:10:31.3775601Z ##[group]PRINTING LOG FILE of test_subclass (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_subclass_165d2g_v) 2022-11-23T02:10:31.3776229Z 2022-11-23T02:10:31.3776429Z Running tests... 2022-11-23T02:10:31.3777132Z ---------------------------------------------------------------------- 2022-11-23T02:10:31.3778010Z Test results will be stored in test-reports\python-unittest\test_subclass 2022-11-23T02:10:31.3778878Z test_deepcopy_base_tensor_as_param_False (__main__.TestSubclass) ... ok (2.644s) 2022-11-23T02:10:31.3779725Z test_deepcopy_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-11-23T02:10:31.3780580Z test_deepcopy_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.005s) 2022-11-23T02:10:31.3781455Z test_deepcopy_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.005s) 2022-11-23T02:10:31.3782324Z test_deepcopy_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.006s) 2022-11-23T02:10:31.3783179Z test_deepcopy_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:10:31.3784099Z test_deepcopy_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:10:31.3785020Z test_deepcopy_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.011s) 2022-11-23T02:10:31.3785890Z test_deepcopy_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.007s) 2022-11-23T02:10:31.3786745Z test_deepcopy_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.007s) 2022-11-23T02:10:31.3787557Z test_lazy_module_base_tensor (__main__.TestSubclass) ... expected failure (0.002s) 2022-11-23T02:10:31.3788964Z test_lazy_module_diag_tensor_below (__main__.TestSubclass) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:10:31.3790638Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:10:31.3791293Z expected failure (0.006s) 2022-11-23T02:10:31.3791972Z test_lazy_module_logging_tensor (__main__.TestSubclass) ... expected failure (0.003s) 2022-11-23T02:10:31.3792786Z test_lazy_module_non_wrapper_tensor (__main__.TestSubclass) ... expected failure (0.003s) 2022-11-23T02:10:31.3793632Z test_lazy_module_sparse_tensor (__main__.TestSubclass) ... expected failure (0.004s) 2022-11-23T02:10:31.3794447Z test_module_optimization_base_tensor (__main__.TestSubclass) ... ok (0.006s) 2022-11-23T02:10:31.3795258Z test_module_optimization_diag_tensor_below (__main__.TestSubclass) ... ok (0.015s) 2022-11-23T02:10:31.3796144Z test_module_optimization_logging_tensor (__main__.TestSubclass) ... ok (0.009s) 2022-11-23T02:10:31.3797053Z test_module_optimization_non_wrapper_tensor (__main__.TestSubclass) ... ok (0.006s) 2022-11-23T02:10:31.3797849Z test_module_optimization_sparse_tensor (__main__.TestSubclass) ... ok (0.015s) 2022-11-23T02:10:31.3798763Z test_non_rewrapping_torch_dispatch_subclass_as_parameter_throws_for_detach (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:10:31.3799729Z test_param_invariants_base_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.003s) 2022-11-23T02:10:31.3800638Z test_param_invariants_base_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:10:31.3801767Z test_param_invariants_diag_tensor_below_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:10:31.3802739Z test_param_invariants_diag_tensor_below_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.006s) 2022-11-23T02:10:31.3803676Z test_param_invariants_logging_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:10:31.3804602Z test_param_invariants_logging_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:10:31.3805527Z test_param_invariants_non_wrapper_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:10:31.3806473Z test_param_invariants_non_wrapper_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:10:31.3807407Z test_param_invariants_sparse_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:10:31.3808323Z test_param_invariants_sparse_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.010s) 2022-11-23T02:10:31.3809253Z test_parametrization_base_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:10:31.3810171Z test_parametrization_base_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:10:31.3811113Z test_parametrization_diag_tensor_below_leave_parametrized_False (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:10:31.3812032Z test_parametrization_diag_tensor_below_leave_parametrized_True (__main__.TestSubclass) ... ok (0.012s) 2022-11-23T02:10:31.3813086Z test_parametrization_logging_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:10:31.3814061Z test_parametrization_logging_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:10:31.3815020Z test_parametrization_non_wrapper_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.003s) 2022-11-23T02:10:31.3815986Z test_parametrization_non_wrapper_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.003s) 2022-11-23T02:10:31.3816924Z test_parametrization_sparse_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.005s) 2022-11-23T02:10:31.3817864Z test_parametrization_sparse_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.005s) 2022-11-23T02:10:31.3818688Z test_repr_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:10:31.3819645Z test_repr_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:10:31.3820440Z test_repr_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-11-23T02:10:31.3821253Z test_repr_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-11-23T02:10:31.3822072Z test_repr_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:10:31.3822888Z test_repr_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.004s) 2022-11-23T02:10:31.3823697Z test_repr_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-11-23T02:10:31.3824529Z test_repr_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:10:31.3825348Z test_repr_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:10:31.3826134Z test_repr_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-11-23T02:10:31.3826973Z test_serialization_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.005s) 2022-11-23T02:10:31.3827814Z test_serialization_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-11-23T02:10:31.3828731Z test_serialization_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.006s) 2022-11-23T02:10:31.3829599Z test_serialization_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.009s) 2022-11-23T02:10:31.3830468Z test_serialization_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T02:10:31.3831509Z test_serialization_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.014s) 2022-11-23T02:10:31.3832419Z test_serialization_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-11-23T02:10:31.3833327Z test_serialization_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.004s) 2022-11-23T02:10:31.3834209Z test_serialization_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.008s) 2022-11-23T02:10:31.3835087Z test_serialization_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.008s) 2022-11-23T02:10:31.3835938Z test_type_propagation_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T02:10:31.3836796Z test_type_propagation_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T02:10:31.3837686Z test_type_propagation_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:10:31.3838596Z test_type_propagation_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:10:31.3839500Z test_type_propagation_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:10:31.3840393Z test_type_propagation_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T02:10:31.3841272Z test_type_propagation_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T02:10:31.3842190Z test_type_propagation_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T02:10:31.3843081Z test_type_propagation_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T02:10:31.3844019Z test_type_propagation_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T02:10:31.3844506Z 2022-11-23T02:10:31.3844936Z ---------------------------------------------------------------------- 2022-11-23T02:10:31.3845607Z Ran 71 tests in 2.906s 2022-11-23T02:10:31.3845889Z 2022-11-23T02:10:31.3846115Z OK (expected failures=5) 2022-11-23T02:10:31.3846417Z 2022-11-23T02:10:31.3846620Z Generating XML reports... 2022-11-23T02:10:31.3847467Z Generated XML report: test-reports\python-unittest\test_subclass\TEST-TestSubclass-20221123021027.xml 2022-11-23T02:10:31.3848037Z 2022-11-23T02:10:31.3848684Z ##[endgroup] 2022-11-23T02:10:31.3849541Z FINISHED PRINTING LOG FILE of test_subclass (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_subclass_165d2g_v) 2022-11-23T02:10:31.3850362Z 2022-11-23T02:10:32.0960955Z 2022-11-23T02:10:32.0961677Z Expand the folded group to see the log file of profiler/test_memory_profiler 2022-11-23T02:10:32.0963445Z ##[group]PRINTING LOG FILE of profiler/test_memory_profiler (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\profiler-test_memory_profiler_ircyv5z2) 2022-11-23T02:10:32.0964654Z 2022-11-23T02:10:32.0964899Z Running tests... 2022-11-23T02:10:32.0965584Z ---------------------------------------------------------------------- 2022-11-23T02:10:32.0966460Z Test results will be stored in test-reports\python-unittest\profiler.test_memory_profiler 2022-11-23T02:10:32.0967743Z test_match_schemas (__main__.TestDataFlow) ... STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:32.0969244Z STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:32.0972023Z STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:32.0972673Z ok (2.574s) 2022-11-23T02:10:32.0973587Z test_match_schemas_backward (__main__.TestDataFlow) ... STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:32.0974440Z STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:32.0975407Z STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:32.0976111Z ok (0.011s) 2022-11-23T02:10:32.0976880Z test_match_schemas_tensorlist (__main__.TestDataFlow) ... STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:32.0977694Z STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:32.0978451Z STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:32.0978924Z ok (0.003s) 2022-11-23T02:10:32.0979525Z test_extract_gradients_from_module (__main__.TestIdentifyGradients) ... STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:32.0980370Z STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:32.0981099Z STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:32.0981990Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T02:10:32.0982888Z warnings.warn(message, UserWarning) 2022-11-23T02:10:32.0983431Z STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:32.0984353Z STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:32.0985095Z STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:32.0985820Z STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:32.0986544Z STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:32.0987278Z STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:32.0988128Z STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:32.0988882Z STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:32.0989608Z STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:32.0990139Z ok (0.076s) 2022-11-23T02:10:32.0990766Z test_extract_gradients_from_module_and_optimizer (__main__.TestIdentifyGradients) ... STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:32.0991617Z STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:32.0992359Z STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:32.0992817Z ok (0.033s) 2022-11-23T02:10:32.0993417Z test_extract_gradients_from_optimizer (__main__.TestIdentifyGradients) ... STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:32.0994248Z STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:32.0994982Z STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:32.0995704Z STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:32.0996427Z STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:32.0997161Z STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:32.0997866Z STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:32.0998584Z STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:32.0999427Z STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:32.1000153Z STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:32.1000880Z STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:32.1001610Z STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:32.1002066Z ok (0.110s) 2022-11-23T02:10:32.1002937Z test_extract_gradients_from_optimizer_set_to_none (__main__.TestIdentifyGradients) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/88721 for platform(s) mac, macos, win, windows. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-11-23T02:10:32.1004109Z test_extract_gradients_low_level (__main__.TestIdentifyGradients) ... STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:32.1005020Z STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:32.1005778Z STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:32.1006510Z STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:32.1007214Z STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:32.1007944Z STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:32.1008403Z ok (0.030s) 2022-11-23T02:10:32.1008966Z test_config_check (__main__.TestMemoryProfiler) ... STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:32.1009762Z STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:32.1010501Z STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:32.1011375Z STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:32.1012104Z STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:32.1012833Z STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:32.1013546Z STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:32.1014375Z STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:32.1015097Z STAGE:2022-11-23 02:10:31 4592:2244 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:32.1015546Z ok (0.000s) 2022-11-23T02:10:32.1015677Z 2022-11-23T02:10:32.1015858Z ---------------------------------------------------------------------- 2022-11-23T02:10:32.1016175Z Ran 9 tests in 2.828s 2022-11-23T02:10:32.1016322Z 2022-11-23T02:10:32.1016414Z OK (skipped=1) 2022-11-23T02:10:32.1016550Z 2022-11-23T02:10:32.1016662Z Generating XML reports... 2022-11-23T02:10:32.1017119Z Generated XML report: test-reports\python-unittest\profiler.test_memory_profiler\TEST-TestDataFlow-20221123021028.xml 2022-11-23T02:10:32.1017772Z Generated XML report: test-reports\python-unittest\profiler.test_memory_profiler\TEST-TestIdentifyGradients-20221123021028.xml 2022-11-23T02:10:32.1018433Z Generated XML report: test-reports\python-unittest\profiler.test_memory_profiler\TEST-TestMemoryProfiler-20221123021028.xml 2022-11-23T02:10:32.1018756Z 2022-11-23T02:10:32.1019075Z ##[endgroup] 2022-11-23T02:10:32.1019568Z FINISHED PRINTING LOG FILE of profiler/test_memory_profiler (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\profiler-test_memory_profiler_ircyv5z2) 2022-11-23T02:10:32.1019937Z 2022-11-23T02:10:35.9687931Z Running nn/test_dropout ... [2022-11-23 02:10:35.968351] 2022-11-23T02:10:35.9694999Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_dropout.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:10:35.969032] 2022-11-23T02:10:35.9697759Z Ignoring disabled issues: [] 2022-11-23T02:10:36.6120324Z Running test_dynamic_shapes ... [2022-11-23 02:10:36.611689] 2022-11-23T02:10:36.6128588Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_dynamic_shapes.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:10:36.612690] 2022-11-23T02:10:36.6131218Z Ignoring disabled issues: [] 2022-11-23T02:10:43.7906711Z 2022-11-23T02:10:43.7907486Z Expand the folded group to see the log file of test_dynamic_shapes 2022-11-23T02:10:43.7909118Z ##[group]PRINTING LOG FILE of test_dynamic_shapes (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dynamic_shapes_t9ws35xm) 2022-11-23T02:10:43.7909808Z 2022-11-23T02:10:43.7910001Z Running tests... 2022-11-23T02:10:43.7910602Z ---------------------------------------------------------------------- 2022-11-23T02:10:43.7911399Z Test results will be stored in test-reports\python-unittest\test_dynamic_shapes 2022-11-23T02:10:43.7912237Z test_arith_ops (__main__.TestPySymInt) ... skip: no sympy (0.000s) 2022-11-23T02:10:43.7912942Z test_aten_ops (__main__.TestPySymInt) ... skip: no sympy (0.000s) 2022-11-23T02:10:43.7913684Z test_binary (__main__.TestPySymInt) ... skip: no sympy (0.000s) 2022-11-23T02:10:43.7914329Z test_fx_trace_intlist (__main__.TestPySymInt) ... ok (2.785s) 2022-11-23T02:10:43.7914990Z test_guard_int (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T02:10:43.7915633Z test_int_conversion (__main__.TestPySymInt) ... skip: no sympy (0.001s) 2022-11-23T02:10:43.7916268Z test_int_to_float (__main__.TestPySymInt) ... skip: no sympy (0.000s) 2022-11-23T02:10:43.7916943Z test_meta_symint (__main__.TestPySymInt) ... skip: no sympy (0.000s) 2022-11-23T02:10:43.7917325Z test_numel (__main__.TestPySymInt) ... skip: no sympy (0.002s) 2022-11-23T02:10:43.7917723Z test_print_readable_with_symints (__main__.TestPySymInt) ... skip: no sympy (0.000s) 2022-11-23T02:10:43.7918135Z test_reverse_arith_ops (__main__.TestPySymInt) ... skip: no sympy (0.000s) 2022-11-23T02:10:43.7918522Z test_roundtrip (__main__.TestPySymInt) ... skip: no sympy (0.003s) 2022-11-23T02:10:43.7919270Z test_size_expressions (__main__.TestPySymInt) ... skip: no sympy (0.000s) 2022-11-23T02:10:43.7919688Z test_stride (__main__.TestPySymInt) ... skip: no sympy (0.000s) 2022-11-23T02:10:43.7920038Z test_sym_floor (__main__.TestPySymInt) ... skip: no sympy (0.000s) 2022-11-23T02:10:43.7920503Z test_sym_int (__main__.TestPySymInt) ... skip: no sympy (0.006s) 2022-11-23T02:10:43.7920969Z test_sym_sqrt (__main__.TestPySymInt) ... skip: no sympy (0.000s) 2022-11-23T02:10:43.7921339Z test_symint_args (__main__.TestPySymInt) ... skip: no sympy (0.000s) 2022-11-23T02:10:43.7921729Z test_symint_as_scalar (__main__.TestPySymInt) ... skip: no sympy (0.000s) 2022-11-23T02:10:43.7922116Z test_symint_vargs (__main__.TestPySymInt) ... skip: no sympy (0.000s) 2022-11-23T02:10:43.7922600Z test_method_fn_add_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: add is not a float magic method (0.010s) 2022-11-23T02:10:43.7923197Z test_method_fn_add_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: add is not a float magic method (0.000s) 2022-11-23T02:10:43.7923736Z test_method_fn_add_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.000s) 2022-11-23T02:10:43.7924232Z test_method_fn_add_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.000s) 2022-11-23T02:10:43.7924783Z test_method_fn_ceil_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: ceil is not a float magic method (0.000s) 2022-11-23T02:10:43.7925508Z test_method_fn_ceil_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: ceil is not a float magic method (0.002s) 2022-11-23T02:10:43.7926106Z test_method_fn_ceil_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: ceil is unary and already tested (0.002s) 2022-11-23T02:10:43.7926755Z test_method_fn_ceil_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T02:10:43.7927292Z test_method_fn_eq_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: eq is not a float magic method (0.002s) 2022-11-23T02:10:43.7928075Z test_method_fn_eq_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: eq is not a float magic method (0.001s) 2022-11-23T02:10:43.7928614Z test_method_fn_eq_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.006s) 2022-11-23T02:10:43.7929110Z test_method_fn_eq_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T02:10:43.7929661Z test_method_fn_floor_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: floor is not a float magic method (0.002s) 2022-11-23T02:10:43.7930257Z test_method_fn_floor_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: floor is not a float magic method (0.002s) 2022-11-23T02:10:43.7930885Z test_method_fn_floor_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: floor is unary and already tested (0.001s) 2022-11-23T02:10:43.7931427Z test_method_fn_floor_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T02:10:43.7931992Z test_method_fn_floordiv_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: floordiv is not a float magic method (0.002s) 2022-11-23T02:10:43.7932616Z test_method_fn_floordiv_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: floordiv is not a float magic method (0.002s) 2022-11-23T02:10:43.7933179Z test_method_fn_floordiv_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.005s) 2022-11-23T02:10:43.7933670Z test_method_fn_floordiv_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T02:10:43.7934340Z test_method_fn_ge_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: ge is not a float magic method (0.001s) 2022-11-23T02:10:43.7935135Z test_method_fn_ge_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: ge is not a float magic method (0.002s) 2022-11-23T02:10:43.7935759Z test_method_fn_ge_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T02:10:43.7936248Z test_method_fn_ge_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T02:10:43.7936794Z test_method_fn_gt_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: gt is not a float magic method (0.001s) 2022-11-23T02:10:43.7937375Z test_method_fn_gt_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: gt is not a float magic method (0.002s) 2022-11-23T02:10:43.7937904Z test_method_fn_gt_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T02:10:43.7938380Z test_method_fn_gt_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T02:10:43.7938917Z test_method_fn_le_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: le is not a float magic method (0.002s) 2022-11-23T02:10:43.7939501Z test_method_fn_le_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: le is not a float magic method (0.002s) 2022-11-23T02:10:43.7940029Z test_method_fn_le_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T02:10:43.7940610Z test_method_fn_le_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T02:10:43.7941257Z test_method_fn_lt_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: lt is not a float magic method (0.002s) 2022-11-23T02:10:43.7941844Z test_method_fn_lt_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: lt is not a float magic method (0.001s) 2022-11-23T02:10:43.7942525Z test_method_fn_lt_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T02:10:43.7943024Z test_method_fn_lt_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.004s) 2022-11-23T02:10:43.7943566Z test_method_fn_max_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: max is not a float magic method (0.002s) 2022-11-23T02:10:43.7944149Z test_method_fn_max_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: max is not a float magic method (0.000s) 2022-11-23T02:10:43.7944684Z test_method_fn_max_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T02:10:43.7945178Z test_method_fn_max_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.000s) 2022-11-23T02:10:43.7945761Z test_method_fn_min_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: min is not a float magic method (0.000s) 2022-11-23T02:10:43.7946342Z test_method_fn_min_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: min is not a float magic method (0.006s) 2022-11-23T02:10:43.7946876Z test_method_fn_min_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.000s) 2022-11-23T02:10:43.7947348Z test_method_fn_min_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.000s) 2022-11-23T02:10:43.7947900Z test_method_fn_mod_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: mod is not a float magic method (0.000s) 2022-11-23T02:10:43.7948573Z test_method_fn_mod_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: mod is not a float magic method (0.000s) 2022-11-23T02:10:43.7949116Z test_method_fn_mod_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T02:10:43.7949882Z test_method_fn_mod_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T02:10:43.7950433Z test_method_fn_mul_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: mul is not a float magic method (0.002s) 2022-11-23T02:10:43.7951008Z test_method_fn_mul_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: mul is not a float magic method (0.002s) 2022-11-23T02:10:43.7951537Z test_method_fn_mul_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T02:10:43.7952015Z test_method_fn_mul_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T02:10:43.7952560Z test_method_fn_neg_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: neg is not a float magic method (0.001s) 2022-11-23T02:10:43.7953135Z test_method_fn_neg_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: neg is not a float magic method (0.003s) 2022-11-23T02:10:43.7953723Z test_method_fn_neg_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: neg is unary and already tested (0.003s) 2022-11-23T02:10:43.7954257Z test_method_fn_neg_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.004s) 2022-11-23T02:10:43.7954797Z test_method_fn_pow_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: pow is not a float magic method (0.003s) 2022-11-23T02:10:43.7955453Z test_method_fn_pow_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: pow is not a float magic method (0.003s) 2022-11-23T02:10:43.7956113Z test_method_fn_pow_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.005s) 2022-11-23T02:10:43.7956588Z test_method_fn_pow_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.004s) 2022-11-23T02:10:43.7957424Z test_method_fn_sub_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: sub is not a float magic method (0.003s) 2022-11-23T02:10:43.7958006Z test_method_fn_sub_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: sub is not a float magic method (0.003s) 2022-11-23T02:10:43.7958537Z test_method_fn_sub_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.005s) 2022-11-23T02:10:43.7959025Z test_method_fn_sub_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.004s) 2022-11-23T02:10:43.7959585Z test_method_fn_sym_float_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: sym_float is not a float magic method (0.003s) 2022-11-23T02:10:43.7960198Z test_method_fn_sym_float_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: sym_float is not a float magic method (0.003s) 2022-11-23T02:10:43.7960808Z test_method_fn_sym_float_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: sym_float is unary and already tested (0.002s) 2022-11-23T02:10:43.7961364Z test_method_fn_sym_float_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T02:10:43.7961907Z test_method_fn_sym_sqrt_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: sym_sqrt is not a float magic method (0.002s) 2022-11-23T02:10:43.7962514Z test_method_fn_sym_sqrt_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: sym_sqrt is not a float magic method (0.002s) 2022-11-23T02:10:43.7963217Z test_method_fn_sym_sqrt_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: sym_sqrt is unary and already tested (0.002s) 2022-11-23T02:10:43.7963775Z test_method_fn_sym_sqrt_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T02:10:43.7964565Z test_method_fn_truediv_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: truediv is not a float magic method (0.002s) 2022-11-23T02:10:43.7965283Z test_method_fn_truediv_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: truediv is not a float magic method (0.002s) 2022-11-23T02:10:43.7965838Z test_method_fn_truediv_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.003s) 2022-11-23T02:10:43.7966344Z test_method_fn_truediv_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.000s) 2022-11-23T02:10:43.7966616Z 2022-11-23T02:10:43.7966799Z ---------------------------------------------------------------------- 2022-11-23T02:10:43.7967121Z Ran 96 tests in 3.000s 2022-11-23T02:10:43.7967267Z 2022-11-23T02:10:43.7967360Z OK (skipped=62) 2022-11-23T02:10:43.7967501Z 2022-11-23T02:10:43.7967615Z Generating XML reports... 2022-11-23T02:10:43.7968059Z Generated XML report: test-reports\python-unittest\test_dynamic_shapes\TEST-TestPySymInt-20221123021040.xml 2022-11-23T02:10:43.7968694Z Generated XML report: test-reports\python-unittest\test_dynamic_shapes\TEST-TestSymNumberMagicMethods-20221123021040.xml 2022-11-23T02:10:43.7969041Z 2022-11-23T02:10:43.7969389Z ##[endgroup] 2022-11-23T02:10:43.7969846Z FINISHED PRINTING LOG FILE of test_dynamic_shapes (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dynamic_shapes_t9ws35xm) 2022-11-23T02:10:43.7970185Z 2022-11-23T02:10:43.8104782Z 2022-11-23T02:10:43.8105822Z Expand the folded group to see the log file of nn/test_dropout 2022-11-23T02:10:43.8107647Z ##[group]PRINTING LOG FILE of nn/test_dropout (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_dropout_qbpdtxtc) 2022-11-23T02:10:43.8108264Z 2022-11-23T02:10:43.8108435Z Running tests... 2022-11-23T02:10:43.8108966Z ---------------------------------------------------------------------- 2022-11-23T02:10:43.8109762Z Test results will be stored in test-reports\python-unittest\nn.test_dropout 2022-11-23T02:10:43.8110502Z test_AlphaDropout (__main__.TestDropoutNN) ... ok (1.914s) 2022-11-23T02:10:43.8111200Z test_FeatureAlphaDropout (__main__.TestDropoutNN) ... ok (0.142s) 2022-11-23T02:10:43.8111865Z test_invalid_dropout_p (__main__.TestDropoutNN) ... ok (0.010s) 2022-11-23T02:10:43.8112524Z test_native_dropout_corner_case (__main__.TestDropoutNN) ... ok (0.010s) 2022-11-23T02:10:43.8113216Z test_Dropout1d_cuda (__main__.TestDropoutNNDeviceTypeCUDA) ... ok (0.029s) 2022-11-23T02:10:43.8113966Z test_Dropout2d_cuda (__main__.TestDropoutNNDeviceTypeCUDA) ... ok (0.038s) 2022-11-23T02:10:43.8114705Z test_Dropout3d_cuda (__main__.TestDropoutNNDeviceTypeCUDA) ... ok (0.033s) 2022-11-23T02:10:43.8115427Z test_Dropout_cuda (__main__.TestDropoutNNDeviceTypeCUDA) ... ok (0.767s) 2022-11-23T02:10:43.8116179Z test_empty_dropout_cuda (__main__.TestDropoutNNDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T02:10:43.8116594Z 2022-11-23T02:10:43.8116971Z ---------------------------------------------------------------------- 2022-11-23T02:10:43.8117485Z Ran 9 tests in 2.953s 2022-11-23T02:10:43.8117727Z 2022-11-23T02:10:43.8117853Z OK 2022-11-23T02:10:43.8118084Z 2022-11-23T02:10:43.8118304Z Generating XML reports... 2022-11-23T02:10:43.8119056Z Generated XML report: test-reports\python-unittest\nn.test_dropout\TEST-TestDropoutNN-20221123021040.xml 2022-11-23T02:10:43.8120146Z Generated XML report: test-reports\python-unittest\nn.test_dropout\TEST-TestDropoutNNDeviceTypeCUDA-20221123021040.xml 2022-11-23T02:10:43.8120747Z 2022-11-23T02:10:43.8121222Z ##[endgroup] 2022-11-23T02:10:43.8121962Z FINISHED PRINTING LOG FILE of nn/test_dropout (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_dropout_qbpdtxtc) 2022-11-23T02:10:43.8122522Z 2022-11-23T02:10:48.2487676Z Running test_functional_optim ... [2022-11-23 02:10:48.248486] 2022-11-23T02:10:48.2494966Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_functional_optim.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:10:48.249283] 2022-11-23T02:10:48.2497757Z Ignoring disabled issues: [] 2022-11-23T02:10:48.4142503Z Running profiler/test_profiler_tree ... [2022-11-23 02:10:48.414011] 2022-11-23T02:10:48.4150865Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'profiler/test_profiler_tree.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:10:48.414876] 2022-11-23T02:10:48.4154030Z Ignoring disabled issues: [] 2022-11-23T02:10:55.1660036Z 2022-11-23T02:10:55.1660839Z Expand the folded group to see the log file of profiler/test_profiler_tree 2022-11-23T02:10:55.1663913Z ##[group]PRINTING LOG FILE of profiler/test_profiler_tree (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\profiler-test_profiler_tree_t4vf5e9v) 2022-11-23T02:10:55.1664646Z 2022-11-23T02:10:55.1664767Z Running tests... 2022-11-23T02:10:55.1665118Z ---------------------------------------------------------------------- 2022-11-23T02:10:55.1665749Z Test results will be stored in test-reports\python-unittest\profiler.test_profiler_tree 2022-11-23T02:10:55.1666687Z test_profiler_experimental_tree (__main__.TestProfilerTree) ... STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:55.1667557Z STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:55.1670582Z STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:55.1671387Z STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:55.1672148Z STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:55.1672880Z STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:55.1673619Z STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:55.1674370Z STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:55.1675114Z STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:55.1677125Z ok (2.652s) 2022-11-23T02:10:55.1677583Z test_profiler_experimental_tree_cuda (__main__.TestProfilerTree) ... skip: https://github.com/pytorch/pytorch/issues/83606 (0.003s) 2022-11-23T02:10:55.1678206Z test_profiler_experimental_tree_cuda_detailed (__main__.TestProfilerTree) ... skip: https://github.com/pytorch/pytorch/issues/83606 (0.000s) 2022-11-23T02:10:55.1678819Z test_profiler_experimental_tree_cuda_with_stream (__main__.TestProfilerTree) ... skip: https://github.com/pytorch/pytorch/issues/83606 (0.000s) 2022-11-23T02:10:55.1679627Z test_profiler_experimental_tree_with_memory (__main__.TestProfilerTree) ... STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:55.1680458Z STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:55.1681398Z STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:55.1683211Z STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:55.1684430Z STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:55.1685189Z STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:55.1685927Z STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:55.1686655Z STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:55.1687394Z STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:55.1687861Z ok (0.016s) 2022-11-23T02:10:55.1688581Z test_profiler_experimental_tree_with_memory_and_stack (__main__.TestProfilerTree) ... STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:55.1690937Z STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:55.1691693Z STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:55.1692434Z STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:55.1693165Z STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:55.1693919Z STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:55.1694654Z STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:55.1695389Z STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:55.1697641Z STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:55.1698137Z ok (0.037s) 2022-11-23T02:10:55.1698761Z test_profiler_experimental_tree_with_record_function (__main__.TestProfilerTree) ... STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:55.1699626Z STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:55.1700369Z STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:55.1701216Z STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:55.1701948Z STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:55.1704181Z STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:55.1704968Z STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:55.1705703Z STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:55.1706444Z STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:55.1706909Z ok (0.014s) 2022-11-23T02:10:55.1707533Z test_profiler_experimental_tree_with_stack_and_modules (__main__.TestProfilerTree) ... STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:55.1708492Z STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:55.1709261Z STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:55.1709974Z STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:55.1710716Z STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:55.1711454Z STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:55.1712188Z STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:55.1712925Z STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:55.1713667Z STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:55.1714137Z ok (0.030s) 2022-11-23T02:10:55.1716233Z test_profiler_experimental_tree_with_stack_and_torch_dispatch (__main__.TestProfilerTree) ... STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:55.1717122Z STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:55.1717867Z STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:55.1718602Z STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:55.1719432Z STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:55.1720170Z STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:55.1720908Z STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:10:55.1721648Z STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:10:55.1722383Z STAGE:2022-11-23 02:10:54 4232:4552 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:10:55.1722854Z ok (0.013s) 2022-11-23T02:10:55.1723662Z test_profiler_experimental_tree_with_stack_and_torch_function (__main__.TestProfilerTree) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83836 for platform(s) win, windows. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-11-23T02:10:55.1724319Z 2022-11-23T02:10:55.1724598Z ---------------------------------------------------------------------- 2022-11-23T02:10:55.1724944Z Ran 10 tests in 2.766s 2022-11-23T02:10:55.1725098Z 2022-11-23T02:10:55.1725198Z OK (skipped=4) 2022-11-23T02:10:55.1725341Z 2022-11-23T02:10:55.1725439Z Generating XML reports... 2022-11-23T02:10:55.1725924Z Generated XML report: test-reports\python-unittest\profiler.test_profiler_tree\TEST-TestProfilerTree-20221123021051.xml 2022-11-23T02:10:55.1726274Z 2022-11-23T02:10:55.1726649Z ##[endgroup] 2022-11-23T02:10:55.1727148Z FINISHED PRINTING LOG FILE of profiler/test_profiler_tree (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\profiler-test_profiler_tree_t4vf5e9v) 2022-11-23T02:10:55.1727522Z 2022-11-23T02:10:55.3979813Z 2022-11-23T02:10:55.3980726Z Expand the folded group to see the log file of test_functional_optim 2022-11-23T02:10:55.3982367Z ##[group]PRINTING LOG FILE of test_functional_optim (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_functional_optim_bsae96re) 2022-11-23T02:10:55.3983062Z 2022-11-23T02:10:55.3983306Z Running tests... 2022-11-23T02:10:55.3984005Z ---------------------------------------------------------------------- 2022-11-23T02:10:55.3984934Z Test results will be stored in test-reports\python-unittest\test_functional_optim 2022-11-23T02:10:55.3985914Z test_functional_optim_parity_adam (__main__.TestFunctionalOptimParity) ... ok (2.664s) 2022-11-23T02:10:55.3986858Z test_functional_optim_parity_adam_w (__main__.TestFunctionalOptimParity) ... ok (0.049s) 2022-11-23T02:10:55.3987783Z test_functional_optim_parity_sgd (__main__.TestFunctionalOptimParity) ... ok (0.040s) 2022-11-23T02:10:55.3988689Z test_functional_optim_registration (__main__.TestFunctionalOptimParity) ... ok (0.001s) 2022-11-23T02:10:55.3989191Z 2022-11-23T02:10:55.3989571Z ---------------------------------------------------------------------- 2022-11-23T02:10:55.3990204Z Ran 4 tests in 2.750s 2022-11-23T02:10:55.3990495Z 2022-11-23T02:10:55.3990651Z OK 2022-11-23T02:10:55.3990885Z 2022-11-23T02:10:55.3991119Z Generating XML reports... 2022-11-23T02:10:55.3992068Z Generated XML report: test-reports\python-unittest\test_functional_optim\TEST-TestFunctionalOptimParity-20221123021051.xml 2022-11-23T02:10:55.3992769Z 2022-11-23T02:10:55.3993311Z ##[endgroup] 2022-11-23T02:10:55.3994203Z FINISHED PRINTING LOG FILE of test_functional_optim (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_functional_optim_bsae96re) 2022-11-23T02:10:55.3995193Z 2022-11-23T02:10:59.8089526Z Running test_model_dump ... [2022-11-23 02:10:59.800546] 2022-11-23T02:10:59.8098920Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_model_dump.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:10:59.800546] 2022-11-23T02:10:59.8102347Z Ignoring disabled issues: [] 2022-11-23T02:11:00.0096158Z Running test_type_info ... [2022-11-23 02:11:00.004113] 2022-11-23T02:11:00.0103284Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_type_info.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:11:00.004113] 2022-11-23T02:11:00.0105747Z Ignoring disabled issues: [] 2022-11-23T02:11:06.6377686Z 2022-11-23T02:11:06.6378656Z Expand the folded group to see the log file of test_model_dump 2022-11-23T02:11:06.6380136Z ##[group]PRINTING LOG FILE of test_model_dump (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_model_dump_6zc4rq7l) 2022-11-23T02:11:06.6380747Z 2022-11-23T02:11:06.6381024Z Running tests... 2022-11-23T02:11:06.6381549Z ---------------------------------------------------------------------- 2022-11-23T02:11:06.6381978Z Test results will be stored in test-reports\python-unittest\test_model_dump 2022-11-23T02:11:06.6382402Z test_inline_skeleton (__main__.TestModelDump) ... ok (2.583s) 2022-11-23T02:11:06.6383008Z test_invalid_json (__main__.TestModelDump) ... ok (0.043s) 2022-11-23T02:11:06.6383647Z test_main (__main__.TestModelDump) ... skip: Disabled on Windows. (0.002s) 2022-11-23T02:11:06.6384499Z test_memory_computation (__main__.TestModelDump) ... skip: Webdriver not requested (0.004s) 2022-11-23T02:11:06.6384952Z test_model_with_lists (__main__.TestModelDump) ... ok (0.008s) 2022-11-23T02:11:06.6385393Z test_optimized_quantized_model (__main__.TestModelDump) ... skip: QNNPACK not available (0.000s) 2022-11-23T02:11:06.6385842Z test_quantized_model (__main__.TestModelDump) ... skip: QNNPACK not available (0.000s) 2022-11-23T02:11:06.6386263Z test_scripted_model (__main__.TestModelDump) ... ok (0.023s) 2022-11-23T02:11:06.6386637Z test_traced_model (__main__.TestModelDump) ... ok (0.037s) 2022-11-23T02:11:06.6386839Z 2022-11-23T02:11:06.6387039Z ---------------------------------------------------------------------- 2022-11-23T02:11:06.6387369Z Ran 9 tests in 2.703s 2022-11-23T02:11:06.6387524Z 2022-11-23T02:11:06.6387627Z OK (skipped=4) 2022-11-23T02:11:06.6387773Z 2022-11-23T02:11:06.6387872Z Generating XML reports... 2022-11-23T02:11:06.6388337Z Generated XML report: test-reports\python-unittest\test_model_dump\TEST-TestModelDump-20221123021103.xml 2022-11-23T02:11:06.6388655Z 2022-11-23T02:11:06.6388991Z ##[endgroup] 2022-11-23T02:11:06.6389448Z FINISHED PRINTING LOG FILE of test_model_dump (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_model_dump_6zc4rq7l) 2022-11-23T02:11:06.6389785Z 2022-11-23T02:11:06.6812386Z 2022-11-23T02:11:06.6813043Z Expand the folded group to see the log file of test_type_info 2022-11-23T02:11:06.6814333Z ##[group]PRINTING LOG FILE of test_type_info (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_type_info_ghxmwpuv) 2022-11-23T02:11:06.6814956Z 2022-11-23T02:11:06.6815138Z Running tests... 2022-11-23T02:11:06.6815685Z ---------------------------------------------------------------------- 2022-11-23T02:11:06.6816429Z Test results will be stored in test-reports\python-unittest\test_type_info 2022-11-23T02:11:06.6817107Z test_finfo (__main__.TestDTypeInfo) ... ok (2.590s) 2022-11-23T02:11:06.6817706Z test_iinfo (__main__.TestDTypeInfo) ... ok (0.003s) 2022-11-23T02:11:06.6818427Z test_invalid_input (__main__.TestDTypeInfo) ... ok (0.001s) 2022-11-23T02:11:06.6818820Z 2022-11-23T02:11:06.6819210Z ---------------------------------------------------------------------- 2022-11-23T02:11:06.6819863Z Ran 3 tests in 2.593s 2022-11-23T02:11:06.6820097Z 2022-11-23T02:11:06.6820605Z OK 2022-11-23T02:11:06.6820819Z 2022-11-23T02:11:06.6821015Z Generating XML reports... 2022-11-23T02:11:06.6821833Z Generated XML report: test-reports\python-unittest\test_type_info\TEST-TestDTypeInfo-20221123021103.xml 2022-11-23T02:11:06.6822371Z 2022-11-23T02:11:06.6822872Z ##[endgroup] 2022-11-23T02:11:06.6823643Z FINISHED PRINTING LOG FILE of test_type_info (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_type_info_ghxmwpuv) 2022-11-23T02:11:06.6824204Z 2022-11-23T02:11:07.2533258Z Running test_ops_jit ... [2022-11-23 02:11:07.249266] 2022-11-23T02:11:11.4148655Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_jit.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=0', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:11:11.414550] 2022-11-23T02:11:11.4150683Z Ignoring disabled issues: [] 2022-11-23T02:11:11.4679989Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_jit.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=1', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:11:11.467354] 2022-11-23T02:11:11.4683087Z Ignoring disabled issues: [] 2022-11-23T02:30:25.7177177Z 2022-11-23T02:30:25.7177864Z Expand the folded group to see the log file of test_ops_jit 2022-11-23T02:30:25.7181552Z ##[group]PRINTING LOG FILE of test_ops_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_jit_k9u02a0n) 2022-11-23T02:30:25.7200698Z Test results will be stored in test-reports\python-pytest\test_ops_jit\test_ops_jit-e8cc855dc5a57f11.xml 2022-11-23T02:30:25.7201676Z ============================= test session starts ============================= 2022-11-23T02:30:25.7202408Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:30:25.7204049Z cachedir: .pytest_cache 2022-11-23T02:30:25.7204874Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:30:25.7206110Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:30:25.7207141Z plugins: hypothesis-5.35.1, flakefinder-1.1.0, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-11-23T02:30:25.7207983Z collecting ... collected 1040 items / 1 deselected / 1039 selected 2022-11-23T02:30:25.7321949Z Running 504 items in this shard: test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_abs_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_acosh_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_asin_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_atan2_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_cat_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_clamp_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_diagonal_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_digamma_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_div_no_rounding_mode_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_div_trunc_rounding_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_erfinv_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_i0_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_igamma_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_le_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_lgamma_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_linalg_det_singular_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_linalg_householder_product_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_linalg_matrix_power_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_log1p_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_log_softmax_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_matmul_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_min_binary_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_movedim_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_mul_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_mvlgamma_mvlgamma_p_1_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_mvlgamma_mvlgamma_p_5_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_ne_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_nn_functional_conv1d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_nn_functional_conv_transpose1d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_nn_functional_conv_transpose2d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_nn_functional_conv_transpose3d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_nn_functional_group_norm_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_nn_functional_layer_norm_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_round_decimals_3_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_sigmoid_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_sinc_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_softmax_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_softmax_with_dtype_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_sub_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_tanh_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_vstack_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_xlogy_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_H_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___getitem___cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___rdiv___cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___rmatmul___cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___rmatmul___cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___rpow___cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___rpow___cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_acosh_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_acosh_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_add_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addbmm_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addcdiv_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addcdiv_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addcmul_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addmm_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addmm_decomposed_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addmv_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_amax_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_aminmax_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_angle_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_argmin_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_argsort_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_argwhere_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_argwhere_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_asin_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_asin_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_asinh_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_atan2_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_atan_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_atleast_2d_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_atleast_3d_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_atleast_3d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_baddbmm_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_baddbmm_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_bernoulli_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_block_diag_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_bool_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_broadcast_shapes_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_broadcast_tensors_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_broadcast_to_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_bucketize_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_byte_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cartesian_prod_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cat_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cat_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cdouble_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cfloat_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cfloat_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_char_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cholesky_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cholesky_inverse_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cholesky_solve_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_clamp_max_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_clone_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_clone_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_column_stack_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_combinations_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_conj_physical_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_constant_pad_nd_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_constant_pad_nd_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_contiguous_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_copysign_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_corrcoef_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_corrcoef_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cos_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cos_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cosh_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cosh_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_count_nonzero_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_count_nonzero_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cov_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cov_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cross_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cross_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cummax_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cumprod_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cumsum_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cumulative_trapezoid_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diag_embed_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diag_embed_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diagflat_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diagonal_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_digamma_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_div_no_rounding_mode_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_div_no_rounding_mode_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_dot_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_dot_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_double_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_dsplit_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_dsplit_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_dstack_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_empty_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_empty_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_empty_like_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_eq_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_eq_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_equal_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_erf_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_exp_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_expand_as_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_expand_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_eye_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_fft2_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_fftn_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_fftshift_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_fftshift_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_hfft2_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_hfft_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_hfft_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_hfftn_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_hfftn_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_ifft2_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_ifft2_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_ifft_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_ifftshift_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_ifftshift_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_ihfftn_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_irfft2_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_irfft_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_irfftn_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_rfft2_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_flatten_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_flip_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fliplr_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_flipud_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_float_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_float_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_float_power_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fmin_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fmod_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_full_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_gradient_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_gradient_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_grid_sampler_2d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_gt_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_half_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_histc_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_hsplit_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_hsplit_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_i0_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_igammac_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_imag_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_index_fill_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_index_fill_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_index_reduce_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_inner_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_int_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_int_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isclose_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isfinite_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isinf_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isnan_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isnan_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_jiterator_2inputs_2outputs_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_jiterator_binary_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_jiterator_binary_return_by_ref_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_jiterator_binary_return_by_ref_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_jiterator_unary_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_kthvalue_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ldexp_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_lerp_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_lgamma_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_cond_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_det_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_det_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_det_singular_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_eig_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_eigh_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_eigh_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_eigvals_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_householder_product_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_inv_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_inv_ex_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_inv_ex_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_ldl_factor_ex_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_ldl_factor_ex_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_ldl_solve_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_lstsq_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_lu_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_lu_factor_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_lu_factor_ex_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_matrix_power_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_matrix_rank_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_matrix_rank_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_norm_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_pinv_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_pinv_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_pinv_hermitian_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_qr_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_slogdet_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_slogdet_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_solve_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_solve_ex_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_svd_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_svdvals_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_tensorsolve_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_tensorsolve_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_vecdot_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_vector_norm_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_vector_norm_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_log10_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_log10_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_log1p_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_log2_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_log2_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_log_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_log_softmax_with_dtype_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_log_softmax_with_dtype_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logaddexp_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logcumsumexp_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logdet_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logical_and_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logical_not_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logical_or_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logspace_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logsumexp_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_lt_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_lu_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_lu_unpack_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_amin_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_argmax_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_cumprod_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_cumprod_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_logsumexp_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_median_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_norm_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_normalize_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_normalize_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_scatter_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_scatter_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_sum_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_var_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_max_pool2d_with_indices_backward_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_max_reduction_no_dim_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_max_reduction_with_dim_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mean_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mean_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_meshgrid_list_of_tensors_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_meshgrid_variadic_tensors_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_min_binary_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_minimum_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mm_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_movedim_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_movedim_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_msort_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mul_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mul_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mv_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mv_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mvlgamma_mvlgamma_p_1_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mvlgamma_mvlgamma_p_5_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nan_to_num_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nanmean_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nanquantile_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nansum_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_narrow_copy_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_narrow_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_narrow_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_native_layer_norm_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ne_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ne_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_neg_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_neg_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_new_empty_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_new_empty_strided_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_new_empty_strided_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_new_full_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_new_full_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_adaptive_avg_pool1d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_adaptive_avg_pool3d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_alpha_dropout_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_avg_pool1d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_avg_pool3d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_conv2d_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_conv2d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_conv_transpose2d_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_conv_transpose3d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_cosine_similarity_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_cross_entropy_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_dropout_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_elu_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_embedding_bag_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_gaussian_nll_loss_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_group_norm_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_hardsigmoid_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_hardswish_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_hardtanh_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_huber_loss_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_instance_norm_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_interpolate_bilinear_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_l1_loss_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_l1_loss_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_linear_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_local_response_norm_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_max_pool3d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_max_unpool1d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_max_unpool2d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_max_unpool3d_grad_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_normalize_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_normalize_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pad_circular_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pad_constant_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pad_reflect_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pad_reflect_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pad_replicate_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pdist_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pixel_shuffle_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pixel_shuffle_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_poisson_nll_loss_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_prelu_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_rrelu_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_selu_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_smooth_l1_loss_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_softmin_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_softplus_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_softshrink_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_softsign_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_tanhshrink_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_threshold_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_unfold_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_upsample_nearest_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_norm_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_norm_fro_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_norm_inf_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_norm_inf_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_normal_number_mean_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ones_like_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ormqr_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_permute_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_pinverse_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_polar_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_polygamma_polygamma_n_0_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_polygamma_polygamma_n_1_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_polygamma_polygamma_n_2_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_polygamma_polygamma_n_3_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_pow_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_prod_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_put_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_put_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_qr_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_rad2deg_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_rand_like_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_rand_like_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_randint_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_randn_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_randn_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_randn_like_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_randn_like_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_real_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_reciprocal_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_reshape_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_resize__cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_resize__cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_resize_as__cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_resolve_conj_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_roll_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_round_decimals_0_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_round_decimals_3_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_rsqrt_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_rsub_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_rsub_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_scalar_tensor_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_scatter_add_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_scatter_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_scatter_reduce_prod_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_scatter_reduce_sum_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_searchsorted_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_select_scatter_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_short_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sigmoid_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sign_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_signal_windows_cosine_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_signal_windows_gaussian_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_signal_windows_kaiser_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_signbit_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sinc_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sinh_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_slice_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_softmax_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_softmax_with_dtype_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sort_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_airy_ai_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_bessel_j0_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_bessel_y0_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_chebyshev_polynomial_u_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_entr_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_erfcx_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_hermite_polynomial_h_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_i0e_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_i1e_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_legendre_polynomial_p_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_modified_bessel_i1_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_modified_bessel_k0_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_modified_bessel_k1_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_ndtr_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_scaled_modified_bessel_k1_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_t_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_xlog1py_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_split_with_sizes_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sqrt_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_square_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_squeeze_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_squeeze_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_std_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_std_mean_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_stft_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_stft_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sum_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sum_to_size_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_svd_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_symeig_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_t_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_take_along_dim_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_take_along_dim_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_tan_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_tan_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_tensor_split_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_tensordot_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_tensordot_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_tile_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_tile_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_to_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_to_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_to_sparse_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_to_sparse_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_transpose_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_trapezoid_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_trapz_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_triangular_solve_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_tril_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_triu_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_true_divide_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_unflatten_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_unfold_copy_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_unfold_copy_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_unfold_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_unfold_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_var_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_var_mean_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_var_mean_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_vdot_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_vdot_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_vsplit_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_vstack_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_vstack_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_where_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_xlogy_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_zero__cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_zero__cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_zeros_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_zeros_like_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_zeros_like_cuda_float32 2022-11-23T02:30:25.7429386Z 2022-11-23T02:30:25.7429816Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_abs_cuda_float32 PASSED [ 0%] 2022-11-23T02:30:25.7430620Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_acosh_cuda_float32 PASSED [ 0%] 2022-11-23T02:30:25.7431403Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_asin_cuda_float32 PASSED [ 0%] 2022-11-23T02:30:25.7432205Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_atan2_cuda_float32 XFAIL [ 0%] 2022-11-23T02:30:25.7433202Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_cat_cuda_float32 XFAIL [ 0%] 2022-11-23T02:30:25.7433979Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_clamp_cuda_float32 PASSED [ 1%] 2022-11-23T02:30:25.7435092Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_diagonal_cuda_float32 PASSED [ 1%] 2022-11-23T02:30:25.7435903Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_digamma_cuda_float32 PASSED [ 1%] 2022-11-23T02:30:25.7436735Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_div_no_rounding_mode_cuda_float32 PASSED [ 1%] 2022-11-23T02:30:25.7437595Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_div_trunc_rounding_cuda_float32 PASSED [ 1%] 2022-11-23T02:30:25.7438461Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_erfinv_cuda_float32 PASSED [ 2%] 2022-11-23T02:30:25.7439334Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_i0_cuda_float32 PASSED [ 2%] 2022-11-23T02:30:25.7440112Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_igamma_cuda_float32 XFAIL [ 2%] 2022-11-23T02:30:25.7440875Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_le_cuda_float32 PASSED [ 2%] 2022-11-23T02:30:25.7441652Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_lgamma_cuda_float32 PASSED [ 2%] 2022-11-23T02:30:25.7442474Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_linalg_det_singular_cuda_float32 PASSED [ 3%] 2022-11-23T02:30:25.7443326Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_linalg_householder_product_cuda_float32 PASSED [ 3%] 2022-11-23T02:30:25.7444359Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_linalg_matrix_power_cuda_float32 PASSED [ 3%] 2022-11-23T02:30:25.7445242Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_log1p_cuda_float32 PASSED [ 3%] 2022-11-23T02:30:25.7446068Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_log_softmax_cuda_float32 PASSED [ 3%] 2022-11-23T02:30:25.7446874Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_matmul_cuda_float32 PASSED [ 4%] 2022-11-23T02:30:25.7447693Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_min_binary_cuda_float32 XFAIL [ 4%] 2022-11-23T02:30:25.7448509Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_movedim_cuda_float32 PASSED [ 4%] 2022-11-23T02:30:25.7449302Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_mul_cuda_float32 PASSED [ 4%] 2022-11-23T02:30:25.7450164Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_mvlgamma_mvlgamma_p_1_cuda_float32 PASSED [ 4%] 2022-11-23T02:30:25.7451037Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_mvlgamma_mvlgamma_p_5_cuda_float32 PASSED [ 5%] 2022-11-23T02:30:25.7451821Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_ne_cuda_float32 PASSED [ 5%] 2022-11-23T02:30:25.7452645Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_nn_functional_conv1d_cuda_float32 PASSED [ 5%] 2022-11-23T02:30:25.7453528Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_nn_functional_conv_transpose1d_cuda_float32 PASSED [ 5%] 2022-11-23T02:30:25.7454425Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_nn_functional_conv_transpose2d_cuda_float32 PASSED [ 5%] 2022-11-23T02:30:25.7455330Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_nn_functional_conv_transpose3d_cuda_float32 PASSED [ 6%] 2022-11-23T02:30:25.7456224Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_nn_functional_group_norm_cuda_float32 PASSED [ 6%] 2022-11-23T02:30:25.7457129Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_nn_functional_layer_norm_cuda_float32 PASSED [ 6%] 2022-11-23T02:30:25.7457989Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_round_decimals_3_cuda_float32 SKIPPED (Skipped!) [ 6%] 2022-11-23T02:30:25.7458882Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_sigmoid_cuda_float32 XFAIL [ 6%] 2022-11-23T02:30:25.7459727Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_sinc_cuda_float32 PASSED [ 7%] 2022-11-23T02:30:25.7460608Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_softmax_cuda_float32 PASSED [ 7%] 2022-11-23T02:30:25.7461759Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_softmax_with_dtype_cuda_float32 PASSED [ 7%] 2022-11-23T02:30:25.7462639Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_sub_cuda_float32 PASSED [ 7%] 2022-11-23T02:30:25.7463491Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_tanh_cuda_float32 XFAIL [ 7%] 2022-11-23T02:30:25.7464336Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_vstack_cuda_float32 XFAIL [ 8%] 2022-11-23T02:30:25.7465227Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_xlogy_cuda_float32 PASSED [ 8%] 2022-11-23T02:30:25.7466135Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_H_cuda_complex64 XFAIL [ 8%] 2022-11-23T02:30:25.7467078Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___getitem___cuda_complex64 SKIPPED (Skipped!) [ 8%] 2022-11-23T02:30:25.7468036Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___rdiv___cuda_complex64 XFAIL [ 8%] 2022-11-23T02:30:25.7468968Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___rmatmul___cuda_complex64 XFAIL [ 9%] 2022-11-23T02:30:25.7469892Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___rmatmul___cuda_float32 XFAIL [ 9%] 2022-11-23T02:30:25.7470864Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___rpow___cuda_complex64 XFAIL [ 9%] 2022-11-23T02:30:25.7471867Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___rpow___cuda_float32 XFAIL [ 9%] 2022-11-23T02:30:25.7472799Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_acosh_cuda_complex64 PASSED [ 9%] 2022-11-23T02:30:25.7473938Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_acosh_cuda_float32 PASSED [ 10%] 2022-11-23T02:30:25.7474853Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_add_cuda_float32 PASSED [ 10%] 2022-11-23T02:30:25.7475771Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addbmm_cuda_complex64 PASSED [ 10%] 2022-11-23T02:30:25.7476710Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addcdiv_cuda_complex64 PASSED [ 10%] 2022-11-23T02:30:25.7477672Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addcdiv_cuda_float32 PASSED [ 10%] 2022-11-23T02:30:25.7478619Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addcmul_cuda_complex64 PASSED [ 11%] 2022-11-23T02:30:25.7479568Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addmm_cuda_complex64 PASSED [ 11%] 2022-11-23T02:30:25.7480522Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addmm_decomposed_cuda_float32 PASSED [ 11%] 2022-11-23T02:30:25.7481486Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addmv_cuda_float32 PASSED [ 11%] 2022-11-23T02:30:25.7482374Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_amax_cuda_float32 PASSED [ 11%] 2022-11-23T02:30:25.7483262Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_aminmax_cuda_float32 PASSED [ 12%] 2022-11-23T02:30:25.7484176Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_angle_cuda_float32 PASSED [ 12%] 2022-11-23T02:30:25.7485101Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_argmin_cuda_float32 PASSED [ 12%] 2022-11-23T02:30:25.7486065Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_argsort_cuda_float32 SKIPPED (Skipped!) [ 12%] 2022-11-23T02:30:25.7487055Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_argwhere_cuda_complex64 PASSED [ 12%] 2022-11-23T02:30:25.7487991Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_argwhere_cuda_float32 PASSED [ 13%] 2022-11-23T02:30:25.7488947Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_asin_cuda_complex64 PASSED [ 13%] 2022-11-23T02:30:25.7489825Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_asin_cuda_float32 PASSED [ 13%] 2022-11-23T02:30:25.7490711Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_asinh_cuda_float32 PASSED [ 13%] 2022-11-23T02:30:25.7491619Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_atan2_cuda_float32 PASSED [ 13%] 2022-11-23T02:30:25.7492757Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_atan_cuda_float32 PASSED [ 14%] 2022-11-23T02:30:25.7493699Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_atleast_2d_cuda_complex64 PASSED [ 14%] 2022-11-23T02:30:25.7494652Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_atleast_3d_cuda_complex64 PASSED [ 14%] 2022-11-23T02:30:25.7495613Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_atleast_3d_cuda_float32 XFAIL [ 14%] 2022-11-23T02:30:25.7496565Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_baddbmm_cuda_complex64 PASSED [ 14%] 2022-11-23T02:30:25.7497541Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_baddbmm_cuda_float32 PASSED [ 15%] 2022-11-23T02:30:25.7498521Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_bernoulli_cuda_float32 XFAIL [ 15%] 2022-11-23T02:30:25.7499584Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_block_diag_cuda_complex64 PASSED [ 15%] 2022-11-23T02:30:25.7500573Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_bool_cuda_complex64 XFAIL [ 15%] 2022-11-23T02:30:25.7501591Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_broadcast_shapes_cuda_float32 SKIPPED (Skipped!) [ 15%] 2022-11-23T02:30:25.7502627Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_broadcast_tensors_cuda_float32 XFAIL [ 16%] 2022-11-23T02:30:25.7503641Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_broadcast_to_cuda_complex64 PASSED [ 16%] 2022-11-23T02:30:25.7504871Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_bucketize_cuda_float32 SKIPPED (Expected failure!) [ 16%] 2022-11-23T02:30:25.7505903Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_byte_cuda_complex64 XFAIL [ 16%] 2022-11-23T02:30:25.7506785Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cartesian_prod_cuda_float32 XFAIL [ 16%] 2022-11-23T02:30:25.7507609Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cat_cuda_complex64 PASSED [ 17%] 2022-11-23T02:30:25.7508442Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cat_cuda_float32 PASSED [ 17%] 2022-11-23T02:30:25.7509253Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cdouble_cuda_float32 XFAIL [ 17%] 2022-11-23T02:30:25.7510039Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cfloat_cuda_complex64 XFAIL [ 17%] 2022-11-23T02:30:25.7510930Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cfloat_cuda_float32 XFAIL [ 17%] 2022-11-23T02:30:25.7511718Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_char_cuda_float32 XFAIL [ 18%] 2022-11-23T02:30:25.7512525Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cholesky_cuda_complex64 PASSED [ 18%] 2022-11-23T02:30:25.7513372Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cholesky_inverse_cuda_float32 PASSED [ 18%] 2022-11-23T02:30:25.7514243Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cholesky_solve_cuda_float32 PASSED [ 18%] 2022-11-23T02:30:25.7515104Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_clamp_max_cuda_float32 PASSED [ 18%] 2022-11-23T02:30:25.7515895Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_clone_cuda_complex64 PASSED [ 19%] 2022-11-23T02:30:25.7516701Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_clone_cuda_float32 PASSED [ 19%] 2022-11-23T02:30:25.7517511Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_column_stack_cuda_float32 PASSED [ 19%] 2022-11-23T02:30:25.7518401Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_combinations_cuda_complex64 PASSED [ 19%] 2022-11-23T02:30:25.7519351Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_conj_physical_cuda_float32 SKIPPED (Skipped!) [ 19%] 2022-11-23T02:30:25.7520290Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_constant_pad_nd_cuda_complex64 PASSED [ 20%] 2022-11-23T02:30:25.7521208Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_constant_pad_nd_cuda_float32 PASSED [ 20%] 2022-11-23T02:30:25.7521965Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_contiguous_cuda_complex64 PASSED [ 20%] 2022-11-23T02:30:25.7522549Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_copysign_cuda_float32 PASSED [ 20%] 2022-11-23T02:30:25.7523474Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_corrcoef_cuda_complex64 PASSED [ 20%] 2022-11-23T02:30:25.7524410Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_corrcoef_cuda_float32 PASSED [ 21%] 2022-11-23T02:30:25.7525346Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cos_cuda_complex64 PASSED [ 21%] 2022-11-23T02:30:25.7526249Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cos_cuda_float32 PASSED [ 21%] 2022-11-23T02:30:25.7527172Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cosh_cuda_complex64 PASSED [ 21%] 2022-11-23T02:30:25.7528147Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cosh_cuda_float32 PASSED [ 21%] 2022-11-23T02:30:25.7529128Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_count_nonzero_cuda_complex64 PASSED [ 22%] 2022-11-23T02:30:25.7530127Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_count_nonzero_cuda_float32 PASSED [ 22%] 2022-11-23T02:30:25.7531022Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cov_cuda_complex64 XFAIL [ 22%] 2022-11-23T02:30:25.7531918Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cov_cuda_float32 XFAIL [ 22%] 2022-11-23T02:30:25.7532837Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cross_cuda_complex64 PASSED [ 22%] 2022-11-23T02:30:25.7533903Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cross_cuda_float32 PASSED [ 23%] 2022-11-23T02:30:25.7534434Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cummax_cuda_float32 PASSED [ 23%] 2022-11-23T02:30:25.7534916Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cumprod_cuda_complex64 PASSED [ 23%] 2022-11-23T02:30:25.7535405Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cumsum_cuda_complex64 PASSED [ 23%] 2022-11-23T02:30:25.7535913Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cumulative_trapezoid_cuda_complex64 PASSED [ 23%] 2022-11-23T02:30:25.7536416Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diag_embed_cuda_complex64 PASSED [ 24%] 2022-11-23T02:30:25.7537057Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diag_embed_cuda_float32 PASSED [ 24%] 2022-11-23T02:30:25.7537553Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diagflat_cuda_float32 PASSED [ 24%] 2022-11-23T02:30:25.7538036Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diagonal_cuda_complex64 PASSED [ 24%] 2022-11-23T02:30:25.7538513Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_digamma_cuda_float32 PASSED [ 24%] 2022-11-23T02:30:25.7539008Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_div_no_rounding_mode_cuda_complex64 PASSED [ 25%] 2022-11-23T02:30:25.7539527Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_div_no_rounding_mode_cuda_float32 PASSED [ 25%] 2022-11-23T02:30:25.7540014Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_dot_cuda_complex64 PASSED [ 25%] 2022-11-23T02:30:25.7540474Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_dot_cuda_float32 PASSED [ 25%] 2022-11-23T02:30:25.7540916Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_double_cuda_complex64 XFAIL [ 25%] 2022-11-23T02:30:25.7541391Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_dsplit_cuda_complex64 PASSED [ 25%] 2022-11-23T02:30:25.7541860Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_dsplit_cuda_float32 PASSED [ 26%] 2022-11-23T02:30:25.7542326Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_dstack_cuda_float32 PASSED [ 26%] 2022-11-23T02:30:25.7542808Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_empty_cuda_complex64 SKIPPED (Skipped!) [ 26%] 2022-11-23T02:30:25.7543440Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_empty_cuda_float32 SKIPPED (Skipped!) [ 26%] 2022-11-23T02:30:25.7543948Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_empty_like_cuda_float32 SKIPPED (Skipped!) [ 26%] 2022-11-23T02:30:25.7544414Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_eq_cuda_complex64 PASSED [ 27%] 2022-11-23T02:30:25.7544872Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_eq_cuda_float32 PASSED [ 27%] 2022-11-23T02:30:25.7545329Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_equal_cuda_float32 PASSED [ 27%] 2022-11-23T02:30:25.7545791Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_erf_cuda_float32 PASSED [ 27%] 2022-11-23T02:30:25.7546251Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_exp_cuda_complex64 PASSED [ 27%] 2022-11-23T02:30:25.7546719Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_expand_as_cuda_float32 PASSED [ 28%] 2022-11-23T02:30:25.7547186Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_expand_cuda_float32 PASSED [ 28%] 2022-11-23T02:30:25.7547632Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_eye_cuda_complex64 XFAIL [ 28%] 2022-11-23T02:30:25.7548094Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_fft2_cuda_float32 PASSED [ 28%] 2022-11-23T02:30:25.7548565Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_fftn_cuda_complex64 PASSED [ 28%] 2022-11-23T02:30:25.7549053Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_fftshift_cuda_complex64 PASSED [ 29%] 2022-11-23T02:30:25.7550339Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_fftshift_cuda_float32 PASSED [ 29%] 2022-11-23T02:30:25.7550890Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_hfft2_cuda_float32 PASSED [ 29%] 2022-11-23T02:30:25.7551371Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_hfft_cuda_complex64 PASSED [ 29%] 2022-11-23T02:30:25.7565739Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_hfft_cuda_float32 PASSED [ 29%] 2022-11-23T02:30:25.7566332Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_hfftn_cuda_complex64 PASSED [ 30%] 2022-11-23T02:30:25.7566799Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_hfftn_cuda_float32 PASSED [ 30%] 2022-11-23T02:30:25.7567278Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_ifft2_cuda_complex64 PASSED [ 30%] 2022-11-23T02:30:25.7567734Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_ifft2_cuda_float32 PASSED [ 30%] 2022-11-23T02:30:25.7568181Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_ifft_cuda_float32 PASSED [ 30%] 2022-11-23T02:30:25.7568642Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_ifftshift_cuda_complex64 PASSED [ 31%] 2022-11-23T02:30:25.7569128Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_ifftshift_cuda_float32 PASSED [ 31%] 2022-11-23T02:30:25.7569601Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_ihfftn_cuda_float32 PASSED [ 31%] 2022-11-23T02:30:25.7570069Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_irfft2_cuda_complex64 PASSED [ 31%] 2022-11-23T02:30:25.7570542Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_irfft_cuda_float32 PASSED [ 31%] 2022-11-23T02:30:25.7571002Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_irfftn_cuda_float32 PASSED [ 32%] 2022-11-23T02:30:25.7571451Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_rfft2_cuda_float32 PASSED [ 32%] 2022-11-23T02:30:25.7571915Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_flatten_cuda_complex64 PASSED [ 32%] 2022-11-23T02:30:25.7572387Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_flip_cuda_complex64 PASSED [ 32%] 2022-11-23T02:30:25.7572853Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fliplr_cuda_complex64 PASSED [ 32%] 2022-11-23T02:30:25.7573307Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_flipud_cuda_complex64 PASSED [ 33%] 2022-11-23T02:30:25.7573951Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_float_cuda_complex64 XFAIL [ 33%] 2022-11-23T02:30:25.7574411Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_float_cuda_float32 XFAIL [ 33%] 2022-11-23T02:30:25.7574904Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_float_power_cuda_complex64 SKIPPED (Skipped!) [ 33%] 2022-11-23T02:30:25.7575395Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fmin_cuda_float32 PASSED [ 33%] 2022-11-23T02:30:25.7575853Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fmod_cuda_float32 PASSED [ 34%] 2022-11-23T02:30:25.7576327Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_full_cuda_complex64 SKIPPED (Skipped!) [ 34%] 2022-11-23T02:30:25.7576815Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_gradient_cuda_complex64 SKIPPED (Skipped!) [ 34%] 2022-11-23T02:30:25.7577326Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_gradient_cuda_float32 SKIPPED (Skipped!) [ 34%] 2022-11-23T02:30:25.7577824Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_grid_sampler_2d_cuda_float32 PASSED [ 34%] 2022-11-23T02:30:25.7578294Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_gt_cuda_float32 PASSED [ 35%] 2022-11-23T02:30:25.7578753Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_half_cuda_complex64 XFAIL [ 35%] 2022-11-23T02:30:25.7579213Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_histc_cuda_float32 PASSED [ 35%] 2022-11-23T02:30:25.7579759Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_hsplit_cuda_complex64 PASSED [ 35%] 2022-11-23T02:30:25.7580231Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_hsplit_cuda_float32 PASSED [ 35%] 2022-11-23T02:30:25.7580691Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_i0_cuda_float32 PASSED [ 36%] 2022-11-23T02:30:25.7581146Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_igammac_cuda_float32 PASSED [ 36%] 2022-11-23T02:30:25.7581612Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_imag_cuda_complex64 PASSED [ 36%] 2022-11-23T02:30:25.7582080Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_index_fill_cuda_complex64 PASSED [ 36%] 2022-11-23T02:30:25.7582555Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_index_fill_cuda_float32 PASSED [ 36%] 2022-11-23T02:30:25.7583023Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_index_reduce_cuda_float32 PASSED [ 37%] 2022-11-23T02:30:25.7583476Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_inner_cuda_float32 PASSED [ 37%] 2022-11-23T02:30:25.7583932Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_int_cuda_complex64 XFAIL [ 37%] 2022-11-23T02:30:25.7584384Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_int_cuda_float32 XFAIL [ 37%] 2022-11-23T02:30:25.7584839Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isclose_cuda_float32 PASSED [ 37%] 2022-11-23T02:30:25.7585311Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isfinite_cuda_float32 PASSED [ 38%] 2022-11-23T02:30:25.7585769Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isinf_cuda_float32 PASSED [ 38%] 2022-11-23T02:30:25.7586223Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isnan_cuda_complex64 PASSED [ 38%] 2022-11-23T02:30:25.7586666Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isnan_cuda_float32 PASSED [ 38%] 2022-11-23T02:30:25.7587157Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_jiterator_2inputs_2outputs_cuda_float32 XFAIL [ 38%] 2022-11-23T02:30:25.7587665Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_jiterator_binary_cuda_complex64 XFAIL [ 39%] 2022-11-23T02:30:25.7588180Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_jiterator_binary_return_by_ref_cuda_complex64 XFAIL [ 39%] 2022-11-23T02:30:25.7588704Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_jiterator_binary_return_by_ref_cuda_float32 XFAIL [ 39%] 2022-11-23T02:30:25.7589319Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_jiterator_unary_cuda_complex64 XFAIL [ 39%] 2022-11-23T02:30:25.7589801Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_kthvalue_cuda_float32 PASSED [ 39%] 2022-11-23T02:30:25.7590248Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ldexp_cuda_complex64 PASSED [ 40%] 2022-11-23T02:30:25.7590701Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_lerp_cuda_complex64 PASSED [ 40%] 2022-11-23T02:30:25.7591157Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_lgamma_cuda_float32 PASSED [ 40%] 2022-11-23T02:30:25.7591624Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_cond_cuda_complex64 PASSED [ 40%] 2022-11-23T02:30:25.7592101Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_det_cuda_complex64 PASSED [ 40%] 2022-11-23T02:30:25.7592578Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_det_cuda_float32 PASSED [ 41%] 2022-11-23T02:30:25.7593070Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_det_singular_cuda_float32 PASSED [ 41%] 2022-11-23T02:30:25.7593544Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_eig_cuda_complex64 PASSED [ 41%] 2022-11-23T02:30:25.7594034Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_eigh_cuda_complex64 PASSED [ 41%] 2022-11-23T02:30:25.7594509Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_eigh_cuda_float32 PASSED [ 41%] 2022-11-23T02:30:25.7595067Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_eigvals_cuda_complex64 PASSED [ 42%] 2022-11-23T02:30:25.7595601Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_householder_product_cuda_complex64 PASSED [ 42%] 2022-11-23T02:30:25.7596107Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_inv_cuda_complex64 PASSED [ 42%] 2022-11-23T02:30:25.7596593Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_inv_ex_cuda_complex64 PASSED [ 42%] 2022-11-23T02:30:25.7597056Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_inv_ex_cuda_float32 PASSED [ 42%] 2022-11-23T02:30:25.7597544Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_ldl_factor_ex_cuda_complex64 PASSED [ 43%] 2022-11-23T02:30:25.7598051Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_ldl_factor_ex_cuda_float32 PASSED [ 43%] 2022-11-23T02:30:25.7598546Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_ldl_solve_cuda_complex64 PASSED [ 43%] 2022-11-23T02:30:25.7599030Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_lstsq_cuda_float32 PASSED [ 43%] 2022-11-23T02:30:25.7599505Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_lu_cuda_complex64 PASSED [ 43%] 2022-11-23T02:30:25.7599987Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_lu_factor_cuda_float32 PASSED [ 44%] 2022-11-23T02:30:25.7600466Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_lu_factor_ex_cuda_complex64 PASSED [ 44%] 2022-11-23T02:30:25.7600955Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_matrix_power_cuda_float32 PASSED [ 44%] 2022-11-23T02:30:25.7601471Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_matrix_rank_cuda_complex64 SKIPPED (Skipped!) [ 44%] 2022-11-23T02:30:25.7602002Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_matrix_rank_cuda_float32 SKIPPED (Skipped!) [ 44%] 2022-11-23T02:30:25.7602530Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cuda_float32 PASSED [ 45%] 2022-11-23T02:30:25.7603034Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_norm_cuda_complex64 PASSED [ 45%] 2022-11-23T02:30:25.7603592Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cuda_float32 PASSED [ 45%] 2022-11-23T02:30:25.7604118Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_pinv_cuda_complex64 SKIPPED (Skipped!) [ 45%] 2022-11-23T02:30:25.7604712Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_pinv_cuda_float32 SKIPPED (Skipped!) [ 45%] 2022-11-23T02:30:25.7605223Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_pinv_hermitian_cuda_complex64 PASSED [ 46%] 2022-11-23T02:30:25.7605719Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_qr_cuda_complex64 PASSED [ 46%] 2022-11-23T02:30:25.7606198Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_slogdet_cuda_complex64 PASSED [ 46%] 2022-11-23T02:30:25.7606693Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_slogdet_cuda_float32 PASSED [ 46%] 2022-11-23T02:30:25.7607173Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_solve_cuda_complex64 PASSED [ 46%] 2022-11-23T02:30:25.7607660Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_solve_ex_cuda_complex64 PASSED [ 47%] 2022-11-23T02:30:25.7608132Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_svd_cuda_complex64 PASSED [ 47%] 2022-11-23T02:30:25.7608620Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_svdvals_cuda_complex64 PASSED [ 47%] 2022-11-23T02:30:25.7609114Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_tensorsolve_cuda_complex64 PASSED [ 47%] 2022-11-23T02:30:25.7609614Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_tensorsolve_cuda_float32 PASSED [ 47%] 2022-11-23T02:30:25.7610165Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_vecdot_cuda_float32 PASSED [ 48%] 2022-11-23T02:30:25.7610666Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_vector_norm_cuda_complex64 PASSED [ 48%] 2022-11-23T02:30:25.7611164Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_vector_norm_cuda_float32 PASSED [ 48%] 2022-11-23T02:30:25.7611620Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_log10_cuda_complex64 PASSED [ 48%] 2022-11-23T02:30:25.7612087Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_log10_cuda_float32 PASSED [ 48%] 2022-11-23T02:30:25.7612533Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_log1p_cuda_float32 PASSED [ 49%] 2022-11-23T02:30:25.7612978Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_log2_cuda_complex64 PASSED [ 49%] 2022-11-23T02:30:25.7613414Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_log2_cuda_float32 PASSED [ 49%] 2022-11-23T02:30:25.7613854Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_log_cuda_complex64 PASSED [ 49%] 2022-11-23T02:30:25.7614330Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_log_softmax_with_dtype_cuda_complex64 PASSED [ 49%] 2022-11-23T02:30:25.7614813Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_log_softmax_with_dtype_cuda_float32 PASSED [ 50%] 2022-11-23T02:30:25.7615273Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logaddexp_cuda_float32 PASSED [ 50%] 2022-11-23T02:30:25.7615741Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logcumsumexp_cuda_float32 PASSED [ 50%] 2022-11-23T02:30:25.7616192Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logdet_cuda_float32 PASSED [ 50%] 2022-11-23T02:30:25.7616638Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logical_and_cuda_float32 PASSED [ 50%] 2022-11-23T02:30:25.7617093Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logical_not_cuda_complex64 PASSED [ 50%] 2022-11-23T02:30:25.7617551Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logical_or_cuda_complex64 PASSED [ 51%] 2022-11-23T02:30:25.7617993Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logspace_cuda_float32 XFAIL [ 51%] 2022-11-23T02:30:25.7618441Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logsumexp_cuda_float32 PASSED [ 51%] 2022-11-23T02:30:25.7618878Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_lt_cuda_float32 PASSED [ 51%] 2022-11-23T02:30:25.7619409Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_lu_cuda_complex64 XFAIL [ 51%] 2022-11-23T02:30:25.7619869Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_lu_unpack_cuda_float32 PASSED [ 52%] 2022-11-23T02:30:25.7620330Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_amin_cuda_float32 XFAIL [ 52%] 2022-11-23T02:30:25.7620806Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_argmax_cuda_float32 XFAIL [ 52%] 2022-11-23T02:30:25.7621294Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_cumprod_cuda_complex64 SKIPPED (Skipped!) [ 52%] 2022-11-23T02:30:25.7621825Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_cumprod_cuda_float32 SKIPPED (Skipped!) [ 52%] 2022-11-23T02:30:25.7622346Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_logsumexp_cuda_float32 SKIPPED (Skipped!) [ 53%] 2022-11-23T02:30:25.7622857Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_median_cuda_float32 SKIPPED (Skipped!) [ 53%] 2022-11-23T02:30:25.7623346Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_norm_cuda_float32 XFAIL [ 53%] 2022-11-23T02:30:25.7623832Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_normalize_cuda_complex64 XFAIL [ 53%] 2022-11-23T02:30:25.7624323Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_normalize_cuda_float32 XFAIL [ 53%] 2022-11-23T02:30:25.7624791Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_scatter_cuda_complex64 PASSED [ 54%] 2022-11-23T02:30:25.7625354Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_scatter_cuda_float32 PASSED [ 54%] 2022-11-23T02:30:25.7625849Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_sum_cuda_complex64 XFAIL [ 54%] 2022-11-23T02:30:25.7626325Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_var_cuda_complex64 XFAIL [ 54%] 2022-11-23T02:30:25.7626829Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_max_pool2d_with_indices_backward_cuda_float32 XFAIL [ 54%] 2022-11-23T02:30:25.7627349Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_max_reduction_no_dim_cuda_float32 PASSED [ 55%] 2022-11-23T02:30:25.7627850Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_max_reduction_with_dim_cuda_float32 PASSED [ 55%] 2022-11-23T02:30:25.7628313Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mean_cuda_complex64 PASSED [ 55%] 2022-11-23T02:30:25.7628772Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mean_cuda_float32 PASSED [ 55%] 2022-11-23T02:30:25.7629259Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_meshgrid_list_of_tensors_cuda_float32 PASSED [ 55%] 2022-11-23T02:30:25.7629789Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_meshgrid_variadic_tensors_cuda_float32 SKIPPED (Skipped!) [ 56%] 2022-11-23T02:30:25.7630422Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_min_binary_cuda_float32 PASSED [ 56%] 2022-11-23T02:30:25.7631056Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_minimum_cuda_float32 PASSED [ 56%] 2022-11-23T02:30:25.7631618Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mm_cuda_complex64 PASSED [ 56%] 2022-11-23T02:30:25.7632303Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_movedim_cuda_complex64 PASSED [ 56%] 2022-11-23T02:30:25.7632821Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_movedim_cuda_float32 PASSED [ 57%] 2022-11-23T02:30:25.7633274Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_msort_cuda_float32 PASSED [ 57%] 2022-11-23T02:30:25.7633727Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mul_cuda_complex64 PASSED [ 57%] 2022-11-23T02:30:25.7634172Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mul_cuda_float32 PASSED [ 57%] 2022-11-23T02:30:25.7634622Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mv_cuda_complex64 PASSED [ 57%] 2022-11-23T02:30:25.7635211Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mv_cuda_float32 PASSED [ 58%] 2022-11-23T02:30:25.7635675Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mvlgamma_mvlgamma_p_1_cuda_float32 PASSED [ 58%] 2022-11-23T02:30:25.7636179Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mvlgamma_mvlgamma_p_5_cuda_float32 PASSED [ 58%] 2022-11-23T02:30:25.7636664Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nan_to_num_cuda_float32 PASSED [ 58%] 2022-11-23T02:30:25.7637152Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nanmean_cuda_float32 SKIPPED (Skipped!) [ 58%] 2022-11-23T02:30:25.7637641Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nanquantile_cuda_float32 PASSED [ 59%] 2022-11-23T02:30:25.7638130Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nansum_cuda_float32 SKIPPED (Skipped!) [ 59%] 2022-11-23T02:30:25.7638616Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_narrow_copy_cuda_complex64 PASSED [ 59%] 2022-11-23T02:30:25.7639081Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_narrow_cuda_complex64 PASSED [ 59%] 2022-11-23T02:30:25.7639541Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_narrow_cuda_float32 PASSED [ 59%] 2022-11-23T02:30:25.7640012Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_native_layer_norm_cuda_float32 XFAIL [ 60%] 2022-11-23T02:30:25.7640477Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ne_cuda_complex64 PASSED [ 60%] 2022-11-23T02:30:25.7640917Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ne_cuda_float32 PASSED [ 60%] 2022-11-23T02:30:25.7641446Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_neg_cuda_complex64 PASSED [ 60%] 2022-11-23T02:30:25.7641915Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_neg_cuda_float32 PASSED [ 60%] 2022-11-23T02:30:25.7642376Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_new_empty_cuda_float32 SKIPPED (Skipped!) [ 61%] 2022-11-23T02:30:25.7642947Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_new_empty_strided_cuda_complex64 SKIPPED (Expected: new_empty_strided is not comparable) [ 61%] 2022-11-23T02:30:25.7643578Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_new_empty_strided_cuda_float32 SKIPPED (Expected: new_empty_strided is not comparable) [ 61%] 2022-11-23T02:30:25.7644118Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_new_full_cuda_complex64 PASSED [ 61%] 2022-11-23T02:30:25.7644588Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_new_full_cuda_float32 PASSED [ 61%] 2022-11-23T02:30:25.7645089Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_adaptive_avg_pool1d_cuda_float32 PASSED [ 62%] 2022-11-23T02:30:25.7645624Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_adaptive_avg_pool3d_cuda_float32 XFAIL [ 62%] 2022-11-23T02:30:25.7646134Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_alpha_dropout_cuda_float32 XFAIL [ 62%] 2022-11-23T02:30:25.7646632Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_avg_pool1d_cuda_float32 PASSED [ 62%] 2022-11-23T02:30:25.7647139Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_avg_pool3d_cuda_float32 PASSED [ 62%] 2022-11-23T02:30:25.7647678Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_conv2d_cuda_complex64 SKIPPED (Works on some configs!) [ 63%] 2022-11-23T02:30:25.7648248Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_conv2d_cuda_float32 SKIPPED (Works on some configs!) [ 63%] 2022-11-23T02:30:25.7648816Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_conv_transpose2d_cuda_complex64 SKIPPED (Skipped!) [ 63%] 2022-11-23T02:30:25.7649379Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_conv_transpose3d_cuda_float32 SKIPPED (Skipped!) [ 63%] 2022-11-23T02:30:25.7649924Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_cosine_similarity_cuda_float32 PASSED [ 63%] 2022-11-23T02:30:25.7650541Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_cross_entropy_cuda_float32 XFAIL [ 64%] 2022-11-23T02:30:25.7651031Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_dropout_cuda_float32 XFAIL [ 64%] 2022-11-23T02:30:25.7651528Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_elu_cuda_float32 PASSED [ 64%] 2022-11-23T02:30:25.7652028Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_embedding_bag_cuda_float32 XFAIL [ 64%] 2022-11-23T02:30:25.7652567Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cuda_float32 XFAIL [ 64%] 2022-11-23T02:30:25.7653134Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_gaussian_nll_loss_cuda_float32 SKIPPED (Skipped!) [ 65%] 2022-11-23T02:30:25.7653667Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_group_norm_cuda_float32 XFAIL [ 65%] 2022-11-23T02:30:25.7654180Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_hardsigmoid_cuda_float32 PASSED [ 65%] 2022-11-23T02:30:25.7654675Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_hardswish_cuda_float32 PASSED [ 65%] 2022-11-23T02:30:25.7655183Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_hardtanh_cuda_float32 PASSED [ 65%] 2022-11-23T02:30:25.7655706Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_huber_loss_cuda_float32 SKIPPED (Skipped!) [ 66%] 2022-11-23T02:30:25.7656295Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_instance_norm_cuda_float32 XFAIL [ 66%] 2022-11-23T02:30:25.7656838Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_interpolate_bilinear_cuda_float32 XFAIL [ 66%] 2022-11-23T02:30:25.7657361Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_l1_loss_cuda_complex64 PASSED [ 66%] 2022-11-23T02:30:25.7657863Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_l1_loss_cuda_float32 XFAIL [ 66%] 2022-11-23T02:30:25.7658358Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_linear_cuda_float32 PASSED [ 67%] 2022-11-23T02:30:25.7658851Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_local_response_norm_cuda_float32 XFAIL [ 67%] 2022-11-23T02:30:25.7659367Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_max_pool3d_cuda_float32 PASSED [ 67%] 2022-11-23T02:30:25.7659872Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_max_unpool1d_cuda_float32 PASSED [ 67%] 2022-11-23T02:30:25.7660382Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_max_unpool2d_cuda_float32 PASSED [ 67%] 2022-11-23T02:30:25.7660897Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_max_unpool3d_grad_cuda_float32 PASSED [ 68%] 2022-11-23T02:30:25.7661423Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_normalize_cuda_complex64 PASSED [ 68%] 2022-11-23T02:30:25.7661934Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_normalize_cuda_float32 PASSED [ 68%] 2022-11-23T02:30:25.7662444Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pad_circular_cuda_float32 SKIPPED (Skipped!) [ 68%] 2022-11-23T02:30:25.7662971Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pad_constant_cuda_float32 PASSED [ 68%] 2022-11-23T02:30:25.7663492Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pad_reflect_cuda_complex64 PASSED [ 69%] 2022-11-23T02:30:25.7664025Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pad_reflect_cuda_float32 SKIPPED (Skipped!) [ 69%] 2022-11-23T02:30:25.7664573Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pad_replicate_cuda_float32 SKIPPED (Skipped!) [ 69%] 2022-11-23T02:30:25.7665191Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pdist_cuda_float32 PASSED [ 69%] 2022-11-23T02:30:25.7665723Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pixel_shuffle_cuda_complex64 SKIPPED (Skipped!) [ 69%] 2022-11-23T02:30:25.7666274Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pixel_shuffle_cuda_float32 SKIPPED (Skipped!) [ 70%] 2022-11-23T02:30:25.7666807Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cuda_float32 SKIPPED (Skipped!) [ 70%] 2022-11-23T02:30:25.7667351Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_poisson_nll_loss_cuda_float32 PASSED [ 70%] 2022-11-23T02:30:25.7667856Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_prelu_cuda_float32 XFAIL [ 70%] 2022-11-23T02:30:25.7668343Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_rrelu_cuda_float32 XFAIL [ 70%] 2022-11-23T02:30:25.7668839Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_selu_cuda_float32 PASSED [ 71%] 2022-11-23T02:30:25.7669341Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_smooth_l1_loss_cuda_float32 XFAIL [ 71%] 2022-11-23T02:30:25.7669843Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_softmin_cuda_float32 PASSED [ 71%] 2022-11-23T02:30:25.7670348Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cuda_complex64 PASSED [ 71%] 2022-11-23T02:30:25.7670956Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cuda_float32 PASSED [ 71%] 2022-11-23T02:30:25.7671497Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_softplus_cuda_float32 PASSED [ 72%] 2022-11-23T02:30:25.7672006Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_softshrink_cuda_float32 PASSED [ 72%] 2022-11-23T02:30:25.7672524Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_softsign_cuda_complex64 PASSED [ 72%] 2022-11-23T02:30:25.7673039Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_tanhshrink_cuda_complex64 PASSED [ 72%] 2022-11-23T02:30:25.7673554Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_threshold_cuda_float32 PASSED [ 72%] 2022-11-23T02:30:25.7674080Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cuda_complex64 PASSED [ 73%] 2022-11-23T02:30:25.7674600Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cuda_float32 PASSED [ 73%] 2022-11-23T02:30:25.7675155Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 XFAIL [ 73%] 2022-11-23T02:30:25.7675723Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cuda_float32 XFAIL [ 73%] 2022-11-23T02:30:25.7676302Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_unfold_cuda_complex64 SKIPPED (Internal assert failed!) [ 73%] 2022-11-23T02:30:25.7676847Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_upsample_nearest_cuda_float32 XFAIL [ 74%] 2022-11-23T02:30:25.7677334Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_norm_cuda_complex64 PASSED [ 74%] 2022-11-23T02:30:25.7677799Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_norm_fro_cuda_float32 XFAIL [ 74%] 2022-11-23T02:30:25.7678266Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_norm_inf_cuda_complex64 PASSED [ 74%] 2022-11-23T02:30:25.7678713Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_norm_inf_cuda_float32 XFAIL [ 74%] 2022-11-23T02:30:25.7679183Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_normal_number_mean_cuda_float32 XFAIL [ 75%] 2022-11-23T02:30:25.7679655Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ones_like_cuda_complex64 PASSED [ 75%] 2022-11-23T02:30:25.7680210Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ormqr_cuda_float32 PASSED [ 75%] 2022-11-23T02:30:25.7680673Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_permute_cuda_complex64 PASSED [ 75%] 2022-11-23T02:30:25.7681140Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_pinverse_cuda_float32 PASSED [ 75%] 2022-11-23T02:30:25.7681602Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_polar_cuda_float32 PASSED [ 75%] 2022-11-23T02:30:25.7682069Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_polygamma_polygamma_n_0_cuda_float32 PASSED [ 76%] 2022-11-23T02:30:25.7682593Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_polygamma_polygamma_n_1_cuda_float32 SKIPPED (Skipped!) [ 76%] 2022-11-23T02:30:25.7683128Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_polygamma_polygamma_n_2_cuda_float32 SKIPPED (Skipped!) [ 76%] 2022-11-23T02:30:25.7683666Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_polygamma_polygamma_n_3_cuda_float32 SKIPPED (Skipped!) [ 76%] 2022-11-23T02:30:25.7684157Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_pow_cuda_float32 PASSED [ 76%] 2022-11-23T02:30:25.7684611Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_prod_cuda_float32 PASSED [ 77%] 2022-11-23T02:30:25.7685066Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_put_cuda_complex64 PASSED [ 77%] 2022-11-23T02:30:25.7685504Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_put_cuda_float32 PASSED [ 77%] 2022-11-23T02:30:25.7686022Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_qr_cuda_float32 PASSED [ 77%] 2022-11-23T02:30:25.7686495Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_rad2deg_cuda_float32 PASSED [ 77%] 2022-11-23T02:30:25.7686957Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_rand_like_cuda_complex64 XFAIL [ 78%] 2022-11-23T02:30:25.7687428Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_rand_like_cuda_float32 XFAIL [ 78%] 2022-11-23T02:30:25.7687878Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_randint_cuda_float32 XFAIL [ 78%] 2022-11-23T02:30:25.7688332Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_randn_cuda_complex64 XFAIL [ 78%] 2022-11-23T02:30:25.7688761Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_randn_cuda_float32 XFAIL [ 78%] 2022-11-23T02:30:25.7689219Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_randn_like_cuda_complex64 XFAIL [ 79%] 2022-11-23T02:30:25.7689682Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_randn_like_cuda_float32 XFAIL [ 79%] 2022-11-23T02:30:25.7690132Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_real_cuda_complex64 PASSED [ 79%] 2022-11-23T02:30:25.7690605Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_reciprocal_cuda_complex64 PASSED [ 79%] 2022-11-23T02:30:25.7691078Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_reshape_cuda_complex64 PASSED [ 79%] 2022-11-23T02:30:25.7691536Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_resize__cuda_complex64 PASSED [ 80%] 2022-11-23T02:30:25.7691997Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_resize__cuda_float32 PASSED [ 80%] 2022-11-23T02:30:25.7692459Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_resize_as__cuda_complex64 PASSED [ 80%] 2022-11-23T02:30:25.7692930Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_resolve_conj_cuda_float32 PASSED [ 80%] 2022-11-23T02:30:25.7693391Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_roll_cuda_float32 PASSED [ 80%] 2022-11-23T02:30:25.7693856Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_round_decimals_0_cuda_float32 PASSED [ 81%] 2022-11-23T02:30:25.7694355Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_round_decimals_3_cuda_float32 SKIPPED (Skipped!) [ 81%] 2022-11-23T02:30:25.7694915Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_rsqrt_cuda_complex64 PASSED [ 81%] 2022-11-23T02:30:25.7695375Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_rsub_cuda_complex64 PASSED [ 81%] 2022-11-23T02:30:25.7695825Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_rsub_cuda_float32 PASSED [ 81%] 2022-11-23T02:30:25.7696288Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_scalar_tensor_cuda_float32 XFAIL [ 82%] 2022-11-23T02:30:25.7696757Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_scatter_add_cuda_float32 PASSED [ 82%] 2022-11-23T02:30:25.7697232Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_scatter_cuda_complex64 PASSED [ 82%] 2022-11-23T02:30:25.7697720Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_scatter_reduce_prod_cuda_float32 PASSED [ 82%] 2022-11-23T02:30:25.7698198Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_scatter_reduce_sum_cuda_float32 PASSED [ 82%] 2022-11-23T02:30:25.7698743Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_searchsorted_cuda_float32 SKIPPED (Expected failure!) [ 83%] 2022-11-23T02:30:25.7699257Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_select_scatter_cuda_float32 PASSED [ 83%] 2022-11-23T02:30:25.7699720Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_short_cuda_complex64 XFAIL [ 83%] 2022-11-23T02:30:25.7700178Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sigmoid_cuda_complex64 PASSED [ 83%] 2022-11-23T02:30:25.7700632Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sign_cuda_float32 PASSED [ 83%] 2022-11-23T02:30:25.7701180Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_signal_windows_cosine_cuda_float32 XFAIL [ 84%] 2022-11-23T02:30:25.7701680Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_signal_windows_gaussian_cuda_float32 XFAIL [ 84%] 2022-11-23T02:30:25.7702167Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_signal_windows_kaiser_cuda_float32 XFAIL [ 84%] 2022-11-23T02:30:25.7702640Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_signbit_cuda_float32 PASSED [ 84%] 2022-11-23T02:30:25.7703083Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sinc_cuda_float32 PASSED [ 84%] 2022-11-23T02:30:25.7703529Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sinh_cuda_complex64 PASSED [ 85%] 2022-11-23T02:30:25.7704085Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_slice_cuda_float32 SKIPPED (variant consistency doesn't work on torch.ops) [ 85%] 2022-11-23T02:30:25.7704609Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_softmax_cuda_float32 PASSED [ 85%] 2022-11-23T02:30:25.7705076Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_softmax_with_dtype_cuda_complex64 PASSED [ 85%] 2022-11-23T02:30:25.7705534Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sort_cuda_float32 PASSED [ 85%] 2022-11-23T02:30:25.7705999Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_airy_ai_cuda_float32 PASSED [ 86%] 2022-11-23T02:30:25.7706484Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_bessel_j0_cuda_float32 PASSED [ 86%] 2022-11-23T02:30:25.7706963Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_bessel_y0_cuda_float32 PASSED [ 86%] 2022-11-23T02:30:25.7707467Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_chebyshev_polynomial_u_cuda_float32 PASSED [ 86%] 2022-11-23T02:30:25.7707968Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_entr_cuda_float32 PASSED [ 86%] 2022-11-23T02:30:25.7708442Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_erfcx_cuda_float32 PASSED [ 87%] 2022-11-23T02:30:25.7708930Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_hermite_polynomial_h_cuda_float32 PASSED [ 87%] 2022-11-23T02:30:25.7709415Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_i0e_cuda_float32 PASSED [ 87%] 2022-11-23T02:30:25.7709871Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_i1e_cuda_float32 PASSED [ 87%] 2022-11-23T02:30:25.7710552Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_legendre_polynomial_p_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 87%] 2022-11-23T02:30:25.7711147Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_modified_bessel_i1_cuda_float32 PASSED [ 88%] 2022-11-23T02:30:25.7711665Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_modified_bessel_k0_cuda_float32 PASSED [ 88%] 2022-11-23T02:30:25.7712182Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_modified_bessel_k1_cuda_float32 PASSED [ 88%] 2022-11-23T02:30:25.7712661Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_ndtr_cuda_float32 PASSED [ 88%] 2022-11-23T02:30:25.7713172Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_scaled_modified_bessel_k1_cuda_float32 PASSED [ 88%] 2022-11-23T02:30:25.7713806Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 89%] 2022-11-23T02:30:25.7714399Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_xlog1py_cuda_float32 PASSED [ 89%] 2022-11-23T02:30:25.7714886Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_split_with_sizes_cuda_float32 PASSED [ 89%] 2022-11-23T02:30:25.7715355Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sqrt_cuda_float32 PASSED [ 89%] 2022-11-23T02:30:25.7715891Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_square_cuda_complex64 PASSED [ 89%] 2022-11-23T02:30:25.7716384Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_squeeze_cuda_complex64 PASSED [ 90%] 2022-11-23T02:30:25.7716833Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_squeeze_cuda_float32 PASSED [ 90%] 2022-11-23T02:30:25.7717292Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_std_cuda_float32 PASSED [ 90%] 2022-11-23T02:30:25.7717759Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_std_mean_cuda_complex64 PASSED [ 90%] 2022-11-23T02:30:25.7718299Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_stft_cuda_complex64 SKIPPED (Skipped! stft does not match the native function) [ 90%] 2022-11-23T02:30:25.7718963Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_stft_cuda_float32 SKIPPED (Skipped! stft does not match the native function) [ 91%] 2022-11-23T02:30:25.7719834Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sum_cuda_float32 PASSED [ 91%] 2022-11-23T02:30:25.7720649Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sum_to_size_cuda_complex64 PASSED [ 91%] 2022-11-23T02:30:25.7721636Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_svd_cuda_complex64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 91%] 2022-11-23T02:30:25.7722594Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_symeig_cuda_float32 PASSED [ 91%] 2022-11-23T02:30:25.7723429Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_t_cuda_complex64 PASSED [ 92%] 2022-11-23T02:30:25.7724347Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_take_along_dim_cuda_complex64 PASSED [ 92%] 2022-11-23T02:30:25.7725244Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_take_along_dim_cuda_float32 PASSED [ 92%] 2022-11-23T02:30:25.7726090Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_tan_cuda_complex64 PASSED [ 92%] 2022-11-23T02:30:25.7726910Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_tan_cuda_float32 PASSED [ 92%] 2022-11-23T02:30:25.7727784Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_tensor_split_cuda_complex64 PASSED [ 93%] 2022-11-23T02:30:25.7728672Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_tensordot_cuda_complex64 PASSED [ 93%] 2022-11-23T02:30:25.7729523Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_tensordot_cuda_float32 PASSED [ 93%] 2022-11-23T02:30:25.7731476Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_tile_cuda_complex64 PASSED [ 93%] 2022-11-23T02:30:25.7732298Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_tile_cuda_float32 PASSED [ 93%] 2022-11-23T02:30:25.7733283Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_to_cuda_complex64 PASSED [ 94%] 2022-11-23T02:30:25.7734300Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_to_cuda_float32 PASSED [ 94%] 2022-11-23T02:30:25.7735255Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_to_sparse_cuda_complex64 PASSED [ 94%] 2022-11-23T02:30:25.7736193Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_to_sparse_cuda_float32 PASSED [ 94%] 2022-11-23T02:30:25.7737139Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_transpose_cuda_float32 PASSED [ 94%] 2022-11-23T02:30:25.7738053Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_trapezoid_cuda_complex64 PASSED [ 95%] 2022-11-23T02:30:25.7738982Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_trapz_cuda_complex64 PASSED [ 95%] 2022-11-23T02:30:25.7739959Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_triangular_solve_cuda_complex64 PASSED [ 95%] 2022-11-23T02:30:25.7740962Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_tril_cuda_complex64 PASSED [ 95%] 2022-11-23T02:30:25.7741839Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_triu_cuda_complex64 PASSED [ 95%] 2022-11-23T02:30:25.7742717Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_true_divide_cuda_complex64 PASSED [ 96%] 2022-11-23T02:30:25.7743784Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_unflatten_cuda_float32 PASSED [ 96%] 2022-11-23T02:30:25.7744740Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_unfold_copy_cuda_complex64 PASSED [ 96%] 2022-11-23T02:30:25.7745668Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_unfold_copy_cuda_float32 PASSED [ 96%] 2022-11-23T02:30:25.7746625Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_unfold_cuda_complex64 PASSED [ 96%] 2022-11-23T02:30:25.7747570Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_unfold_cuda_float32 PASSED [ 97%] 2022-11-23T02:30:25.7748540Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_var_cuda_complex64 PASSED [ 97%] 2022-11-23T02:30:25.7749484Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_var_mean_cuda_complex64 PASSED [ 97%] 2022-11-23T02:30:25.7750371Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_var_mean_cuda_float32 PASSED [ 97%] 2022-11-23T02:30:25.7751338Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_vdot_cuda_complex64 PASSED [ 97%] 2022-11-23T02:30:25.7752216Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_vdot_cuda_float32 PASSED [ 98%] 2022-11-23T02:30:25.7753093Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_vsplit_cuda_complex64 PASSED [ 98%] 2022-11-23T02:30:25.7754075Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_vstack_cuda_complex64 PASSED [ 98%] 2022-11-23T02:30:25.7754991Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_vstack_cuda_float32 PASSED [ 98%] 2022-11-23T02:30:25.7755889Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_where_cuda_float32 SKIPPED (Skipped!) [ 98%] 2022-11-23T02:30:25.7756786Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_xlogy_cuda_float32 PASSED [ 99%] 2022-11-23T02:30:25.7757584Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_zero__cuda_complex64 XFAIL [ 99%] 2022-11-23T02:30:25.7758438Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_zero__cuda_float32 XFAIL [ 99%] 2022-11-23T02:30:25.7759327Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_zeros_cuda_float32 SKIPPED (Skipped!) [ 99%] 2022-11-23T02:30:25.7760248Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_zeros_like_cuda_complex64 PASSED [ 99%] 2022-11-23T02:30:25.7761435Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_zeros_like_cuda_float32 PASSED [100%] 2022-11-23T02:30:25.7761921Z 2022-11-23T02:30:25.7762181Z ============================== warnings summary =============================== 2022-11-23T02:30:25.7762942Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:30:25.7764099Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:30:25.7765036Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:30:25.7765363Z 2022-11-23T02:30:25.7765785Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:30:25.7766874Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_jit\test_ops_jit-e8cc855dc5a57f11.xml - 2022-11-23T02:30:25.7768047Z = 369 passed, 53 skipped, 1 deselected, 82 xfailed, 1 warning in 1143.25s (0:19:03) = 2022-11-23T02:30:25.7768923Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T02:30:25.7769423Z 2022-11-23T02:30:25.7770059Z ##[endgroup] 2022-11-23T02:30:25.7770870Z FINISHED PRINTING LOG FILE of test_ops_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_jit_k9u02a0n) 2022-11-23T02:30:25.7771475Z 2022-11-23T02:33:27.0246263Z 2022-11-23T02:33:27.0247234Z Expand the folded group to see the log file of test_ops_jit 2022-11-23T02:33:27.0248951Z ##[group]PRINTING LOG FILE of test_ops_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_jit_y9ljnz22) 2022-11-23T02:33:27.0261972Z Test results will be stored in test-reports\python-pytest\test_ops_jit\test_ops_jit-c29f11800646371a.xml 2022-11-23T02:33:27.0262653Z ============================= test session starts ============================= 2022-11-23T02:33:27.0263204Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:33:27.0263854Z cachedir: .pytest_cache 2022-11-23T02:33:27.0268352Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:33:27.0269077Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:33:27.0269711Z plugins: hypothesis-5.35.1, flakefinder-1.1.0, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-11-23T02:33:27.0270330Z collecting ... collected 1040 items / 3 deselected / 1037 selected 2022-11-23T02:33:27.0391890Z Running 532 items in this shard: test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_acos_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_asinh_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_atan_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_atanh_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_div_floor_rounding_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_erf_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_erfc_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_exp2_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_expm1_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_ge_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_gt_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_igammac_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_linalg_det_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_linalg_inv_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_log_softmax_with_dtype_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_logit_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_logsumexp_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_lt_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_mH_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_matrix_exp_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_max_binary_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_mvlgamma_mvlgamma_p_3_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_neg_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_nn_functional_conv2d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_outer_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_round_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_round_decimals_0_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_round_decimals_neg_3_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_transpose_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_trunc_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_H_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_T_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_T_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___getitem___cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___radd___cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___radd___cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___rdiv___cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___rmod___cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___rmul___cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___rmul___cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___rsub___cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___rsub___cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit__softmax_backward_data_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_abs_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_abs_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_acos_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_acos_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_add_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addbmm_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addcmul_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addmm_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addmm_decomposed_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addmv_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addr_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addr_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_all_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_all_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_allclose_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_allclose_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_amin_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_angle_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_any_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_any_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_arange_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_argmax_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_as_strided_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_as_strided_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_as_strided_scatter_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_as_strided_scatter_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_asinh_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_atan_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_atanh_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_atanh_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_atleast_1d_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_atleast_1d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_atleast_2d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_bfloat16_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_bfloat16_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_block_diag_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_bmm_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_bmm_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_bool_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_broadcast_tensors_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_broadcast_to_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_byte_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cartesian_prod_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cdist_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cdouble_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ceil_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_chalf_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_chalf_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_char_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cholesky_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cholesky_inverse_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cholesky_solve_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_chunk_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_chunk_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_clamp_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_clamp_min_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_column_stack_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_combinations_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_complex_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_conj_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_conj_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_conj_physical_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_contiguous_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cummin_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cumprod_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cumsum_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cumulative_trapezoid_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_deg2rad_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diag_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diag_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diagflat_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diagonal_copy_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diagonal_copy_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diagonal_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diagonal_scatter_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diff_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diff_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_dist_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_dist_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_div_floor_rounding_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_div_trunc_rounding_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_double_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_dstack_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_einsum_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_einsum_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_empty_like_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_equal_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_erfc_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_erfinv_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_exp2_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_exp_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_expand_as_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_expand_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_expm1_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_eye_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_fft2_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_fft_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_fft_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_fftn_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_hfft2_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_ifft_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_ifftn_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_ifftn_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_ihfft2_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_ihfft_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_irfft2_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_irfft_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_irfftn_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_rfft_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_rfftn_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fill_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fill_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_flatten_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_flip_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fliplr_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_flipud_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_float_power_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_floor_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_floor_divide_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fmax_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_frac_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_frexp_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_full_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_full_like_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_full_like_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_gather_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_gather_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ge_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_geqrf_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_geqrf_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_half_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_heaviside_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_hstack_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_hstack_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_hypot_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_igamma_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_index_add_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_index_add_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_index_copy_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_index_copy_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_index_put_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_index_put_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_index_select_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_index_select_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_inner_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isclose_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isfinite_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isin_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isinf_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isneginf_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isposinf_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isreal_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isreal_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_istft_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_jiterator_2inputs_2outputs_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_jiterator_binary_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_jiterator_unary_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_kron_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_kron_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ldexp_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_le_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_lerp_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_cond_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_cross_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_cross_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_det_singular_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_eig_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_eigvals_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_eigvalsh_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_eigvalsh_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_householder_product_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_inv_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_ldl_factor_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_ldl_factor_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_ldl_solve_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_lstsq_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_lu_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_lu_factor_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_lu_factor_ex_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_lu_solve_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_lu_solve_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_matrix_norm_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_matrix_norm_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_matrix_power_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_multi_dot_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_multi_dot_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_norm_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_pinv_hermitian_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_pinv_singular_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_pinv_singular_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_qr_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_solve_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_solve_ex_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_solve_triangular_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_solve_triangular_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_svd_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_svdvals_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_tensorinv_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_tensorinv_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_vander_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_vander_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_vecdot_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linspace_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linspace_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_log_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_log_softmax_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logaddexp2_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logdet_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logical_and_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logical_not_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logical_or_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logical_xor_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logical_xor_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logit_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logspace_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_long_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_long_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_lu_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_lu_solve_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_lu_solve_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_lu_unpack_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mH_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mH_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mT_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mT_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_amax_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_argmin_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_cumsum_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_cumsum_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_fill_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_fill_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_log_softmax_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_logaddexp_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_mean_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_mean_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_prod_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_prod_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_select_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_select_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_softmax_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_softmin_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_std_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_std_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_sum_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_var_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_matmul_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_matmul_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_matrix_exp_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_matrix_exp_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_max_binary_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_maximum_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_median_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_meshgrid_list_of_tensors_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_meshgrid_variadic_tensors_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_min_reduction_no_dim_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_min_reduction_with_dim_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mm_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mode_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_multinomial_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mvlgamma_mvlgamma_p_3_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nanmedian_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_narrow_copy_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_native_batch_norm_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_native_dropout_backward_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_new_empty_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_new_ones_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_new_ones_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_new_zeros_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_new_zeros_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nextafter_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional__scaled_dot_product_attention_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_adaptive_avg_pool2d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_adaptive_max_pool1d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_adaptive_max_pool2d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_adaptive_max_pool3d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_avg_pool2d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_batch_norm_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_batch_norm_without_cudnn_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_bilinear_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_binary_cross_entropy_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_celu_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_conv1d_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_conv1d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_conv_transpose1d_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_conv_transpose1d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_conv_transpose2d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_conv_transpose3d_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_cosine_embedding_loss_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_ctc_loss_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_dropout2d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_dropout3d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_embedding_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_fractional_max_pool2d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_fractional_max_pool3d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_gelu_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_glu_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_grid_sample_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_hardshrink_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_hinge_embedding_loss_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_interpolate_area_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_interpolate_bicubic_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_interpolate_linear_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_interpolate_nearest_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_interpolate_trilinear_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_kl_div_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_layer_norm_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_leaky_relu_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_linear_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_logsigmoid_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_margin_ranking_loss_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_max_pool1d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_max_pool2d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_max_unpool1d_grad_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_max_unpool2d_grad_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_max_unpool3d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_mish_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_mse_loss_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_multi_margin_loss_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_multilabel_margin_loss_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_multilabel_soft_margin_loss_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_nll_loss_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pad_circular_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pad_constant_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pad_replicate_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pairwise_distance_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pairwise_distance_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_relu6_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_relu_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_silu_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_soft_margin_loss_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_softsign_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_tanhshrink_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_unfold_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_upsample_bilinear_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nonzero_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nonzero_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_norm_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_norm_fro_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_norm_nuc_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_norm_nuc_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_normal_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ones_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ones_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ones_like_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ormqr_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_outer_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_outer_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_pca_lowrank_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_permute_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_pinverse_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_polygamma_polygamma_n_4_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_positive_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_positive_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_pow_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_prod_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_qr_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_quantile_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_randint_like_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ravel_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ravel_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_real_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_reciprocal_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_remainder_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_renorm_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_renorm_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_repeat_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_repeat_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_repeat_interleave_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_repeat_interleave_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_reshape_as_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_reshape_as_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_reshape_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_resize_as__cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_resolve_conj_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_resolve_neg_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_resolve_neg_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_roll_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_rot90_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_rot90_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_round_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_round_decimals_neg_3_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_rsqrt_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_scalar_tensor_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_scatter_add_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_scatter_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_scatter_reduce_amax_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_scatter_reduce_amin_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_scatter_reduce_mean_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_segment_reduce_lengths_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_segment_reduce_offsets_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_select_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_select_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sgn_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sgn_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_short_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sigmoid_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_signal_windows_exponential_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sin_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sin_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sinc_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sinh_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_slice_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_slice_scatter_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_softmax_with_dtype_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sparse_sampled_addmm_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sparse_sampled_addmm_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_bessel_j1_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_bessel_y1_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_chebyshev_polynomial_t_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_chebyshev_polynomial_v_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_chebyshev_polynomial_w_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_hermite_polynomial_he_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_i1_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_laguerre_polynomial_l_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_log_ndtr_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_modified_bessel_i0_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_ndtri_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_polygamma_special_polygamma_n_0_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_scaled_modified_bessel_k0_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_u_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_v_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_w_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_spherical_bessel_j0_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_zeta_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_split_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_split_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_split_list_args_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_split_list_args_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_split_with_sizes_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sqrt_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_square_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_stack_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_stack_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_std_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_std_mean_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sub_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sub_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sum_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sum_to_size_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_svd_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_svd_lowrank_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_symeig_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_t_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_take_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_take_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_tanh_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_tanh_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_tensor_split_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_topk_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_trace_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_trace_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_transpose_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_trapezoid_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_trapz_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_triangular_solve_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_tril_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_triu_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_true_divide_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_trunc_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_unbind_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_unbind_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_unflatten_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_uniform_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_uniform_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_unique_consecutive_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_unique_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_unsqueeze_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_unsqueeze_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_var_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_view_as_complex_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_view_as_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_view_as_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_view_as_real_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_view_copy_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_view_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_view_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_vsplit_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_where_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_zeros_cuda_complex64 2022-11-23T02:33:27.0486749Z 2022-11-23T02:33:27.0487199Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_acos_cuda_float32 PASSED [ 0%] 2022-11-23T02:33:27.0488002Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_asinh_cuda_float32 PASSED [ 0%] 2022-11-23T02:33:27.0488776Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_atan_cuda_float32 PASSED [ 0%] 2022-11-23T02:33:27.0489561Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_atanh_cuda_float32 PASSED [ 0%] 2022-11-23T02:33:27.0490385Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_div_floor_rounding_cuda_float32 PASSED [ 0%] 2022-11-23T02:33:27.0491718Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_erf_cuda_float32 PASSED [ 1%] 2022-11-23T02:33:27.0492465Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_erfc_cuda_float32 PASSED [ 1%] 2022-11-23T02:33:27.0493244Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_exp2_cuda_float32 PASSED [ 1%] 2022-11-23T02:33:27.0494011Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_expm1_cuda_float32 PASSED [ 1%] 2022-11-23T02:33:27.0494779Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_ge_cuda_float32 PASSED [ 1%] 2022-11-23T02:33:27.0495534Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_gt_cuda_float32 PASSED [ 2%] 2022-11-23T02:33:27.0496303Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_igammac_cuda_float32 XFAIL [ 2%] 2022-11-23T02:33:27.0497093Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_linalg_det_cuda_float32 PASSED [ 2%] 2022-11-23T02:33:27.0497872Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_linalg_inv_cuda_float32 PASSED [ 2%] 2022-11-23T02:33:27.0498708Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_log_softmax_with_dtype_cuda_float32 PASSED [ 2%] 2022-11-23T02:33:27.0499802Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_logit_cuda_float32 PASSED [ 3%] 2022-11-23T02:33:27.0500589Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_logsumexp_cuda_float32 PASSED [ 3%] 2022-11-23T02:33:27.0501372Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_lt_cuda_float32 PASSED [ 3%] 2022-11-23T02:33:27.0502123Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_mH_cuda_float32 PASSED [ 3%] 2022-11-23T02:33:27.0502883Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_matrix_exp_cuda_float32 PASSED [ 3%] 2022-11-23T02:33:27.0503679Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_max_binary_cuda_float32 XFAIL [ 3%] 2022-11-23T02:33:27.0504507Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_mvlgamma_mvlgamma_p_3_cuda_float32 PASSED [ 4%] 2022-11-23T02:33:27.0505319Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_neg_cuda_float32 PASSED [ 4%] 2022-11-23T02:33:27.0506128Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_nn_functional_conv2d_cuda_float32 PASSED [ 4%] 2022-11-23T02:33:27.0506943Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_outer_cuda_float32 PASSED [ 4%] 2022-11-23T02:33:27.0507722Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_round_cuda_float32 PASSED [ 4%] 2022-11-23T02:33:27.0508503Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_round_decimals_0_cuda_float32 PASSED [ 5%] 2022-11-23T02:33:27.0509373Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_round_decimals_neg_3_cuda_float32 SKIPPED (Skipped!) [ 5%] 2022-11-23T02:33:27.0510369Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_transpose_cuda_float32 PASSED [ 5%] 2022-11-23T02:33:27.0511179Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_trunc_cuda_float32 PASSED [ 5%] 2022-11-23T02:33:27.0511956Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_H_cuda_float32 XFAIL [ 5%] 2022-11-23T02:33:27.0512734Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_T_cuda_complex64 XFAIL [ 6%] 2022-11-23T02:33:27.0513514Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_T_cuda_float32 XFAIL [ 6%] 2022-11-23T02:33:27.0514311Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___getitem___cuda_float32 SKIPPED (Skipped!) [ 6%] 2022-11-23T02:33:27.0515140Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___radd___cuda_complex64 XFAIL [ 6%] 2022-11-23T02:33:27.0515933Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___radd___cuda_float32 XFAIL [ 6%] 2022-11-23T02:33:27.0516716Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___rdiv___cuda_float32 XFAIL [ 6%] 2022-11-23T02:33:27.0517495Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___rmod___cuda_float32 XFAIL [ 7%] 2022-11-23T02:33:27.0518277Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___rmul___cuda_complex64 XFAIL [ 7%] 2022-11-23T02:33:27.0519064Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___rmul___cuda_float32 XFAIL [ 7%] 2022-11-23T02:33:27.0519838Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___rsub___cuda_complex64 XFAIL [ 7%] 2022-11-23T02:33:27.0520623Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___rsub___cuda_float32 XFAIL [ 7%] 2022-11-23T02:33:27.0521450Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit__softmax_backward_data_cuda_float32 XFAIL [ 8%] 2022-11-23T02:33:27.0522280Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_abs_cuda_complex64 PASSED [ 8%] 2022-11-23T02:33:27.0523073Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_abs_cuda_float32 PASSED [ 8%] 2022-11-23T02:33:27.0523867Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_acos_cuda_complex64 PASSED [ 8%] 2022-11-23T02:33:27.0524657Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_acos_cuda_float32 PASSED [ 8%] 2022-11-23T02:33:27.0525418Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_add_cuda_complex64 PASSED [ 9%] 2022-11-23T02:33:27.0526363Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addbmm_cuda_float32 PASSED [ 9%] 2022-11-23T02:33:27.0527167Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addcmul_cuda_float32 PASSED [ 9%] 2022-11-23T02:33:27.0527964Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addmm_cuda_float32 PASSED [ 9%] 2022-11-23T02:33:27.0528808Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addmm_decomposed_cuda_complex64 PASSED [ 9%] 2022-11-23T02:33:27.0529648Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addmv_cuda_complex64 PASSED [ 9%] 2022-11-23T02:33:27.0530452Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addr_cuda_complex64 PASSED [ 10%] 2022-11-23T02:33:27.0531217Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addr_cuda_float32 PASSED [ 10%] 2022-11-23T02:33:27.0532007Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_all_cuda_complex64 PASSED [ 10%] 2022-11-23T02:33:27.0532777Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_all_cuda_float32 PASSED [ 10%] 2022-11-23T02:33:27.0533611Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_allclose_cuda_complex64 SKIPPED (Skipped!) [ 10%] 2022-11-23T02:33:27.0534495Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_allclose_cuda_float32 SKIPPED (Skipped!) [ 11%] 2022-11-23T02:33:27.0535310Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_amin_cuda_float32 PASSED [ 11%] 2022-11-23T02:33:27.0536077Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_angle_cuda_complex64 PASSED [ 11%] 2022-11-23T02:33:27.0536989Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_any_cuda_complex64 PASSED [ 11%] 2022-11-23T02:33:27.0537800Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_any_cuda_float32 PASSED [ 11%] 2022-11-23T02:33:27.0538580Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_arange_cuda_float32 XFAIL [ 12%] 2022-11-23T02:33:27.0539369Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_argmax_cuda_float32 PASSED [ 12%] 2022-11-23T02:33:27.0540189Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_as_strided_cuda_complex64 PASSED [ 12%] 2022-11-23T02:33:27.0541011Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_as_strided_cuda_float32 PASSED [ 12%] 2022-11-23T02:33:27.0541828Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_as_strided_scatter_cuda_complex64 PASSED [ 12%] 2022-11-23T02:33:27.0542689Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_as_strided_scatter_cuda_float32 PASSED [ 12%] 2022-11-23T02:33:27.0543519Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_asinh_cuda_complex64 PASSED [ 13%] 2022-11-23T02:33:27.0544320Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_atan_cuda_complex64 PASSED [ 13%] 2022-11-23T02:33:27.0545123Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_atanh_cuda_complex64 PASSED [ 13%] 2022-11-23T02:33:27.0545920Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_atanh_cuda_float32 PASSED [ 13%] 2022-11-23T02:33:27.0546747Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_atleast_1d_cuda_complex64 PASSED [ 13%] 2022-11-23T02:33:27.0547545Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_atleast_1d_cuda_float32 XFAIL [ 14%] 2022-11-23T02:33:27.0548343Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_atleast_2d_cuda_float32 XFAIL [ 14%] 2022-11-23T02:33:27.0549139Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_bfloat16_cuda_complex64 XFAIL [ 14%] 2022-11-23T02:33:27.0549945Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_bfloat16_cuda_float32 XFAIL [ 14%] 2022-11-23T02:33:27.0550750Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_block_diag_cuda_float32 XFAIL [ 14%] 2022-11-23T02:33:27.0551544Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_bmm_cuda_complex64 PASSED [ 15%] 2022-11-23T02:33:27.0552328Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_bmm_cuda_float32 PASSED [ 15%] 2022-11-23T02:33:27.0554281Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_bool_cuda_float32 XFAIL [ 15%] 2022-11-23T02:33:27.0555108Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_broadcast_tensors_cuda_complex64 PASSED [ 15%] 2022-11-23T02:33:27.0556041Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_broadcast_to_cuda_float32 PASSED [ 15%] 2022-11-23T02:33:27.0556895Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_byte_cuda_float32 XFAIL [ 15%] 2022-11-23T02:33:27.0557825Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cartesian_prod_cuda_complex64 PASSED [ 16%] 2022-11-23T02:33:27.0558744Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cdist_cuda_float32 PASSED [ 16%] 2022-11-23T02:33:27.0559622Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cdouble_cuda_complex64 XFAIL [ 16%] 2022-11-23T02:33:27.0560440Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ceil_cuda_float32 PASSED [ 16%] 2022-11-23T02:33:27.0561249Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_chalf_cuda_complex64 XFAIL [ 16%] 2022-11-23T02:33:27.0562046Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_chalf_cuda_float32 XFAIL [ 17%] 2022-11-23T02:33:27.0562892Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_char_cuda_complex64 XFAIL [ 17%] 2022-11-23T02:33:27.0563786Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cholesky_cuda_float32 PASSED [ 17%] 2022-11-23T02:33:27.0564646Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cholesky_inverse_cuda_complex64 PASSED [ 17%] 2022-11-23T02:33:27.0565693Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cholesky_solve_cuda_complex64 PASSED [ 17%] 2022-11-23T02:33:27.0566541Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_chunk_cuda_complex64 PASSED [ 18%] 2022-11-23T02:33:27.0567345Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_chunk_cuda_float32 PASSED [ 18%] 2022-11-23T02:33:27.0568153Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_clamp_cuda_float32 PASSED [ 18%] 2022-11-23T02:33:27.0568956Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_clamp_min_cuda_float32 PASSED [ 18%] 2022-11-23T02:33:27.0569838Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_column_stack_cuda_complex64 PASSED [ 18%] 2022-11-23T02:33:27.0570771Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_combinations_cuda_float32 PASSED [ 18%] 2022-11-23T02:33:27.0571607Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_complex_cuda_float32 PASSED [ 19%] 2022-11-23T02:33:27.0572395Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_conj_cuda_complex64 PASSED [ 19%] 2022-11-23T02:33:27.0573188Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_conj_cuda_float32 PASSED [ 19%] 2022-11-23T02:33:27.0574011Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_conj_physical_cuda_complex64 PASSED [ 19%] 2022-11-23T02:33:27.0574850Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_contiguous_cuda_float32 PASSED [ 19%] 2022-11-23T02:33:27.0575666Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cummin_cuda_float32 PASSED [ 20%] 2022-11-23T02:33:27.0576508Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cumprod_cuda_float32 PASSED [ 20%] 2022-11-23T02:33:27.0577377Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cumsum_cuda_float32 PASSED [ 20%] 2022-11-23T02:33:27.0578229Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cumulative_trapezoid_cuda_float32 PASSED [ 20%] 2022-11-23T02:33:27.0579076Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_deg2rad_cuda_float32 PASSED [ 20%] 2022-11-23T02:33:27.0579878Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diag_cuda_complex64 PASSED [ 21%] 2022-11-23T02:33:27.0580674Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diag_cuda_float32 PASSED [ 21%] 2022-11-23T02:33:27.0581523Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diagflat_cuda_complex64 PASSED [ 21%] 2022-11-23T02:33:27.0582525Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diagonal_copy_cuda_complex64 PASSED [ 21%] 2022-11-23T02:33:27.0583396Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diagonal_copy_cuda_float32 PASSED [ 21%] 2022-11-23T02:33:27.0584288Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diagonal_cuda_float32 PASSED [ 21%] 2022-11-23T02:33:27.0585118Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diagonal_scatter_cuda_float32 PASSED [ 22%] 2022-11-23T02:33:27.0585944Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diff_cuda_complex64 PASSED [ 22%] 2022-11-23T02:33:27.0586735Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diff_cuda_float32 PASSED [ 22%] 2022-11-23T02:33:27.0587525Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_dist_cuda_complex64 PASSED [ 22%] 2022-11-23T02:33:27.0588306Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_dist_cuda_float32 PASSED [ 22%] 2022-11-23T02:33:27.0589109Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_div_floor_rounding_cuda_float32 PASSED [ 23%] 2022-11-23T02:33:27.0590008Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_div_trunc_rounding_cuda_float32 PASSED [ 23%] 2022-11-23T02:33:27.0590872Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_double_cuda_float32 XFAIL [ 23%] 2022-11-23T02:33:27.0591753Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_dstack_cuda_complex64 PASSED [ 23%] 2022-11-23T02:33:27.0592714Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_einsum_cuda_complex64 SKIPPED (Skipped!) [ 23%] 2022-11-23T02:33:27.0593577Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_einsum_cuda_float32 SKIPPED (Skipped!) [ 24%] 2022-11-23T02:33:27.0594466Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_empty_like_cuda_complex64 SKIPPED (Skipped!) [ 24%] 2022-11-23T02:33:27.0595310Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_equal_cuda_complex64 PASSED [ 24%] 2022-11-23T02:33:27.0596118Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_erfc_cuda_float32 PASSED [ 24%] 2022-11-23T02:33:27.0596902Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_erfinv_cuda_float32 PASSED [ 24%] 2022-11-23T02:33:27.0597737Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_exp2_cuda_float32 PASSED [ 25%] 2022-11-23T02:33:27.0598595Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_exp_cuda_float32 PASSED [ 25%] 2022-11-23T02:33:27.0599403Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_expand_as_cuda_complex64 PASSED [ 25%] 2022-11-23T02:33:27.0600221Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_expand_cuda_complex64 PASSED [ 25%] 2022-11-23T02:33:27.0600993Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_expm1_cuda_float32 PASSED [ 25%] 2022-11-23T02:33:27.0601765Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_eye_cuda_float32 XFAIL [ 25%] 2022-11-23T02:33:27.0602567Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_fft2_cuda_complex64 PASSED [ 26%] 2022-11-23T02:33:27.0603375Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_fft_cuda_complex64 PASSED [ 26%] 2022-11-23T02:33:27.0604208Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_fft_cuda_float32 PASSED [ 26%] 2022-11-23T02:33:27.0605044Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_fftn_cuda_float32 PASSED [ 26%] 2022-11-23T02:33:27.0605906Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_hfft2_cuda_complex64 PASSED [ 26%] 2022-11-23T02:33:27.0606698Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_ifft_cuda_complex64 PASSED [ 27%] 2022-11-23T02:33:27.0607510Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_ifftn_cuda_complex64 PASSED [ 27%] 2022-11-23T02:33:27.0608321Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_ifftn_cuda_float32 PASSED [ 27%] 2022-11-23T02:33:27.0609284Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_ihfft2_cuda_float32 PASSED [ 27%] 2022-11-23T02:33:27.0610091Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_ihfft_cuda_float32 PASSED [ 27%] 2022-11-23T02:33:27.0610893Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_irfft2_cuda_float32 PASSED [ 28%] 2022-11-23T02:33:27.0611761Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_irfft_cuda_complex64 PASSED [ 28%] 2022-11-23T02:33:27.0612651Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_irfftn_cuda_complex64 PASSED [ 28%] 2022-11-23T02:33:27.0613481Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_rfft_cuda_float32 PASSED [ 28%] 2022-11-23T02:33:27.0614292Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_rfftn_cuda_float32 PASSED [ 28%] 2022-11-23T02:33:27.0615091Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fill_cuda_complex64 XFAIL [ 28%] 2022-11-23T02:33:27.0615886Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fill_cuda_float32 XFAIL [ 29%] 2022-11-23T02:33:27.0616679Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_flatten_cuda_float32 PASSED [ 29%] 2022-11-23T02:33:27.0617487Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_flip_cuda_float32 PASSED [ 29%] 2022-11-23T02:33:27.0618308Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fliplr_cuda_float32 PASSED [ 29%] 2022-11-23T02:33:27.0619114Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_flipud_cuda_float32 PASSED [ 29%] 2022-11-23T02:33:27.0620150Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_float_power_cuda_float32 SKIPPED (Skipped!) [ 30%] 2022-11-23T02:33:27.0621007Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_floor_cuda_float32 PASSED [ 30%] 2022-11-23T02:33:27.0621849Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_floor_divide_cuda_float32 SKIPPED (Skipped!) [ 30%] 2022-11-23T02:33:27.0622691Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fmax_cuda_float32 PASSED [ 30%] 2022-11-23T02:33:27.0623459Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_frac_cuda_float32 PASSED [ 30%] 2022-11-23T02:33:27.0624244Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_frexp_cuda_float32 PASSED [ 31%] 2022-11-23T02:33:27.0625065Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_full_cuda_float32 SKIPPED (Skipped!) [ 31%] 2022-11-23T02:33:27.0625954Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_full_like_cuda_complex64 PASSED [ 31%] 2022-11-23T02:33:27.0626835Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_full_like_cuda_float32 PASSED [ 31%] 2022-11-23T02:33:27.0627691Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_gather_cuda_complex64 PASSED [ 31%] 2022-11-23T02:33:27.0628493Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_gather_cuda_float32 PASSED [ 31%] 2022-11-23T02:33:27.0629263Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ge_cuda_float32 PASSED [ 32%] 2022-11-23T02:33:27.0630049Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_geqrf_cuda_complex64 PASSED [ 32%] 2022-11-23T02:33:27.0630839Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_geqrf_cuda_float32 PASSED [ 32%] 2022-11-23T02:33:27.0631610Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_half_cuda_float32 XFAIL [ 32%] 2022-11-23T02:33:27.0632397Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_heaviside_cuda_float32 PASSED [ 32%] 2022-11-23T02:33:27.0633256Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_hstack_cuda_complex64 PASSED [ 33%] 2022-11-23T02:33:27.0634121Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_hstack_cuda_float32 PASSED [ 33%] 2022-11-23T02:33:27.0634902Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_hypot_cuda_float32 PASSED [ 33%] 2022-11-23T02:33:27.0635696Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_igamma_cuda_float32 PASSED [ 33%] 2022-11-23T02:33:27.0636655Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_index_add_cuda_complex64 PASSED [ 33%] 2022-11-23T02:33:27.0637463Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_index_add_cuda_float32 PASSED [ 34%] 2022-11-23T02:33:27.0638285Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_index_copy_cuda_complex64 PASSED [ 34%] 2022-11-23T02:33:27.0639102Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_index_copy_cuda_float32 PASSED [ 34%] 2022-11-23T02:33:27.0639972Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_index_put_cuda_complex64 PASSED [ 34%] 2022-11-23T02:33:27.0640780Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_index_put_cuda_float32 PASSED [ 34%] 2022-11-23T02:33:27.0641693Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_index_select_cuda_complex64 PASSED [ 34%] 2022-11-23T02:33:27.0642524Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_index_select_cuda_float32 PASSED [ 35%] 2022-11-23T02:33:27.0643332Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_inner_cuda_complex64 PASSED [ 35%] 2022-11-23T02:33:27.0644131Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isclose_cuda_complex64 PASSED [ 35%] 2022-11-23T02:33:27.0644946Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isfinite_cuda_complex64 PASSED [ 35%] 2022-11-23T02:33:27.0645751Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isin_cuda_float32 PASSED [ 35%] 2022-11-23T02:33:27.0646643Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isinf_cuda_complex64 PASSED [ 36%] 2022-11-23T02:33:27.0647522Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isneginf_cuda_float32 PASSED [ 36%] 2022-11-23T02:33:27.0648359Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isposinf_cuda_float32 PASSED [ 36%] 2022-11-23T02:33:27.0649195Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isreal_cuda_complex64 PASSED [ 36%] 2022-11-23T02:33:27.0650003Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isreal_cuda_float32 PASSED [ 36%] 2022-11-23T02:33:27.0650930Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_istft_cuda_complex64 SKIPPED (Skipped! istft does not match the native function) [ 37%] 2022-11-23T02:33:27.0651896Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_jiterator_2inputs_2outputs_cuda_complex64 XFAIL [ 37%] 2022-11-23T02:33:27.0652784Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cuda_complex64 XFAIL [ 37%] 2022-11-23T02:33:27.0653715Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cuda_float32 XFAIL [ 37%] 2022-11-23T02:33:27.0654642Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_jiterator_binary_cuda_float32 XFAIL [ 37%] 2022-11-23T02:33:27.0655481Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_jiterator_unary_cuda_float32 XFAIL [ 37%] 2022-11-23T02:33:27.0656371Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_kron_cuda_complex64 PASSED [ 38%] 2022-11-23T02:33:27.0657163Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_kron_cuda_float32 PASSED [ 38%] 2022-11-23T02:33:27.0657951Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ldexp_cuda_float32 PASSED [ 38%] 2022-11-23T02:33:27.0658704Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_le_cuda_float32 PASSED [ 38%] 2022-11-23T02:33:27.0659475Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_lerp_cuda_float32 PASSED [ 38%] 2022-11-23T02:33:27.0660269Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_cond_cuda_float32 PASSED [ 39%] 2022-11-23T02:33:27.0661085Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_cross_cuda_complex64 PASSED [ 39%] 2022-11-23T02:33:27.0661953Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_cross_cuda_float32 PASSED [ 39%] 2022-11-23T02:33:27.0662995Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_det_singular_cuda_complex64 PASSED [ 39%] 2022-11-23T02:33:27.0663885Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_eig_cuda_float32 PASSED [ 39%] 2022-11-23T02:33:27.0664677Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_eigvals_cuda_float32 PASSED [ 40%] 2022-11-23T02:33:27.0665514Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_eigvalsh_cuda_complex64 PASSED [ 40%] 2022-11-23T02:33:27.0666370Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_eigvalsh_cuda_float32 PASSED [ 40%] 2022-11-23T02:33:27.0667236Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_householder_product_cuda_float32 PASSED [ 40%] 2022-11-23T02:33:27.0668079Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_inv_cuda_float32 PASSED [ 40%] 2022-11-23T02:33:27.0668942Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_ldl_factor_cuda_complex64 PASSED [ 40%] 2022-11-23T02:33:27.0669804Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_ldl_factor_cuda_float32 PASSED [ 41%] 2022-11-23T02:33:27.0670711Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_ldl_solve_cuda_float32 PASSED [ 41%] 2022-11-23T02:33:27.0671548Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_lstsq_cuda_complex64 PASSED [ 41%] 2022-11-23T02:33:27.0672412Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cuda_complex64 XFAIL [ 41%] 2022-11-23T02:33:27.0673409Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cuda_float32 XFAIL [ 41%] 2022-11-23T02:33:27.0674276Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_lu_cuda_float32 PASSED [ 42%] 2022-11-23T02:33:27.0675107Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_lu_factor_cuda_complex64 PASSED [ 42%] 2022-11-23T02:33:27.0675968Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_lu_factor_ex_cuda_float32 PASSED [ 42%] 2022-11-23T02:33:27.0676857Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_lu_solve_cuda_complex64 PASSED [ 42%] 2022-11-23T02:33:27.0677785Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_lu_solve_cuda_float32 PASSED [ 42%] 2022-11-23T02:33:27.0678649Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_matrix_norm_cuda_complex64 PASSED [ 43%] 2022-11-23T02:33:27.0679518Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_matrix_norm_cuda_float32 PASSED [ 43%] 2022-11-23T02:33:27.0680383Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_matrix_power_cuda_complex64 PASSED [ 43%] 2022-11-23T02:33:27.0681281Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cuda_complex64 PASSED [ 43%] 2022-11-23T02:33:27.0682199Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_multi_dot_cuda_complex64 PASSED [ 43%] 2022-11-23T02:33:27.0683040Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_multi_dot_cuda_float32 PASSED [ 43%] 2022-11-23T02:33:27.0683913Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_norm_cuda_float32 PASSED [ 44%] 2022-11-23T02:33:27.0684872Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cuda_complex64 PASSED [ 44%] 2022-11-23T02:33:27.0685789Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_pinv_hermitian_cuda_float32 PASSED [ 44%] 2022-11-23T02:33:27.0686812Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_pinv_singular_cuda_complex64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 44%] 2022-11-23T02:33:27.0687975Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_pinv_singular_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 44%] 2022-11-23T02:33:27.0689087Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_qr_cuda_float32 PASSED [ 45%] 2022-11-23T02:33:27.0689910Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_solve_cuda_float32 PASSED [ 45%] 2022-11-23T02:33:27.0690761Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_solve_ex_cuda_float32 PASSED [ 45%] 2022-11-23T02:33:27.0691627Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_solve_triangular_cuda_complex64 PASSED [ 45%] 2022-11-23T02:33:27.0692590Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_solve_triangular_cuda_float32 PASSED [ 45%] 2022-11-23T02:33:27.0693448Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_svd_cuda_float32 PASSED [ 46%] 2022-11-23T02:33:27.0694270Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_svdvals_cuda_float32 PASSED [ 46%] 2022-11-23T02:33:27.0695127Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_tensorinv_cuda_complex64 PASSED [ 46%] 2022-11-23T02:33:27.0695994Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_tensorinv_cuda_float32 PASSED [ 46%] 2022-11-23T02:33:27.0696815Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_vander_cuda_complex64 PASSED [ 46%] 2022-11-23T02:33:27.0697648Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_vander_cuda_float32 PASSED [ 46%] 2022-11-23T02:33:27.0698544Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_vecdot_cuda_complex64 PASSED [ 47%] 2022-11-23T02:33:27.0700521Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linspace_cuda_complex64 SKIPPED (Skipped!) [ 47%] 2022-11-23T02:33:27.0701448Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linspace_cuda_float32 XFAIL [ 47%] 2022-11-23T02:33:27.0702248Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_log_cuda_float32 PASSED [ 47%] 2022-11-23T02:33:27.0703047Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_log_softmax_cuda_float32 PASSED [ 47%] 2022-11-23T02:33:27.0703861Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logaddexp2_cuda_float32 PASSED [ 48%] 2022-11-23T02:33:27.0704682Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logdet_cuda_complex64 PASSED [ 48%] 2022-11-23T02:33:27.0705574Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logical_and_cuda_complex64 PASSED [ 48%] 2022-11-23T02:33:27.0706480Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logical_not_cuda_float32 PASSED [ 48%] 2022-11-23T02:33:27.0707318Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logical_or_cuda_float32 PASSED [ 48%] 2022-11-23T02:33:27.0708142Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logical_xor_cuda_complex64 PASSED [ 49%] 2022-11-23T02:33:27.0708967Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logical_xor_cuda_float32 PASSED [ 49%] 2022-11-23T02:33:27.0709752Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logit_cuda_float32 PASSED [ 49%] 2022-11-23T02:33:27.0710598Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logspace_cuda_complex64 SKIPPED (Skipped!) [ 49%] 2022-11-23T02:33:27.0711423Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_long_cuda_complex64 XFAIL [ 49%] 2022-11-23T02:33:27.0712239Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_long_cuda_float32 XFAIL [ 50%] 2022-11-23T02:33:27.0713015Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_lu_cuda_float32 XFAIL [ 50%] 2022-11-23T02:33:27.0713848Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_lu_solve_cuda_complex64 PASSED [ 50%] 2022-11-23T02:33:27.0714720Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_lu_solve_cuda_float32 PASSED [ 50%] 2022-11-23T02:33:27.0715511Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_lu_unpack_cuda_complex64 PASSED [ 50%] 2022-11-23T02:33:27.0716312Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mH_cuda_complex64 XFAIL [ 50%] 2022-11-23T02:33:27.0717248Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mH_cuda_float32 XFAIL [ 51%] 2022-11-23T02:33:27.0718003Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mT_cuda_complex64 XFAIL [ 51%] 2022-11-23T02:33:27.0718765Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mT_cuda_float32 XFAIL [ 51%] 2022-11-23T02:33:27.0719591Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_amax_cuda_float32 SKIPPED (Skipped!) [ 51%] 2022-11-23T02:33:27.0720505Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_argmin_cuda_float32 XFAIL [ 51%] 2022-11-23T02:33:27.0721427Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_cumsum_cuda_complex64 SKIPPED (Skipped!) [ 52%] 2022-11-23T02:33:27.0722320Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_cumsum_cuda_float32 SKIPPED (Skipped!) [ 52%] 2022-11-23T02:33:27.0723167Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_fill_cuda_complex64 PASSED [ 52%] 2022-11-23T02:33:27.0724037Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_fill_cuda_float32 PASSED [ 52%] 2022-11-23T02:33:27.0724871Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_log_softmax_cuda_float32 XFAIL [ 52%] 2022-11-23T02:33:27.0725752Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_logaddexp_cuda_float32 SKIPPED (Skipped!) [ 53%] 2022-11-23T02:33:27.0726610Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_mean_cuda_complex64 XFAIL [ 53%] 2022-11-23T02:33:27.0727571Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_mean_cuda_float32 XFAIL [ 53%] 2022-11-23T02:33:27.0728515Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_prod_cuda_complex64 XFAIL [ 53%] 2022-11-23T02:33:27.0729338Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_prod_cuda_float32 XFAIL [ 53%] 2022-11-23T02:33:27.0730169Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_select_cuda_complex64 PASSED [ 53%] 2022-11-23T02:33:27.0731004Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_select_cuda_float32 PASSED [ 54%] 2022-11-23T02:33:27.0731831Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_softmax_cuda_float32 XFAIL [ 54%] 2022-11-23T02:33:27.0732645Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_softmin_cuda_float32 XFAIL [ 54%] 2022-11-23T02:33:27.0733441Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_std_cuda_complex64 XFAIL [ 54%] 2022-11-23T02:33:27.0734295Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_std_cuda_float32 XFAIL [ 54%] 2022-11-23T02:33:27.0735178Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_sum_cuda_float32 XFAIL [ 55%] 2022-11-23T02:33:27.0735976Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_var_cuda_float32 XFAIL [ 55%] 2022-11-23T02:33:27.0736781Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_matmul_cuda_complex64 PASSED [ 55%] 2022-11-23T02:33:27.0737596Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_matmul_cuda_float32 PASSED [ 55%] 2022-11-23T02:33:27.0738422Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_matrix_exp_cuda_complex64 PASSED [ 55%] 2022-11-23T02:33:27.0739229Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_matrix_exp_cuda_float32 PASSED [ 56%] 2022-11-23T02:33:27.0740041Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_max_binary_cuda_float32 PASSED [ 56%] 2022-11-23T02:33:27.0740891Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_maximum_cuda_float32 PASSED [ 56%] 2022-11-23T02:33:27.0741772Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_median_cuda_float32 PASSED [ 56%] 2022-11-23T02:33:27.0742622Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_meshgrid_list_of_tensors_cuda_complex64 PASSED [ 56%] 2022-11-23T02:33:27.0743567Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_meshgrid_variadic_tensors_cuda_complex64 SKIPPED (Skipped!) [ 56%] 2022-11-23T02:33:27.0744625Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_min_reduction_no_dim_cuda_float32 PASSED [ 57%] 2022-11-23T02:33:27.0745476Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_min_reduction_with_dim_cuda_float32 PASSED [ 57%] 2022-11-23T02:33:27.0746296Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mm_cuda_float32 PASSED [ 57%] 2022-11-23T02:33:27.0747080Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mode_cuda_float32 PASSED [ 57%] 2022-11-23T02:33:27.0747983Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_multinomial_cuda_float32 XFAIL [ 57%] 2022-11-23T02:33:27.0748878Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mvlgamma_mvlgamma_p_3_cuda_float32 PASSED [ 58%] 2022-11-23T02:33:27.0749718Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nanmedian_cuda_float32 PASSED [ 58%] 2022-11-23T02:33:27.0750546Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_narrow_copy_cuda_float32 PASSED [ 58%] 2022-11-23T02:33:27.0751367Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_native_batch_norm_cuda_float32 XFAIL [ 58%] 2022-11-23T02:33:27.0752262Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_native_dropout_backward_cuda_float32 SKIPPED (Skipped!) [ 58%] 2022-11-23T02:33:27.0753175Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_new_empty_cuda_complex64 SKIPPED (Skipped!) [ 59%] 2022-11-23T02:33:27.0754072Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_new_ones_cuda_complex64 PASSED [ 59%] 2022-11-23T02:33:27.0755077Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_new_ones_cuda_float32 PASSED [ 59%] 2022-11-23T02:33:27.0755977Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_new_zeros_cuda_complex64 PASSED [ 59%] 2022-11-23T02:33:27.0756792Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_new_zeros_cuda_float32 PASSED [ 59%] 2022-11-23T02:33:27.0757581Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nextafter_cuda_float32 PASSED [ 59%] 2022-11-23T02:33:27.0758519Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional__scaled_dot_product_attention_cuda_float32 SKIPPED (Skipped!) [ 60%] 2022-11-23T02:33:27.0759491Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_adaptive_avg_pool2d_cuda_float32 XFAIL [ 60%] 2022-11-23T02:33:27.0760426Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_adaptive_max_pool1d_cuda_float32 PASSED [ 60%] 2022-11-23T02:33:27.0761472Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_adaptive_max_pool2d_cuda_float32 XFAIL [ 60%] 2022-11-23T02:33:27.0762409Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_adaptive_max_pool3d_cuda_float32 XFAIL [ 60%] 2022-11-23T02:33:27.0763311Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_avg_pool2d_cuda_float32 PASSED [ 61%] 2022-11-23T02:33:27.0764196Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_batch_norm_cuda_float32 PASSED [ 61%] 2022-11-23T02:33:27.0765108Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_batch_norm_without_cudnn_cuda_float32 PASSED [ 61%] 2022-11-23T02:33:27.0766024Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_bilinear_cuda_float32 PASSED [ 61%] 2022-11-23T02:33:27.0766924Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_binary_cross_entropy_cuda_float32 XFAIL [ 61%] 2022-11-23T02:33:27.0768009Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_binary_cross_entropy_with_logits_cuda_float32 SKIPPED (Skipped!) [ 62%] 2022-11-23T02:33:27.0769002Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_celu_cuda_float32 PASSED [ 62%] 2022-11-23T02:33:27.0769898Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_conv1d_cuda_complex64 SKIPPED (Skipped!) [ 62%] 2022-11-23T02:33:27.0770967Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_conv1d_cuda_float32 SKIPPED (Skipped!) [ 62%] 2022-11-23T02:33:27.0771924Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_conv_transpose1d_cuda_complex64 SKIPPED (Skipped!) [ 62%] 2022-11-23T02:33:27.0772842Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_conv_transpose1d_cuda_float32 XFAIL [ 62%] 2022-11-23T02:33:27.0773785Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_conv_transpose2d_cuda_float32 SKIPPED (Skipped!) [ 63%] 2022-11-23T02:33:27.0774892Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_conv_transpose3d_cuda_complex64 SKIPPED (Skipped!) [ 63%] 2022-11-23T02:33:27.0775861Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_cosine_embedding_loss_cuda_float32 PASSED [ 63%] 2022-11-23T02:33:27.0776797Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_ctc_loss_cuda_float32 SKIPPED (Skipped!) [ 63%] 2022-11-23T02:33:27.0777695Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_dropout2d_cuda_float32 XFAIL [ 63%] 2022-11-23T02:33:27.0778576Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_dropout3d_cuda_float32 XFAIL [ 64%] 2022-11-23T02:33:27.0779430Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_embedding_cuda_float32 XFAIL [ 64%] 2022-11-23T02:33:27.0780363Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_with_train_cuda_float32 XFAIL [ 64%] 2022-11-23T02:33:27.0781596Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 XFAIL [ 64%] 2022-11-23T02:33:27.0782629Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_fractional_max_pool2d_cuda_float32 XFAIL [ 64%] 2022-11-23T02:33:27.0783552Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_fractional_max_pool3d_cuda_float32 XFAIL [ 65%] 2022-11-23T02:33:27.0784449Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_gelu_cuda_float32 PASSED [ 65%] 2022-11-23T02:33:27.0785299Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_glu_cuda_float32 PASSED [ 65%] 2022-11-23T02:33:27.0786167Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_grid_sample_cuda_float32 PASSED [ 65%] 2022-11-23T02:33:27.0787031Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_hardshrink_cuda_float32 PASSED [ 65%] 2022-11-23T02:33:27.0788064Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_hinge_embedding_loss_cuda_float32 PASSED [ 65%] 2022-11-23T02:33:27.0788994Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_interpolate_area_cuda_float32 XFAIL [ 66%] 2022-11-23T02:33:27.0789919Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_interpolate_bicubic_cuda_float32 XFAIL [ 66%] 2022-11-23T02:33:27.0790847Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_interpolate_linear_cuda_float32 XFAIL [ 66%] 2022-11-23T02:33:27.0791764Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_interpolate_nearest_cuda_float32 XFAIL [ 66%] 2022-11-23T02:33:27.0792690Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_interpolate_trilinear_cuda_float32 XFAIL [ 66%] 2022-11-23T02:33:27.0793584Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_kl_div_cuda_float32 PASSED [ 67%] 2022-11-23T02:33:27.0794518Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_layer_norm_cuda_float32 PASSED [ 67%] 2022-11-23T02:33:27.0795433Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_leaky_relu_cuda_float32 PASSED [ 67%] 2022-11-23T02:33:27.0796299Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_linear_cuda_complex64 PASSED [ 67%] 2022-11-23T02:33:27.0797332Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_logsigmoid_cuda_float32 PASSED [ 67%] 2022-11-23T02:33:27.0798250Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_margin_ranking_loss_cuda_float32 PASSED [ 68%] 2022-11-23T02:33:27.0799298Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_max_pool1d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 68%] 2022-11-23T02:33:27.0800499Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_max_pool2d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 68%] 2022-11-23T02:33:27.0801598Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_max_unpool1d_grad_cuda_float32 PASSED [ 68%] 2022-11-23T02:33:27.0802503Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_max_unpool2d_grad_cuda_float32 PASSED [ 68%] 2022-11-23T02:33:27.0803415Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_max_unpool3d_cuda_float32 PASSED [ 68%] 2022-11-23T02:33:27.0804292Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_mish_cuda_float32 PASSED [ 69%] 2022-11-23T02:33:27.0805149Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_mse_loss_cuda_float32 XFAIL [ 69%] 2022-11-23T02:33:27.0806031Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_multi_margin_loss_cuda_float32 PASSED [ 69%] 2022-11-23T02:33:27.0807111Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_multilabel_margin_loss_cuda_float32 PASSED [ 69%] 2022-11-23T02:33:27.0808200Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_multilabel_soft_margin_loss_cuda_float32 SKIPPED (Skipped!) [ 69%] 2022-11-23T02:33:27.0809175Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_nll_loss_cuda_float32 SKIPPED (Skipped!) [ 70%] 2022-11-23T02:33:27.0810085Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pad_circular_cuda_complex64 PASSED [ 70%] 2022-11-23T02:33:27.0810994Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pad_constant_cuda_complex64 PASSED [ 70%] 2022-11-23T02:33:27.0811910Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pad_replicate_cuda_complex64 PASSED [ 70%] 2022-11-23T02:33:27.0812884Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pairwise_distance_cuda_complex64 SKIPPED (Skipped!) [ 70%] 2022-11-23T02:33:27.0813924Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pairwise_distance_cuda_float32 SKIPPED (Skipped!) [ 71%] 2022-11-23T02:33:27.0815011Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cuda_complex64 SKIPPED (Skipped!) [ 71%] 2022-11-23T02:33:27.0815937Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_relu6_cuda_float32 PASSED [ 71%] 2022-11-23T02:33:27.0816812Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_relu_cuda_float32 PASSED [ 71%] 2022-11-23T02:33:27.0817644Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_silu_cuda_float32 PASSED [ 71%] 2022-11-23T02:33:27.0818533Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_soft_margin_loss_cuda_float32 PASSED [ 71%] 2022-11-23T02:33:27.0819419Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_softsign_cuda_float32 PASSED [ 72%] 2022-11-23T02:33:27.0820304Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_tanhshrink_cuda_float32 PASSED [ 72%] 2022-11-23T02:33:27.0821445Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_unfold_cuda_float32 SKIPPED (Internal assert failed!) [ 72%] 2022-11-23T02:33:27.0822409Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_upsample_bilinear_cuda_float32 XFAIL [ 72%] 2022-11-23T02:33:27.0823420Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nonzero_cuda_complex64 XFAIL [ 72%] 2022-11-23T02:33:27.0824208Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nonzero_cuda_float32 XFAIL [ 73%] 2022-11-23T02:33:27.0824988Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_norm_cuda_float32 XFAIL [ 73%] 2022-11-23T02:33:27.0825777Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_norm_fro_cuda_complex64 XFAIL [ 73%] 2022-11-23T02:33:27.0826581Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_norm_nuc_cuda_complex64 XFAIL [ 73%] 2022-11-23T02:33:27.0827424Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_norm_nuc_cuda_float32 XFAIL [ 73%] 2022-11-23T02:33:27.0828267Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_normal_cuda_float32 XFAIL [ 74%] 2022-11-23T02:33:27.0829089Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ones_cuda_complex64 SKIPPED (Skipped!) [ 74%] 2022-11-23T02:33:27.0829922Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ones_cuda_float32 SKIPPED (Skipped!) [ 74%] 2022-11-23T02:33:27.0830738Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ones_like_cuda_float32 PASSED [ 74%] 2022-11-23T02:33:27.0831536Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ormqr_cuda_complex64 PASSED [ 74%] 2022-11-23T02:33:27.0832324Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_outer_cuda_complex64 PASSED [ 75%] 2022-11-23T02:33:27.0833119Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_outer_cuda_float32 PASSED [ 75%] 2022-11-23T02:33:27.0834079Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_pca_lowrank_cuda_float32 XFAIL [ 75%] 2022-11-23T02:33:27.0834983Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_permute_cuda_float32 PASSED [ 75%] 2022-11-23T02:33:27.0835786Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_pinverse_cuda_complex64 PASSED [ 75%] 2022-11-23T02:33:27.0836685Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_polygamma_polygamma_n_4_cuda_float32 SKIPPED (Skipped!) [ 75%] 2022-11-23T02:33:27.0837563Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_positive_cuda_complex64 PASSED [ 76%] 2022-11-23T02:33:27.0838380Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_positive_cuda_float32 PASSED [ 76%] 2022-11-23T02:33:27.0839182Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_pow_cuda_complex64 PASSED [ 76%] 2022-11-23T02:33:27.0839969Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_prod_cuda_complex64 PASSED [ 76%] 2022-11-23T02:33:27.0840813Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_qr_cuda_complex64 PASSED [ 76%] 2022-11-23T02:33:27.0841665Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_quantile_cuda_float32 PASSED [ 77%] 2022-11-23T02:33:27.0842473Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_randint_like_cuda_float32 XFAIL [ 77%] 2022-11-23T02:33:27.0843278Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ravel_cuda_complex64 PASSED [ 77%] 2022-11-23T02:33:27.0844056Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ravel_cuda_float32 PASSED [ 77%] 2022-11-23T02:33:27.0844832Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_real_cuda_float32 PASSED [ 77%] 2022-11-23T02:33:27.0845629Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_reciprocal_cuda_float32 PASSED [ 78%] 2022-11-23T02:33:27.0846425Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_remainder_cuda_float32 PASSED [ 78%] 2022-11-23T02:33:27.0847281Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_renorm_cuda_complex64 PASSED [ 78%] 2022-11-23T02:33:27.0848123Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_renorm_cuda_float32 PASSED [ 78%] 2022-11-23T02:33:27.0865813Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_repeat_cuda_complex64 PASSED [ 78%] 2022-11-23T02:33:27.0867196Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_repeat_cuda_float32 PASSED [ 78%] 2022-11-23T02:33:27.0868486Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_repeat_interleave_cuda_complex64 SKIPPED (Skipped!) [ 79%] 2022-11-23T02:33:27.0869589Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_repeat_interleave_cuda_float32 SKIPPED (Skipped!) [ 79%] 2022-11-23T02:33:27.0870569Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_reshape_as_cuda_complex64 PASSED [ 79%] 2022-11-23T02:33:27.0871558Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_reshape_as_cuda_float32 PASSED [ 79%] 2022-11-23T02:33:27.0872507Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_reshape_cuda_float32 PASSED [ 79%] 2022-11-23T02:33:27.0873500Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_resize_as__cuda_float32 PASSED [ 80%] 2022-11-23T02:33:27.0874428Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_resolve_conj_cuda_complex64 PASSED [ 80%] 2022-11-23T02:33:27.0875619Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_resolve_neg_cuda_complex64 PASSED [ 80%] 2022-11-23T02:33:27.0876569Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_resolve_neg_cuda_float32 PASSED [ 80%] 2022-11-23T02:33:27.0877514Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_roll_cuda_complex64 PASSED [ 80%] 2022-11-23T02:33:27.0878835Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_rot90_cuda_complex64 PASSED [ 81%] 2022-11-23T02:33:27.0880020Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_rot90_cuda_float32 PASSED [ 81%] 2022-11-23T02:33:27.0881207Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_round_cuda_float32 PASSED [ 81%] 2022-11-23T02:33:27.0882198Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_round_decimals_neg_3_cuda_float32 SKIPPED (Skipped!) [ 81%] 2022-11-23T02:33:27.0883135Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_rsqrt_cuda_float32 PASSED [ 81%] 2022-11-23T02:33:27.0884041Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_scalar_tensor_cuda_complex64 XFAIL [ 81%] 2022-11-23T02:33:27.0884941Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_scatter_add_cuda_complex64 PASSED [ 82%] 2022-11-23T02:33:27.0885894Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_scatter_cuda_float32 PASSED [ 82%] 2022-11-23T02:33:27.0886887Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_scatter_reduce_amax_cuda_float32 PASSED [ 82%] 2022-11-23T02:33:27.0887919Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_scatter_reduce_amin_cuda_float32 PASSED [ 82%] 2022-11-23T02:33:27.0888913Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_scatter_reduce_mean_cuda_float32 PASSED [ 82%] 2022-11-23T02:33:27.0889908Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_segment_reduce_lengths_cuda_float32 SKIPPED (Skipped!) [ 83%] 2022-11-23T02:33:27.0890941Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_segment_reduce_offsets_cuda_float32 SKIPPED (Skipped!) [ 83%] 2022-11-23T02:33:27.0891919Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_select_cuda_complex64 PASSED [ 83%] 2022-11-23T02:33:27.0892770Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_select_cuda_float32 PASSED [ 83%] 2022-11-23T02:33:27.0893715Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sgn_cuda_complex64 PASSED [ 83%] 2022-11-23T02:33:27.0894667Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sgn_cuda_float32 PASSED [ 84%] 2022-11-23T02:33:27.0895505Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_short_cuda_float32 XFAIL [ 84%] 2022-11-23T02:33:27.0896177Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sigmoid_cuda_float32 PASSED [ 84%] 2022-11-23T02:33:27.0896680Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_signal_windows_exponential_cuda_float32 XFAIL [ 84%] 2022-11-23T02:33:27.0897147Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sin_cuda_complex64 PASSED [ 84%] 2022-11-23T02:33:27.0897762Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sin_cuda_float32 PASSED [ 84%] 2022-11-23T02:33:27.0898224Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sinc_cuda_complex64 PASSED [ 85%] 2022-11-23T02:33:27.0898677Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sinh_cuda_float32 PASSED [ 85%] 2022-11-23T02:33:27.0899208Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_slice_cuda_complex64 SKIPPED (variant consistency doesn't work on torch.ops) [ 85%] 2022-11-23T02:33:27.0899747Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_slice_scatter_cuda_float32 PASSED [ 85%] 2022-11-23T02:33:27.0900715Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_softmax_with_dtype_cuda_float32 PASSED [ 85%] 2022-11-23T02:33:27.0901760Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sparse_sampled_addmm_cuda_complex64 SKIPPED (Skipped!) [ 86%] 2022-11-23T02:33:27.0902486Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sparse_sampled_addmm_cuda_float32 SKIPPED (Skipped!) [ 86%] 2022-11-23T02:33:27.0903061Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_bessel_j1_cuda_float32 PASSED [ 86%] 2022-11-23T02:33:27.0903612Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_bessel_y1_cuda_float32 PASSED [ 86%] 2022-11-23T02:33:27.0904131Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_chebyshev_polynomial_t_cuda_float32 PASSED [ 86%] 2022-11-23T02:33:27.0904862Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 87%] 2022-11-23T02:33:27.0905578Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 87%] 2022-11-23T02:33:27.0906177Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_hermite_polynomial_he_cuda_float32 PASSED [ 87%] 2022-11-23T02:33:27.0906686Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_i1_cuda_float32 PASSED [ 87%] 2022-11-23T02:33:27.0907267Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_laguerre_polynomial_l_cuda_float32 PASSED [ 87%] 2022-11-23T02:33:27.0908330Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_log_ndtr_cuda_float32 PASSED [ 87%] 2022-11-23T02:33:27.0909345Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_modified_bessel_i0_cuda_float32 PASSED [ 88%] 2022-11-23T02:33:27.0909858Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_ndtri_cuda_float32 PASSED [ 88%] 2022-11-23T02:33:27.0910382Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_polygamma_special_polygamma_n_0_cuda_float32 XFAIL [ 88%] 2022-11-23T02:33:27.0910925Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_scaled_modified_bessel_k0_cuda_float32 PASSED [ 88%] 2022-11-23T02:33:27.0911552Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 88%] 2022-11-23T02:33:27.0912244Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 89%] 2022-11-23T02:33:27.0912925Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 89%] 2022-11-23T02:33:27.0913515Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_spherical_bessel_j0_cuda_float32 PASSED [ 89%] 2022-11-23T02:33:27.0914013Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_zeta_cuda_float32 PASSED [ 89%] 2022-11-23T02:33:27.0914674Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_split_cuda_complex64 PASSED [ 89%] 2022-11-23T02:33:27.0915805Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_split_cuda_float32 PASSED [ 90%] 2022-11-23T02:33:27.0916675Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_split_list_args_cuda_complex64 PASSED [ 90%] 2022-11-23T02:33:27.0917176Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_split_list_args_cuda_float32 PASSED [ 90%] 2022-11-23T02:33:27.0917651Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_split_with_sizes_cuda_complex64 PASSED [ 90%] 2022-11-23T02:33:27.0918134Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sqrt_cuda_complex64 PASSED [ 90%] 2022-11-23T02:33:27.0918593Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_square_cuda_float32 PASSED [ 90%] 2022-11-23T02:33:27.0919046Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_stack_cuda_complex64 PASSED [ 91%] 2022-11-23T02:33:27.0919506Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_stack_cuda_float32 PASSED [ 91%] 2022-11-23T02:33:27.0919966Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_std_cuda_complex64 PASSED [ 91%] 2022-11-23T02:33:27.0920421Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_std_mean_cuda_float32 PASSED [ 91%] 2022-11-23T02:33:27.0920863Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sub_cuda_complex64 PASSED [ 91%] 2022-11-23T02:33:27.0921314Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sub_cuda_float32 PASSED [ 92%] 2022-11-23T02:33:27.0922165Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sum_cuda_complex64 PASSED [ 92%] 2022-11-23T02:33:27.0923161Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sum_to_size_cuda_float32 XFAIL [ 92%] 2022-11-23T02:33:27.0923900Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_svd_cuda_float32 PASSED [ 92%] 2022-11-23T02:33:27.0924363Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_svd_lowrank_cuda_float32 XFAIL [ 92%] 2022-11-23T02:33:27.0924836Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_symeig_cuda_complex64 PASSED [ 93%] 2022-11-23T02:33:27.0925275Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_t_cuda_float32 PASSED [ 93%] 2022-11-23T02:33:27.0925730Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_take_cuda_complex64 PASSED [ 93%] 2022-11-23T02:33:27.0926181Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_take_cuda_float32 PASSED [ 93%] 2022-11-23T02:33:27.0926637Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_tanh_cuda_complex64 PASSED [ 93%] 2022-11-23T02:33:27.0927093Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_tanh_cuda_float32 PASSED [ 93%] 2022-11-23T02:33:27.0927551Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_tensor_split_cuda_float32 PASSED [ 94%] 2022-11-23T02:33:27.0928012Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_topk_cuda_float32 PASSED [ 94%] 2022-11-23T02:33:27.0928456Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_trace_cuda_complex64 PASSED [ 94%] 2022-11-23T02:33:27.0929156Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_trace_cuda_float32 PASSED [ 94%] 2022-11-23T02:33:27.0930114Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_transpose_cuda_complex64 PASSED [ 94%] 2022-11-23T02:33:27.0931001Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_trapezoid_cuda_float32 PASSED [ 95%] 2022-11-23T02:33:27.0931471Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_trapz_cuda_float32 PASSED [ 95%] 2022-11-23T02:33:27.0931951Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_triangular_solve_cuda_float32 PASSED [ 95%] 2022-11-23T02:33:27.0932418Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_tril_cuda_float32 PASSED [ 95%] 2022-11-23T02:33:27.0932851Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_triu_cuda_float32 PASSED [ 95%] 2022-11-23T02:33:27.0933312Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_true_divide_cuda_float32 PASSED [ 96%] 2022-11-23T02:33:27.0933902Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_trunc_cuda_float32 PASSED [ 96%] 2022-11-23T02:33:27.0934362Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_unbind_cuda_complex64 PASSED [ 96%] 2022-11-23T02:33:27.0934823Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_unbind_cuda_float32 PASSED [ 96%] 2022-11-23T02:33:27.0935295Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_unflatten_cuda_complex64 PASSED [ 96%] 2022-11-23T02:33:27.0935749Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_uniform_cuda_complex64 XFAIL [ 96%] 2022-11-23T02:33:27.0936544Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_uniform_cuda_float32 XFAIL [ 97%] 2022-11-23T02:33:27.0937480Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_unique_consecutive_cuda_float32 XFAIL [ 97%] 2022-11-23T02:33:27.0938287Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_unique_cuda_float32 XFAIL [ 97%] 2022-11-23T02:33:27.0938766Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_unsqueeze_cuda_complex64 PASSED [ 97%] 2022-11-23T02:33:27.0939242Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_unsqueeze_cuda_float32 PASSED [ 97%] 2022-11-23T02:33:27.0939699Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_var_cuda_float32 PASSED [ 98%] 2022-11-23T02:33:27.0940147Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_view_as_complex_cuda_float32 PASSED [ 98%] 2022-11-23T02:33:27.0940716Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_view_as_cuda_complex64 PASSED [ 98%] 2022-11-23T02:33:27.0941204Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_view_as_cuda_float32 PASSED [ 98%] 2022-11-23T02:33:27.0941676Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_view_as_real_cuda_complex64 PASSED [ 98%] 2022-11-23T02:33:27.0942147Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_view_copy_cuda_float32 PASSED [ 99%] 2022-11-23T02:33:27.0942608Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_view_cuda_complex64 PASSED [ 99%] 2022-11-23T02:33:27.0943066Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_view_cuda_float32 PASSED [ 99%] 2022-11-23T02:33:27.0943941Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_vsplit_cuda_float32 PASSED [ 99%] 2022-11-23T02:33:27.0944941Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_where_cuda_complex64 SKIPPED (Skipped!) [ 99%] 2022-11-23T02:33:27.0945651Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_zeros_cuda_complex64 SKIPPED (Skipped!) [100%] 2022-11-23T02:33:27.0945919Z 2022-11-23T02:33:27.0946075Z ============================== warnings summary =============================== 2022-11-23T02:33:27.0946486Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:33:27.0947105Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:33:27.0947608Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:33:27.0947785Z 2022-11-23T02:33:27.0948029Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:33:27.0948596Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_jit\test_ops_jit-c29f11800646371a.xml - 2022-11-23T02:33:27.0949134Z = 378 passed, 56 skipped, 3 deselected, 98 xfailed, 1 warning in 1325.47s (0:22:05) = 2022-11-23T02:33:27.0949585Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T02:33:27.0949840Z 2022-11-23T02:33:27.0950269Z ##[endgroup] 2022-11-23T02:33:27.0951097Z FINISHED PRINTING LOG FILE of test_ops_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_jit_y9ljnz22) 2022-11-23T02:33:27.0951736Z 2022-11-23T02:33:27.7450197Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_jit.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '-k=_linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:33:27.744346] 2022-11-23T02:33:27.7452909Z Ignoring disabled issues: [] 2022-11-23T02:33:27.7453426Z Found test time stats from artifacts 2022-11-23T02:33:27.7453959Z Prioritized test from test file changes. 2022-11-23T02:33:27.7454336Z reordering tests for PR: 2022-11-23T02:33:27.7454570Z prioritized: [] 2022-11-23T02:33:27.7455853Z the rest: ['test_ops_jit', 'test_modules', 'test_tensor_creation_ops', 'test_cpp_api_parity', 'test_autograd', 'test_cpp_extensions_open_device_registration', 'nn/test_pooling', 'test_fake_tensor', 'test_mobile_optimizer', 'dynamo/test_export_mutations', 'dynamo/test_misc', 'dynamo/test_optimizations', 'dynamo/test_repros', 'dynamo/test_verify_correctness', 'inductor/test_torchinductor_opinfo', 'test_deploy', 'test_unary_ufuncs', 'test_dataloader', 'test_jit', 'test_binary_ufuncs', 'test_mkldnn_fusion', 'test_matmul_cuda', 'test_foreach', 'test_jiterator', 'test_sparse', 'test_spectral_ops', 'test_bundled_inputs', 'test_subclass', 'profiler/test_memory_profiler', 'nn/test_dropout', 'test_dynamic_shapes', 'test_functional_optim', 'profiler/test_profiler_tree', 'test_model_dump', 'test_type_info'] 2022-11-23T02:33:27.7457045Z 2022-11-23T02:33:27.7457495Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/slow-tests.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-slow-tests.json 2022-11-23T02:33:27.7458877Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2022-11-23T02:33:49.3318893Z 2022-11-23T02:33:49.3319980Z Expand the folded group to see the log file of test_ops_jit 2022-11-23T02:33:49.3321372Z ##[group]PRINTING LOG FILE of test_ops_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_jit_phw0lgc0) 2022-11-23T02:33:49.3322471Z Test results will be stored in test-reports\python-pytest\test_ops_jit\test_ops_jit-c853ab111f54fecc.xml 2022-11-23T02:33:49.3323217Z ============================= test session starts ============================= 2022-11-23T02:33:49.3323981Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:33:49.3324671Z cachedir: .pytest_cache 2022-11-23T02:33:49.3325215Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:33:49.3325746Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:33:49.3326260Z plugins: hypothesis-5.35.1, flakefinder-1.1.0, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-11-23T02:33:49.3326712Z collecting ... collected 1040 items / 1036 deselected / 4 selected 2022-11-23T02:33:49.3327555Z Running 4 items in this shard: test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_cholesky_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_cholesky_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_cholesky_ex_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_cholesky_ex_cuda_float32 2022-11-23T02:33:49.3328206Z 2022-11-23T02:33:49.3328459Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_cholesky_cuda_complex64 PASSED [ 25%] 2022-11-23T02:33:49.3328963Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_cholesky_cuda_float32 PASSED [ 50%] 2022-11-23T02:33:49.3329445Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_cholesky_ex_cuda_complex64 PASSED [ 75%] 2022-11-23T02:33:49.3329949Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_cholesky_ex_cuda_float32 PASSED [100%] 2022-11-23T02:33:49.3331714Z 2022-11-23T02:33:49.3331923Z ============================== warnings summary =============================== 2022-11-23T02:33:49.3332630Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:33:49.3333697Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:33:49.3334574Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:33:49.3334878Z 2022-11-23T02:33:49.3335277Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:33:49.3336277Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_jit\test_ops_jit-c853ab111f54fecc.xml - 2022-11-23T02:33:49.3337185Z =============== 4 passed, 1036 deselected, 1 warning in 15.41s ================ 2022-11-23T02:33:49.3337972Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T02:33:49.3338520Z 2022-11-23T02:33:49.3339016Z ##[endgroup] 2022-11-23T02:33:49.3339836Z FINISHED PRINTING LOG FILE of test_ops_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_jit_phw0lgc0) 2022-11-23T02:33:49.3340399Z 2022-11-23T02:33:49.3340659Z Running test_modules ... [2022-11-23 02:33:49.333051] 2022-11-23T02:33:49.3341583Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_modules.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:33:49.333831] 2022-11-23T02:38:42.0554961Z 2022-11-23T02:38:42.0556317Z Expand the folded group to see the log file of test_modules 2022-11-23T02:38:42.0557821Z ##[group]PRINTING LOG FILE of test_modules (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_modules_tbuik9lk) 2022-11-23T02:38:42.0570569Z 2022-11-23T02:38:42.0570947Z Running tests... 2022-11-23T02:38:42.0571406Z ---------------------------------------------------------------------- 2022-11-23T02:38:42.0575078Z Test results will be stored in test-reports\python-unittest\test_modules 2022-11-23T02:38:42.0575651Z test_check_inplace_nn_ELU_cuda_float32 (__main__.TestModuleCUDA) ... ok (1.818s) 2022-11-23T02:38:42.0576938Z test_check_inplace_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-11-23T02:38:42.0577797Z test_check_inplace_nn_Hardswish_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T02:38:42.0578501Z test_check_inplace_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.0579217Z test_check_inplace_nn_ReLU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T02:38:42.0579939Z test_check_inplace_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T02:38:42.0580752Z test_cpu_gpu_parity_ao_nn_quantized_MaxPool2d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.010s) 2022-11-23T02:38:42.0581711Z test_cpu_gpu_parity_ao_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:38:42.0582245Z test_cpu_gpu_parity_nn_AdaptiveAvgPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T02:38:42.0582890Z test_cpu_gpu_parity_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.021s) 2022-11-23T02:38:42.0583417Z test_cpu_gpu_parity_nn_AvgPool1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T02:38:42.0583871Z test_cpu_gpu_parity_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.017s) 2022-11-23T02:38:42.0584576Z test_cpu_gpu_parity_nn_BatchNorm2d_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (1.112s) 2022-11-23T02:38:42.0585389Z test_cpu_gpu_parity_nn_BatchNorm2d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.019s) 2022-11-23T02:38:42.0586200Z test_cpu_gpu_parity_nn_BatchNorm2d_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.185s) 2022-11-23T02:38:42.0587020Z test_cpu_gpu_parity_nn_BatchNorm2d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.015s) 2022-11-23T02:38:42.0588091Z test_cpu_gpu_parity_nn_BatchNorm3d_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-11-23T02:38:42.0588895Z test_cpu_gpu_parity_nn_BatchNorm3d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T02:38:42.0589657Z test_cpu_gpu_parity_nn_BatchNorm3d_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T02:38:42.0590142Z test_cpu_gpu_parity_nn_BatchNorm3d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.023s) 2022-11-23T02:38:42.0590606Z test_cpu_gpu_parity_nn_Bilinear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.060s) 2022-11-23T02:38:42.0591047Z test_cpu_gpu_parity_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.073s) 2022-11-23T02:38:42.0591479Z test_cpu_gpu_parity_nn_Conv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (1.203s) 2022-11-23T02:38:42.0591908Z test_cpu_gpu_parity_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.060s) 2022-11-23T02:38:42.0592321Z test_cpu_gpu_parity_nn_Conv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.055s) 2022-11-23T02:38:42.0592748Z test_cpu_gpu_parity_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.046s) 2022-11-23T02:38:42.0593167Z test_cpu_gpu_parity_nn_Conv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.095s) 2022-11-23T02:38:42.0593588Z test_cpu_gpu_parity_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.055s) 2022-11-23T02:38:42.0594911Z test_cpu_gpu_parity_nn_ConvTranspose1d_cuda_complex128 (__main__.TestModuleCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py:1108: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-11-23T02:38:42.0596141Z warnings.warn( 2022-11-23T02:38:42.0596378Z ok (0.048s) 2022-11-23T02:38:42.0597176Z test_cpu_gpu_parity_nn_ConvTranspose1d_cuda_complex32 (__main__.TestModuleCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_creation.py:151: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-11-23T02:38:42.0598002Z result = torch.empty(shape, device=device, dtype=dtype) 2022-11-23T02:38:42.0598315Z expected failure (0.945s) 2022-11-23T02:38:42.0598701Z test_cpu_gpu_parity_nn_ConvTranspose1d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.063s) 2022-11-23T02:38:42.0599156Z test_cpu_gpu_parity_nn_ConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.030s) 2022-11-23T02:38:42.0599625Z test_cpu_gpu_parity_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.024s) 2022-11-23T02:38:42.0600197Z test_cpu_gpu_parity_nn_ConvTranspose2d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.049s) 2022-11-23T02:38:42.0600701Z test_cpu_gpu_parity_nn_ConvTranspose2d_cuda_complex32 (__main__.TestModuleCUDA) ... expected failure (0.005s) 2022-11-23T02:38:42.0601194Z test_cpu_gpu_parity_nn_ConvTranspose2d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.049s) 2022-11-23T02:38:42.0601660Z test_cpu_gpu_parity_nn_ConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.024s) 2022-11-23T02:38:42.0602115Z test_cpu_gpu_parity_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.028s) 2022-11-23T02:38:42.0602561Z test_cpu_gpu_parity_nn_ConvTranspose3d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.051s) 2022-11-23T02:38:42.0603061Z test_cpu_gpu_parity_nn_ConvTranspose3d_cuda_complex32 (__main__.TestModuleCUDA) ... expected failure (0.008s) 2022-11-23T02:38:42.0603554Z test_cpu_gpu_parity_nn_ConvTranspose3d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.050s) 2022-11-23T02:38:42.0604139Z test_cpu_gpu_parity_nn_ConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.027s) 2022-11-23T02:38:42.0604592Z test_cpu_gpu_parity_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.024s) 2022-11-23T02:38:42.0605061Z test_cpu_gpu_parity_nn_CrossEntropyLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.091s) 2022-11-23T02:38:42.0605531Z test_cpu_gpu_parity_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.085s) 2022-11-23T02:38:42.0605952Z test_cpu_gpu_parity_nn_ELU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.034s) 2022-11-23T02:38:42.0606378Z test_cpu_gpu_parity_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.020s) 2022-11-23T02:38:42.0606814Z test_cpu_gpu_parity_nn_Embedding_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-11-23T02:38:42.0607255Z test_cpu_gpu_parity_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.023s) 2022-11-23T02:38:42.0607693Z test_cpu_gpu_parity_nn_GRUCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.031s) 2022-11-23T02:38:42.0608125Z test_cpu_gpu_parity_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.036s) 2022-11-23T02:38:42.0608560Z test_cpu_gpu_parity_nn_GRU_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T02:38:42.0608983Z test_cpu_gpu_parity_nn_GRU_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T02:38:42.0609607Z test_cpu_gpu_parity_nn_GRU_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (5.050s) 2022-11-23T02:38:42.0610148Z test_cpu_gpu_parity_nn_GRU_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.884s) 2022-11-23T02:38:42.0610622Z test_cpu_gpu_parity_nn_GaussianNLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.037s) 2022-11-23T02:38:42.0611077Z test_cpu_gpu_parity_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.036s) 2022-11-23T02:38:42.0611527Z test_cpu_gpu_parity_nn_Hardswish_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-11-23T02:38:42.0612082Z test_cpu_gpu_parity_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-11-23T02:38:42.0612496Z test_cpu_gpu_parity_nn_L1Loss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.027s) 2022-11-23T02:38:42.0613096Z test_cpu_gpu_parity_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.036s) 2022-11-23T02:38:42.0613622Z test_cpu_gpu_parity_nn_LSTMCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.064s) 2022-11-23T02:38:42.0614059Z test_cpu_gpu_parity_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.061s) 2022-11-23T02:38:42.0614503Z test_cpu_gpu_parity_nn_LSTM_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T02:38:42.0614942Z test_cpu_gpu_parity_nn_LSTM_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-11-23T02:38:42.0615362Z test_cpu_gpu_parity_nn_LSTM_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (3.070s) 2022-11-23T02:38:42.0615810Z test_cpu_gpu_parity_nn_LSTM_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (3.002s) 2022-11-23T02:38:42.0616581Z test_cpu_gpu_parity_nn_LazyConv1d_cuda_float32 (__main__.TestModuleCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:38:42.0617320Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:38:42.0617638Z ok (0.061s) 2022-11-23T02:38:42.0617983Z test_cpu_gpu_parity_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.051s) 2022-11-23T02:38:42.0618433Z test_cpu_gpu_parity_nn_LazyConv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.051s) 2022-11-23T02:38:42.0618872Z test_cpu_gpu_parity_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.042s) 2022-11-23T02:38:42.0619280Z test_cpu_gpu_parity_nn_LazyConv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.066s) 2022-11-23T02:38:42.0620177Z test_cpu_gpu_parity_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.064s) 2022-11-23T02:38:42.0620654Z test_cpu_gpu_parity_nn_LazyConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.033s) 2022-11-23T02:38:42.0621145Z test_cpu_gpu_parity_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.030s) 2022-11-23T02:38:42.0621631Z test_cpu_gpu_parity_nn_LazyConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.035s) 2022-11-23T02:38:42.0622117Z test_cpu_gpu_parity_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.029s) 2022-11-23T02:38:42.0622598Z test_cpu_gpu_parity_nn_LazyConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.037s) 2022-11-23T02:38:42.0623048Z test_cpu_gpu_parity_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.029s) 2022-11-23T02:38:42.0623500Z test_cpu_gpu_parity_nn_Linear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.031s) 2022-11-23T02:38:42.0623943Z test_cpu_gpu_parity_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.036s) 2022-11-23T02:38:42.0624418Z test_cpu_gpu_parity_nn_MultiheadAttention_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (2.782s) 2022-11-23T02:38:42.0624932Z test_cpu_gpu_parity_nn_MultiheadAttention_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (2.810s) 2022-11-23T02:38:42.0625436Z test_cpu_gpu_parity_nn_MultiheadAttention_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (2.733s) 2022-11-23T02:38:42.0626029Z test_cpu_gpu_parity_nn_MultiheadAttention_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (2.669s) 2022-11-23T02:38:42.0626497Z test_cpu_gpu_parity_nn_NLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.037s) 2022-11-23T02:38:42.0626938Z test_cpu_gpu_parity_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.046s) 2022-11-23T02:38:42.0627373Z test_cpu_gpu_parity_nn_RNNCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.047s) 2022-11-23T02:38:42.0627808Z test_cpu_gpu_parity_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.041s) 2022-11-23T02:38:42.0628250Z test_cpu_gpu_parity_nn_RNN_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T02:38:42.0628698Z test_cpu_gpu_parity_nn_RNN_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T02:38:42.0629149Z test_cpu_gpu_parity_nn_RNN_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (1.567s) 2022-11-23T02:38:42.0629569Z test_cpu_gpu_parity_nn_RNN_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (1.561s) 2022-11-23T02:38:42.0630004Z test_cpu_gpu_parity_nn_ReLU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.022s) 2022-11-23T02:38:42.0630437Z test_cpu_gpu_parity_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-11-23T02:38:42.0630870Z test_cpu_gpu_parity_nn_Sigmoid_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.022s) 2022-11-23T02:38:42.0631307Z test_cpu_gpu_parity_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-11-23T02:38:42.0631787Z test_cpu_gpu_parity_nn_TransformerDecoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (1.253s) 2022-11-23T02:38:42.0632273Z test_cpu_gpu_parity_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (1.198s) 2022-11-23T02:38:42.0632797Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.826s) 2022-11-23T02:38:42.0633328Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.765s) 2022-11-23T02:38:42.0633861Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.756s) 2022-11-23T02:38:42.0634396Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.703s) 2022-11-23T02:38:42.0634888Z test_cpu_gpu_parity_nn_Transformer_cuda_float32 (__main__.TestModuleCUDA) ... ok (1.986s) 2022-11-23T02:38:42.0635440Z test_cpu_gpu_parity_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... ok (1.897s) 2022-11-23T02:38:42.0635906Z test_factory_kwargs_ao_nn_quantized_MaxPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T02:38:42.0636370Z test_factory_kwargs_ao_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T02:38:42.0636851Z test_factory_kwargs_nn_AdaptiveAvgPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T02:38:42.0637338Z test_factory_kwargs_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T02:38:42.0637854Z test_factory_kwargs_nn_AvgPool1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T02:38:42.0638399Z test_factory_kwargs_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T02:38:42.0639193Z test_factory_kwargs_nn_BatchNorm2d_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T02:38:42.0640068Z test_factory_kwargs_nn_BatchNorm2d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T02:38:42.0640901Z test_factory_kwargs_nn_BatchNorm2d_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T02:38:42.0641761Z test_factory_kwargs_nn_BatchNorm2d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T02:38:42.0642616Z test_factory_kwargs_nn_BatchNorm3d_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T02:38:42.0643671Z test_factory_kwargs_nn_BatchNorm3d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T02:38:42.0644636Z test_factory_kwargs_nn_BatchNorm3d_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T02:38:42.0645616Z test_factory_kwargs_nn_BatchNorm3d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T02:38:42.0646541Z test_factory_kwargs_nn_Bilinear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.017s) 2022-11-23T02:38:42.0646986Z test_factory_kwargs_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T02:38:42.0647427Z test_factory_kwargs_nn_Conv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T02:38:42.0648020Z test_factory_kwargs_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-11-23T02:38:42.0648786Z test_factory_kwargs_nn_Conv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T02:38:42.0649593Z test_factory_kwargs_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T02:38:42.0650413Z test_factory_kwargs_nn_Conv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T02:38:42.0650956Z test_factory_kwargs_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-11-23T02:38:42.0651425Z test_factory_kwargs_nn_ConvTranspose1d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-11-23T02:38:42.0651917Z test_factory_kwargs_nn_ConvTranspose1d_cuda_complex32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T02:38:42.0652390Z test_factory_kwargs_nn_ConvTranspose1d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T02:38:42.0652864Z test_factory_kwargs_nn_ConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T02:38:42.0653322Z test_factory_kwargs_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T02:38:42.0653797Z test_factory_kwargs_nn_ConvTranspose2d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T02:38:42.0654252Z test_factory_kwargs_nn_ConvTranspose2d_cuda_complex32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T02:38:42.0654724Z test_factory_kwargs_nn_ConvTranspose2d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T02:38:42.0655193Z test_factory_kwargs_nn_ConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T02:38:42.0655956Z test_factory_kwargs_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T02:38:42.0656430Z test_factory_kwargs_nn_ConvTranspose3d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T02:38:42.0656974Z test_factory_kwargs_nn_ConvTranspose3d_cuda_complex32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T02:38:42.0657575Z test_factory_kwargs_nn_ConvTranspose3d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T02:38:42.0658021Z test_factory_kwargs_nn_ConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T02:38:42.0658620Z test_factory_kwargs_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T02:38:42.0659103Z test_factory_kwargs_nn_CrossEntropyLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.020s) 2022-11-23T02:38:42.0659573Z test_factory_kwargs_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.019s) 2022-11-23T02:38:42.0660029Z test_factory_kwargs_nn_ELU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T02:38:42.0660459Z test_factory_kwargs_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T02:38:42.0660894Z test_factory_kwargs_nn_Embedding_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T02:38:42.0661311Z test_factory_kwargs_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T02:38:42.0661742Z test_factory_kwargs_nn_GRUCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T02:38:42.0662941Z test_factory_kwargs_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T02:38:42.0663437Z test_factory_kwargs_nn_GRU_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.167s) 2022-11-23T02:38:42.0663888Z test_factory_kwargs_nn_GRU_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.072s) 2022-11-23T02:38:42.0664340Z test_factory_kwargs_nn_GRU_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.069s) 2022-11-23T02:38:42.0664793Z test_factory_kwargs_nn_GRU_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.080s) 2022-11-23T02:38:42.0665228Z test_factory_kwargs_nn_GaussianNLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T02:38:42.0665689Z test_factory_kwargs_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T02:38:42.0666142Z test_factory_kwargs_nn_Hardswish_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.0666582Z test_factory_kwargs_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.0667020Z test_factory_kwargs_nn_L1Loss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T02:38:42.0667449Z test_factory_kwargs_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.015s) 2022-11-23T02:38:42.0667865Z test_factory_kwargs_nn_LSTMCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T02:38:42.0668624Z test_factory_kwargs_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T02:38:42.0669402Z test_factory_kwargs_nn_LSTM_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.150s) 2022-11-23T02:38:42.0670191Z test_factory_kwargs_nn_LSTM_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.154s) 2022-11-23T02:38:42.0671047Z test_factory_kwargs_nn_LSTM_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.166s) 2022-11-23T02:38:42.0671885Z test_factory_kwargs_nn_LSTM_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.142s) 2022-11-23T02:38:42.0672738Z test_factory_kwargs_nn_LazyConv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-11-23T02:38:42.0673556Z test_factory_kwargs_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T02:38:42.0674377Z test_factory_kwargs_nn_LazyConv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.018s) 2022-11-23T02:38:42.0675202Z test_factory_kwargs_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-11-23T02:38:42.0676223Z test_factory_kwargs_nn_LazyConv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.015s) 2022-11-23T02:38:42.0677043Z test_factory_kwargs_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T02:38:42.0677946Z test_factory_kwargs_nn_LazyConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T02:38:42.0678883Z test_factory_kwargs_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T02:38:42.0680386Z test_factory_kwargs_nn_LazyConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-11-23T02:38:42.0681525Z test_factory_kwargs_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-11-23T02:38:42.0682463Z test_factory_kwargs_nn_LazyConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T02:38:42.0683271Z test_factory_kwargs_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T02:38:42.0683754Z test_factory_kwargs_nn_Linear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-11-23T02:38:42.0684194Z test_factory_kwargs_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-11-23T02:38:42.0684671Z test_factory_kwargs_nn_MultiheadAttention_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.157s) 2022-11-23T02:38:42.0685161Z test_factory_kwargs_nn_MultiheadAttention_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.163s) 2022-11-23T02:38:42.0685827Z test_factory_kwargs_nn_MultiheadAttention_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.181s) 2022-11-23T02:38:42.0686364Z test_factory_kwargs_nn_MultiheadAttention_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.167s) 2022-11-23T02:38:42.0686835Z test_factory_kwargs_nn_NLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.015s) 2022-11-23T02:38:42.0687274Z test_factory_kwargs_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T02:38:42.0687754Z test_factory_kwargs_nn_RNNCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T02:38:42.0688452Z test_factory_kwargs_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.021s) 2022-11-23T02:38:42.0689247Z test_factory_kwargs_nn_RNN_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.135s) 2022-11-23T02:38:42.0690101Z test_factory_kwargs_nn_RNN_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.130s) 2022-11-23T02:38:42.0690962Z test_factory_kwargs_nn_RNN_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.131s) 2022-11-23T02:38:42.0692263Z test_factory_kwargs_nn_RNN_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.131s) 2022-11-23T02:38:42.0693115Z test_factory_kwargs_nn_ReLU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.0693960Z test_factory_kwargs_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T02:38:42.0694401Z test_factory_kwargs_nn_Sigmoid_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T02:38:42.0694841Z test_factory_kwargs_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T02:38:42.0695364Z test_factory_kwargs_nn_TransformerDecoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.136s) 2022-11-23T02:38:42.0695991Z test_factory_kwargs_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.128s) 2022-11-23T02:38:42.0696521Z test_factory_kwargs_nn_TransformerEncoderLayer_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.103s) 2022-11-23T02:38:42.0697055Z test_factory_kwargs_nn_TransformerEncoderLayer_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.107s) 2022-11-23T02:38:42.0697586Z test_factory_kwargs_nn_TransformerEncoderLayer_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.093s) 2022-11-23T02:38:42.0714617Z test_factory_kwargs_nn_TransformerEncoderLayer_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.098s) 2022-11-23T02:38:42.0715450Z test_factory_kwargs_nn_Transformer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.319s) 2022-11-23T02:38:42.0715939Z test_factory_kwargs_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.352s) 2022-11-23T02:38:42.0716422Z test_forward_ao_nn_quantized_MaxPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T02:38:42.0716911Z test_forward_ao_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.0717378Z test_forward_nn_AdaptiveAvgPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.0717863Z test_forward_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.0718323Z test_forward_nn_AvgPool1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T02:38:42.0718889Z test_forward_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.0719636Z test_forward_nn_BatchNorm2d_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T02:38:42.0720429Z test_forward_nn_BatchNorm2d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T02:38:42.0721259Z test_forward_nn_BatchNorm2d_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T02:38:42.0722011Z test_forward_nn_BatchNorm2d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T02:38:42.0722813Z test_forward_nn_BatchNorm3d_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T02:38:42.0723777Z test_forward_nn_BatchNorm3d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T02:38:42.0724592Z test_forward_nn_BatchNorm3d_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T02:38:42.0725371Z test_forward_nn_BatchNorm3d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T02:38:42.0726128Z test_forward_nn_Bilinear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-11-23T02:38:42.0726857Z test_forward_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T02:38:42.0727673Z test_forward_nn_Conv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T02:38:42.0728432Z test_forward_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-11-23T02:38:42.0729191Z test_forward_nn_Conv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T02:38:42.0729939Z test_forward_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T02:38:42.0730687Z test_forward_nn_Conv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T02:38:42.0731423Z test_forward_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T02:38:42.0732191Z test_forward_nn_ConvTranspose1d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.283s) 2022-11-23T02:38:42.0733102Z test_forward_nn_ConvTranspose1d_cuda_complex32 (__main__.TestModuleCUDA) ... ok (0.650s) 2022-11-23T02:38:42.0733978Z test_forward_nn_ConvTranspose1d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-11-23T02:38:42.0734843Z test_forward_nn_ConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-11-23T02:38:42.0735700Z test_forward_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T02:38:42.0736567Z test_forward_nn_ConvTranspose2d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T02:38:42.0737461Z test_forward_nn_ConvTranspose2d_cuda_complex32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T02:38:42.0738316Z test_forward_nn_ConvTranspose2d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T02:38:42.0739179Z test_forward_nn_ConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T02:38:42.0740031Z test_forward_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.0741090Z test_forward_nn_ConvTranspose3d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T02:38:42.0741966Z test_forward_nn_ConvTranspose3d_cuda_complex32 (__main__.TestModuleCUDA) ... ok (0.105s) 2022-11-23T02:38:42.0742839Z test_forward_nn_ConvTranspose3d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T02:38:42.0743698Z test_forward_nn_ConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T02:38:42.0744542Z test_forward_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T02:38:42.0745378Z test_forward_nn_CrossEntropyLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.023s) 2022-11-23T02:38:42.0746176Z test_forward_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.027s) 2022-11-23T02:38:42.0746983Z test_forward_nn_ELU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T02:38:42.0747757Z test_forward_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T02:38:42.0748528Z test_forward_nn_Embedding_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T02:38:42.0749346Z test_forward_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T02:38:42.0750143Z test_forward_nn_GRUCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-11-23T02:38:42.0750816Z test_forward_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T02:38:42.0751506Z test_forward_nn_GRU_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.097s) 2022-11-23T02:38:42.0752368Z test_forward_nn_GRU_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.109s) 2022-11-23T02:38:42.0753088Z test_forward_nn_GRU_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.101s) 2022-11-23T02:38:42.0753806Z test_forward_nn_GRU_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.105s) 2022-11-23T02:38:42.0754583Z test_forward_nn_GaussianNLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-11-23T02:38:42.0755442Z test_forward_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T02:38:42.0756221Z test_forward_nn_Hardswish_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T02:38:42.0756930Z test_forward_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T02:38:42.0757635Z test_forward_nn_L1Loss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T02:38:42.0758293Z test_forward_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-11-23T02:38:42.0758940Z test_forward_nn_LSTMCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T02:38:42.0759672Z test_forward_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-11-23T02:38:42.0760478Z test_forward_nn_LSTM_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.249s) 2022-11-23T02:38:42.0761281Z test_forward_nn_LSTM_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.257s) 2022-11-23T02:38:42.0762073Z test_forward_nn_LSTM_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.250s) 2022-11-23T02:38:42.0762855Z test_forward_nn_LSTM_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.239s) 2022-11-23T02:38:42.0763643Z test_forward_nn_LazyConv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-11-23T02:38:42.0764414Z test_forward_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T02:38:42.0765175Z test_forward_nn_LazyConv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T02:38:42.0765944Z test_forward_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T02:38:42.0766712Z test_forward_nn_LazyConv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-11-23T02:38:42.0767502Z test_forward_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T02:38:42.0768455Z test_forward_nn_LazyConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T02:38:42.0769315Z test_forward_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T02:38:42.0770226Z test_forward_nn_LazyConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T02:38:42.0771088Z test_forward_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T02:38:42.0771884Z test_forward_nn_LazyConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T02:38:42.0772698Z test_forward_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T02:38:42.0773432Z test_forward_nn_Linear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T02:38:42.0774118Z test_forward_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-11-23T02:38:42.0774840Z test_forward_nn_MultiheadAttention_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.399s) 2022-11-23T02:38:42.0775708Z test_forward_nn_MultiheadAttention_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.433s) 2022-11-23T02:38:42.0776650Z test_forward_nn_MultiheadAttention_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.424s) 2022-11-23T02:38:42.0777637Z test_forward_nn_MultiheadAttention_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.407s) 2022-11-23T02:38:42.0778513Z test_forward_nn_NLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.033s) 2022-11-23T02:38:42.0779480Z test_forward_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.022s) 2022-11-23T02:38:42.0780296Z test_forward_nn_RNNCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T02:38:42.0781102Z test_forward_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.021s) 2022-11-23T02:38:42.0781890Z test_forward_nn_RNN_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.192s) 2022-11-23T02:38:42.0782717Z test_forward_nn_RNN_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.201s) 2022-11-23T02:38:42.0783529Z test_forward_nn_RNN_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.187s) 2022-11-23T02:38:42.0784336Z test_forward_nn_RNN_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.214s) 2022-11-23T02:38:42.0785131Z test_forward_nn_ReLU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T02:38:42.0785886Z test_forward_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T02:38:42.0786672Z test_forward_nn_Sigmoid_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T02:38:42.0787437Z test_forward_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T02:38:42.0788273Z test_forward_nn_TransformerDecoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.219s) 2022-11-23T02:38:42.0789216Z test_forward_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.224s) 2022-11-23T02:38:42.0790177Z test_forward_nn_TransformerEncoderLayer_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.160s) 2022-11-23T02:38:42.0791093Z test_forward_nn_TransformerEncoderLayer_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.165s) 2022-11-23T02:38:42.0792062Z test_forward_nn_TransformerEncoderLayer_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.142s) 2022-11-23T02:38:42.0793063Z test_forward_nn_TransformerEncoderLayer_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.175s) 2022-11-23T02:38:42.0793968Z test_forward_nn_Transformer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.383s) 2022-11-23T02:38:42.0794798Z test_forward_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.500s) 2022-11-23T02:38:42.0795661Z test_grad_ao_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.026s) 2022-11-23T02:38:42.0796542Z test_grad_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-11-23T02:38:42.0797498Z test_grad_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-11-23T02:38:42.0798328Z test_grad_nn_BatchNorm2d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-11-23T02:38:42.0799200Z test_grad_nn_BatchNorm2d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T02:38:42.0800042Z test_grad_nn_BatchNorm3d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T02:38:42.0800835Z test_grad_nn_BatchNorm3d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.018s) 2022-11-23T02:38:42.0801569Z test_grad_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.072s) 2022-11-23T02:38:42.0802313Z test_grad_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.051s) 2022-11-23T02:38:42.0803040Z test_grad_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.042s) 2022-11-23T02:38:42.0803764Z test_grad_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.051s) 2022-11-23T02:38:42.0804608Z test_grad_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.025s) 2022-11-23T02:38:42.0805430Z test_grad_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.023s) 2022-11-23T02:38:42.0806190Z test_grad_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.025s) 2022-11-23T02:38:42.0806966Z test_grad_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.078s) 2022-11-23T02:38:42.0807692Z test_grad_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.018s) 2022-11-23T02:38:42.0808493Z test_grad_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-11-23T02:38:42.0809234Z test_grad_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.038s) 2022-11-23T02:38:42.0810015Z test_grad_nn_GRU_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.092s) 2022-11-23T02:38:42.0810909Z test_grad_nn_GRU_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.027s) 2022-11-23T02:38:42.0811770Z test_grad_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.041s) 2022-11-23T02:38:42.0812574Z test_grad_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T02:38:42.0813289Z test_grad_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.032s) 2022-11-23T02:38:42.0814029Z test_grad_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.071s) 2022-11-23T02:38:42.0814846Z test_grad_nn_LSTM_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.018s) 2022-11-23T02:38:42.0815713Z test_grad_nn_LSTM_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.034s) 2022-11-23T02:38:42.0817087Z test_grad_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:38:42.0818429Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:38:42.0819719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:38:42.0820826Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:38:42.0821978Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:38:42.0823135Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:38:42.0824301Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:38:42.0825629Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:38:42.0826262Z ok (0.044s) 2022-11-23T02:38:42.0827477Z test_grad_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:38:42.0828806Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:38:42.0830026Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:38:42.0831171Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:38:42.0832447Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:38:42.0833719Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:38:42.0834959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:38:42.0836290Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:38:42.0836880Z ok (0.052s) 2022-11-23T02:38:42.0838121Z test_grad_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:38:42.0839559Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:38:42.0840889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:38:42.0842165Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:38:42.0843440Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:38:42.0844706Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:38:42.0846060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:38:42.0847386Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:38:42.0847984Z ok (0.051s) 2022-11-23T02:38:42.0849314Z test_grad_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:38:42.0850762Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:38:42.0851874Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:38:42.0852980Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:38:42.0853770Z ok (0.025s) 2022-11-23T02:38:42.0854985Z test_grad_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:38:42.0856215Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:38:42.0857308Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:38:42.0857956Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:38:42.0858266Z ok (0.024s) 2022-11-23T02:38:42.0858937Z test_grad_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:38:42.0859667Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:38:42.0860447Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:38:42.0861070Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:38:42.0861757Z ok (0.026s) 2022-11-23T02:38:42.0862100Z test_grad_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.026s) 2022-11-23T02:38:42.0862550Z test_grad_nn_MultiheadAttention_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (3.674s) 2022-11-23T02:38:42.0863032Z test_grad_nn_MultiheadAttention_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (3.647s) 2022-11-23T02:38:42.0863631Z test_grad_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.038s) 2022-11-23T02:38:42.0864013Z test_grad_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.056s) 2022-11-23T02:38:42.0864449Z test_grad_nn_RNN_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.016s) 2022-11-23T02:38:42.0864910Z test_grad_nn_RNN_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.020s) 2022-11-23T02:38:42.0865335Z test_grad_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.022s) 2022-11-23T02:38:42.0865736Z test_grad_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T02:38:42.0866177Z test_grad_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (2.737s) 2022-11-23T02:38:42.0866670Z test_grad_nn_TransformerEncoderLayer_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (1.480s) 2022-11-23T02:38:42.0867159Z test_grad_nn_TransformerEncoderLayer_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (1.317s) 2022-11-23T02:38:42.0867715Z test_grad_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... ok (5.927s) 2022-11-23T02:38:42.0868159Z test_gradgrad_ao_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.024s) 2022-11-23T02:38:42.0868850Z test_gradgrad_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T02:38:42.0869291Z test_gradgrad_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T02:38:42.0869735Z test_gradgrad_nn_BatchNorm2d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.042s) 2022-11-23T02:38:42.0870191Z test_gradgrad_nn_BatchNorm2d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.045s) 2022-11-23T02:38:42.0870628Z test_gradgrad_nn_BatchNorm3d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.035s) 2022-11-23T02:38:42.0871085Z test_gradgrad_nn_BatchNorm3d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.043s) 2022-11-23T02:38:42.0871643Z test_gradgrad_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.285s) 2022-11-23T02:38:42.0872058Z test_gradgrad_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.155s) 2022-11-23T02:38:42.0872466Z test_gradgrad_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.149s) 2022-11-23T02:38:42.0873004Z test_gradgrad_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.148s) 2022-11-23T02:38:42.0873427Z test_gradgrad_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.084s) 2022-11-23T02:38:42.0873875Z test_gradgrad_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.074s) 2022-11-23T02:38:42.0874401Z test_gradgrad_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.073s) 2022-11-23T02:38:42.0874858Z test_gradgrad_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.165s) 2022-11-23T02:38:42.0875365Z test_gradgrad_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.034s) 2022-11-23T02:38:42.0875928Z test_gradgrad_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.019s) 2022-11-23T02:38:42.0876346Z test_gradgrad_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.270s) 2022-11-23T02:38:42.0876778Z test_gradgrad_nn_GRU_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.003s) 2022-11-23T02:38:42.0877251Z test_gradgrad_nn_GRU_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.037s) 2022-11-23T02:38:42.0877708Z test_gradgrad_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.111s) 2022-11-23T02:38:42.0878267Z test_gradgrad_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.098s) 2022-11-23T02:38:42.0878701Z test_gradgrad_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.366s) 2022-11-23T02:38:42.0879155Z test_gradgrad_nn_LSTM_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.011s) 2022-11-23T02:38:42.0879616Z test_gradgrad_nn_LSTM_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.038s) 2022-11-23T02:38:42.0880407Z test_gradgrad_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:38:42.0881137Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:38:42.0881904Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:38:42.0882782Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:38:42.0883558Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:38:42.0884205Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:38:42.0884861Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:38:42.0885482Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:38:42.0885792Z ok (0.153s) 2022-11-23T02:38:42.0886435Z test_gradgrad_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:38:42.0887157Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:38:42.0887917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:38:42.0888646Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:38:42.0889301Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:38:42.0890197Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:38:42.0890847Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:38:42.0891465Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:38:42.0891768Z ok (0.142s) 2022-11-23T02:38:42.0892406Z test_gradgrad_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:38:42.0893119Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:38:42.0893869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:38:42.0894649Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:38:42.0895295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:38:42.0896027Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:38:42.0896918Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:38:42.0897550Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:38:42.0897856Z ok (0.146s) 2022-11-23T02:38:42.0898522Z test_gradgrad_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:38:42.0899270Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:38:42.0899916Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:38:42.0900538Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:38:42.0900848Z ok (0.074s) 2022-11-23T02:38:42.0901523Z test_gradgrad_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:38:42.0902265Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:38:42.0903009Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:38:42.0903982Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:38:42.0904368Z ok (0.070s) 2022-11-23T02:38:42.0905147Z test_gradgrad_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82701 for platform(s) win, windows. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.003s) 2022-11-23T02:38:42.0905973Z test_gradgrad_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.080s) 2022-11-23T02:38:42.0906431Z test_gradgrad_nn_MultiheadAttention_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (15.024s) 2022-11-23T02:38:42.0906923Z test_gradgrad_nn_MultiheadAttention_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (14.842s) 2022-11-23T02:38:42.0907381Z test_gradgrad_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.056s) 2022-11-23T02:38:42.0907801Z test_gradgrad_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.296s) 2022-11-23T02:38:42.0908228Z test_gradgrad_nn_RNN_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.005s) 2022-11-23T02:38:42.0908708Z test_gradgrad_nn_RNN_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.036s) 2022-11-23T02:38:42.0909239Z test_gradgrad_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.021s) 2022-11-23T02:38:42.0909770Z test_gradgrad_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.020s) 2022-11-23T02:38:42.0910237Z test_gradgrad_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (28.259s) 2022-11-23T02:38:42.0910947Z test_gradgrad_nn_TransformerEncoderLayer_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (13.164s) 2022-11-23T02:38:42.0911481Z test_gradgrad_nn_TransformerEncoderLayer_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (11.799s) 2022-11-23T02:38:42.0911935Z test_gradgrad_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... ok (75.707s) 2022-11-23T02:38:42.0912416Z test_if_train_and_eval_modes_differ_ao_nn_quantized_MaxPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T02:38:42.0912930Z test_if_train_and_eval_modes_differ_ao_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T02:38:42.0913439Z test_if_train_and_eval_modes_differ_nn_AdaptiveAvgPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T02:38:42.0913950Z test_if_train_and_eval_modes_differ_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T02:38:42.0914439Z test_if_train_and_eval_modes_differ_nn_AvgPool1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.0914915Z test_if_train_and_eval_modes_differ_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.0915391Z test_if_train_and_eval_modes_differ_nn_BatchNorm2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.0915855Z test_if_train_and_eval_modes_differ_nn_BatchNorm2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.0916330Z test_if_train_and_eval_modes_differ_nn_BatchNorm3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.0916904Z test_if_train_and_eval_modes_differ_nn_BatchNorm3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.0917369Z test_if_train_and_eval_modes_differ_nn_Bilinear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T02:38:42.0918047Z test_if_train_and_eval_modes_differ_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T02:38:42.0918520Z test_if_train_and_eval_modes_differ_nn_Conv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.0919957Z test_if_train_and_eval_modes_differ_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.0920400Z test_if_train_and_eval_modes_differ_nn_Conv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T02:38:42.0920861Z test_if_train_and_eval_modes_differ_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T02:38:42.0921311Z test_if_train_and_eval_modes_differ_nn_Conv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T02:38:42.0921763Z test_if_train_and_eval_modes_differ_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T02:38:42.0922884Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cuda_complex128 (__main__.TestModuleCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py:1108: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-11-23T02:38:42.0923946Z warnings.warn( 2022-11-23T02:38:42.0924173Z ok (0.007s) 2022-11-23T02:38:42.0924550Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cuda_complex32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T02:38:42.0925303Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T02:38:42.0925923Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.0926435Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T02:38:42.0926933Z test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T02:38:42.0927437Z test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cuda_complex32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T02:38:42.0927941Z test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T02:38:42.0928436Z test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.0928929Z test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.0929412Z test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.0929915Z test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cuda_complex32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T02:38:42.0930423Z test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T02:38:42.0931002Z test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.0931615Z test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T02:38:42.0932367Z test_if_train_and_eval_modes_differ_nn_CrossEntropyLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T02:38:42.0932870Z test_if_train_and_eval_modes_differ_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T02:38:42.0933344Z test_if_train_and_eval_modes_differ_nn_ELU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.0933782Z test_if_train_and_eval_modes_differ_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.0934239Z test_if_train_and_eval_modes_differ_nn_Embedding_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.0934702Z test_if_train_and_eval_modes_differ_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.0935270Z test_if_train_and_eval_modes_differ_nn_GRUCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T02:38:42.0935725Z test_if_train_and_eval_modes_differ_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T02:38:42.0936174Z test_if_train_and_eval_modes_differ_nn_GRU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.031s) 2022-11-23T02:38:42.0936610Z test_if_train_and_eval_modes_differ_nn_GRU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.035s) 2022-11-23T02:38:42.0937084Z test_if_train_and_eval_modes_differ_nn_GaussianNLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T02:38:42.0937570Z test_if_train_and_eval_modes_differ_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T02:38:42.0938155Z test_if_train_and_eval_modes_differ_nn_Hardswish_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.0938607Z test_if_train_and_eval_modes_differ_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.0939318Z test_if_train_and_eval_modes_differ_nn_L1Loss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.0939782Z test_if_train_and_eval_modes_differ_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.0940241Z test_if_train_and_eval_modes_differ_nn_LSTMCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T02:38:42.0940794Z test_if_train_and_eval_modes_differ_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T02:38:42.0941270Z test_if_train_and_eval_modes_differ_nn_LSTM_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.063s) 2022-11-23T02:38:42.0941716Z test_if_train_and_eval_modes_differ_nn_LSTM_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.080s) 2022-11-23T02:38:42.0942621Z test_if_train_and_eval_modes_differ_nn_LazyConv1d_cuda_float32 (__main__.TestModuleCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T02:38:42.0943384Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T02:38:42.0943691Z ok (0.006s) 2022-11-23T02:38:42.0944045Z test_if_train_and_eval_modes_differ_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T02:38:42.0944517Z test_if_train_and_eval_modes_differ_nn_LazyConv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T02:38:42.0945076Z test_if_train_and_eval_modes_differ_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.0945539Z test_if_train_and_eval_modes_differ_nn_LazyConv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T02:38:42.0946211Z test_if_train_and_eval_modes_differ_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T02:38:42.0946698Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T02:38:42.0947203Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T02:38:42.0947708Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T02:38:42.0948211Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T02:38:42.0948706Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T02:38:42.0949198Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T02:38:42.0949670Z test_if_train_and_eval_modes_differ_nn_Linear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.0950218Z test_if_train_and_eval_modes_differ_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.0950696Z test_if_train_and_eval_modes_differ_nn_MultiheadAttention_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.046s) 2022-11-23T02:38:42.0951192Z test_if_train_and_eval_modes_differ_nn_MultiheadAttention_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.054s) 2022-11-23T02:38:42.0951672Z test_if_train_and_eval_modes_differ_nn_NLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T02:38:42.0952235Z test_if_train_and_eval_modes_differ_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T02:38:42.0952696Z test_if_train_and_eval_modes_differ_nn_RNNCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T02:38:42.0953376Z test_if_train_and_eval_modes_differ_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T02:38:42.0953823Z test_if_train_and_eval_modes_differ_nn_RNN_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.072s) 2022-11-23T02:38:42.0954265Z test_if_train_and_eval_modes_differ_nn_RNN_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.075s) 2022-11-23T02:38:42.0954805Z test_if_train_and_eval_modes_differ_nn_ReLU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T02:38:42.0955288Z test_if_train_and_eval_modes_differ_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T02:38:42.0955739Z test_if_train_and_eval_modes_differ_nn_Sigmoid_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T02:38:42.0956284Z test_if_train_and_eval_modes_differ_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T02:38:42.0956796Z test_if_train_and_eval_modes_differ_nn_TransformerDecoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.087s) 2022-11-23T02:38:42.0957326Z test_if_train_and_eval_modes_differ_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.093s) 2022-11-23T02:38:42.0957838Z test_if_train_and_eval_modes_differ_nn_TransformerEncoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.048s) 2022-11-23T02:38:42.0958360Z test_if_train_and_eval_modes_differ_nn_TransformerEncoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.073s) 2022-11-23T02:38:42.0958858Z test_if_train_and_eval_modes_differ_nn_Transformer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.171s) 2022-11-23T02:38:42.0959439Z test_if_train_and_eval_modes_differ_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.186s) 2022-11-23T02:38:42.0959958Z test_memory_format_ao_nn_quantized_MaxPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.017s) 2022-11-23T02:38:42.0960577Z test_memory_format_ao_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.017s) 2022-11-23T02:38:42.0961031Z test_memory_format_nn_AdaptiveAvgPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T02:38:42.0961483Z test_memory_format_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T02:38:42.0961941Z test_memory_format_nn_AvgPool1d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-11-23T02:38:42.0962398Z test_memory_format_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-11-23T02:38:42.0962851Z test_memory_format_nn_BatchNorm2d_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T02:38:42.0963287Z test_memory_format_nn_BatchNorm2d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-11-23T02:38:42.0963743Z test_memory_format_nn_BatchNorm2d_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T02:38:42.0964194Z test_memory_format_nn_BatchNorm2d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-11-23T02:38:42.0964626Z test_memory_format_nn_BatchNorm3d_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T02:38:42.0965188Z test_memory_format_nn_BatchNorm3d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T02:38:42.0965642Z test_memory_format_nn_BatchNorm3d_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T02:38:42.0966192Z test_memory_format_nn_BatchNorm3d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T02:38:42.0966777Z test_memory_format_nn_Bilinear_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:38:42.0967463Z test_memory_format_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.010s) 2022-11-23T02:38:42.0967900Z test_memory_format_nn_Conv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T02:38:42.0968289Z test_memory_format_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T02:38:42.0968703Z test_memory_format_nn_Conv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.036s) 2022-11-23T02:38:42.0969142Z test_memory_format_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.010s) 2022-11-23T02:38:42.0969593Z test_memory_format_nn_Conv3d_cuda_float32 (__main__.TestModuleCUDA) ... expected failure (0.024s) 2022-11-23T02:38:42.0970041Z test_memory_format_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.009s) 2022-11-23T02:38:42.0970496Z test_memory_format_nn_ConvTranspose1d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-11-23T02:38:42.0970961Z test_memory_format_nn_ConvTranspose1d_cuda_complex32 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-11-23T02:38:42.0971501Z test_memory_format_nn_ConvTranspose1d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.017s) 2022-11-23T02:38:42.0971976Z test_memory_format_nn_ConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-11-23T02:38:42.0972423Z test_memory_format_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-11-23T02:38:42.0972906Z test_memory_format_nn_ConvTranspose2d_cuda_complex128 (__main__.TestModuleCUDA) ... expected failure (0.012s) 2022-11-23T02:38:42.0973490Z test_memory_format_nn_ConvTranspose2d_cuda_complex32 (__main__.TestModuleCUDA) ... ok (0.080s) 2022-11-23T02:38:42.0973943Z test_memory_format_nn_ConvTranspose2d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.025s) 2022-11-23T02:38:42.0974660Z test_memory_format_nn_ConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-11-23T02:38:42.0975117Z test_memory_format_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.005s) 2022-11-23T02:38:42.0975613Z test_memory_format_nn_ConvTranspose3d_cuda_complex128 (__main__.TestModuleCUDA) ... expected failure (0.016s) 2022-11-23T02:38:42.0976117Z test_memory_format_nn_ConvTranspose3d_cuda_complex32 (__main__.TestModuleCUDA) ... expected failure (0.020s) 2022-11-23T02:38:42.0976614Z test_memory_format_nn_ConvTranspose3d_cuda_complex64 (__main__.TestModuleCUDA) ... expected failure (0.030s) 2022-11-23T02:38:42.0977109Z test_memory_format_nn_ConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... expected failure (0.025s) 2022-11-23T02:38:42.0977594Z test_memory_format_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.009s) 2022-11-23T02:38:42.0978062Z test_memory_format_nn_CrossEntropyLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.027s) 2022-11-23T02:38:42.0978528Z test_memory_format_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.019s) 2022-11-23T02:38:42.0978957Z test_memory_format_nn_ELU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.023s) 2022-11-23T02:38:42.0979366Z test_memory_format_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-11-23T02:38:42.0979802Z test_memory_format_nn_Embedding_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-11-23T02:38:42.0980356Z test_memory_format_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.006s) 2022-11-23T02:38:42.0980905Z test_memory_format_nn_GRUCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-11-23T02:38:42.0981560Z test_memory_format_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T02:38:42.0981978Z test_memory_format_nn_GRU_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.103s) 2022-11-23T02:38:42.0982408Z test_memory_format_nn_GRU_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.110s) 2022-11-23T02:38:42.0982836Z test_memory_format_nn_GRU_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.096s) 2022-11-23T02:38:42.0983265Z test_memory_format_nn_GRU_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.118s) 2022-11-23T02:38:42.0983725Z test_memory_format_nn_GaussianNLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.006s) 2022-11-23T02:38:42.0984211Z test_memory_format_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-11-23T02:38:42.0984663Z test_memory_format_nn_Hardswish_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T02:38:42.0985068Z test_memory_format_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T02:38:42.0985505Z test_memory_format_nn_L1Loss_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.010s) 2022-11-23T02:38:42.0985950Z test_memory_format_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:38:42.0986378Z test_memory_format_nn_LSTMCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.019s) 2022-11-23T02:38:42.0986886Z test_memory_format_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-11-23T02:38:42.0987416Z test_memory_format_nn_LSTM_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.245s) 2022-11-23T02:38:42.0987831Z test_memory_format_nn_LSTM_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.268s) 2022-11-23T02:38:42.0988516Z test_memory_format_nn_LSTM_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.263s) 2022-11-23T02:38:42.0988980Z test_memory_format_nn_LSTM_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.284s) 2022-11-23T02:38:42.0989411Z test_memory_format_nn_LazyConv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.020s) 2022-11-23T02:38:42.0989833Z test_memory_format_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-11-23T02:38:42.0990261Z test_memory_format_nn_LazyConv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.027s) 2022-11-23T02:38:42.0990714Z test_memory_format_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.012s) 2022-11-23T02:38:42.0991167Z test_memory_format_nn_LazyConv3d_cuda_float32 (__main__.TestModuleCUDA) ... expected failure (0.022s) 2022-11-23T02:38:42.0991636Z test_memory_format_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.006s) 2022-11-23T02:38:42.0992110Z test_memory_format_nn_LazyConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.022s) 2022-11-23T02:38:42.0992574Z test_memory_format_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T02:38:42.0993033Z test_memory_format_nn_LazyConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-11-23T02:38:42.0993519Z test_memory_format_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.007s) 2022-11-23T02:38:42.0994027Z test_memory_format_nn_LazyConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... expected failure (0.017s) 2022-11-23T02:38:42.0994630Z test_memory_format_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.010s) 2022-11-23T02:38:42.0995107Z test_memory_format_nn_Linear_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-11-23T02:38:42.0995657Z test_memory_format_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-11-23T02:38:42.0996351Z test_memory_format_nn_MultiheadAttention_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-11-23T02:38:42.0996869Z test_memory_format_nn_MultiheadAttention_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-11-23T02:38:42.0997388Z test_memory_format_nn_MultiheadAttention_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-11-23T02:38:42.0997907Z test_memory_format_nn_MultiheadAttention_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-11-23T02:38:42.0998398Z test_memory_format_nn_NLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-11-23T02:38:42.0998831Z test_memory_format_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.008s) 2022-11-23T02:38:42.0999409Z test_memory_format_nn_RNNCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.015s) 2022-11-23T02:38:42.0999831Z test_memory_format_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.017s) 2022-11-23T02:38:42.1000250Z test_memory_format_nn_RNN_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.212s) 2022-11-23T02:38:42.1000674Z test_memory_format_nn_RNN_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.228s) 2022-11-23T02:38:42.1001094Z test_memory_format_nn_RNN_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.204s) 2022-11-23T02:38:42.1001506Z test_memory_format_nn_RNN_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.208s) 2022-11-23T02:38:42.1002910Z test_memory_format_nn_ReLU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T02:38:42.1003546Z test_memory_format_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.017s) 2022-11-23T02:38:42.1003967Z test_memory_format_nn_Sigmoid_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-11-23T02:38:42.1004383Z test_memory_format_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-11-23T02:38:42.1004875Z test_memory_format_nn_TransformerDecoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-11-23T02:38:42.1005395Z test_memory_format_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-11-23T02:38:42.1005915Z test_memory_format_nn_TransformerEncoderLayer_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.006s) 2022-11-23T02:38:42.1006463Z test_memory_format_nn_TransformerEncoderLayer_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:38:42.1007022Z test_memory_format_nn_TransformerEncoderLayer_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.010s) 2022-11-23T02:38:42.1007576Z test_memory_format_nn_TransformerEncoderLayer_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:38:42.1008084Z test_memory_format_nn_Transformer_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.010s) 2022-11-23T02:38:42.1008557Z test_memory_format_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.000s) 2022-11-23T02:38:42.1009148Z test_multiple_device_transfer_ao_nn_quantized_MaxPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T02:38:42.1009662Z test_multiple_device_transfer_ao_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T02:38:42.1010338Z test_multiple_device_transfer_nn_AdaptiveAvgPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-11-23T02:38:42.1010854Z test_multiple_device_transfer_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T02:38:42.1011331Z test_multiple_device_transfer_nn_AvgPool1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T02:38:42.1011786Z test_multiple_device_transfer_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T02:38:42.1012393Z test_multiple_device_transfer_nn_BatchNorm2d_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-11-23T02:38:42.1012883Z test_multiple_device_transfer_nn_BatchNorm2d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T02:38:42.1013378Z test_multiple_device_transfer_nn_BatchNorm2d_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T02:38:42.1013855Z test_multiple_device_transfer_nn_BatchNorm2d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T02:38:42.1014386Z test_multiple_device_transfer_nn_BatchNorm3d_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T02:38:42.1014883Z test_multiple_device_transfer_nn_BatchNorm3d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T02:38:42.1015375Z test_multiple_device_transfer_nn_BatchNorm3d_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T02:38:42.1015870Z test_multiple_device_transfer_nn_BatchNorm3d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.019s) 2022-11-23T02:38:42.1016456Z test_multiple_device_transfer_nn_Bilinear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.020s) 2022-11-23T02:38:42.1017314Z test_multiple_device_transfer_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.017s) 2022-11-23T02:38:42.1017779Z test_multiple_device_transfer_nn_Conv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.028s) 2022-11-23T02:38:42.1018226Z test_multiple_device_transfer_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.021s) 2022-11-23T02:38:42.1019249Z test_multiple_device_transfer_nn_Conv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.019s) 2022-11-23T02:38:42.1019740Z test_multiple_device_transfer_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-11-23T02:38:42.1020182Z test_multiple_device_transfer_nn_Conv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.017s) 2022-11-23T02:38:42.1020630Z test_multiple_device_transfer_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-11-23T02:38:42.1021105Z test_multiple_device_transfer_nn_ConvTranspose1d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T02:38:42.1021604Z test_multiple_device_transfer_nn_ConvTranspose1d_cuda_complex32 (__main__.TestModuleCUDA) ... expected failure (0.007s) 2022-11-23T02:38:42.1022117Z test_multiple_device_transfer_nn_ConvTranspose1d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T02:38:42.1022610Z test_multiple_device_transfer_nn_ConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T02:38:42.1023203Z test_multiple_device_transfer_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.1023702Z test_multiple_device_transfer_nn_ConvTranspose2d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-11-23T02:38:42.1024308Z test_multiple_device_transfer_nn_ConvTranspose2d_cuda_complex32 (__main__.TestModuleCUDA) ... expected failure (0.012s) 2022-11-23T02:38:42.1024894Z test_multiple_device_transfer_nn_ConvTranspose2d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.015s) 2022-11-23T02:38:42.1025384Z test_multiple_device_transfer_nn_ConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T02:38:42.1025847Z test_multiple_device_transfer_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T02:38:42.1026324Z test_multiple_device_transfer_nn_ConvTranspose3d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.025s) 2022-11-23T02:38:42.1026840Z test_multiple_device_transfer_nn_ConvTranspose3d_cuda_complex32 (__main__.TestModuleCUDA) ... expected failure (0.007s) 2022-11-23T02:38:42.1027343Z test_multiple_device_transfer_nn_ConvTranspose3d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T02:38:42.1027825Z test_multiple_device_transfer_nn_ConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T02:38:42.1028421Z test_multiple_device_transfer_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-11-23T02:38:42.1028903Z test_multiple_device_transfer_nn_CrossEntropyLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.020s) 2022-11-23T02:38:42.1029377Z test_multiple_device_transfer_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.027s) 2022-11-23T02:38:42.1029834Z test_multiple_device_transfer_nn_ELU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-11-23T02:38:42.1030374Z test_multiple_device_transfer_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T02:38:42.1030826Z test_multiple_device_transfer_nn_Embedding_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T02:38:42.1031394Z test_multiple_device_transfer_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-11-23T02:38:42.1031912Z test_multiple_device_transfer_nn_GRUCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T02:38:42.1032367Z test_multiple_device_transfer_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T02:38:42.1032810Z test_multiple_device_transfer_nn_GRU_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.166s) 2022-11-23T02:38:42.1033274Z test_multiple_device_transfer_nn_GRU_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.142s) 2022-11-23T02:38:42.1033741Z test_multiple_device_transfer_nn_GRU_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.156s) 2022-11-23T02:38:42.1034729Z test_multiple_device_transfer_nn_GRU_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.158s) 2022-11-23T02:38:42.1035252Z test_multiple_device_transfer_nn_GaussianNLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-11-23T02:38:42.1035737Z test_multiple_device_transfer_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T02:38:42.1036210Z test_multiple_device_transfer_nn_Hardswish_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T02:38:42.1036657Z test_multiple_device_transfer_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T02:38:42.1037114Z test_multiple_device_transfer_nn_L1Loss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T02:38:42.1037685Z test_multiple_device_transfer_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T02:38:42.1038147Z test_multiple_device_transfer_nn_LSTMCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T02:38:42.1038764Z test_multiple_device_transfer_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T02:38:42.1039231Z test_multiple_device_transfer_nn_LSTM_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.313s) 2022-11-23T02:38:42.1039691Z test_multiple_device_transfer_nn_LSTM_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.324s) 2022-11-23T02:38:42.1040147Z test_multiple_device_transfer_nn_LSTM_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.341s) 2022-11-23T02:38:42.1040616Z test_multiple_device_transfer_nn_LSTM_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.340s) 2022-11-23T02:38:42.1041085Z test_multiple_device_transfer_nn_LazyConv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.022s) 2022-11-23T02:38:42.1041547Z test_multiple_device_transfer_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.021s) 2022-11-23T02:38:42.1042159Z test_multiple_device_transfer_nn_LazyConv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.020s) 2022-11-23T02:38:42.1042618Z test_multiple_device_transfer_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-11-23T02:38:42.1043068Z test_multiple_device_transfer_nn_LazyConv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.015s) 2022-11-23T02:38:42.1043507Z test_multiple_device_transfer_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-11-23T02:38:42.1044103Z test_multiple_device_transfer_nn_LazyConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-11-23T02:38:42.1044720Z test_multiple_device_transfer_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.017s) 2022-11-23T02:38:42.1045222Z test_multiple_device_transfer_nn_LazyConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-11-23T02:38:42.1045877Z test_multiple_device_transfer_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.020s) 2022-11-23T02:38:42.1046372Z test_multiple_device_transfer_nn_LazyConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-11-23T02:38:42.1046859Z test_multiple_device_transfer_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.027s) 2022-11-23T02:38:42.1047330Z test_multiple_device_transfer_nn_Linear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.023s) 2022-11-23T02:38:42.1047767Z test_multiple_device_transfer_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.015s) 2022-11-23T02:38:42.1048261Z test_multiple_device_transfer_nn_MultiheadAttention_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.556s) 2022-11-23T02:38:42.1048785Z test_multiple_device_transfer_nn_MultiheadAttention_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.415s) 2022-11-23T02:38:42.1049308Z test_multiple_device_transfer_nn_MultiheadAttention_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.414s) 2022-11-23T02:38:42.1050357Z test_multiple_device_transfer_nn_MultiheadAttention_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.475s) 2022-11-23T02:38:42.1050894Z test_multiple_device_transfer_nn_NLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-11-23T02:38:42.1051421Z test_multiple_device_transfer_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T02:38:42.1051892Z test_multiple_device_transfer_nn_RNNCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.022s) 2022-11-23T02:38:42.1052423Z test_multiple_device_transfer_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.020s) 2022-11-23T02:38:42.1052984Z test_multiple_device_transfer_nn_RNN_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.299s) 2022-11-23T02:38:42.1053452Z test_multiple_device_transfer_nn_RNN_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.272s) 2022-11-23T02:38:42.1053922Z test_multiple_device_transfer_nn_RNN_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.264s) 2022-11-23T02:38:42.1054393Z test_multiple_device_transfer_nn_RNN_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.315s) 2022-11-23T02:38:42.1054849Z test_multiple_device_transfer_nn_ReLU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T02:38:42.1055272Z test_multiple_device_transfer_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T02:38:42.1055722Z test_multiple_device_transfer_nn_Sigmoid_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T02:38:42.1056181Z test_multiple_device_transfer_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T02:38:42.1056668Z test_multiple_device_transfer_nn_TransformerDecoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.510s) 2022-11-23T02:38:42.1057192Z test_multiple_device_transfer_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.408s) 2022-11-23T02:38:42.1057736Z test_multiple_device_transfer_nn_TransformerEncoderLayer_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.325s) 2022-11-23T02:38:42.1058288Z test_multiple_device_transfer_nn_TransformerEncoderLayer_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.308s) 2022-11-23T02:38:42.1058929Z test_multiple_device_transfer_nn_TransformerEncoderLayer_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.204s) 2022-11-23T02:38:42.1059561Z test_multiple_device_transfer_nn_TransformerEncoderLayer_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.257s) 2022-11-23T02:38:42.1060279Z test_multiple_device_transfer_nn_Transformer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.569s) 2022-11-23T02:38:42.1060743Z test_multiple_device_transfer_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.630s) 2022-11-23T02:38:42.1061236Z test_non_contiguous_tensors_ao_nn_quantized_MaxPool2d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.011s) 2022-11-23T02:38:42.1061761Z test_non_contiguous_tensors_ao_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.010s) 2022-11-23T02:38:42.1062261Z test_non_contiguous_tensors_nn_AdaptiveAvgPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.015s) 2022-11-23T02:38:42.1062748Z test_non_contiguous_tensors_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.017s) 2022-11-23T02:38:42.1063200Z test_non_contiguous_tensors_nn_AvgPool1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.019s) 2022-11-23T02:38:42.1063654Z test_non_contiguous_tensors_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.015s) 2022-11-23T02:38:42.1064123Z test_non_contiguous_tensors_nn_BatchNorm2d_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.015s) 2022-11-23T02:38:42.1064605Z test_non_contiguous_tensors_nn_BatchNorm2d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.022s) 2022-11-23T02:38:42.1065089Z test_non_contiguous_tensors_nn_BatchNorm2d_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.021s) 2022-11-23T02:38:42.1066192Z test_non_contiguous_tensors_nn_BatchNorm2d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.018s) 2022-11-23T02:38:42.1066830Z test_non_contiguous_tensors_nn_BatchNorm3d_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.025s) 2022-11-23T02:38:42.1067354Z test_non_contiguous_tensors_nn_BatchNorm3d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.017s) 2022-11-23T02:38:42.1067837Z test_non_contiguous_tensors_nn_BatchNorm3d_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.018s) 2022-11-23T02:38:42.1068318Z test_non_contiguous_tensors_nn_BatchNorm3d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.018s) 2022-11-23T02:38:42.1068783Z test_non_contiguous_tensors_nn_Bilinear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.069s) 2022-11-23T02:38:42.1069228Z test_non_contiguous_tensors_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.070s) 2022-11-23T02:38:42.1069668Z test_non_contiguous_tensors_nn_Conv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.064s) 2022-11-23T02:38:42.1070104Z test_non_contiguous_tensors_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.058s) 2022-11-23T02:38:42.1070528Z test_non_contiguous_tensors_nn_Conv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.062s) 2022-11-23T02:38:42.1071103Z test_non_contiguous_tensors_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.059s) 2022-11-23T02:38:42.1071540Z test_non_contiguous_tensors_nn_Conv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.068s) 2022-11-23T02:38:42.1071975Z test_non_contiguous_tensors_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.062s) 2022-11-23T02:38:42.1072434Z test_non_contiguous_tensors_nn_ConvTranspose1d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.049s) 2022-11-23T02:38:42.1073024Z test_non_contiguous_tensors_nn_ConvTranspose1d_cuda_complex32 (__main__.TestModuleCUDA) ... ok (3.415s) 2022-11-23T02:38:42.1073506Z test_non_contiguous_tensors_nn_ConvTranspose1d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.060s) 2022-11-23T02:38:42.1074160Z test_non_contiguous_tensors_nn_ConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.032s) 2022-11-23T02:38:42.1074643Z test_non_contiguous_tensors_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.033s) 2022-11-23T02:38:42.1075192Z test_non_contiguous_tensors_nn_ConvTranspose2d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.044s) 2022-11-23T02:38:42.1075836Z test_non_contiguous_tensors_nn_ConvTranspose2d_cuda_complex32 (__main__.TestModuleCUDA) ... ok (0.064s) 2022-11-23T02:38:42.1076317Z test_non_contiguous_tensors_nn_ConvTranspose2d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.047s) 2022-11-23T02:38:42.1076794Z test_non_contiguous_tensors_nn_ConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.036s) 2022-11-23T02:38:42.1077260Z test_non_contiguous_tensors_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.029s) 2022-11-23T02:38:42.1077743Z test_non_contiguous_tensors_nn_ConvTranspose3d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.052s) 2022-11-23T02:38:42.1078204Z test_non_contiguous_tensors_nn_ConvTranspose3d_cuda_complex32 (__main__.TestModuleCUDA) ... ok (0.165s) 2022-11-23T02:38:42.1078684Z test_non_contiguous_tensors_nn_ConvTranspose3d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.047s) 2022-11-23T02:38:42.1079190Z test_non_contiguous_tensors_nn_ConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.039s) 2022-11-23T02:38:42.1079659Z test_non_contiguous_tensors_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.026s) 2022-11-23T02:38:42.1080247Z test_non_contiguous_tensors_nn_CrossEntropyLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.125s) 2022-11-23T02:38:42.1080732Z test_non_contiguous_tensors_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.112s) 2022-11-23T02:38:42.1081341Z test_non_contiguous_tensors_nn_ELU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.033s) 2022-11-23T02:38:42.1082297Z test_non_contiguous_tensors_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.022s) 2022-11-23T02:38:42.1082786Z test_non_contiguous_tensors_nn_Embedding_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.026s) 2022-11-23T02:38:42.1083240Z test_non_contiguous_tensors_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.022s) 2022-11-23T02:38:42.1083686Z test_non_contiguous_tensors_nn_GRUCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.044s) 2022-11-23T02:38:42.1084126Z test_non_contiguous_tensors_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.042s) 2022-11-23T02:38:42.1084602Z test_non_contiguous_tensors_nn_GRU_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... expected failure (0.012s) 2022-11-23T02:38:42.1085098Z test_non_contiguous_tensors_nn_GRU_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.011s) 2022-11-23T02:38:42.1085581Z test_non_contiguous_tensors_nn_GRU_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... expected failure (0.050s) 2022-11-23T02:38:42.1086079Z test_non_contiguous_tensors_nn_GRU_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.051s) 2022-11-23T02:38:42.1086575Z test_non_contiguous_tensors_nn_GaussianNLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.066s) 2022-11-23T02:38:42.1087151Z test_non_contiguous_tensors_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.058s) 2022-11-23T02:38:42.1087765Z test_non_contiguous_tensors_nn_Hardswish_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.018s) 2022-11-23T02:38:42.1088435Z test_non_contiguous_tensors_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.022s) 2022-11-23T02:38:42.1088885Z test_non_contiguous_tensors_nn_L1Loss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.044s) 2022-11-23T02:38:42.1089304Z test_non_contiguous_tensors_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.047s) 2022-11-23T02:38:42.1089739Z test_non_contiguous_tensors_nn_LSTMCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.060s) 2022-11-23T02:38:42.1090193Z test_non_contiguous_tensors_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.051s) 2022-11-23T02:38:42.1090672Z test_non_contiguous_tensors_nn_LSTM_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... expected failure (0.010s) 2022-11-23T02:38:42.1091165Z test_non_contiguous_tensors_nn_LSTM_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.010s) 2022-11-23T02:38:42.1091783Z test_non_contiguous_tensors_nn_LSTM_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... expected failure (0.070s) 2022-11-23T02:38:42.1092283Z test_non_contiguous_tensors_nn_LSTM_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.063s) 2022-11-23T02:38:42.1092732Z test_non_contiguous_tensors_nn_LazyConv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.058s) 2022-11-23T02:38:42.1093178Z test_non_contiguous_tensors_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.059s) 2022-11-23T02:38:42.1093630Z test_non_contiguous_tensors_nn_LazyConv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.052s) 2022-11-23T02:38:42.1094176Z test_non_contiguous_tensors_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.060s) 2022-11-23T02:38:42.1094631Z test_non_contiguous_tensors_nn_LazyConv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.071s) 2022-11-23T02:38:42.1095166Z test_non_contiguous_tensors_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.061s) 2022-11-23T02:38:42.1095735Z test_non_contiguous_tensors_nn_LazyConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.037s) 2022-11-23T02:38:42.1096219Z test_non_contiguous_tensors_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.034s) 2022-11-23T02:38:42.1096700Z test_non_contiguous_tensors_nn_LazyConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.037s) 2022-11-23T02:38:42.1097184Z test_non_contiguous_tensors_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.034s) 2022-11-23T02:38:42.1098226Z test_non_contiguous_tensors_nn_LazyConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.024s) 2022-11-23T02:38:42.1098750Z test_non_contiguous_tensors_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.031s) 2022-11-23T02:38:42.1099199Z test_non_contiguous_tensors_nn_Linear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.052s) 2022-11-23T02:38:42.1099641Z test_non_contiguous_tensors_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.041s) 2022-11-23T02:38:42.1100232Z test_non_contiguous_tensors_nn_MultiheadAttention_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (2.331s) 2022-11-23T02:38:42.1100866Z test_non_contiguous_tensors_nn_MultiheadAttention_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (2.212s) 2022-11-23T02:38:42.1101393Z test_non_contiguous_tensors_nn_MultiheadAttention_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (2.377s) 2022-11-23T02:38:42.1102073Z test_non_contiguous_tensors_nn_MultiheadAttention_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (2.179s) 2022-11-23T02:38:42.1102550Z test_non_contiguous_tensors_nn_NLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.055s) 2022-11-23T02:38:42.1102993Z test_non_contiguous_tensors_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.062s) 2022-11-23T02:38:42.1103436Z test_non_contiguous_tensors_nn_RNNCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.071s) 2022-11-23T02:38:42.1103875Z test_non_contiguous_tensors_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.061s) 2022-11-23T02:38:42.1104330Z test_non_contiguous_tensors_nn_RNN_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... expected failure (0.011s) 2022-11-23T02:38:42.1104824Z test_non_contiguous_tensors_nn_RNN_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.011s) 2022-11-23T02:38:42.1105325Z test_non_contiguous_tensors_nn_RNN_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... expected failure (0.052s) 2022-11-23T02:38:42.1105813Z test_non_contiguous_tensors_nn_RNN_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.052s) 2022-11-23T02:38:42.1106272Z test_non_contiguous_tensors_nn_ReLU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.030s) 2022-11-23T02:38:42.1106698Z test_non_contiguous_tensors_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.026s) 2022-11-23T02:38:42.1107244Z test_non_contiguous_tensors_nn_Sigmoid_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.021s) 2022-11-23T02:38:42.1107664Z test_non_contiguous_tensors_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.020s) 2022-11-23T02:38:42.1108253Z test_non_contiguous_tensors_nn_TransformerDecoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (1.235s) 2022-11-23T02:38:42.1108842Z test_non_contiguous_tensors_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (1.139s) 2022-11-23T02:38:42.1109468Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.877s) 2022-11-23T02:38:42.1110045Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.838s) 2022-11-23T02:38:42.1110675Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.770s) 2022-11-23T02:38:42.1111224Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.759s) 2022-11-23T02:38:42.1111701Z test_non_contiguous_tensors_nn_Transformer_cuda_float32 (__main__.TestModuleCUDA) ... ok (1.920s) 2022-11-23T02:38:42.1112154Z test_non_contiguous_tensors_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... ok (1.772s) 2022-11-23T02:38:42.1112606Z test_pickle_ao_nn_quantized_MaxPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.017s) 2022-11-23T02:38:42.1113144Z test_pickle_ao_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T02:38:42.1113607Z test_pickle_nn_AdaptiveAvgPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T02:38:42.1114048Z test_pickle_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T02:38:42.1114477Z test_pickle_nn_AvgPool1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T02:38:42.1114932Z test_pickle_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T02:38:42.1115405Z test_pickle_nn_BatchNorm2d_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T02:38:42.1115849Z test_pickle_nn_BatchNorm2d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T02:38:42.1116459Z test_pickle_nn_BatchNorm2d_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T02:38:42.1116908Z test_pickle_nn_BatchNorm2d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T02:38:42.1117347Z test_pickle_nn_BatchNorm3d_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T02:38:42.1117783Z test_pickle_nn_BatchNorm3d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-11-23T02:38:42.1118276Z test_pickle_nn_BatchNorm3d_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T02:38:42.1118773Z test_pickle_nn_BatchNorm3d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T02:38:42.1119203Z test_pickle_nn_Bilinear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-11-23T02:38:42.1119608Z test_pickle_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-11-23T02:38:42.1120006Z test_pickle_nn_Conv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-11-23T02:38:42.1120399Z test_pickle_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T02:38:42.1120776Z test_pickle_nn_Conv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.027s) 2022-11-23T02:38:42.1121168Z test_pickle_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-11-23T02:38:42.1121558Z test_pickle_nn_Conv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T02:38:42.1121946Z test_pickle_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-11-23T02:38:42.1122474Z test_pickle_nn_ConvTranspose1d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.017s) 2022-11-23T02:38:42.1123120Z test_pickle_nn_ConvTranspose1d_cuda_complex32 (__main__.TestModuleCUDA) ... expected failure (0.007s) 2022-11-23T02:38:42.1123691Z test_pickle_nn_ConvTranspose1d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-11-23T02:38:42.1124115Z test_pickle_nn_ConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T02:38:42.1124545Z test_pickle_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T02:38:42.1124984Z test_pickle_nn_ConvTranspose2d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T02:38:42.1125452Z test_pickle_nn_ConvTranspose2d_cuda_complex32 (__main__.TestModuleCUDA) ... expected failure (0.011s) 2022-11-23T02:38:42.1125912Z test_pickle_nn_ConvTranspose2d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-11-23T02:38:42.1126341Z test_pickle_nn_ConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T02:38:42.1126797Z test_pickle_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T02:38:42.1127326Z test_pickle_nn_ConvTranspose3d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-11-23T02:38:42.1127794Z test_pickle_nn_ConvTranspose3d_cuda_complex32 (__main__.TestModuleCUDA) ... expected failure (0.005s) 2022-11-23T02:38:42.1128255Z test_pickle_nn_ConvTranspose3d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-11-23T02:38:42.1128684Z test_pickle_nn_ConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T02:38:42.1129282Z test_pickle_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T02:38:42.1129756Z test_pickle_nn_CrossEntropyLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.043s) 2022-11-23T02:38:42.1130174Z test_pickle_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.043s) 2022-11-23T02:38:42.1130743Z test_pickle_nn_ELU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T02:38:42.1131138Z test_pickle_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T02:38:42.1131531Z test_pickle_nn_Embedding_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T02:38:42.1131937Z test_pickle_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T02:38:42.1132338Z test_pickle_nn_GRUCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.015s) 2022-11-23T02:38:42.1132728Z test_pickle_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-11-23T02:38:42.1133119Z test_pickle_nn_GRU_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.116s) 2022-11-23T02:38:42.1133527Z test_pickle_nn_GRU_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.111s) 2022-11-23T02:38:42.1133940Z test_pickle_nn_GRU_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.091s) 2022-11-23T02:38:42.1134354Z test_pickle_nn_GRU_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.102s) 2022-11-23T02:38:42.1134779Z test_pickle_nn_GaussianNLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.023s) 2022-11-23T02:38:42.1135211Z test_pickle_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.017s) 2022-11-23T02:38:42.1135614Z test_pickle_nn_Hardswish_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-11-23T02:38:42.1136019Z test_pickle_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T02:38:42.1136522Z test_pickle_nn_L1Loss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T02:38:42.1136929Z test_pickle_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.020s) 2022-11-23T02:38:42.1137398Z test_pickle_nn_LSTMCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-11-23T02:38:42.1137970Z test_pickle_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-11-23T02:38:42.1138379Z test_pickle_nn_LSTM_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.226s) 2022-11-23T02:38:42.1138880Z test_pickle_nn_LSTM_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.229s) 2022-11-23T02:38:42.1139296Z test_pickle_nn_LSTM_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.237s) 2022-11-23T02:38:42.1139839Z test_pickle_nn_LSTM_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.233s) 2022-11-23T02:38:42.1140266Z test_pickle_nn_LazyConv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.024s) 2022-11-23T02:38:42.1140672Z test_pickle_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.018s) 2022-11-23T02:38:42.1141077Z test_pickle_nn_LazyConv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.017s) 2022-11-23T02:38:42.1141455Z test_pickle_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.019s) 2022-11-23T02:38:42.1141849Z test_pickle_nn_LazyConv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.019s) 2022-11-23T02:38:42.1142251Z test_pickle_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.019s) 2022-11-23T02:38:42.1142684Z test_pickle_nn_LazyConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-11-23T02:38:42.1143135Z test_pickle_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T02:38:42.1143681Z test_pickle_nn_LazyConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T02:38:42.1144120Z test_pickle_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T02:38:42.1144744Z test_pickle_nn_LazyConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T02:38:42.1145313Z test_pickle_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-11-23T02:38:42.1145746Z test_pickle_nn_Linear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T02:38:42.1146144Z test_pickle_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T02:38:42.1146587Z test_pickle_nn_MultiheadAttention_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.414s) 2022-11-23T02:38:42.1147056Z test_pickle_nn_MultiheadAttention_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.456s) 2022-11-23T02:38:42.1147530Z test_pickle_nn_MultiheadAttention_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.491s) 2022-11-23T02:38:42.1147983Z test_pickle_nn_MultiheadAttention_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.465s) 2022-11-23T02:38:42.1148422Z test_pickle_nn_NLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.027s) 2022-11-23T02:38:42.1148824Z test_pickle_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.022s) 2022-11-23T02:38:42.1149223Z test_pickle_nn_RNNCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.015s) 2022-11-23T02:38:42.1149617Z test_pickle_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.015s) 2022-11-23T02:38:42.1150018Z test_pickle_nn_RNN_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.191s) 2022-11-23T02:38:42.1150408Z test_pickle_nn_RNN_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.203s) 2022-11-23T02:38:42.1150915Z test_pickle_nn_RNN_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.194s) 2022-11-23T02:38:42.1151334Z test_pickle_nn_RNN_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.208s) 2022-11-23T02:38:42.1151902Z test_pickle_nn_ReLU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-11-23T02:38:42.1152301Z test_pickle_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T02:38:42.1152691Z test_pickle_nn_Sigmoid_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T02:38:42.1153089Z test_pickle_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T02:38:42.1153509Z test_pickle_nn_TransformerDecoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.264s) 2022-11-23T02:38:42.1153983Z test_pickle_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.275s) 2022-11-23T02:38:42.1154578Z test_pickle_nn_TransformerEncoderLayer_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.219s) 2022-11-23T02:38:42.1155077Z test_pickle_nn_TransformerEncoderLayer_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.230s) 2022-11-23T02:38:42.1155576Z test_pickle_nn_TransformerEncoderLayer_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.200s) 2022-11-23T02:38:42.1156077Z test_pickle_nn_TransformerEncoderLayer_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.195s) 2022-11-23T02:38:42.1156528Z test_pickle_nn_Transformer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.469s) 2022-11-23T02:38:42.1156924Z test_pickle_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.485s) 2022-11-23T02:38:42.1157564Z test_repr_ao_nn_quantized_MaxPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.1158028Z test_repr_ao_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-11-23T02:38:42.1158465Z test_repr_nn_AdaptiveAvgPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-11-23T02:38:42.1159078Z test_repr_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-11-23T02:38:42.1159500Z test_repr_nn_AvgPool1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.001s) 2022-11-23T02:38:42.1159885Z test_repr_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.001s) 2022-11-23T02:38:42.1160303Z test_repr_nn_BatchNorm2d_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.1160827Z test_repr_nn_BatchNorm2d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-11-23T02:38:42.1161272Z test_repr_nn_BatchNorm2d_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-11-23T02:38:42.1161708Z test_repr_nn_BatchNorm2d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-11-23T02:38:42.1162136Z test_repr_nn_BatchNorm3d_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-11-23T02:38:42.1162561Z test_repr_nn_BatchNorm3d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-11-23T02:38:42.1162965Z test_repr_nn_BatchNorm3d_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-11-23T02:38:42.1163398Z test_repr_nn_BatchNorm3d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-11-23T02:38:42.1163811Z test_repr_nn_Bilinear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.1164212Z test_repr_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.1164696Z test_repr_nn_Conv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.1165098Z test_repr_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-11-23T02:38:42.1165464Z test_repr_nn_Conv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.1166022Z test_repr_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T02:38:42.1166420Z test_repr_nn_Conv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-11-23T02:38:42.1166799Z test_repr_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T02:38:42.1167203Z test_repr_nn_ConvTranspose1d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.1167642Z test_repr_nn_ConvTranspose1d_cuda_complex32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.1168079Z test_repr_nn_ConvTranspose1d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.1168497Z test_repr_nn_ConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.1168919Z test_repr_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.1169344Z test_repr_nn_ConvTranspose2d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.1170415Z test_repr_nn_ConvTranspose2d_cuda_complex32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.1170849Z test_repr_nn_ConvTranspose2d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.1171407Z test_repr_nn_ConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-11-23T02:38:42.1171920Z test_repr_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.1172364Z test_repr_nn_ConvTranspose3d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.1172879Z test_repr_nn_ConvTranspose3d_cuda_complex32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.1173409Z test_repr_nn_ConvTranspose3d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.1173838Z test_repr_nn_ConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.1174256Z test_repr_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-11-23T02:38:42.1174683Z test_repr_nn_CrossEntropyLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.1175098Z test_repr_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T02:38:42.1175509Z test_repr_nn_ELU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T02:38:42.1175889Z test_repr_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-11-23T02:38:42.1176282Z test_repr_nn_Embedding_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-11-23T02:38:42.1176779Z test_repr_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.1177202Z test_repr_nn_GRUCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.1177579Z test_repr_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.1177978Z test_repr_nn_GRU_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.030s) 2022-11-23T02:38:42.1178387Z test_repr_nn_GRU_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.033s) 2022-11-23T02:38:42.1178878Z test_repr_nn_GRU_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.029s) 2022-11-23T02:38:42.1179309Z test_repr_nn_GRU_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.034s) 2022-11-23T02:38:42.1179757Z test_repr_nn_GaussianNLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.1180333Z test_repr_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-11-23T02:38:42.1180752Z test_repr_nn_Hardswish_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-11-23T02:38:42.1181163Z test_repr_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-11-23T02:38:42.1181561Z test_repr_nn_L1Loss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-11-23T02:38:42.1181951Z test_repr_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-11-23T02:38:42.1182339Z test_repr_nn_LSTMCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.1182741Z test_repr_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.1183128Z test_repr_nn_LSTM_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.065s) 2022-11-23T02:38:42.1183536Z test_repr_nn_LSTM_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.078s) 2022-11-23T02:38:42.1183949Z test_repr_nn_LSTM_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.065s) 2022-11-23T02:38:42.1184360Z test_repr_nn_LSTM_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.079s) 2022-11-23T02:38:42.1184766Z test_repr_nn_LazyConv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T02:38:42.1185173Z test_repr_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.1185557Z test_repr_nn_LazyConv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-11-23T02:38:42.1186051Z test_repr_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.1186562Z test_repr_nn_LazyConv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T02:38:42.1187046Z test_repr_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T02:38:42.1187564Z test_repr_nn_LazyConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.1188011Z test_repr_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T02:38:42.1188225Z test_repr_nn_LazyConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.1188436Z test_repr_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T02:38:42.1188638Z test_repr_nn_LazyConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T02:38:42.1188830Z test_repr_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.1189018Z test_repr_nn_Linear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.1189198Z test_repr_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T02:38:42.1189421Z test_repr_nn_MultiheadAttention_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.048s) 2022-11-23T02:38:42.1189644Z test_repr_nn_MultiheadAttention_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.059s) 2022-11-23T02:38:42.1189868Z test_repr_nn_MultiheadAttention_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.044s) 2022-11-23T02:38:42.1190163Z test_repr_nn_MultiheadAttention_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.050s) 2022-11-23T02:38:42.1190367Z test_repr_nn_NLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T02:38:42.1190549Z test_repr_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T02:38:42.1190732Z test_repr_nn_RNNCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T02:38:42.1190916Z test_repr_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T02:38:42.1191108Z test_repr_nn_RNN_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.064s) 2022-11-23T02:38:42.1191421Z test_repr_nn_RNN_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.066s) 2022-11-23T02:38:42.1191628Z test_repr_nn_RNN_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.057s) 2022-11-23T02:38:42.1191815Z test_repr_nn_RNN_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.066s) 2022-11-23T02:38:42.1191998Z test_repr_nn_ReLU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-11-23T02:38:42.1192176Z test_repr_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.001s) 2022-11-23T02:38:42.1192358Z test_repr_nn_Sigmoid_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.001s) 2022-11-23T02:38:42.1192522Z test_repr_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.001s) 2022-11-23T02:38:42.1192751Z test_repr_nn_TransformerDecoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.044s) 2022-11-23T02:38:42.1192974Z test_repr_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.051s) 2022-11-23T02:38:42.1193303Z test_repr_nn_TransformerEncoderLayer_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.035s) 2022-11-23T02:38:42.1193550Z test_repr_nn_TransformerEncoderLayer_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.034s) 2022-11-23T02:38:42.1193796Z test_repr_nn_TransformerEncoderLayer_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.037s) 2022-11-23T02:38:42.1194040Z test_repr_nn_TransformerEncoderLayer_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.036s) 2022-11-23T02:38:42.1194318Z test_repr_nn_Transformer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.120s) 2022-11-23T02:38:42.1194589Z test_repr_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.141s) 2022-11-23T02:38:42.1194602Z 2022-11-23T02:38:42.1194903Z ---------------------------------------------------------------------- 2022-11-23T02:38:42.1195007Z Ran 972 tests in 285.688s 2022-11-23T02:38:42.1195015Z 2022-11-23T02:38:42.1195143Z OK (skipped=31, expected failures=49) 2022-11-23T02:38:42.1195151Z 2022-11-23T02:38:42.1195263Z Generating XML reports... 2022-11-23T02:38:42.1195545Z Generated XML report: test-reports\python-unittest\test_modules\TEST-TestModuleCUDA-20221123023354.xml 2022-11-23T02:38:42.1195553Z 2022-11-23T02:38:42.1195939Z ##[endgroup] 2022-11-23T02:38:42.1196247Z FINISHED PRINTING LOG FILE of test_modules (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_modules_tbuik9lk) 2022-11-23T02:38:42.1196255Z 2022-11-23T02:38:42.1196414Z Running test_tensor_creation_ops ... [2022-11-23 02:38:42.059575] 2022-11-23T02:38:42.1196770Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_tensor_creation_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:38:42.059575] 2022-11-23T02:40:34.3490308Z 2022-11-23T02:40:34.3491272Z Expand the folded group to see the log file of test_tensor_creation_ops 2022-11-23T02:40:34.3493175Z ##[group]PRINTING LOG FILE of test_tensor_creation_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensor_creation_ops_7gxfjl2u) 2022-11-23T02:40:34.3500968Z 2022-11-23T02:40:34.3501563Z Running tests... 2022-11-23T02:40:34.3502275Z ---------------------------------------------------------------------- 2022-11-23T02:40:34.3503275Z Test results will be stored in test-reports\python-unittest\test_tensor_creation_ops 2022-11-23T02:40:34.3504557Z test_alias_from_buffer_cuda_bool (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (1.719s) 2022-11-23T02:40:34.3505606Z test_alias_from_buffer_cuda_complex128 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T02:40:34.3506520Z test_alias_from_buffer_cuda_complex64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T02:40:34.3507404Z test_alias_from_buffer_cuda_float16 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T02:40:34.3508313Z test_alias_from_buffer_cuda_float32 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T02:40:34.3509220Z test_alias_from_buffer_cuda_float64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T02:40:34.3510113Z test_alias_from_buffer_cuda_int16 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T02:40:34.3510995Z test_alias_from_buffer_cuda_int32 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T02:40:34.3511889Z test_alias_from_buffer_cuda_int64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T02:40:34.3512728Z test_alias_from_buffer_cuda_int8 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T02:40:34.3513632Z test_alias_from_buffer_cuda_uint8 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T02:40:34.3514492Z test_alias_from_dlpack_cuda_bfloat16 (__main__.TestAsArrayCUDA) ... ok (0.009s) 2022-11-23T02:40:34.3515324Z test_alias_from_dlpack_cuda_complex128 (__main__.TestAsArrayCUDA) ... ok (0.286s) 2022-11-23T02:40:34.3516191Z test_alias_from_dlpack_cuda_complex64 (__main__.TestAsArrayCUDA) ... ok (0.008s) 2022-11-23T02:40:34.3517015Z test_alias_from_dlpack_cuda_float16 (__main__.TestAsArrayCUDA) ... ok (0.007s) 2022-11-23T02:40:34.3517814Z test_alias_from_dlpack_cuda_float32 (__main__.TestAsArrayCUDA) ... ok (0.006s) 2022-11-23T02:40:34.3518617Z test_alias_from_dlpack_cuda_float64 (__main__.TestAsArrayCUDA) ... ok (0.000s) 2022-11-23T02:40:34.3519421Z test_alias_from_dlpack_cuda_int16 (__main__.TestAsArrayCUDA) ... ok (0.010s) 2022-11-23T02:40:34.3520271Z test_alias_from_dlpack_cuda_int32 (__main__.TestAsArrayCUDA) ... ok (0.000s) 2022-11-23T02:40:34.3521093Z test_alias_from_dlpack_cuda_int64 (__main__.TestAsArrayCUDA) ... ok (0.014s) 2022-11-23T02:40:34.3522169Z test_alias_from_dlpack_cuda_int8 (__main__.TestAsArrayCUDA) ... ok (0.005s) 2022-11-23T02:40:34.3522948Z test_alias_from_dlpack_cuda_uint8 (__main__.TestAsArrayCUDA) ... ok (0.005s) 2022-11-23T02:40:34.3523816Z test_alias_from_numpy_cuda_bool (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T02:40:34.3524739Z test_alias_from_numpy_cuda_complex128 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T02:40:34.3525672Z test_alias_from_numpy_cuda_complex64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T02:40:34.3526539Z test_alias_from_numpy_cuda_float16 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T02:40:34.3527342Z test_alias_from_numpy_cuda_float32 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T02:40:34.3528124Z test_alias_from_numpy_cuda_float64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T02:40:34.3528876Z test_alias_from_numpy_cuda_int16 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T02:40:34.3529648Z test_alias_from_numpy_cuda_int32 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T02:40:34.3530401Z test_alias_from_numpy_cuda_int64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T02:40:34.3531171Z test_alias_from_numpy_cuda_int8 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T02:40:34.3531939Z test_alias_from_numpy_cuda_uint8 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T02:40:34.3532811Z test_alias_from_tensor_cuda_bfloat16 (__main__.TestAsArrayCUDA) ... ok (0.007s) 2022-11-23T02:40:34.3533548Z test_alias_from_tensor_cuda_bool (__main__.TestAsArrayCUDA) ... ok (0.005s) 2022-11-23T02:40:34.3534237Z test_alias_from_tensor_cuda_complex128 (__main__.TestAsArrayCUDA) ... ok (0.008s) 2022-11-23T02:40:34.3534957Z test_alias_from_tensor_cuda_complex64 (__main__.TestAsArrayCUDA) ... ok (0.008s) 2022-11-23T02:40:34.3535667Z test_alias_from_tensor_cuda_float16 (__main__.TestAsArrayCUDA) ... ok (0.007s) 2022-11-23T02:40:34.3536361Z test_alias_from_tensor_cuda_float32 (__main__.TestAsArrayCUDA) ... ok (0.007s) 2022-11-23T02:40:34.3537051Z test_alias_from_tensor_cuda_float64 (__main__.TestAsArrayCUDA) ... ok (0.006s) 2022-11-23T02:40:34.3537737Z test_alias_from_tensor_cuda_int16 (__main__.TestAsArrayCUDA) ... ok (0.007s) 2022-11-23T02:40:34.3538418Z test_alias_from_tensor_cuda_int32 (__main__.TestAsArrayCUDA) ... ok (0.005s) 2022-11-23T02:40:34.3539086Z test_alias_from_tensor_cuda_int64 (__main__.TestAsArrayCUDA) ... ok (0.004s) 2022-11-23T02:40:34.3539751Z test_alias_from_tensor_cuda_int8 (__main__.TestAsArrayCUDA) ... ok (0.003s) 2022-11-23T02:40:34.3540654Z test_alias_from_tensor_cuda_uint8 (__main__.TestAsArrayCUDA) ... ok (0.006s) 2022-11-23T02:40:34.3541392Z test_astensor_consistency_cuda (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T02:40:34.3542179Z test_copy_from_buffer_cuda_bool (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T02:40:34.3542963Z test_copy_from_buffer_cuda_complex128 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T02:40:34.3543764Z test_copy_from_buffer_cuda_complex64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T02:40:34.3544523Z test_copy_from_buffer_cuda_float16 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T02:40:34.3545307Z test_copy_from_buffer_cuda_float32 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T02:40:34.3546096Z test_copy_from_buffer_cuda_float64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T02:40:34.3546870Z test_copy_from_buffer_cuda_int16 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T02:40:34.3547679Z test_copy_from_buffer_cuda_int32 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T02:40:34.3548655Z test_copy_from_buffer_cuda_int64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T02:40:34.3549464Z test_copy_from_buffer_cuda_int8 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T02:40:34.3550205Z test_copy_from_buffer_cuda_uint8 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T02:40:34.3550945Z test_copy_from_dlpack_cuda_bfloat16 (__main__.TestAsArrayCUDA) ... ok (0.020s) 2022-11-23T02:40:34.3552329Z test_copy_from_dlpack_cuda_complex128 (__main__.TestAsArrayCUDA) ... 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:275.) 2022-11-23T02:40:34.3553579Z result = torch.asarray(cvt(original), **kwargs) 2022-11-23T02:40:34.3554023Z ok (0.022s) 2022-11-23T02:40:34.3554599Z test_copy_from_dlpack_cuda_complex64 (__main__.TestAsArrayCUDA) ... ok (0.018s) 2022-11-23T02:40:34.3555326Z test_copy_from_dlpack_cuda_float16 (__main__.TestAsArrayCUDA) ... ok (0.017s) 2022-11-23T02:40:34.3556030Z test_copy_from_dlpack_cuda_float32 (__main__.TestAsArrayCUDA) ... ok (0.021s) 2022-11-23T02:40:34.3556717Z test_copy_from_dlpack_cuda_float64 (__main__.TestAsArrayCUDA) ... ok (0.018s) 2022-11-23T02:40:34.3557421Z test_copy_from_dlpack_cuda_int16 (__main__.TestAsArrayCUDA) ... ok (0.012s) 2022-11-23T02:40:34.3558132Z test_copy_from_dlpack_cuda_int32 (__main__.TestAsArrayCUDA) ... ok (0.020s) 2022-11-23T02:40:34.3558965Z test_copy_from_dlpack_cuda_int64 (__main__.TestAsArrayCUDA) ... ok (0.016s) 2022-11-23T02:40:34.3559669Z test_copy_from_dlpack_cuda_int8 (__main__.TestAsArrayCUDA) ... ok (0.016s) 2022-11-23T02:40:34.3560350Z test_copy_from_dlpack_cuda_uint8 (__main__.TestAsArrayCUDA) ... ok (0.016s) 2022-11-23T02:40:34.3561210Z test_copy_from_dlpack_mult_devices_cuda_bfloat16 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T02:40:34.3562153Z test_copy_from_dlpack_mult_devices_cuda_complex128 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T02:40:34.3563069Z test_copy_from_dlpack_mult_devices_cuda_complex64 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T02:40:34.3563989Z test_copy_from_dlpack_mult_devices_cuda_float16 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T02:40:34.3564904Z test_copy_from_dlpack_mult_devices_cuda_float32 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T02:40:34.3565811Z test_copy_from_dlpack_mult_devices_cuda_float64 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T02:40:34.3566713Z test_copy_from_dlpack_mult_devices_cuda_int16 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T02:40:34.3567615Z test_copy_from_dlpack_mult_devices_cuda_int32 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T02:40:34.3568507Z test_copy_from_dlpack_mult_devices_cuda_int64 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T02:40:34.3569392Z test_copy_from_dlpack_mult_devices_cuda_int8 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T02:40:34.3570270Z test_copy_from_dlpack_mult_devices_cuda_uint8 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T02:40:34.3571092Z test_copy_from_numpy_cuda_bool (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T02:40:34.3571891Z test_copy_from_numpy_cuda_complex128 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T02:40:34.3572687Z test_copy_from_numpy_cuda_complex64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T02:40:34.3573480Z test_copy_from_numpy_cuda_float16 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T02:40:34.3574464Z test_copy_from_numpy_cuda_float32 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T02:40:34.3575271Z test_copy_from_numpy_cuda_float64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T02:40:34.3576071Z test_copy_from_numpy_cuda_int16 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T02:40:34.3576931Z test_copy_from_numpy_cuda_int32 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T02:40:34.3577761Z test_copy_from_numpy_cuda_int64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T02:40:34.3578608Z test_copy_from_numpy_cuda_int8 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T02:40:34.3579447Z test_copy_from_numpy_cuda_uint8 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T02:40:34.3580317Z test_copy_from_tensor_mult_devices_cuda_bfloat16 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T02:40:34.3581320Z test_copy_from_tensor_mult_devices_cuda_complex128 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T02:40:34.3582410Z test_copy_from_tensor_mult_devices_cuda_complex64 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T02:40:34.3583422Z test_copy_from_tensor_mult_devices_cuda_float16 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T02:40:34.3584544Z test_copy_from_tensor_mult_devices_cuda_float32 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T02:40:34.3585484Z test_copy_from_tensor_mult_devices_cuda_float64 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T02:40:34.3586354Z test_copy_from_tensor_mult_devices_cuda_int16 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T02:40:34.3587281Z test_copy_from_tensor_mult_devices_cuda_int32 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T02:40:34.3588255Z test_copy_from_tensor_mult_devices_cuda_int64 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T02:40:34.3589195Z test_copy_from_tensor_mult_devices_cuda_int8 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T02:40:34.3590103Z test_copy_from_tensor_mult_devices_cuda_uint8 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T02:40:34.3590961Z test_copy_list_cuda_bfloat16 (__main__.TestAsArrayCUDA) ... ok (0.004s) 2022-11-23T02:40:34.3591706Z test_copy_list_cuda_bool (__main__.TestAsArrayCUDA) ... ok (0.003s) 2022-11-23T02:40:34.3592449Z test_copy_list_cuda_complex128 (__main__.TestAsArrayCUDA) ... ok (0.003s) 2022-11-23T02:40:34.3593219Z test_copy_list_cuda_complex64 (__main__.TestAsArrayCUDA) ... ok (0.006s) 2022-11-23T02:40:34.3593998Z test_copy_list_cuda_float16 (__main__.TestAsArrayCUDA) ... ok (0.000s) 2022-11-23T02:40:34.3594747Z test_copy_list_cuda_float32 (__main__.TestAsArrayCUDA) ... ok (0.010s) 2022-11-23T02:40:34.3595509Z test_copy_list_cuda_float64 (__main__.TestAsArrayCUDA) ... ok (0.000s) 2022-11-23T02:40:34.3596251Z test_copy_list_cuda_int16 (__main__.TestAsArrayCUDA) ... ok (0.010s) 2022-11-23T02:40:34.3596966Z test_copy_list_cuda_int32 (__main__.TestAsArrayCUDA) ... ok (0.000s) 2022-11-23T02:40:34.3597667Z test_copy_list_cuda_int64 (__main__.TestAsArrayCUDA) ... ok (0.000s) 2022-11-23T02:40:34.3598374Z test_copy_list_cuda_int8 (__main__.TestAsArrayCUDA) ... ok (0.010s) 2022-11-23T02:40:34.3599088Z test_copy_list_cuda_uint8 (__main__.TestAsArrayCUDA) ... ok (0.000s) 2022-11-23T02:40:34.3599828Z test_copy_tensor_cuda_bfloat16 (__main__.TestAsArrayCUDA) ... ok (0.022s) 2022-11-23T02:40:34.3600591Z test_copy_tensor_cuda_bool (__main__.TestAsArrayCUDA) ... ok (0.015s) 2022-11-23T02:40:34.3601531Z test_copy_tensor_cuda_complex128 (__main__.TestAsArrayCUDA) ... ok (0.017s) 2022-11-23T02:40:34.3602276Z test_copy_tensor_cuda_complex64 (__main__.TestAsArrayCUDA) ... ok (0.015s) 2022-11-23T02:40:34.3602998Z test_copy_tensor_cuda_float16 (__main__.TestAsArrayCUDA) ... ok (0.019s) 2022-11-23T02:40:34.3603746Z test_copy_tensor_cuda_float32 (__main__.TestAsArrayCUDA) ... ok (0.017s) 2022-11-23T02:40:34.3604549Z test_copy_tensor_cuda_float64 (__main__.TestAsArrayCUDA) ... ok (0.015s) 2022-11-23T02:40:34.3605281Z test_copy_tensor_cuda_int16 (__main__.TestAsArrayCUDA) ... ok (0.016s) 2022-11-23T02:40:34.3606054Z test_copy_tensor_cuda_int32 (__main__.TestAsArrayCUDA) ... ok (0.010s) 2022-11-23T02:40:34.3606747Z test_copy_tensor_cuda_int64 (__main__.TestAsArrayCUDA) ... ok (0.019s) 2022-11-23T02:40:34.3607483Z test_copy_tensor_cuda_int8 (__main__.TestAsArrayCUDA) ... ok (0.015s) 2022-11-23T02:40:34.3608227Z test_copy_tensor_cuda_uint8 (__main__.TestAsArrayCUDA) ... ok (0.015s) 2022-11-23T02:40:34.3609040Z test_retain_autograd_history_cuda_complex64 (__main__.TestAsArrayCUDA) ... ok (0.003s) 2022-11-23T02:40:34.3609896Z test_retain_autograd_history_cuda_float32 (__main__.TestAsArrayCUDA) ... ok (0.002s) 2022-11-23T02:40:34.3610721Z test_unsupported_alias_cuda_float32 (__main__.TestAsArrayCUDA) ... ok (0.024s) 2022-11-23T02:40:34.3611690Z test_unsupported_alias_mult_devices_cuda_float32 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T02:40:34.3612862Z test_empty_like_cuda (__main__.TestLikeTensorCreationCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T02:40:34.3613831Z test_full_like_inference_cuda (__main__.TestLikeTensorCreationCUDA) ... ok (0.001s) 2022-11-23T02:40:34.3614670Z test_ones_like_cuda (__main__.TestLikeTensorCreationCUDA) ... ok (0.002s) 2022-11-23T02:40:34.3615598Z test_ones_like_multiple_device_cuda (__main__.TestLikeTensorCreationCUDA) ... skip: fewer than 2 devices detected (0.003s) 2022-11-23T02:40:34.3616507Z test_zeros_like_cuda (__main__.TestLikeTensorCreationCUDA) ... ok (0.001s) 2022-11-23T02:40:34.3617379Z test_zeros_like_multiple_device_cuda (__main__.TestLikeTensorCreationCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T02:40:34.3618283Z test_normal_cuda_float32 (__main__.TestRandomTensorCreationCUDA) ... ok (0.021s) 2022-11-23T02:40:34.3619116Z test_normal_cuda_float64 (__main__.TestRandomTensorCreationCUDA) ... ok (0.020s) 2022-11-23T02:40:34.3619939Z test_normal_std_error_cuda (__main__.TestRandomTensorCreationCUDA) ... ok (0.900s) 2022-11-23T02:40:34.3620869Z test_rand_cuda_complex128 (__main__.TestRandomTensorCreationCUDA) ... ok (0.003s) 2022-11-23T02:40:34.3622476Z test_rand_cuda_complex32 (__main__.TestRandomTensorCreationCUDA) ... 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-11-23T02:40:34.3623923Z res1 = torch.rand(size, size, dtype=dtype, device=device) 2022-11-23T02:40:34.3624412Z ok (0.002s) 2022-11-23T02:40:34.3624977Z test_rand_cuda_complex64 (__main__.TestRandomTensorCreationCUDA) ... ok (0.003s) 2022-11-23T02:40:34.3625788Z test_rand_cuda_float32 (__main__.TestRandomTensorCreationCUDA) ... ok (0.000s) 2022-11-23T02:40:34.3626619Z test_rand_cuda_float64 (__main__.TestRandomTensorCreationCUDA) ... ok (0.007s) 2022-11-23T02:40:34.3627511Z test_randint_cuda (__main__.TestRandomTensorCreationCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T02:40:34.3628475Z test_randint_inference_cuda (__main__.TestRandomTensorCreationCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T02:40:34.3629304Z test_randn_cuda_bfloat16 (__main__.TestRandomTensorCreationCUDA) ... ok (0.003s) 2022-11-23T02:40:34.3630128Z test_randn_cuda_complex128 (__main__.TestRandomTensorCreationCUDA) ... ok (0.003s) 2022-11-23T02:40:34.3631127Z test_randn_cuda_complex32 (__main__.TestRandomTensorCreationCUDA) ... ok (0.003s) 2022-11-23T02:40:34.3631972Z test_randn_cuda_complex64 (__main__.TestRandomTensorCreationCUDA) ... ok (0.004s) 2022-11-23T02:40:34.3632747Z test_randn_cuda_float16 (__main__.TestRandomTensorCreationCUDA) ... ok (0.003s) 2022-11-23T02:40:34.3633500Z test_randn_cuda_float32 (__main__.TestRandomTensorCreationCUDA) ... ok (0.003s) 2022-11-23T02:40:34.3634328Z test_randn_cuda_float64 (__main__.TestRandomTensorCreationCUDA) ... ok (0.003s) 2022-11-23T02:40:34.3635197Z test_random_neg_values_cuda (__main__.TestRandomTensorCreationCUDA) ... ok (0.003s) 2022-11-23T02:40:34.3635943Z test_randperm_cuda (__main__.TestRandomTensorCreationCUDA) ... ok (0.044s) 2022-11-23T02:40:34.3636746Z test_randperm_device_compatibility_cuda (__main__.TestRandomTensorCreationCUDA) ... ok (0.056s) 2022-11-23T02:40:34.3637570Z test_uniform_from_to_cuda_bfloat16 (__main__.TestRandomTensorCreationCUDA) ... ok (0.000s) 2022-11-23T02:40:34.3638171Z test_uniform_from_to_cuda_float16 (__main__.TestRandomTensorCreationCUDA) ... ok (0.015s) 2022-11-23T02:40:34.3638635Z test_uniform_from_to_cuda_float32 (__main__.TestRandomTensorCreationCUDA) ... ok (0.016s) 2022-11-23T02:40:34.3639087Z test_uniform_from_to_cuda_float64 (__main__.TestRandomTensorCreationCUDA) ... ok (0.024s) 2022-11-23T02:40:34.3639515Z test_arange_bfloat16_cuda (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T02:40:34.3639903Z test_arange_cuda (__main__.TestTensorCreationCUDA) ... ok (0.026s) 2022-11-23T02:40:34.3640464Z test_arange_device_vs_cpu_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2022-11-23T02:40:34.3641042Z test_arange_device_vs_cpu_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-11-23T02:40:34.3641499Z test_arange_device_vs_cpu_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-11-23T02:40:34.3641940Z test_arange_device_vs_cpu_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-11-23T02:40:34.3642575Z test_arange_inference_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T02:40:34.3643021Z test_as_strided_neg_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T02:40:34.3643439Z test_as_tensor_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T02:40:34.3643865Z test_block_diag_cuda (__main__.TestTensorCreationCUDA) ... ok (0.059s) 2022-11-23T02:40:34.3644274Z test_block_diag_scipy_cuda (__main__.TestTensorCreationCUDA) ... ok (0.065s) 2022-11-23T02:40:34.3644699Z test_cartesian_prod_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T02:40:34.3645140Z test_cat2_cuda_float16 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T02:40:34.3645591Z test_cat2_cuda_float64 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T02:40:34.3646024Z test_cat2_cuda_int32 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T02:40:34.3646472Z test_cat_all_dtypes_and_devices_cuda (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2022-11-23T02:40:34.3646990Z test_cat_big_cuda (__main__.TestTensorCreationCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:40:34.3647453Z test_cat_cuda (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2022-11-23T02:40:34.3647842Z test_cat_empty_cuda (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T02:40:34.3648352Z test_cat_empty_legacy_cuda (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T02:40:34.3648787Z test_cat_in_channels_last_cuda (__main__.TestTensorCreationCUDA) ... ok (0.027s) 2022-11-23T02:40:34.3649267Z test_cat_mem_overlap_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T02:40:34.3649794Z test_cat_out_channels_last_cuda (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-11-23T02:40:34.3650316Z test_cat_out_cuda (__main__.TestTensorCreationCUDA) ... ok (0.008s) 2022-11-23T02:40:34.3650730Z test_cat_out_memory_format_cuda (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-11-23T02:40:34.3651172Z test_cat_preserve_channels_last_cuda (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-11-23T02:40:34.3651615Z test_cat_stack_cross_devices_cuda (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-11-23T02:40:34.3652020Z test_combinations_cuda (__main__.TestTensorCreationCUDA) ... ok (0.011s) 2022-11-23T02:40:34.3652526Z test_complex_type_conversions_cuda (__main__.TestTensorCreationCUDA) ... skip: real and imag not implemented for complex (0.000s) 2022-11-23T02:40:34.3653071Z test_constructor_device_legacy_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T02:40:34.3653568Z test_constructor_dtypes_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T02:40:34.3654491Z test_ctor_with_numpy_array_cuda (__main__.TestTensorCreationCUDA) ... 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-11-23T02:40:34.3655538Z Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations 2022-11-23T02:40:34.3655928Z np.float, 2022-11-23T02:40:34.3656824Z 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-11-23T02:40:34.3657686Z Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations 2022-11-23T02:40:34.3658059Z np.bool, 2022-11-23T02:40:34.3658249Z ok (0.010s) 2022-11-23T02:40:34.3658578Z test_device_rounding_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T02:40:34.3659015Z test_device_rounding_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T02:40:34.3659446Z test_device_rounding_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.011s) 2022-11-23T02:40:34.3659896Z test_diag_embed_cuda_float32 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T02:40:34.3660334Z test_diagflat_cuda (__main__.TestTensorCreationCUDA) ... ok (0.007s) 2022-11-23T02:40:34.3660729Z test_dsplit_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.016s) 2022-11-23T02:40:34.3661182Z test_dsplit_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.014s) 2022-11-23T02:40:34.3661661Z test_dsplit_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.013s) 2022-11-23T02:40:34.3662229Z test_dstack_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (0.028s) 2022-11-23T02:40:34.3662728Z test_dstack_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.025s) 2022-11-23T02:40:34.3663285Z test_dstack_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.033s) 2022-11-23T02:40:34.3664102Z test_dstack_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.028s) 2022-11-23T02:40:34.3664927Z test_dstack_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.028s) 2022-11-23T02:40:34.3666430Z test_dstack_cuda_int16 (__main__.TestTensorCreationCUDA) ... 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-11-23T02:40:34.3667878Z input_t = [torch.tensor(random.uniform(0, 10), device=device, dtype=dtype) for i in range(num_tensors)] 2022-11-23T02:40:34.3668735Z ok (0.014s) 2022-11-23T02:40:34.3669326Z test_dstack_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.011s) 2022-11-23T02:40:34.3670123Z test_dstack_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2022-11-23T02:40:34.3670872Z test_dstack_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.014s) 2022-11-23T02:40:34.3671685Z test_dstack_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.014s) 2022-11-23T02:40:34.3672392Z test_empty_full_cuda (__main__.TestTensorCreationCUDA) ... ok (0.092s) 2022-11-23T02:40:34.3673172Z test_empty_overflow_cuda (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T02:40:34.3674685Z test_empty_strided_cuda (__main__.TestTensorCreationCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T02:40:34.3676025Z warnings.warn(message, UserWarning) 2022-11-23T02:40:34.3676461Z ok (0.010s) 2022-11-23T02:40:34.3677061Z test_empty_tensor_props_cuda (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T02:40:34.3677834Z test_eye_cuda (__main__.TestTensorCreationCUDA) ... ok (0.126s) 2022-11-23T02:40:34.3678675Z test_fill_all_dtypes_and_devices_cuda (__main__.TestTensorCreationCUDA) ... ok (0.513s) 2022-11-23T02:40:34.3679524Z test_float_to_int_conversion_finite_cuda_bool (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T02:40:34.3680565Z test_float_to_int_conversion_finite_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T02:40:34.3681424Z test_float_to_int_conversion_finite_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T02:40:34.3682271Z test_float_to_int_conversion_finite_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T02:40:34.3683100Z test_float_to_int_conversion_finite_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T02:40:34.3683944Z test_float_to_int_conversion_finite_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T02:40:34.3684904Z test_float_to_int_conversion_nonfinite_cuda_bool (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T02:40:34.3685950Z test_float_to_int_conversion_nonfinite_cuda_int16 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T02:40:34.3686913Z test_float_to_int_conversion_nonfinite_cuda_int32 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T02:40:34.3687860Z test_float_to_int_conversion_nonfinite_cuda_int64 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T02:40:34.3688807Z test_float_to_int_conversion_nonfinite_cuda_int8 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T02:40:34.3689735Z test_float_to_int_conversion_nonfinite_cuda_uint8 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T02:40:34.3690607Z test_full_inference_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T02:40:34.3691418Z test_full_inference_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-11-23T02:40:34.3692227Z test_full_inference_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T02:40:34.3693003Z test_full_out_cuda (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-11-23T02:40:34.3693744Z test_hsplit_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.018s) 2022-11-23T02:40:34.3694500Z test_hsplit_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.013s) 2022-11-23T02:40:34.3695208Z test_hsplit_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.019s) 2022-11-23T02:40:34.3695980Z test_hstack_column_stack_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (0.035s) 2022-11-23T02:40:34.3696983Z test_hstack_column_stack_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.035s) 2022-11-23T02:40:34.3697795Z test_hstack_column_stack_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.033s) 2022-11-23T02:40:34.3698633Z test_hstack_column_stack_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.043s) 2022-11-23T02:40:34.3699497Z test_hstack_column_stack_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.033s) 2022-11-23T02:40:34.3700283Z test_hstack_column_stack_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.024s) 2022-11-23T02:40:34.3701075Z test_hstack_column_stack_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.016s) 2022-11-23T02:40:34.3701854Z test_hstack_column_stack_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.014s) 2022-11-23T02:40:34.3702636Z test_hstack_column_stack_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.009s) 2022-11-23T02:40:34.3703417Z test_hstack_column_stack_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.026s) 2022-11-23T02:40:34.3704212Z test_kaiser_window_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (1.181s) 2022-11-23T02:40:34.3704976Z test_kaiser_window_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.776s) 2022-11-23T02:40:34.3705782Z test_kaiser_window_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.763s) 2022-11-23T02:40:34.3706640Z test_kaiser_window_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.927s) 2022-11-23T02:40:34.3707415Z test_kaiser_window_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.025s) 2022-11-23T02:40:34.3708310Z test_large_linspace_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T02:40:34.3709111Z test_large_linspace_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T02:40:34.3709988Z test_like_fn_stride_proparation_vs_tensoriterator_unary_op_cuda (__main__.TestTensorCreationCUDA) ... ok (0.193s) 2022-11-23T02:40:34.3710858Z test_linlogspace_mem_overlap_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T02:40:34.3711649Z test_linspace_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.011s) 2022-11-23T02:40:34.3712481Z test_linspace_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (15.650s) 2022-11-23T02:40:34.3713333Z test_linspace_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (15.381s) 2022-11-23T02:40:34.3714099Z test_linspace_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (15.505s) 2022-11-23T02:40:34.3714850Z test_linspace_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (15.403s) 2022-11-23T02:40:34.3715605Z test_linspace_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.011s) 2022-11-23T02:40:34.3716329Z test_linspace_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (15.897s) 2022-11-23T02:40:34.3717070Z test_linspace_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (15.305s) 2022-11-23T02:40:34.3717810Z test_linspace_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2022-11-23T02:40:34.3718563Z test_linspace_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2022-11-23T02:40:34.3719364Z test_linspace_deduction_cuda (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-11-23T02:40:34.3720250Z test_linspace_device_vs_cpu_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-11-23T02:40:34.3721077Z test_linspace_device_vs_cpu_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-11-23T02:40:34.3721929Z test_linspace_device_vs_cpu_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-11-23T02:40:34.3722765Z test_linspace_device_vs_cpu_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T02:40:34.3723597Z test_linspace_device_vs_cpu_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T02:40:34.3724417Z test_linspace_device_vs_cpu_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T02:40:34.3725237Z test_linspace_special_steps_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T02:40:34.3726366Z test_linspace_special_steps_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2022-11-23T02:40:34.3727203Z test_linspace_special_steps_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-11-23T02:40:34.3728055Z test_linspace_special_steps_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-11-23T02:40:34.3728887Z test_linspace_special_steps_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-11-23T02:40:34.3729724Z test_linspace_special_steps_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-11-23T02:40:34.3730570Z test_linspace_vs_numpy_complex_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.435s) 2022-11-23T02:40:34.3731418Z test_linspace_vs_numpy_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (0.370s) 2022-11-23T02:40:34.3732322Z test_linspace_vs_numpy_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.434s) 2022-11-23T02:40:34.3733139Z test_linspace_vs_numpy_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.239s) 2022-11-23T02:40:34.3734028Z test_linspace_vs_numpy_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.207s) 2022-11-23T02:40:34.3734822Z test_logspace_base2_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2022-11-23T02:40:34.3735619Z test_logspace_base2_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T02:40:34.3736410Z test_logspace_base2_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T02:40:34.3737308Z test_logspace_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.013s) 2022-11-23T02:40:34.3738097Z test_logspace_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2022-11-23T02:40:34.3738854Z test_logspace_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.011s) 2022-11-23T02:40:34.3739662Z test_logspace_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.012s) 2022-11-23T02:40:34.3741181Z test_logspace_cuda_int16 (__main__.TestTensorCreationCUDA) ... 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-11-23T02:40:34.3742612Z self.assertEqual(torch.tensor([2. ** (i / 8.) for i in range(49)], device=device, dtype=dtype), 2022-11-23T02:40:34.3743190Z ok (0.012s) 2022-11-23T02:40:34.3743767Z test_logspace_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.014s) 2022-11-23T02:40:34.3744525Z test_logspace_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.013s) 2022-11-23T02:40:34.3745247Z test_logspace_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.013s) 2022-11-23T02:40:34.3746047Z test_logspace_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.013s) 2022-11-23T02:40:34.3746886Z test_logspace_deduction_cuda (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T02:40:34.3747721Z test_logspace_device_vs_cpu_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2022-11-23T02:40:34.3748563Z test_logspace_device_vs_cpu_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T02:40:34.3749394Z test_logspace_device_vs_cpu_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T02:40:34.3750202Z test_logspace_special_steps_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-11-23T02:40:34.3751052Z test_logspace_special_steps_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T02:40:34.3751910Z test_logspace_special_steps_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T02:40:34.3752822Z test_logspace_vs_numpy_complex_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.430s) 2022-11-23T02:40:34.3753755Z test_logspace_vs_numpy_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.484s) 2022-11-23T02:40:34.3754724Z test_logspace_vs_numpy_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.456s) 2022-11-23T02:40:34.3756423Z test_meshgrid_default_indexing_cuda (__main__.TestTensorCreationCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py:504: 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:3433.) 2022-11-23T02:40:34.3758011Z return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined] 2022-11-23T02:40:34.3758541Z ok (0.008s) 2022-11-23T02:40:34.3759162Z test_meshgrid_empty_cuda (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-11-23T02:40:34.3759994Z test_meshgrid_ij_indexing_cuda (__main__.TestTensorCreationCUDA) ... ok (0.007s) 2022-11-23T02:40:34.3760868Z test_meshgrid_ij_indexing_is_default_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T02:40:34.3761770Z test_meshgrid_inconsistent_device_cuda (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-11-23T02:40:34.3762625Z test_meshgrid_inconsistent_dtype_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T02:40:34.3763433Z test_meshgrid_non_1d_tensor_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T02:40:34.3764281Z test_meshgrid_unsupported_indexing_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T02:40:34.3765097Z test_meshgrid_vs_numpy_cuda (__main__.TestTensorCreationCUDA) ... ok (0.033s) 2022-11-23T02:40:34.3766066Z test_meshgrid_warns_if_no_indexing_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T02:40:34.3766995Z test_meshgrid_xy_indexing_cuda (__main__.TestTensorCreationCUDA) ... ok (0.007s) 2022-11-23T02:40:34.3767792Z test_new_empty_strided_cuda (__main__.TestTensorCreationCUDA) ... ok (0.012s) 2022-11-23T02:40:34.3768658Z test_new_methods_requires_grad_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T02:40:34.3769523Z test_new_tensor_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T02:40:34.3770399Z test_offset_scalar_cast_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T02:40:34.3771189Z test_ones_cuda (__main__.TestTensorCreationCUDA) ... ok (0.005s) 2022-11-23T02:40:34.3771917Z test_random_bool_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T02:40:34.3772710Z test_random_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.005s) 2022-11-23T02:40:34.3773552Z test_random_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T02:40:34.3774293Z test_random_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2022-11-23T02:40:34.3775040Z test_random_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T02:40:34.3775782Z test_random_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T02:40:34.3776538Z test_random_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.013s) 2022-11-23T02:40:34.3777312Z test_random_default_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-11-23T02:40:34.3778113Z test_random_default_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-11-23T02:40:34.3778915Z test_random_default_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-11-23T02:40:34.3779750Z test_random_default_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-11-23T02:40:34.3780641Z test_random_default_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-11-23T02:40:34.3781427Z test_random_default_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-11-23T02:40:34.3782131Z test_random_default_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-11-23T02:40:34.3782917Z test_random_default_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-11-23T02:40:34.3783869Z test_random_default_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-11-23T02:40:34.3784575Z test_random_from_to_bool_cuda (__main__.TestTensorCreationCUDA) ... ok (0.041s) 2022-11-23T02:40:34.3785253Z test_random_from_to_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.028s) 2022-11-23T02:40:34.3785989Z test_random_from_to_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.035s) 2022-11-23T02:40:34.3786757Z test_random_from_to_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.032s) 2022-11-23T02:40:34.3787489Z test_random_from_to_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.027s) 2022-11-23T02:40:34.3788177Z test_random_from_to_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.047s) 2022-11-23T02:40:34.3788846Z test_random_from_to_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.047s) 2022-11-23T02:40:34.3789543Z test_random_from_to_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.015s) 2022-11-23T02:40:34.3790287Z test_random_from_to_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.041s) 2022-11-23T02:40:34.3791037Z test_random_from_to_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.043s) 2022-11-23T02:40:34.3791792Z test_random_full_range_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-11-23T02:40:34.3792639Z test_random_full_range_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-11-23T02:40:34.3793448Z test_random_full_range_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T02:40:34.3794434Z test_random_full_range_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T02:40:34.3795260Z test_random_full_range_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-11-23T02:40:34.3796051Z test_random_full_range_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-11-23T02:40:34.3796827Z test_random_full_range_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-11-23T02:40:34.3797614Z test_random_full_range_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-11-23T02:40:34.3798403Z test_random_full_range_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-11-23T02:40:34.3800496Z test_random_to_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... 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:106.) 2022-11-23T02:40:34.3802268Z t.random_(to_) 2022-11-23T02:40:34.3802645Z ok (0.007s) 2022-11-23T02:40:34.3804440Z test_random_to_cuda_float16 (__main__.TestTensorCreationCUDA) ... 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:106.) 2022-11-23T02:40:34.3806042Z t.random_(to_) 2022-11-23T02:40:34.3806400Z ok (0.007s) 2022-11-23T02:40:34.3808110Z test_random_to_cuda_float32 (__main__.TestTensorCreationCUDA) ... 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:106.) 2022-11-23T02:40:34.3810003Z t.random_(to_) 2022-11-23T02:40:34.3810371Z ok (0.007s) 2022-11-23T02:40:34.3812155Z test_random_to_cuda_float64 (__main__.TestTensorCreationCUDA) ... 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:106.) 2022-11-23T02:40:34.3813733Z t.random_(to_) 2022-11-23T02:40:34.3814108Z ok (0.007s) 2022-11-23T02:40:34.3814731Z test_random_to_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.009s) 2022-11-23T02:40:34.3815494Z test_random_to_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.008s) 2022-11-23T02:40:34.3816273Z test_random_to_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.007s) 2022-11-23T02:40:34.3816995Z test_random_to_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.007s) 2022-11-23T02:40:34.3817705Z test_random_to_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2022-11-23T02:40:34.3818400Z test_range_cuda (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T02:40:34.3819235Z test_range_factories_64bit_indexing_cuda (__main__.TestTensorCreationCUDA) ... skip: Insufficient cuda:0 memory (0.101s) 2022-11-23T02:40:34.3820070Z test_range_warning_cuda (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-11-23T02:40:34.3820995Z test_repeat_interleave_cuda (__main__.TestTensorCreationCUDA) ... ok (0.011s) 2022-11-23T02:40:34.3821693Z test_roll_cuda (__main__.TestTensorCreationCUDA) ... ok (0.016s) 2022-11-23T02:40:34.3822615Z test_signal_window_functions_window_bartlett_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.008s) 2022-11-23T02:40:34.3823640Z test_signal_window_functions_window_bartlett_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2022-11-23T02:40:34.3824367Z test_signal_window_functions_window_bartlett_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2022-11-23T02:40:34.3824874Z test_signal_window_functions_window_bartlett_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2022-11-23T02:40:34.3825371Z test_signal_window_functions_window_bartlett_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T02:40:34.3825875Z test_signal_window_functions_window_blackman_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2022-11-23T02:40:34.3826382Z test_signal_window_functions_window_blackman_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.021s) 2022-11-23T02:40:34.3826868Z test_signal_window_functions_window_blackman_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.012s) 2022-11-23T02:40:34.3827371Z test_signal_window_functions_window_blackman_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.012s) 2022-11-23T02:40:34.3827872Z test_signal_window_functions_window_blackman_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-11-23T02:40:34.3828363Z test_signal_window_functions_window_hamming_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.011s) 2022-11-23T02:40:34.3828864Z test_signal_window_functions_window_hamming_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.011s) 2022-11-23T02:40:34.3829480Z test_signal_window_functions_window_hamming_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.011s) 2022-11-23T02:40:34.3829974Z test_signal_window_functions_window_hamming_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.008s) 2022-11-23T02:40:34.3830636Z test_signal_window_functions_window_hamming_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T02:40:34.3831120Z test_signal_window_functions_window_hann_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.015s) 2022-11-23T02:40:34.3831753Z test_signal_window_functions_window_hann_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.012s) 2022-11-23T02:40:34.3832239Z test_signal_window_functions_window_hann_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.011s) 2022-11-23T02:40:34.3832720Z test_signal_window_functions_window_hann_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.009s) 2022-11-23T02:40:34.3833204Z test_signal_window_functions_window_hann_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T02:40:34.3833687Z test_simple_scalar_cast_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T02:40:34.3834151Z test_stack_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T02:40:34.3834580Z test_stack_out_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T02:40:34.3835038Z test_strided_mismatched_stride_shape_cuda (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T02:40:34.3835511Z test_tensor_ctor_device_inference_cuda (__main__.TestTensorCreationCUDA) ... ok (0.012s) 2022-11-23T02:40:34.3836116Z test_tensor_device_cuda (__main__.TestTensorCreationCUDA) ... ok (0.007s) 2022-11-23T02:40:34.3836646Z test_tensor_factories_empty_cuda (__main__.TestTensorCreationCUDA) ... ok (0.094s) 2022-11-23T02:40:34.3837115Z test_tensor_factory_copy_var_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T02:40:34.3837676Z test_tensor_factory_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T02:40:34.3838299Z test_tensor_factory_gpu_type_cuda (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-11-23T02:40:34.3838782Z test_tensor_factory_gpu_type_inference_cuda (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-11-23T02:40:34.3839276Z test_tensor_factory_type_inference_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T02:40:34.3839757Z test_tensor_from_non_writable_numpy_cuda (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T02:40:34.3840233Z test_tensor_from_sequence_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T02:40:34.3840693Z test_torch_complex_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2022-11-23T02:40:34.3841107Z test_torch_complex_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T02:40:34.3841538Z test_torch_complex_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T02:40:34.3842006Z test_torch_complex_floating_dtype_error_cuda_bool (__main__.TestTensorCreationCUDA) ... ok (0.000s) 2022-11-23T02:40:34.3842503Z test_torch_complex_floating_dtype_error_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2022-11-23T02:40:34.3843003Z test_torch_complex_floating_dtype_error_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T02:40:34.3843497Z test_torch_complex_floating_dtype_error_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-11-23T02:40:34.3844094Z test_torch_complex_floating_dtype_error_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T02:40:34.3844558Z test_torch_complex_floating_dtype_error_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T02:40:34.3845204Z test_torch_complex_floating_dtype_error_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T02:40:34.3845852Z test_torch_complex_floating_dtype_error_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-11-23T02:40:34.3846342Z test_torch_complex_out_dtype_error_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-11-23T02:40:34.3846820Z test_torch_complex_out_dtype_error_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-11-23T02:40:34.3847297Z test_torch_complex_same_dtype_error_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-11-23T02:40:34.3848665Z test_torch_complex_same_dtype_error_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-11-23T02:40:34.3849101Z test_torch_polar_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T02:40:34.3849524Z test_torch_polar_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-11-23T02:40:34.3849953Z test_unpack_double_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-11-23T02:40:34.3850385Z test_unpack_double_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-11-23T02:40:34.3850870Z test_vander_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T02:40:34.3851327Z test_vander_types_cuda_bool (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2022-11-23T02:40:34.3851762Z test_vander_types_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2022-11-23T02:40:34.3852353Z test_vander_types_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.012s) 2022-11-23T02:40:34.3852805Z test_vander_types_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.011s) 2022-11-23T02:40:34.3853232Z test_vander_types_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2022-11-23T02:40:34.3854031Z test_vander_types_cuda_int16 (__main__.TestTensorCreationCUDA) ... 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-11-23T02:40:34.3854742Z pt_x = torch.tensor(x, device=device, dtype=dtype) 2022-11-23T02:40:34.3855114Z ok (0.010s) 2022-11-23T02:40:34.3855467Z test_vander_types_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.011s) 2022-11-23T02:40:34.3856036Z test_vander_types_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2022-11-23T02:40:34.3856532Z test_vander_types_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2022-11-23T02:40:34.3856970Z test_vander_types_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2022-11-23T02:40:34.3857411Z test_vsplit_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.011s) 2022-11-23T02:40:34.3857824Z test_vsplit_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.011s) 2022-11-23T02:40:34.3858331Z test_vsplit_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.009s) 2022-11-23T02:40:34.3858762Z test_vstack_row_stack_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (0.043s) 2022-11-23T02:40:34.3859188Z test_vstack_row_stack_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.043s) 2022-11-23T02:40:34.3859789Z test_vstack_row_stack_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.041s) 2022-11-23T02:40:34.3860228Z test_vstack_row_stack_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.044s) 2022-11-23T02:40:34.3860650Z test_vstack_row_stack_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.042s) 2022-11-23T02:40:34.3861439Z test_vstack_row_stack_cuda_int16 (__main__.TestTensorCreationCUDA) ... 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-11-23T02:40:34.3862258Z input_t = [torch.tensor(random.uniform(0, 10), device=device, dtype=dtype) for i in range(num_tensors)] 2022-11-23T02:40:34.3862596Z ok (0.020s) 2022-11-23T02:40:34.3862920Z test_vstack_row_stack_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.018s) 2022-11-23T02:40:34.3863337Z test_vstack_row_stack_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.016s) 2022-11-23T02:40:34.3863762Z test_vstack_row_stack_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.024s) 2022-11-23T02:40:34.3864186Z test_vstack_row_stack_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.020s) 2022-11-23T02:40:34.3864585Z test_zeros_cuda (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2022-11-23T02:40:34.3865740Z test_zeros_dtype_layout_device_match_cuda_bool (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-11-23T02:40:34.3866226Z test_zeros_dtype_layout_device_match_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-11-23T02:40:34.3866775Z test_zeros_dtype_layout_device_match_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-11-23T02:40:34.3867337Z test_zeros_dtype_layout_device_match_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-11-23T02:40:34.3867811Z test_zeros_dtype_layout_device_match_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-11-23T02:40:34.3868277Z test_zeros_dtype_layout_device_match_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-11-23T02:40:34.3868739Z test_zeros_dtype_layout_device_match_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-11-23T02:40:34.3869161Z test_zeros_out_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-11-23T02:40:34.3869387Z 2022-11-23T02:40:34.3869582Z ---------------------------------------------------------------------- 2022-11-23T02:40:34.3870070Z Ran 454 tests in 107.406s 2022-11-23T02:40:34.3870225Z 2022-11-23T02:40:34.3870322Z OK (skipped=100) 2022-11-23T02:40:34.3870462Z 2022-11-23T02:40:34.3870574Z Generating XML reports... 2022-11-23T02:40:34.3871030Z Generated XML report: test-reports\python-unittest\test_tensor_creation_ops\TEST-TestAsArrayCUDA-20221123023846.xml 2022-11-23T02:40:34.3871782Z Generated XML report: test-reports\python-unittest\test_tensor_creation_ops\TEST-TestLikeTensorCreationCUDA-20221123023846.xml 2022-11-23T02:40:34.3872486Z Generated XML report: test-reports\python-unittest\test_tensor_creation_ops\TEST-TestRandomTensorCreationCUDA-20221123023846.xml 2022-11-23T02:40:34.3873265Z Generated XML report: test-reports\python-unittest\test_tensor_creation_ops\TEST-TestTensorCreationCUDA-20221123023846.xml 2022-11-23T02:40:34.3873606Z 2022-11-23T02:40:34.3874044Z ##[endgroup] 2022-11-23T02:40:34.3874601Z FINISHED PRINTING LOG FILE of test_tensor_creation_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensor_creation_ops_7gxfjl2u) 2022-11-23T02:40:34.3874949Z 2022-11-23T02:40:34.3875105Z Running test_cpp_api_parity ... [2022-11-23 02:40:34.352113] 2022-11-23T02:40:34.3875634Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cpp_api_parity.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:40:34.352113] 2022-11-23T02:42:38.9684640Z 2022-11-23T02:42:38.9685374Z Expand the folded group to see the log file of test_cpp_api_parity 2022-11-23T02:42:38.9686450Z ##[group]PRINTING LOG FILE of test_cpp_api_parity (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cpp_api_parity_np6di5bm) 2022-11-23T02:42:38.9700924Z 2022-11-23T02:42:38.9701245Z Running tests... 2022-11-23T02:42:38.9701745Z ---------------------------------------------------------------------- 2022-11-23T02:42:38.9702326Z Test results will be stored in test-reports\python-unittest\test_cpp_api_parity 2022-11-23T02:42:38.9705756Z test_torch_nn_AdaptiveAvgPool1d (__main__.TestCppApiParity) ... ok (1.802s) 2022-11-23T02:42:38.9706620Z test_torch_nn_AdaptiveAvgPool1d_cuda (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T02:42:38.9707462Z test_torch_nn_AdaptiveAvgPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T02:42:38.9708346Z test_torch_nn_AdaptiveAvgPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.059s) 2022-11-23T02:42:38.9709279Z test_torch_nn_AdaptiveAvgPool1d_one_output (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T02:42:38.9710258Z test_torch_nn_AdaptiveAvgPool1d_one_output_cuda (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T02:42:38.9711123Z test_torch_nn_AdaptiveAvgPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:42:38.9712032Z test_torch_nn_AdaptiveAvgPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.059s) 2022-11-23T02:42:38.9714318Z test_torch_nn_AdaptiveAvgPool2d_single (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T02:42:38.9715183Z test_torch_nn_AdaptiveAvgPool2d_single_1x1output (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:42:38.9716153Z test_torch_nn_AdaptiveAvgPool2d_single_1x1output_cuda (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:42:38.9717447Z test_torch_nn_AdaptiveAvgPool2d_single_cuda (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T02:42:38.9718377Z test_torch_nn_AdaptiveAvgPool2d_tuple (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:42:38.9719532Z test_torch_nn_AdaptiveAvgPool2d_tuple_cuda (__main__.TestCppApiParity) ... ok (0.056s) 2022-11-23T02:42:38.9720476Z test_torch_nn_AdaptiveAvgPool2d_tuple_none (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:42:38.9721414Z test_torch_nn_AdaptiveAvgPool2d_tuple_none_cuda (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T02:42:38.9722416Z test_torch_nn_AdaptiveAvgPool3d_last_dim (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:42:38.9723564Z test_torch_nn_AdaptiveAvgPool3d_last_dim_cuda (__main__.TestCppApiParity) ... ok (0.054s) 2022-11-23T02:42:38.9724511Z test_torch_nn_AdaptiveAvgPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T02:42:38.9725439Z test_torch_nn_AdaptiveAvgPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.062s) 2022-11-23T02:42:38.9726327Z test_torch_nn_AdaptiveAvgPool3d_single (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T02:42:38.9727449Z test_torch_nn_AdaptiveAvgPool3d_single_cuda (__main__.TestCppApiParity) ... ok (0.067s) 2022-11-23T02:42:38.9728364Z test_torch_nn_AdaptiveAvgPool3d_tuple (__main__.TestCppApiParity) ... ok (0.058s) 2022-11-23T02:42:38.9729259Z test_torch_nn_AdaptiveAvgPool3d_tuple_cuda (__main__.TestCppApiParity) ... ok (0.082s) 2022-11-23T02:42:38.9730158Z test_torch_nn_AdaptiveAvgPool3d_tuple_none (__main__.TestCppApiParity) ... ok (0.083s) 2022-11-23T02:42:38.9731078Z test_torch_nn_AdaptiveAvgPool3d_tuple_none_cuda (__main__.TestCppApiParity) ... ok (0.086s) 2022-11-23T02:42:38.9731960Z test_torch_nn_AdaptiveMaxPool1d (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:42:38.9732799Z test_torch_nn_AdaptiveMaxPool1d_cuda (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:42:38.9733675Z test_torch_nn_AdaptiveMaxPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:42:38.9734585Z test_torch_nn_AdaptiveMaxPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T02:42:38.9735558Z test_torch_nn_AdaptiveMaxPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:42:38.9736619Z test_torch_nn_AdaptiveMaxPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.061s) 2022-11-23T02:42:38.9737528Z test_torch_nn_AdaptiveMaxPool2d_single (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T02:42:38.9738436Z test_torch_nn_AdaptiveMaxPool2d_single_cuda (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:42:38.9739297Z test_torch_nn_AdaptiveMaxPool2d_tuple (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T02:42:38.9740182Z test_torch_nn_AdaptiveMaxPool2d_tuple_cuda (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T02:42:38.9741076Z test_torch_nn_AdaptiveMaxPool2d_tuple_none (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:42:38.9741987Z test_torch_nn_AdaptiveMaxPool2d_tuple_none_cuda (__main__.TestCppApiParity) ... ok (0.062s) 2022-11-23T02:42:38.9742905Z test_torch_nn_AdaptiveMaxPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:42:38.9743810Z test_torch_nn_AdaptiveMaxPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:42:38.9744695Z test_torch_nn_AdaptiveMaxPool3d_single (__main__.TestCppApiParity) ... ok (0.063s) 2022-11-23T02:42:38.9745560Z test_torch_nn_AdaptiveMaxPool3d_single_cuda (__main__.TestCppApiParity) ... ok (0.071s) 2022-11-23T02:42:38.9746688Z test_torch_nn_AdaptiveMaxPool3d_single_nonatomic (__main__.TestCppApiParity) ... ok (0.060s) 2022-11-23T02:42:38.9747641Z test_torch_nn_AdaptiveMaxPool3d_single_nonatomic_cuda (__main__.TestCppApiParity) ... ok (0.082s) 2022-11-23T02:42:38.9748549Z test_torch_nn_AdaptiveMaxPool3d_tuple (__main__.TestCppApiParity) ... ok (0.065s) 2022-11-23T02:42:38.9749437Z test_torch_nn_AdaptiveMaxPool3d_tuple_cuda (__main__.TestCppApiParity) ... ok (0.111s) 2022-11-23T02:42:38.9750336Z test_torch_nn_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestCppApiParity) ... ok (0.063s) 2022-11-23T02:42:38.9751252Z test_torch_nn_AdaptiveMaxPool3d_tuple_nonatomic_cuda (__main__.TestCppApiParity) ... ok (0.101s) 2022-11-23T02:42:38.9752227Z test_torch_nn_AdaptiveMaxPool3d_tuple_none (__main__.TestCppApiParity) ... ok (0.062s) 2022-11-23T02:42:38.9753195Z test_torch_nn_AdaptiveMaxPool3d_tuple_none_cuda (__main__.TestCppApiParity) ... ok (0.132s) 2022-11-23T02:42:38.9754040Z test_torch_nn_AvgPool1d (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T02:42:38.9754824Z test_torch_nn_AvgPool1d_cuda (__main__.TestCppApiParity) ... ok (0.059s) 2022-11-23T02:42:38.9755637Z test_torch_nn_AvgPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T02:42:38.9756475Z test_torch_nn_AvgPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.054s) 2022-11-23T02:42:38.9757279Z test_torch_nn_AvgPool1d_stride (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T02:42:38.9758101Z test_torch_nn_AvgPool1d_stride_cuda (__main__.TestCppApiParity) ... ok (0.061s) 2022-11-23T02:42:38.9759104Z test_torch_nn_AvgPool1d_stride_pad (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T02:42:38.9759973Z test_torch_nn_AvgPool1d_stride_pad_cuda (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T02:42:38.9760778Z test_torch_nn_AvgPool2d (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T02:42:38.9761569Z test_torch_nn_AvgPool2d_cuda (__main__.TestCppApiParity) ... ok (0.056s) 2022-11-23T02:42:38.9762355Z test_torch_nn_AvgPool2d_divisor (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:42:38.9763181Z test_torch_nn_AvgPool2d_divisor_cuda (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:42:38.9764032Z test_torch_nn_AvgPool2d_divisor_stride (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:42:38.9764892Z test_torch_nn_AvgPool2d_divisor_stride_cuda (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T02:42:38.9765762Z test_torch_nn_AvgPool2d_divisor_stride_pad (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:42:38.9766652Z test_torch_nn_AvgPool2d_divisor_stride_pad_cuda (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T02:42:38.9767513Z test_torch_nn_AvgPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T02:42:38.9768323Z test_torch_nn_AvgPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:42:38.9769164Z test_torch_nn_AvgPool2d_stride (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:42:38.9769983Z test_torch_nn_AvgPool2d_stride_cuda (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T02:42:38.9770799Z test_torch_nn_AvgPool2d_stride_pad (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:42:38.9771631Z test_torch_nn_AvgPool2d_stride_pad_cuda (__main__.TestCppApiParity) ... ok (0.055s) 2022-11-23T02:42:38.9772435Z test_torch_nn_AvgPool3d (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:42:38.9773196Z test_torch_nn_AvgPool3d_cuda (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T02:42:38.9774005Z test_torch_nn_AvgPool3d_divisor (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:42:38.9774831Z test_torch_nn_AvgPool3d_divisor_cuda (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T02:42:38.9775678Z test_torch_nn_AvgPool3d_divisor_stride (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:42:38.9776583Z test_torch_nn_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:42:38.9777718Z test_torch_nn_AvgPool3d_divisor_stride1_pad0_gpu_input_cuda (__main__.TestCppApiParity) ... ok (0.057s) 2022-11-23T02:42:38.9778636Z test_torch_nn_AvgPool3d_divisor_stride_cuda (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T02:42:38.9779483Z test_torch_nn_AvgPool3d_divisor_stride_pad (__main__.TestCppApiParity) ... ok (0.065s) 2022-11-23T02:42:38.9780354Z test_torch_nn_AvgPool3d_divisor_stride_pad_cuda (__main__.TestCppApiParity) ... ok (0.059s) 2022-11-23T02:42:38.9781297Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestCppApiParity) ... ok (0.060s) 2022-11-23T02:42:38.9782281Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_cuda (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T02:42:38.9783275Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestCppApiParity) ... ok (0.062s) 2022-11-23T02:42:38.9784308Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_general_output_cuda (__main__.TestCppApiParity) ... ok (0.069s) 2022-11-23T02:42:38.9785211Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestCppApiParity) ... ok (0.056s) 2022-11-23T02:42:38.9785837Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_cuda (__main__.TestCppApiParity) ... ok (0.063s) 2022-11-23T02:42:38.9786317Z test_torch_nn_AvgPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:42:38.9786753Z test_torch_nn_AvgPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.059s) 2022-11-23T02:42:38.9787331Z test_torch_nn_AvgPool3d_stride (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:42:38.9787804Z test_torch_nn_AvgPool3d_stride1_pad0_gpu_input (__main__.TestCppApiParity) ... ok (0.068s) 2022-11-23T02:42:38.9788277Z test_torch_nn_AvgPool3d_stride1_pad0_gpu_input_cuda (__main__.TestCppApiParity) ... ok (0.056s) 2022-11-23T02:42:38.9788730Z test_torch_nn_AvgPool3d_stride_cuda (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T02:42:38.9789147Z test_torch_nn_AvgPool3d_stride_pad (__main__.TestCppApiParity) ... ok (0.059s) 2022-11-23T02:42:38.9789580Z test_torch_nn_AvgPool3d_stride_pad_cuda (__main__.TestCppApiParity) ... ok (0.065s) 2022-11-23T02:42:38.9790048Z test_torch_nn_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestCppApiParity) ... ok (0.057s) 2022-11-23T02:42:38.9790545Z test_torch_nn_AvgPool3d_stride_pad_gpu_fixedkw_output_cuda (__main__.TestCppApiParity) ... ok (0.063s) 2022-11-23T02:42:38.9791040Z test_torch_nn_AvgPool3d_stride_pad_gpu_general_output (__main__.TestCppApiParity) ... ok (0.055s) 2022-11-23T02:42:38.9791534Z test_torch_nn_AvgPool3d_stride_pad_gpu_general_output_cuda (__main__.TestCppApiParity) ... ok (0.071s) 2022-11-23T02:42:38.9792005Z test_torch_nn_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T02:42:38.9792505Z test_torch_nn_AvgPool3d_stride_pad_gpu_input_nooverlap_cuda (__main__.TestCppApiParity) ... ok (0.070s) 2022-11-23T02:42:38.9792951Z test_torch_nn_BCELoss (__main__.TestCppApiParity) ... ok (0.056s) 2022-11-23T02:42:38.9793350Z test_torch_nn_BCELoss_cuda (__main__.TestCppApiParity) ... ok (0.068s) 2022-11-23T02:42:38.9793793Z test_torch_nn_BCELoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.040s) 2022-11-23T02:42:38.9794280Z test_torch_nn_BCELoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... expected failure (0.041s) 2022-11-23T02:42:38.9794770Z test_torch_nn_BCELoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.035s) 2022-11-23T02:42:38.9795238Z test_torch_nn_BCELoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... expected failure (0.036s) 2022-11-23T02:42:38.9795725Z test_torch_nn_BCELoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.035s) 2022-11-23T02:42:38.9796362Z test_torch_nn_BCELoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... expected failure (0.040s) 2022-11-23T02:42:38.9797079Z test_torch_nn_BCELoss_scalar_weights (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:42:38.9797528Z test_torch_nn_BCELoss_scalar_weights_cuda (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:42:38.9797958Z test_torch_nn_BCELoss_weights (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:42:38.9798386Z test_torch_nn_BCELoss_weights_cuda (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:42:38.9798901Z test_torch_nn_BCEWithLogitsLoss (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:42:38.9799353Z test_torch_nn_BCEWithLogitsLoss_cuda (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:42:38.9799842Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.054s) 2022-11-23T02:42:38.9800373Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... expected failure (0.026s) 2022-11-23T02:42:38.9800895Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.045s) 2022-11-23T02:42:38.9801415Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... expected failure (0.036s) 2022-11-23T02:42:38.9802442Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.039s) 2022-11-23T02:42:38.9802947Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... expected failure (0.035s) 2022-11-23T02:42:38.9803445Z test_torch_nn_BCEWithLogitsLoss_scalar_weights (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:42:38.9804715Z test_torch_nn_BCEWithLogitsLoss_scalar_weights_cuda (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:42:38.9805524Z test_torch_nn_BCEWithLogitsLoss_weights (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:42:38.9806392Z test_torch_nn_BCEWithLogitsLoss_weights_cuda (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T02:42:38.9807245Z test_torch_nn_BatchNorm1d_3d_input (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T02:42:38.9808055Z test_torch_nn_BatchNorm1d_3d_input_cuda (__main__.TestCppApiParity) ... ok (1.285s) 2022-11-23T02:42:38.9808510Z test_torch_nn_BatchNorm1d_3d_input_not_affine (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T02:42:38.9808980Z test_torch_nn_BatchNorm1d_3d_input_not_affine_cuda (__main__.TestCppApiParity) ... ok (0.062s) 2022-11-23T02:42:38.9809429Z test_torch_nn_BatchNorm1d_affine (__main__.TestCppApiParity) ... ok (0.064s) 2022-11-23T02:42:38.9809864Z test_torch_nn_BatchNorm1d_affine_cuda (__main__.TestCppApiParity) ... ok (0.065s) 2022-11-23T02:42:38.9810322Z test_torch_nn_BatchNorm1d_affine_simple_average (__main__.TestCppApiParity) ... ok (0.063s) 2022-11-23T02:42:38.9810794Z test_torch_nn_BatchNorm1d_affine_simple_average_cuda (__main__.TestCppApiParity) ... ok (0.067s) 2022-11-23T02:42:38.9811250Z test_torch_nn_BatchNorm1d_not_affine (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T02:42:38.9811677Z test_torch_nn_BatchNorm1d_not_affine_cuda (__main__.TestCppApiParity) ... ok (0.056s) 2022-11-23T02:42:38.9812134Z test_torch_nn_BatchNorm1d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.062s) 2022-11-23T02:42:38.9812601Z test_torch_nn_BatchNorm1d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... ok (0.091s) 2022-11-23T02:42:38.9813051Z test_torch_nn_BatchNorm1d_zero_batch (__main__.TestCppApiParity) ... ok (0.055s) 2022-11-23T02:42:38.9813798Z test_torch_nn_BatchNorm1d_zero_batch_cuda (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T02:42:38.9814573Z test_torch_nn_BatchNorm2d (__main__.TestCppApiParity) ... ok (0.076s) 2022-11-23T02:42:38.9815030Z test_torch_nn_BatchNorm2d_2d_simple_average (__main__.TestCppApiParity) ... ok (0.066s) 2022-11-23T02:42:38.9815529Z test_torch_nn_BatchNorm2d_2d_simple_average_cuda (__main__.TestCppApiParity) ... ok (0.081s) 2022-11-23T02:42:38.9816307Z test_torch_nn_BatchNorm2d_cuda (__main__.TestCppApiParity) ... ok (0.082s) 2022-11-23T02:42:38.9817216Z test_torch_nn_BatchNorm2d_momentum (__main__.TestCppApiParity) ... ok (0.072s) 2022-11-23T02:42:38.9818005Z test_torch_nn_BatchNorm2d_momentum_cuda (__main__.TestCppApiParity) ... ok (0.092s) 2022-11-23T02:42:38.9818833Z test_torch_nn_BatchNorm2d_not_affine (__main__.TestCppApiParity) ... ok (0.057s) 2022-11-23T02:42:38.9819635Z test_torch_nn_BatchNorm2d_not_affine_cuda (__main__.TestCppApiParity) ... ok (0.066s) 2022-11-23T02:42:38.9820468Z test_torch_nn_BatchNorm2d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.088s) 2022-11-23T02:42:38.9821347Z test_torch_nn_BatchNorm2d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... ok (0.083s) 2022-11-23T02:42:38.9822182Z test_torch_nn_BatchNorm2d_zero_batch (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T02:42:38.9822998Z test_torch_nn_BatchNorm2d_zero_batch_cuda (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:42:38.9823799Z test_torch_nn_BatchNorm3d (__main__.TestCppApiParity) ... ok (0.087s) 2022-11-23T02:42:38.9824600Z test_torch_nn_BatchNorm3d_3d_simple_average (__main__.TestCppApiParity) ... ok (0.069s) 2022-11-23T02:42:38.9825838Z test_torch_nn_BatchNorm3d_3d_simple_average_cuda (__main__.TestCppApiParity) ... ok (0.110s) 2022-11-23T02:42:38.9827089Z test_torch_nn_BatchNorm3d_cuda (__main__.TestCppApiParity) ... ok (0.100s) 2022-11-23T02:42:38.9828260Z test_torch_nn_BatchNorm3d_momentum (__main__.TestCppApiParity) ... ok (0.066s) 2022-11-23T02:42:38.9829162Z test_torch_nn_BatchNorm3d_momentum_cuda (__main__.TestCppApiParity) ... ok (0.104s) 2022-11-23T02:42:38.9830498Z test_torch_nn_BatchNorm3d_not_affine (__main__.TestCppApiParity) ... ok (0.069s) 2022-11-23T02:42:38.9831011Z test_torch_nn_BatchNorm3d_not_affine_cuda (__main__.TestCppApiParity) ... ok (0.080s) 2022-11-23T02:42:38.9831471Z test_torch_nn_BatchNorm3d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.076s) 2022-11-23T02:42:38.9831934Z test_torch_nn_BatchNorm3d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... ok (0.098s) 2022-11-23T02:42:38.9832386Z test_torch_nn_BatchNorm3d_zero_batch (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T02:42:38.9832820Z test_torch_nn_BatchNorm3d_zero_batch_cuda (__main__.TestCppApiParity) ... ok (0.063s) 2022-11-23T02:42:38.9833224Z test_torch_nn_CELU (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:42:38.9833607Z test_torch_nn_CELU_cuda (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:42:38.9833980Z test_torch_nn_CELU_scalar (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:42:38.9834382Z test_torch_nn_CELU_scalar_cuda (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:42:38.9835005Z test_torch_nn_CTCLoss_2d_int_target_lengths_tensors (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T02:42:38.9835901Z test_torch_nn_CTCLoss_2d_int_target_lengths_tensors_cuda (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T02:42:38.9836813Z test_torch_nn_CTCLoss_2d_lengths_tensors (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:42:38.9837660Z test_torch_nn_CTCLoss_2d_lengths_tensors_cuda (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:42:38.9838469Z test_torch_nn_CTCLoss_lengths_tensors (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T02:42:38.9839300Z test_torch_nn_CTCLoss_lengths_tensors_cuda (__main__.TestCppApiParity) ... ok (0.063s) 2022-11-23T02:42:38.9840100Z test_torch_nn_ConstantPad1d (__main__.TestCppApiParity) ... ok (0.059s) 2022-11-23T02:42:38.9840819Z test_torch_nn_ConstantPad1d_batch (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:42:38.9841659Z test_torch_nn_ConstantPad1d_batch_cuda (__main__.TestCppApiParity) ... ok (0.056s) 2022-11-23T02:42:38.9842518Z test_torch_nn_ConstantPad1d_complex (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:42:38.9843400Z test_torch_nn_ConstantPad1d_complex_cuda (__main__.TestCppApiParity) ... ok (0.318s) 2022-11-23T02:42:38.9844647Z test_torch_nn_ConstantPad1d_cuda (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:42:38.9845238Z test_torch_nn_ConstantPad2d (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:42:38.9846238Z test_torch_nn_ConstantPad2d_complex (__main__.TestCppApiParity) ... ok (0.057s) 2022-11-23T02:42:38.9846813Z test_torch_nn_ConstantPad2d_complex_cuda (__main__.TestCppApiParity) ... ok (0.081s) 2022-11-23T02:42:38.9847347Z test_torch_nn_ConstantPad2d_cuda (__main__.TestCppApiParity) ... ok (0.070s) 2022-11-23T02:42:38.9848153Z test_torch_nn_ConstantPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:42:38.9848963Z test_torch_nn_ConstantPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T02:42:38.9849766Z test_torch_nn_ConstantPad3d (__main__.TestCppApiParity) ... ok (0.091s) 2022-11-23T02:42:38.9850546Z test_torch_nn_ConstantPad3d_complex (__main__.TestCppApiParity) ... ok (0.118s) 2022-11-23T02:42:38.9851349Z test_torch_nn_ConstantPad3d_complex_cuda (__main__.TestCppApiParity) ... ok (0.263s) 2022-11-23T02:42:38.9852133Z test_torch_nn_ConstantPad3d_cuda (__main__.TestCppApiParity) ... ok (0.241s) 2022-11-23T02:42:38.9852931Z test_torch_nn_ConstantPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.066s) 2022-11-23T02:42:38.9853733Z test_torch_nn_ConstantPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.135s) 2022-11-23T02:42:38.9854516Z test_torch_nn_Conv1d (__main__.TestCppApiParity) ... ok (0.066s) 2022-11-23T02:42:38.9855271Z test_torch_nn_Conv1d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T02:42:38.9857025Z test_torch_nn_Conv1d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... ok (1.146s) 2022-11-23T02:42:38.9857865Z test_torch_nn_Conv1d_cuda (__main__.TestCppApiParity) ... ok (0.063s) 2022-11-23T02:42:38.9858597Z test_torch_nn_Conv1d_dilated (__main__.TestCppApiParity) ... ok (0.063s) 2022-11-23T02:42:38.9859335Z test_torch_nn_Conv1d_dilated_cuda (__main__.TestCppApiParity) ... ok (0.077s) 2022-11-23T02:42:38.9860082Z test_torch_nn_Conv1d_groups (__main__.TestCppApiParity) ... ok (0.062s) 2022-11-23T02:42:38.9860852Z test_torch_nn_Conv1d_groups_cuda (__main__.TestCppApiParity) ... ok (0.076s) 2022-11-23T02:42:38.9861584Z test_torch_nn_Conv1d_pad1 (__main__.TestCppApiParity) ... ok (0.069s) 2022-11-23T02:42:38.9862325Z test_torch_nn_Conv1d_pad1_cuda (__main__.TestCppApiParity) ... ok (0.082s) 2022-11-23T02:42:38.9863080Z test_torch_nn_Conv1d_pad1size1 (__main__.TestCppApiParity) ... ok (0.059s) 2022-11-23T02:42:38.9863859Z test_torch_nn_Conv1d_pad1size1_cuda (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T02:42:38.9864575Z test_torch_nn_Conv1d_pad2 (__main__.TestCppApiParity) ... ok (0.058s) 2022-11-23T02:42:38.9865317Z test_torch_nn_Conv1d_pad2_cuda (__main__.TestCppApiParity) ... ok (0.085s) 2022-11-23T02:42:38.9866068Z test_torch_nn_Conv1d_pad2size1 (__main__.TestCppApiParity) ... ok (0.059s) 2022-11-23T02:42:38.9866832Z test_torch_nn_Conv1d_pad2size1_cuda (__main__.TestCppApiParity) ... ok (0.064s) 2022-11-23T02:42:38.9867570Z test_torch_nn_Conv1d_pad_same (__main__.TestCppApiParity) ... ok (0.060s) 2022-11-23T02:42:38.9869266Z test_torch_nn_Conv1d_pad_same2 (__main__.TestCppApiParity) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\conv.py:309: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Convolution.cpp:996.) 2022-11-23T02:42:38.9870838Z return F.conv1d(input, weight, bias, self.stride, 2022-11-23T02:42:38.9871364Z ok (0.051s) 2022-11-23T02:42:38.9871937Z test_torch_nn_Conv1d_pad_same2_cuda (__main__.TestCppApiParity) ... ok (0.073s) 2022-11-23T02:42:38.9872728Z test_torch_nn_Conv1d_pad_same_cuda (__main__.TestCppApiParity) ... ok (0.096s) 2022-11-23T02:42:38.9873519Z test_torch_nn_Conv1d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.069s) 2022-11-23T02:42:38.9874569Z test_torch_nn_Conv1d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... ok (0.077s) 2022-11-23T02:42:38.9875403Z test_torch_nn_Conv1d_pad_valid (__main__.TestCppApiParity) ... ok (0.074s) 2022-11-23T02:42:38.9876186Z test_torch_nn_Conv1d_pad_valid_cuda (__main__.TestCppApiParity) ... ok (0.078s) 2022-11-23T02:42:38.9876952Z test_torch_nn_Conv1d_reflect_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.061s) 2022-11-23T02:42:38.9877781Z test_torch_nn_Conv1d_reflect_stride2_pad2_cuda (__main__.TestCppApiParity) ... ok (0.069s) 2022-11-23T02:42:38.9878631Z test_torch_nn_Conv1d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:42:38.9879501Z test_torch_nn_Conv1d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... ok (0.061s) 2022-11-23T02:42:38.9880307Z test_torch_nn_Conv1d_stride (__main__.TestCppApiParity) ... ok (0.056s) 2022-11-23T02:42:38.9881067Z test_torch_nn_Conv1d_stride_cuda (__main__.TestCppApiParity) ... ok (0.084s) 2022-11-23T02:42:38.9881830Z test_torch_nn_Conv1d_zero_batch (__main__.TestCppApiParity) ... ok (0.072s) 2022-11-23T02:42:38.9882637Z test_torch_nn_Conv1d_zero_batch_cuda (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T02:42:38.9883450Z test_torch_nn_Conv1d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T02:42:38.9884237Z test_torch_nn_Conv1d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... ok (0.068s) 2022-11-23T02:42:38.9885000Z test_torch_nn_Conv2d (__main__.TestCppApiParity) ... ok (0.070s) 2022-11-23T02:42:38.9886641Z test_torch_nn_Conv2d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.062s) 2022-11-23T02:42:38.9887568Z test_torch_nn_Conv2d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... ok (0.073s) 2022-11-23T02:42:38.9888356Z test_torch_nn_Conv2d_cuda (__main__.TestCppApiParity) ... ok (0.079s) 2022-11-23T02:42:38.9889130Z test_torch_nn_Conv2d_depthwise (__main__.TestCppApiParity) ... ok (0.068s) 2022-11-23T02:42:38.9889948Z test_torch_nn_Conv2d_depthwise_cuda (__main__.TestCppApiParity) ... ok (0.105s) 2022-11-23T02:42:38.9890753Z test_torch_nn_Conv2d_depthwise_dilated (__main__.TestCppApiParity) ... ok (0.063s) 2022-11-23T02:42:38.9891573Z test_torch_nn_Conv2d_depthwise_dilated_cuda (__main__.TestCppApiParity) ... ok (0.072s) 2022-11-23T02:42:38.9892416Z test_torch_nn_Conv2d_depthwise_padded (__main__.TestCppApiParity) ... ok (0.077s) 2022-11-23T02:42:38.9893194Z test_torch_nn_Conv2d_depthwise_padded_cuda (__main__.TestCppApiParity) ... ok (0.096s) 2022-11-23T02:42:38.9893669Z test_torch_nn_Conv2d_depthwise_strided (__main__.TestCppApiParity) ... ok (0.071s) 2022-11-23T02:42:38.9894110Z test_torch_nn_Conv2d_depthwise_strided_cuda (__main__.TestCppApiParity) ... ok (0.070s) 2022-11-23T02:42:38.9894569Z test_torch_nn_Conv2d_depthwise_with_multiplier (__main__.TestCppApiParity) ... ok (0.059s) 2022-11-23T02:42:38.9895043Z test_torch_nn_Conv2d_depthwise_with_multiplier_cuda (__main__.TestCppApiParity) ... ok (0.087s) 2022-11-23T02:42:38.9895477Z test_torch_nn_Conv2d_dilated (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T02:42:38.9895887Z test_torch_nn_Conv2d_dilated_cuda (__main__.TestCppApiParity) ... ok (0.057s) 2022-11-23T02:42:38.9896281Z test_torch_nn_Conv2d_groups (__main__.TestCppApiParity) ... ok (0.071s) 2022-11-23T02:42:38.9896688Z test_torch_nn_Conv2d_groups_cuda (__main__.TestCppApiParity) ... ok (0.084s) 2022-11-23T02:42:38.9897098Z test_torch_nn_Conv2d_groups_thnn (__main__.TestCppApiParity) ... ok (0.062s) 2022-11-23T02:42:38.9897525Z test_torch_nn_Conv2d_groups_thnn_cuda (__main__.TestCppApiParity) ... ok (0.080s) 2022-11-23T02:42:38.9897937Z test_torch_nn_Conv2d_no_bias (__main__.TestCppApiParity) ... ok (0.068s) 2022-11-23T02:42:38.9898346Z test_torch_nn_Conv2d_no_bias_cuda (__main__.TestCppApiParity) ... ok (0.078s) 2022-11-23T02:42:38.9898733Z test_torch_nn_Conv2d_pad_same (__main__.TestCppApiParity) ... ok (0.078s) 2022-11-23T02:42:38.9899327Z test_torch_nn_Conv2d_pad_same_cuda (__main__.TestCppApiParity) ... ok (0.084s) 2022-11-23T02:42:38.9899745Z test_torch_nn_Conv2d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.074s) 2022-11-23T02:42:38.9900180Z test_torch_nn_Conv2d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... ok (0.087s) 2022-11-23T02:42:38.9900603Z test_torch_nn_Conv2d_pad_valid (__main__.TestCppApiParity) ... ok (0.057s) 2022-11-23T02:42:38.9901012Z test_torch_nn_Conv2d_pad_valid_cuda (__main__.TestCppApiParity) ... ok (0.081s) 2022-11-23T02:42:38.9901404Z test_torch_nn_Conv2d_padding (__main__.TestCppApiParity) ... ok (0.067s) 2022-11-23T02:42:38.9901816Z test_torch_nn_Conv2d_padding_cuda (__main__.TestCppApiParity) ... ok (0.077s) 2022-11-23T02:42:38.9902245Z test_torch_nn_Conv2d_reflect_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.065s) 2022-11-23T02:42:38.9902693Z test_torch_nn_Conv2d_reflect_stride2_pad2_cuda (__main__.TestCppApiParity) ... ok (0.079s) 2022-11-23T02:42:38.9903142Z test_torch_nn_Conv2d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.055s) 2022-11-23T02:42:38.9903591Z test_torch_nn_Conv2d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... ok (0.071s) 2022-11-23T02:42:38.9904016Z test_torch_nn_Conv2d_strided (__main__.TestCppApiParity) ... ok (0.071s) 2022-11-23T02:42:38.9904409Z test_torch_nn_Conv2d_strided_cuda (__main__.TestCppApiParity) ... ok (0.073s) 2022-11-23T02:42:38.9904818Z test_torch_nn_Conv2d_zero_batch (__main__.TestCppApiParity) ... ok (0.067s) 2022-11-23T02:42:38.9905847Z test_torch_nn_Conv2d_zero_batch_cuda (__main__.TestCppApiParity) ... ok (0.060s) 2022-11-23T02:42:38.9906328Z test_torch_nn_Conv2d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.057s) 2022-11-23T02:42:38.9906761Z test_torch_nn_Conv2d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T02:42:38.9907166Z test_torch_nn_Conv3d (__main__.TestCppApiParity) ... ok (0.060s) 2022-11-23T02:42:38.9907549Z test_torch_nn_Conv3d_1x1x1_no_bias (__main__.TestCppApiParity) ... ok (0.063s) 2022-11-23T02:42:38.9907962Z test_torch_nn_Conv3d_1x1x1_no_bias_cuda (__main__.TestCppApiParity) ... ok (0.061s) 2022-11-23T02:42:38.9908399Z test_torch_nn_Conv3d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.073s) 2022-11-23T02:42:38.9908847Z test_torch_nn_Conv3d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... ok (0.094s) 2022-11-23T02:42:38.9909268Z test_torch_nn_Conv3d_cuda (__main__.TestCppApiParity) ... ok (0.077s) 2022-11-23T02:42:38.9909667Z test_torch_nn_Conv3d_dilated (__main__.TestCppApiParity) ... ok (0.056s) 2022-11-23T02:42:38.9910077Z test_torch_nn_Conv3d_dilated_cuda (__main__.TestCppApiParity) ... ok (0.113s) 2022-11-23T02:42:38.9910480Z test_torch_nn_Conv3d_dilated_strided (__main__.TestCppApiParity) ... ok (0.060s) 2022-11-23T02:42:38.9910910Z test_torch_nn_Conv3d_dilated_strided_cuda (__main__.TestCppApiParity) ... ok (0.067s) 2022-11-23T02:42:38.9911329Z test_torch_nn_Conv3d_groups (__main__.TestCppApiParity) ... ok (0.078s) 2022-11-23T02:42:38.9911736Z test_torch_nn_Conv3d_groups_cuda (__main__.TestCppApiParity) ... ok (0.088s) 2022-11-23T02:42:38.9912134Z test_torch_nn_Conv3d_no_bias (__main__.TestCppApiParity) ... ok (0.068s) 2022-11-23T02:42:38.9912537Z test_torch_nn_Conv3d_no_bias_cuda (__main__.TestCppApiParity) ... ok (0.073s) 2022-11-23T02:42:38.9912928Z test_torch_nn_Conv3d_pad_same (__main__.TestCppApiParity) ... ok (0.108s) 2022-11-23T02:42:38.9913342Z test_torch_nn_Conv3d_pad_same_cuda (__main__.TestCppApiParity) ... ok (0.174s) 2022-11-23T02:42:38.9913765Z test_torch_nn_Conv3d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.097s) 2022-11-23T02:42:38.9914194Z test_torch_nn_Conv3d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... ok (0.158s) 2022-11-23T02:42:38.9914615Z test_torch_nn_Conv3d_pad_valid (__main__.TestCppApiParity) ... ok (0.075s) 2022-11-23T02:42:38.9915139Z test_torch_nn_Conv3d_pad_valid_cuda (__main__.TestCppApiParity) ... ok (0.096s) 2022-11-23T02:42:38.9915571Z test_torch_nn_Conv3d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.071s) 2022-11-23T02:42:38.9916004Z test_torch_nn_Conv3d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... ok (0.076s) 2022-11-23T02:42:38.9916427Z test_torch_nn_Conv3d_stride (__main__.TestCppApiParity) ... ok (0.086s) 2022-11-23T02:42:38.9916832Z test_torch_nn_Conv3d_stride_cuda (__main__.TestCppApiParity) ... ok (0.089s) 2022-11-23T02:42:38.9917247Z test_torch_nn_Conv3d_stride_padding (__main__.TestCppApiParity) ... ok (0.066s) 2022-11-23T02:42:38.9917678Z test_torch_nn_Conv3d_stride_padding_cuda (__main__.TestCppApiParity) ... ok (0.084s) 2022-11-23T02:42:38.9918095Z test_torch_nn_Conv3d_zero_batch (__main__.TestCppApiParity) ... ok (0.060s) 2022-11-23T02:42:38.9918495Z test_torch_nn_Conv3d_zero_batch_cuda (__main__.TestCppApiParity) ... ok (0.065s) 2022-11-23T02:42:38.9918925Z test_torch_nn_Conv3d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.065s) 2022-11-23T02:42:38.9919360Z test_torch_nn_Conv3d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... ok (0.079s) 2022-11-23T02:42:38.9919786Z test_torch_nn_ConvTranspose1d (__main__.TestCppApiParity) ... ok (0.070s) 2022-11-23T02:42:38.9920210Z test_torch_nn_ConvTranspose1d_cuda (__main__.TestCppApiParity) ... ok (0.064s) 2022-11-23T02:42:38.9920641Z test_torch_nn_ConvTranspose1d_dilated (__main__.TestCppApiParity) ... ok (0.064s) 2022-11-23T02:42:38.9921572Z test_torch_nn_ConvTranspose1d_dilated_cuda (__main__.TestCppApiParity) ... ok (0.072s) 2022-11-23T02:42:38.9922067Z test_torch_nn_ConvTranspose1d_groups (__main__.TestCppApiParity) ... ok (0.070s) 2022-11-23T02:42:38.9922515Z test_torch_nn_ConvTranspose1d_groups_cuda (__main__.TestCppApiParity) ... ok (0.099s) 2022-11-23T02:42:38.9922957Z test_torch_nn_ConvTranspose1d_no_bias (__main__.TestCppApiParity) ... ok (0.066s) 2022-11-23T02:42:38.9923404Z test_torch_nn_ConvTranspose1d_no_bias_cuda (__main__.TestCppApiParity) ... ok (0.068s) 2022-11-23T02:42:38.9923827Z test_torch_nn_ConvTranspose2d (__main__.TestCppApiParity) ... ok (0.082s) 2022-11-23T02:42:38.9924249Z test_torch_nn_ConvTranspose2d_cuda (__main__.TestCppApiParity) ... ok (0.134s) 2022-11-23T02:42:38.9924664Z test_torch_nn_ConvTranspose2d_dilated (__main__.TestCppApiParity) ... ok (0.073s) 2022-11-23T02:42:38.9925106Z test_torch_nn_ConvTranspose2d_dilated_cuda (__main__.TestCppApiParity) ... ok (0.075s) 2022-11-23T02:42:38.9925561Z test_torch_nn_ConvTranspose2d_groups (__main__.TestCppApiParity) ... ok (0.059s) 2022-11-23T02:42:38.9926003Z test_torch_nn_ConvTranspose2d_groups_cuda (__main__.TestCppApiParity) ... ok (0.062s) 2022-11-23T02:42:38.9926442Z test_torch_nn_ConvTranspose2d_no_bias (__main__.TestCppApiParity) ... ok (0.094s) 2022-11-23T02:42:38.9926881Z test_torch_nn_ConvTranspose2d_no_bias_cuda (__main__.TestCppApiParity) ... ok (0.141s) 2022-11-23T02:42:38.9927297Z test_torch_nn_ConvTranspose3d (__main__.TestCppApiParity) ... ok (0.062s) 2022-11-23T02:42:38.9927720Z test_torch_nn_ConvTranspose3d_cuda (__main__.TestCppApiParity) ... ok (0.115s) 2022-11-23T02:42:38.9928158Z test_torch_nn_ConvTranspose3d_dilated (__main__.TestCppApiParity) ... ok (0.079s) 2022-11-23T02:42:38.9928597Z test_torch_nn_ConvTranspose3d_dilated_cuda (__main__.TestCppApiParity) ... ok (0.129s) 2022-11-23T02:42:38.9929036Z test_torch_nn_CosineEmbeddingLoss (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T02:42:38.9929478Z test_torch_nn_CosineEmbeddingLoss_cuda (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:42:38.9929930Z test_torch_nn_CosineEmbeddingLoss_margin (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:42:38.9930372Z test_torch_nn_CosineEmbeddingLoss_margin_cuda (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:42:38.9930842Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:42:38.9931442Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:42:38.9931926Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:42:38.9932411Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:42:38.9932897Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:42:38.9933382Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:42:38.9933820Z test_torch_nn_CrossEntropyLoss (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T02:42:38.9934239Z test_torch_nn_CrossEntropyLoss_2d (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T02:42:38.9934673Z test_torch_nn_CrossEntropyLoss_2d_cuda (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:42:38.9935129Z test_torch_nn_CrossEntropyLoss_2d_ignore_index (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T02:42:38.9935599Z test_torch_nn_CrossEntropyLoss_2d_ignore_index_cuda (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T02:42:38.9936090Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T02:42:38.9936582Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_cuda (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T02:42:38.9937670Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:42:38.9938262Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:42:38.9938807Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T02:42:38.9939348Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... ok (0.054s) 2022-11-23T02:42:38.9939889Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:42:38.9940873Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda (__main__.TestCppApiParity) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/75417 for platform(s) windows. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-11-23T02:42:38.9941756Z test_torch_nn_CrossEntropyLoss_2d_prob_target (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:42:38.9942232Z test_torch_nn_CrossEntropyLoss_2d_prob_target_cuda (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:42:38.9942714Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:42:38.9943205Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_cuda (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T02:42:38.9943833Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:42:38.9944413Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:42:38.9945030Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:42:38.9945662Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:42:38.9946165Z test_torch_nn_CrossEntropyLoss_2d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:42:38.9946658Z test_torch_nn_CrossEntropyLoss_2d_prob_target_weights_cuda (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:42:38.9947231Z test_torch_nn_CrossEntropyLoss_2d_weights (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:42:38.9947693Z test_torch_nn_CrossEntropyLoss_2d_weights_cuda (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:42:38.9948181Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestCppApiParity) ... ok (0.056s) 2022-11-23T02:42:38.9948690Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_cuda (__main__.TestCppApiParity) ... ok (0.055s) 2022-11-23T02:42:38.9949214Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:42:38.9949755Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T02:42:38.9950292Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.055s) 2022-11-23T02:42:38.9950819Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T02:42:38.9951499Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T02:42:38.9952085Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda (__main__.TestCppApiParity) ... ok (0.057s) 2022-11-23T02:42:38.9952805Z test_torch_nn_CrossEntropyLoss_3d_prob_target (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:42:38.9953825Z test_torch_nn_CrossEntropyLoss_3d_prob_target_cuda (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T02:42:38.9954358Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T02:42:38.9954856Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_cuda (__main__.TestCppApiParity) ... ok (0.055s) 2022-11-23T02:42:38.9955376Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T02:42:38.9955901Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T02:42:38.9956413Z test_torch_nn_CrossEntropyLoss_3d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:42:38.9956913Z test_torch_nn_CrossEntropyLoss_3d_prob_target_weights_cuda (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T02:42:38.9957389Z test_torch_nn_CrossEntropyLoss_4d_prob_target (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:42:38.9957857Z test_torch_nn_CrossEntropyLoss_4d_prob_target_cuda (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T02:42:38.9958336Z test_torch_nn_CrossEntropyLoss_4d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.056s) 2022-11-23T02:42:38.9958955Z test_torch_nn_CrossEntropyLoss_4d_prob_target_weights_cuda (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T02:42:38.9959409Z test_torch_nn_CrossEntropyLoss_cuda (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:42:38.9960045Z test_torch_nn_CrossEntropyLoss_dim_is_3 (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T02:42:38.9960505Z test_torch_nn_CrossEntropyLoss_dim_is_3_cuda (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:42:38.9960958Z test_torch_nn_CrossEntropyLoss_higher_dim (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T02:42:38.9961420Z test_torch_nn_CrossEntropyLoss_higher_dim_cuda (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:42:38.9961878Z test_torch_nn_CrossEntropyLoss_weights (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T02:42:38.9962316Z test_torch_nn_CrossEntropyLoss_weights_cuda (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:42:38.9962748Z test_torch_nn_CrossMapLRN2d (__main__.TestCppApiParity) ... ok (0.061s) 2022-11-23T02:42:38.9963162Z test_torch_nn_CrossMapLRN2d_cuda (__main__.TestCppApiParity) ... ok (0.060s) 2022-11-23T02:42:38.9963672Z test_torch_nn_ELU (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:42:38.9964050Z test_torch_nn_ELU_cuda (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:42:38.9964433Z test_torch_nn_ELU_scalar (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:42:38.9964825Z test_torch_nn_ELU_scalar_cuda (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:42:38.9965205Z test_torch_nn_Embedding (__main__.TestCppApiParity) ... ok (0.054s) 2022-11-23T02:42:38.9965627Z test_torch_nn_EmbeddingBag_discontiguous (__main__.TestCppApiParity) ... ok (0.056s) 2022-11-23T02:42:38.9966211Z test_torch_nn_EmbeddingBag_discontiguous_cuda (__main__.TestCppApiParity) ... ok (0.058s) 2022-11-23T02:42:38.9966650Z test_torch_nn_EmbeddingBag_max (__main__.TestCppApiParity) ... ok (0.055s) 2022-11-23T02:42:38.9967170Z test_torch_nn_EmbeddingBag_max_cuda (__main__.TestCppApiParity) ... ok (0.064s) 2022-11-23T02:42:38.9967718Z test_torch_nn_EmbeddingBag_max_padding_idx (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T02:42:38.9968167Z test_torch_nn_EmbeddingBag_max_padding_idx_cuda (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:42:38.9968606Z test_torch_nn_EmbeddingBag_mean (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:42:38.9969031Z test_torch_nn_EmbeddingBag_mean_cuda (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T02:42:38.9969469Z test_torch_nn_EmbeddingBag_mean_padding_idx (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T02:42:38.9969926Z test_torch_nn_EmbeddingBag_mean_padding_idx_cuda (__main__.TestCppApiParity) ... ok (0.054s) 2022-11-23T02:42:38.9970907Z test_torch_nn_EmbeddingBag_sparse (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:42:38.9971388Z test_torch_nn_EmbeddingBag_sparse_cuda (__main__.TestCppApiParity) ... ok (0.056s) 2022-11-23T02:42:38.9971796Z test_torch_nn_EmbeddingBag_sum (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T02:42:38.9972214Z test_torch_nn_EmbeddingBag_sum_cuda (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T02:42:38.9972655Z test_torch_nn_EmbeddingBag_sum_padding_idx (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:42:38.9973111Z test_torch_nn_EmbeddingBag_sum_padding_idx_cuda (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T02:42:38.9973669Z test_torch_nn_Embedding_cuda (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T02:42:38.9974089Z test_torch_nn_Embedding_discontiguous (__main__.TestCppApiParity) ... ok (0.055s) 2022-11-23T02:42:38.9974622Z test_torch_nn_Embedding_discontiguous_cuda (__main__.TestCppApiParity) ... ok (0.063s) 2022-11-23T02:42:38.9975062Z test_torch_nn_Embedding_sparse (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T02:42:38.9975588Z test_torch_nn_Embedding_sparse_cuda (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T02:42:38.9975984Z test_torch_nn_Flatten (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:42:38.9976371Z test_torch_nn_Flatten_cuda (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T02:42:38.9976779Z test_torch_nn_Flatten_no_batch_dim (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:42:38.9977185Z test_torch_nn_Flatten_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T02:42:38.9977582Z test_torch_nn_Fold (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T02:42:38.9977960Z test_torch_nn_Fold_cuda (__main__.TestCppApiParity) ... ok (0.063s) 2022-11-23T02:42:38.9978352Z test_torch_nn_Fold_int_input (__main__.TestCppApiParity) ... ok (0.055s) 2022-11-23T02:42:38.9978757Z test_torch_nn_Fold_int_input_cuda (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T02:42:38.9979177Z test_torch_nn_Fold_no_batch_dim_input (__main__.TestCppApiParity) ... ok (0.057s) 2022-11-23T02:42:38.9979607Z test_torch_nn_Fold_no_batch_dim_input_cuda (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T02:42:38.9980025Z test_torch_nn_Fold_no_batch_dim_int_input (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T02:42:38.9980580Z test_torch_nn_Fold_no_batch_dim_int_input_cuda (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T02:42:38.9981136Z test_torch_nn_FractionalMaxPool2d_ratio (__main__.TestCppApiParity) ... ok (0.149s) 2022-11-23T02:42:38.9981604Z test_torch_nn_FractionalMaxPool2d_ratio_cuda (__main__.TestCppApiParity) ... ok (0.062s) 2022-11-23T02:42:38.9982343Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:42:38.9982845Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T02:42:38.9983351Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:42:38.9983932Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:42:38.9984464Z test_torch_nn_FractionalMaxPool2d_size (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T02:42:38.9984924Z test_torch_nn_FractionalMaxPool2d_size_cuda (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T02:42:38.9985389Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:42:38.9985876Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.064s) 2022-11-23T02:42:38.9986390Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.063s) 2022-11-23T02:42:38.9987496Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:42:38.9988174Z test_torch_nn_FractionalMaxPool3d_asymsize (__main__.TestCppApiParity) ... ok (0.073s) 2022-11-23T02:42:38.9988661Z test_torch_nn_FractionalMaxPool3d_asymsize_cuda (__main__.TestCppApiParity) ... ok (0.107s) 2022-11-23T02:42:38.9989352Z test_torch_nn_FractionalMaxPool3d_ratio (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T02:42:38.9989817Z test_torch_nn_FractionalMaxPool3d_ratio_cuda (__main__.TestCppApiParity) ... ok (0.070s) 2022-11-23T02:42:38.9990288Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T02:42:38.9990779Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.057s) 2022-11-23T02:42:38.9991295Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T02:42:38.9991865Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:42:38.9992397Z test_torch_nn_FractionalMaxPool3d_size (__main__.TestCppApiParity) ... ok (0.066s) 2022-11-23T02:42:38.9992856Z test_torch_nn_FractionalMaxPool3d_size_cuda (__main__.TestCppApiParity) ... ok (0.083s) 2022-11-23T02:42:38.9993325Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T02:42:38.9993811Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.073s) 2022-11-23T02:42:38.9994324Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.060s) 2022-11-23T02:42:38.9995013Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:42:38.9995500Z test_torch_nn_GELU (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T02:42:38.9996130Z test_torch_nn_GELU_cuda (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T02:42:38.9996525Z test_torch_nn_GELU_scalar (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:42:38.9996925Z test_torch_nn_GELU_scalar_cuda (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:42:38.9997312Z test_torch_nn_GLU (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:42:38.9997810Z test_torch_nn_GLU_cuda (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:42:38.9998173Z test_torch_nn_GLU_dim (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:42:38.9998559Z test_torch_nn_GLU_dim_cuda (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:42:38.9998972Z test_torch_nn_GroupNorm_1d_affine (__main__.TestCppApiParity) ... ok (0.062s) 2022-11-23T02:42:38.9999395Z test_torch_nn_GroupNorm_1d_affine_GN (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:42:38.9999829Z test_torch_nn_GroupNorm_1d_affine_GN_cuda (__main__.TestCppApiParity) ... ok (0.058s) 2022-11-23T02:42:39.0000260Z test_torch_nn_GroupNorm_1d_affine_cuda (__main__.TestCppApiParity) ... ok (0.059s) 2022-11-23T02:42:39.0000700Z test_torch_nn_GroupNorm_1d_affine_large_batch (__main__.TestCppApiParity) ... ok (0.096s) 2022-11-23T02:42:39.0001145Z test_torch_nn_GroupNorm_1d_affine_large_batch_cuda (__main__.TestCppApiParity) ... ok (0.148s) 2022-11-23T02:42:39.0001592Z test_torch_nn_GroupNorm_1d_no_affine_IN (__main__.TestCppApiParity) ... ok (0.055s) 2022-11-23T02:42:39.0002147Z test_torch_nn_GroupNorm_1d_no_affine_IN_cuda (__main__.TestCppApiParity) ... ok (0.070s) 2022-11-23T02:42:39.0002687Z test_torch_nn_GroupNorm_1d_no_affine_LN (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T02:42:39.0003288Z test_torch_nn_GroupNorm_1d_no_affine_LN_cuda (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T02:42:39.0003715Z test_torch_nn_GroupNorm_2d_affine (__main__.TestCppApiParity) ... ok (0.073s) 2022-11-23T02:42:39.0004653Z test_torch_nn_GroupNorm_2d_affine_cuda (__main__.TestCppApiParity) ... ok (0.066s) 2022-11-23T02:42:39.0005148Z test_torch_nn_GroupNorm_2d_affine_large_feature (__main__.TestCppApiParity) ... ok (0.108s) 2022-11-23T02:42:39.0005613Z test_torch_nn_GroupNorm_2d_affine_large_feature_cuda (__main__.TestCppApiParity) ... ok (0.161s) 2022-11-23T02:42:39.0006062Z test_torch_nn_GroupNorm_2d_no_affine_IN (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T02:42:39.0006501Z test_torch_nn_GroupNorm_2d_no_affine_IN_cuda (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T02:42:39.0006932Z test_torch_nn_GroupNorm_2d_no_affine_LN (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T02:42:39.0007357Z test_torch_nn_GroupNorm_2d_no_affine_LN_cuda (__main__.TestCppApiParity) ... ok (0.065s) 2022-11-23T02:42:39.0007792Z test_torch_nn_GroupNorm_2d_no_affine_large_feature (__main__.TestCppApiParity) ... ok (0.100s) 2022-11-23T02:42:39.0008272Z test_torch_nn_GroupNorm_2d_no_affine_large_feature_cuda (__main__.TestCppApiParity) ... ok (0.103s) 2022-11-23T02:42:39.0008800Z test_torch_nn_Hardshrink (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:42:39.0009228Z test_torch_nn_Hardshrink_cuda (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T02:42:39.0009853Z test_torch_nn_Hardshrink_scalar (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:42:39.0010309Z test_torch_nn_Hardshrink_scalar_cuda (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:42:39.0010701Z test_torch_nn_Hardtanh (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:42:39.0011094Z test_torch_nn_Hardtanh_cuda (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:42:39.0011498Z test_torch_nn_Hardtanh_scalar (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:42:39.0011916Z test_torch_nn_Hardtanh_scalar_cuda (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:42:39.0012336Z test_torch_nn_HingeEmbeddingLoss (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:42:39.0012772Z test_torch_nn_HingeEmbeddingLoss_cuda (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:42:39.0013217Z test_torch_nn_HingeEmbeddingLoss_margin (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:42:39.0013656Z test_torch_nn_HingeEmbeddingLoss_margin_cuda (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:42:39.0014151Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.045s) 2022-11-23T02:42:39.0014837Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... expected failure (0.039s) 2022-11-23T02:42:39.0015361Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.034s) 2022-11-23T02:42:39.0016001Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... expected failure (0.035s) 2022-11-23T02:42:39.0016673Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.036s) 2022-11-23T02:42:39.0017332Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... expected failure (0.034s) 2022-11-23T02:42:39.0017811Z test_torch_nn_HingeEmbeddingLoss_scalar_margin (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:42:39.0018294Z test_torch_nn_HingeEmbeddingLoss_scalar_margin_cuda (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:42:39.0018737Z test_torch_nn_HuberLoss (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T02:42:39.0019131Z test_torch_nn_HuberLoss_cuda (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:42:39.0019534Z test_torch_nn_InstanceNorm1d (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T02:42:39.0019948Z test_torch_nn_InstanceNorm1d_cuda (__main__.TestCppApiParity) ... ok (0.059s) 2022-11-23T02:42:39.0020382Z test_torch_nn_InstanceNorm1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T02:42:39.0021357Z test_torch_nn_InstanceNorm1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.054s) 2022-11-23T02:42:39.0021860Z test_torch_nn_InstanceNorm1d_tracking_stats (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:42:39.0022326Z test_torch_nn_InstanceNorm1d_tracking_stats_cuda (__main__.TestCppApiParity) ... ok (0.063s) 2022-11-23T02:42:39.0022921Z test_torch_nn_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:42:39.0023508Z test_torch_nn_InstanceNorm1d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:42:39.0024089Z test_torch_nn_InstanceNorm2d (__main__.TestCppApiParity) ... ok (0.056s) 2022-11-23T02:42:39.0024493Z test_torch_nn_InstanceNorm2d_cuda (__main__.TestCppApiParity) ... ok (0.065s) 2022-11-23T02:42:39.0024929Z test_torch_nn_InstanceNorm2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:42:39.0025379Z test_torch_nn_InstanceNorm2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.062s) 2022-11-23T02:42:39.0025835Z test_torch_nn_InstanceNorm2d_tracking_stats (__main__.TestCppApiParity) ... ok (0.056s) 2022-11-23T02:42:39.0026291Z test_torch_nn_InstanceNorm2d_tracking_stats_cuda (__main__.TestCppApiParity) ... ok (0.072s) 2022-11-23T02:42:39.0026766Z test_torch_nn_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T02:42:39.0027263Z test_torch_nn_InstanceNorm2d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T02:42:39.0027698Z test_torch_nn_InstanceNorm3d (__main__.TestCppApiParity) ... ok (0.062s) 2022-11-23T02:42:39.0028115Z test_torch_nn_InstanceNorm3d_cuda (__main__.TestCppApiParity) ... ok (0.091s) 2022-11-23T02:42:39.0028550Z test_torch_nn_InstanceNorm3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.058s) 2022-11-23T02:42:39.0029001Z test_torch_nn_InstanceNorm3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.066s) 2022-11-23T02:42:39.0029521Z test_torch_nn_InstanceNorm3d_tracking_stats (__main__.TestCppApiParity) ... ok (0.058s) 2022-11-23T02:42:39.0030026Z test_torch_nn_InstanceNorm3d_tracking_stats_cuda (__main__.TestCppApiParity) ... ok (0.104s) 2022-11-23T02:42:39.0030699Z test_torch_nn_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.069s) 2022-11-23T02:42:39.0031191Z test_torch_nn_InstanceNorm3d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.080s) 2022-11-23T02:42:39.0032269Z test_torch_nn_KLDivLoss (__main__.TestCppApiParity) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2920: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-11-23T02:42:39.0033061Z warnings.warn( 2022-11-23T02:42:39.0034025Z C:\actions-runner\_work\pytorch\pytorch\test\cpp_api_parity\module_impl_check.py:149: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\torch\csrc\api\include\torch/nn/functional/loss.h:57.) 2022-11-23T02:42:39.0035063Z cpp_test_fn(arg_dict_file_path, module_file_path, forward_output_file_path, backward_grad_dict_file_path) 2022-11-23T02:42:39.0035410Z ok (0.041s) 2022-11-23T02:42:39.0035726Z test_torch_nn_KLDivLoss_cuda (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:42:39.0036147Z test_torch_nn_KLDivLoss_log_target (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:42:39.0036703Z test_torch_nn_KLDivLoss_log_target_cuda (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:42:39.0037864Z test_torch_nn_KLDivLoss_scalar (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:42:39.0038359Z test_torch_nn_KLDivLoss_scalar_cuda (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:42:39.0038805Z test_torch_nn_KLDivLoss_scalar_log_target (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:42:39.0039256Z test_torch_nn_KLDivLoss_scalar_log_target_cuda (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:42:39.0039676Z test_torch_nn_L1Loss (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:42:39.0040058Z test_torch_nn_L1Loss_cuda (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:42:39.0040435Z test_torch_nn_L1Loss_scalar (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:42:39.0040842Z test_torch_nn_L1Loss_scalar_cuda (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:42:39.0041248Z test_torch_nn_LPPool1d (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T02:42:39.0041650Z test_torch_nn_LPPool1d_cuda (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T02:42:39.0042063Z test_torch_nn_LPPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:42:39.0042498Z test_torch_nn_LPPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.055s) 2022-11-23T02:42:39.0042914Z test_torch_nn_LPPool1d_norm (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:42:39.0043420Z test_torch_nn_LPPool1d_norm_cuda (__main__.TestCppApiParity) ... ok (0.054s) 2022-11-23T02:42:39.0043841Z test_torch_nn_LPPool2d (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T02:42:39.0044441Z test_torch_nn_LPPool2d_cuda (__main__.TestCppApiParity) ... ok (0.061s) 2022-11-23T02:42:39.0044854Z test_torch_nn_LPPool2d_norm (__main__.TestCppApiParity) ... ok (0.058s) 2022-11-23T02:42:39.0045259Z test_torch_nn_LPPool2d_norm_cuda (__main__.TestCppApiParity) ... ok (0.062s) 2022-11-23T02:42:39.0045696Z test_torch_nn_LayerNorm_1d_elementwise_affine (__main__.TestCppApiParity) ... ok (0.070s) 2022-11-23T02:42:39.0046151Z test_torch_nn_LayerNorm_1d_elementwise_affine_cuda (__main__.TestCppApiParity) ... ok (0.068s) 2022-11-23T02:42:39.0046625Z test_torch_nn_LayerNorm_1d_empty_elementwise_affine (__main__.TestCppApiParity) ... ok (0.060s) 2022-11-23T02:42:39.0047106Z test_torch_nn_LayerNorm_1d_empty_elementwise_affine_cuda (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T02:42:39.0047576Z test_torch_nn_LayerNorm_1d_no_elementwise_affine (__main__.TestCppApiParity) ... ok (0.069s) 2022-11-23T02:42:39.0048168Z test_torch_nn_LayerNorm_1d_no_elementwise_affine_cuda (__main__.TestCppApiParity) ... ok (0.056s) 2022-11-23T02:42:39.0048636Z test_torch_nn_LayerNorm_3d_elementwise_affine (__main__.TestCppApiParity) ... ok (0.068s) 2022-11-23T02:42:39.0049094Z test_torch_nn_LayerNorm_3d_elementwise_affine_cuda (__main__.TestCppApiParity) ... ok (0.069s) 2022-11-23T02:42:39.0049536Z test_torch_nn_LayerNorm_3d_no_affine_large_feature (__main__.TestCppApiParity) ... ok (0.166s) 2022-11-23T02:42:39.0050001Z test_torch_nn_LayerNorm_3d_no_affine_large_feature_cuda (__main__.TestCppApiParity) ... ok (0.211s) 2022-11-23T02:42:39.0050589Z test_torch_nn_LayerNorm_3d_no_elementwise_affine (__main__.TestCppApiParity) ... ok (0.054s) 2022-11-23T02:42:39.0051175Z test_torch_nn_LayerNorm_3d_no_elementwise_affine_cuda (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T02:42:39.0051730Z test_torch_nn_LeakyReLU (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:42:39.0052130Z test_torch_nn_LeakyReLU_cuda (__main__.TestCppApiParity) ... ok (0.062s) 2022-11-23T02:42:39.0052543Z test_torch_nn_LeakyReLU_with_negval (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T02:42:39.0052955Z test_torch_nn_LeakyReLU_with_negval_cuda (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T02:42:39.0053395Z test_torch_nn_LeakyReLU_with_negval_scalar (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:42:39.0053846Z test_torch_nn_LeakyReLU_with_negval_scalar_cuda (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:42:39.0054819Z test_torch_nn_LeakyReLU_with_zero_negval (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T02:42:39.0055308Z test_torch_nn_LeakyReLU_with_zero_negval_cuda (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:42:39.0055721Z test_torch_nn_Linear (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T02:42:39.0056089Z test_torch_nn_Linear_cuda (__main__.TestCppApiParity) ... ok (0.061s) 2022-11-23T02:42:39.0056497Z test_torch_nn_Linear_no_batch_dim (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T02:42:39.0056920Z test_torch_nn_Linear_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.057s) 2022-11-23T02:42:39.0057452Z test_torch_nn_Linear_no_bias (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:42:39.0057857Z test_torch_nn_Linear_no_bias_cuda (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T02:42:39.0058523Z test_torch_nn_LocalResponseNorm_1d (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T02:42:39.0058957Z test_torch_nn_LocalResponseNorm_1d_cuda (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:42:39.0059411Z test_torch_nn_LocalResponseNorm_2d_uneven_pad (__main__.TestCppApiParity) ... ok (0.056s) 2022-11-23T02:42:39.0059889Z test_torch_nn_LocalResponseNorm_2d_uneven_pad_cuda (__main__.TestCppApiParity) ... ok (0.063s) 2022-11-23T02:42:39.0060365Z test_torch_nn_LocalResponseNorm_3d_custom_params (__main__.TestCppApiParity) ... ok (0.087s) 2022-11-23T02:42:39.0060847Z test_torch_nn_LocalResponseNorm_3d_custom_params_cuda (__main__.TestCppApiParity) ... ok (0.157s) 2022-11-23T02:42:39.0061285Z test_torch_nn_LogSigmoid (__main__.TestCppApiParity) ... ok (0.064s) 2022-11-23T02:42:39.0061685Z test_torch_nn_LogSigmoid_cuda (__main__.TestCppApiParity) ... ok (0.058s) 2022-11-23T02:42:39.0062079Z test_torch_nn_LogSigmoid_scalar (__main__.TestCppApiParity) ... ok (0.059s) 2022-11-23T02:42:39.0062501Z test_torch_nn_LogSigmoid_scalar_cuda (__main__.TestCppApiParity) ... ok (0.059s) 2022-11-23T02:42:39.0062917Z test_torch_nn_LogSoftmax (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T02:42:39.0063314Z test_torch_nn_LogSoftmax_cuda (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T02:42:39.0063738Z test_torch_nn_LogSoftmax_multiparam (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T02:42:39.0064286Z test_torch_nn_LogSoftmax_multiparam_cuda (__main__.TestCppApiParity) ... ok (0.074s) 2022-11-23T02:42:39.0064900Z test_torch_nn_LogSoftmax_multiparam_scalar (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T02:42:39.0065549Z test_torch_nn_LogSoftmax_multiparam_scalar_cuda (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T02:42:39.0065998Z test_torch_nn_LogSoftmax_no_batch_dim (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:42:39.0066432Z test_torch_nn_LogSoftmax_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:42:39.0066842Z test_torch_nn_MSELoss (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:42:39.0067237Z test_torch_nn_MSELoss_cuda (__main__.TestCppApiParity) ... ok (0.054s) 2022-11-23T02:42:39.0067632Z test_torch_nn_MSELoss_prec (__main__.TestCppApiParity) ... ok (0.118s) 2022-11-23T02:42:39.0068020Z test_torch_nn_MSELoss_prec_cuda (__main__.TestCppApiParity) ... ok (0.120s) 2022-11-23T02:42:39.0068422Z test_torch_nn_MSELoss_scalar (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T02:42:39.0068840Z test_torch_nn_MSELoss_scalar_cuda (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:42:39.0069258Z test_torch_nn_MarginRankingLoss (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:42:39.0069691Z test_torch_nn_MarginRankingLoss_cuda (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:42:39.0070134Z test_torch_nn_MarginRankingLoss_margin (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:42:39.0070572Z test_torch_nn_MarginRankingLoss_margin_cuda (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:42:39.0071738Z test_torch_nn_MarginRankingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:42:39.0072437Z test_torch_nn_MarginRankingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:42:39.0072915Z test_torch_nn_MarginRankingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:42:39.0073390Z test_torch_nn_MarginRankingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:42:39.0073870Z test_torch_nn_MarginRankingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:42:39.0074341Z test_torch_nn_MarginRankingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:42:39.0074758Z test_torch_nn_MaxPool1d (__main__.TestCppApiParity) ... ok (0.059s) 2022-11-23T02:42:39.0075155Z test_torch_nn_MaxPool1d_cuda (__main__.TestCppApiParity) ... ok (0.060s) 2022-11-23T02:42:39.0075564Z test_torch_nn_MaxPool1d_stride (__main__.TestCppApiParity) ... ok (0.056s) 2022-11-23T02:42:39.0075991Z test_torch_nn_MaxPool1d_stride_cuda (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:42:39.0076410Z test_torch_nn_MaxPool2d_3d_input (__main__.TestCppApiParity) ... ok (0.057s) 2022-11-23T02:42:39.0076823Z test_torch_nn_MaxPool2d_3d_input_cuda (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T02:42:39.0077226Z test_torch_nn_MaxPool2d_4d_input (__main__.TestCppApiParity) ... ok (0.054s) 2022-11-23T02:42:39.0077651Z test_torch_nn_MaxPool2d_4d_input_cuda (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T02:42:39.0078168Z test_torch_nn_MaxPool3d (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T02:42:39.0078565Z test_torch_nn_MaxPool3d_cuda (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T02:42:39.0079037Z test_torch_nn_MaxPool3d_stride (__main__.TestCppApiParity) ... ok (0.056s) 2022-11-23T02:42:39.0079681Z test_torch_nn_MaxPool3d_stride_cuda (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:42:39.0080116Z test_torch_nn_MaxPool3d_stride_padding (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T02:42:39.0080545Z test_torch_nn_MaxPool3d_stride_padding_cuda (__main__.TestCppApiParity) ... ok (0.055s) 2022-11-23T02:42:39.0080950Z test_torch_nn_Mish (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:42:39.0081325Z test_torch_nn_Mish_cuda (__main__.TestCppApiParity) ... ok (0.068s) 2022-11-23T02:42:39.0081837Z test_torch_nn_Mish_scalar (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:42:39.0082231Z test_torch_nn_Mish_scalar_cuda (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:42:39.0082652Z test_torch_nn_MultiLabelMarginLoss (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:42:39.0083079Z test_torch_nn_MultiLabelMarginLoss_1d (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:42:39.0083531Z test_torch_nn_MultiLabelMarginLoss_1d_cuda (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:42:39.0083986Z test_torch_nn_MultiLabelMarginLoss_cuda (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:42:39.0084463Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:42:39.0084957Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:42:39.0085561Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T02:42:39.0086217Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:42:39.0086785Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:42:39.0087272Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:42:39.0087748Z test_torch_nn_MultiLabelSoftMarginLoss (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T02:42:39.0088212Z test_torch_nn_MultiLabelSoftMarginLoss_cuda (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:42:39.0088784Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.058s) 2022-11-23T02:42:39.0089320Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T02:42:39.0089829Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.054s) 2022-11-23T02:42:39.0090331Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T02:42:39.0090834Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.059s) 2022-11-23T02:42:39.0091342Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:42:39.0091836Z test_torch_nn_MultiLabelSoftMarginLoss_weights (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T02:42:39.0092444Z test_torch_nn_MultiLabelSoftMarginLoss_weights_cuda (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:42:39.0092960Z test_torch_nn_MultiMarginLoss (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T02:42:39.0093517Z test_torch_nn_MultiMarginLoss_1d (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T02:42:39.0094775Z test_torch_nn_MultiMarginLoss_1d_cuda (__main__.TestCppApiParity) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:42:39.0096015Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T02:42:39.0097173Z C:\actions-runner\_work\pytorch\pytorch\test\cpp_api_parity\module_impl_check.py:149: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:42:39.0098399Z cpp_test_fn(arg_dict_file_path, module_file_path, forward_output_file_path, backward_grad_dict_file_path) 2022-11-23T02:42:39.0098790Z ok (0.044s) 2022-11-23T02:42:39.0100256Z test_torch_nn_MultiMarginLoss_cuda (__main__.TestCppApiParity) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:42:39.0101475Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T02:42:39.0102719Z C:\actions-runner\_work\pytorch\pytorch\test\cpp_api_parity\module_impl_check.py:149: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:42:39.0103856Z cpp_test_fn(arg_dict_file_path, module_file_path, forward_output_file_path, backward_grad_dict_file_path) 2022-11-23T02:42:39.0104198Z ok (0.047s) 2022-11-23T02:42:39.0104515Z test_torch_nn_MultiMarginLoss_margin (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:42:39.0104970Z test_torch_nn_MultiMarginLoss_margin_cuda (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:42:39.0105411Z test_torch_nn_MultiMarginLoss_p (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:42:39.0105955Z test_torch_nn_MultiMarginLoss_p_cuda (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:42:39.0106399Z test_torch_nn_MultiMarginLoss_weights (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T02:42:39.0107105Z test_torch_nn_MultiMarginLoss_weights_cuda (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T02:42:39.0107531Z test_torch_nn_NLLLoss (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T02:42:39.0107902Z test_torch_nn_NLLLoss_2d (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:42:39.0108294Z test_torch_nn_NLLLoss_2d_cuda (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T02:42:39.0108712Z test_torch_nn_NLLLoss_2d_ignore_index (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:42:39.0109144Z test_torch_nn_NLLLoss_2d_ignore_index_cuda (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:42:39.0109572Z test_torch_nn_NLLLoss_2d_weights (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:42:39.0109994Z test_torch_nn_NLLLoss_2d_weights_cuda (__main__.TestCppApiParity) ... ok (0.056s) 2022-11-23T02:42:39.0110389Z test_torch_nn_NLLLoss_cuda (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:42:39.0110794Z test_torch_nn_NLLLoss_dim_is_3 (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T02:42:39.0111206Z test_torch_nn_NLLLoss_dim_is_3_cuda (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:42:39.0111630Z test_torch_nn_NLLLoss_higher_dim (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T02:42:39.0112050Z test_torch_nn_NLLLoss_higher_dim_cuda (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T02:42:39.0112474Z test_torch_nn_NLLLoss_ignore_index (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:42:39.0112998Z test_torch_nn_NLLLoss_ignore_index_cuda (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T02:42:39.0113566Z test_torch_nn_NLLLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.924s) 2022-11-23T02:42:39.0114302Z test_torch_nn_NLLLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... expected failure (0.028s) 2022-11-23T02:42:39.0114797Z test_torch_nn_NLLLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.023s) 2022-11-23T02:42:39.0115279Z test_torch_nn_NLLLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... expected failure (0.031s) 2022-11-23T02:42:39.0115759Z test_torch_nn_NLLLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.027s) 2022-11-23T02:42:39.0116236Z test_torch_nn_NLLLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... expected failure (0.026s) 2022-11-23T02:42:39.0116663Z test_torch_nn_NLLLoss_weights (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:42:39.0117077Z test_torch_nn_NLLLoss_weights_cuda (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:42:39.0117516Z test_torch_nn_NLLLoss_weights_ignore_index (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:42:39.0117967Z test_torch_nn_NLLLoss_weights_ignore_index_cuda (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T02:42:39.0118417Z test_torch_nn_NLLLoss_weights_ignore_index_neg (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:42:39.0118873Z test_torch_nn_NLLLoss_weights_ignore_index_neg_cuda (__main__.TestCppApiParity) ... ok (0.061s) 2022-11-23T02:42:39.0119292Z test_torch_nn_PReLU_1d (__main__.TestCppApiParity) ... ok (0.064s) 2022-11-23T02:42:39.0119757Z test_torch_nn_PReLU_1d_cuda (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T02:42:39.0120311Z test_torch_nn_PReLU_1d_multiparam (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:42:39.0120821Z test_torch_nn_PReLU_1d_multiparam_cuda (__main__.TestCppApiParity) ... ok (0.056s) 2022-11-23T02:42:39.0121419Z test_torch_nn_PReLU_2d (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:42:39.0121814Z test_torch_nn_PReLU_2d_cuda (__main__.TestCppApiParity) ... ok (0.056s) 2022-11-23T02:42:39.0122220Z test_torch_nn_PReLU_2d_multiparam (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T02:42:39.0122627Z test_torch_nn_PReLU_2d_multiparam_cuda (__main__.TestCppApiParity) ... ok (0.059s) 2022-11-23T02:42:39.0123034Z test_torch_nn_PReLU_3d (__main__.TestCppApiParity) ... ok (0.066s) 2022-11-23T02:42:39.0123424Z test_torch_nn_PReLU_3d_cuda (__main__.TestCppApiParity) ... ok (0.096s) 2022-11-23T02:42:39.0123830Z test_torch_nn_PReLU_3d_multiparam (__main__.TestCppApiParity) ... ok (0.061s) 2022-11-23T02:42:39.0124250Z test_torch_nn_PReLU_3d_multiparam_cuda (__main__.TestCppApiParity) ... ok (0.094s) 2022-11-23T02:42:39.0124659Z test_torch_nn_PReLU_scalar (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T02:42:39.0125042Z test_torch_nn_PReLU_scalar_cuda (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T02:42:39.0125460Z test_torch_nn_PairwiseDistance (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:42:39.0125901Z test_torch_nn_PairwiseDistance_broadcast_lhs (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:42:39.0126372Z test_torch_nn_PairwiseDistance_broadcast_lhs_cuda (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:42:39.0126837Z test_torch_nn_PairwiseDistance_broadcast_rhs (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:42:39.0127429Z test_torch_nn_PairwiseDistance_broadcast_rhs_cuda (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:42:39.0128032Z test_torch_nn_PairwiseDistance_cuda (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:42:39.0128600Z test_torch_nn_PairwiseDistance_no_batch_dim (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:42:39.0129065Z test_torch_nn_PairwiseDistance_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:42:39.0129545Z test_torch_nn_PairwiseDistance_with_non_default_args (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:42:39.0130144Z test_torch_nn_PairwiseDistance_with_non_default_args_cuda (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:42:39.0130591Z test_torch_nn_PixelShuffle (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T02:42:39.0131001Z test_torch_nn_PixelShuffle_cuda (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T02:42:39.0131415Z test_torch_nn_PixelUnshuffle (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T02:42:39.0131818Z test_torch_nn_PixelUnshuffle_cuda (__main__.TestCppApiParity) ... ok (0.055s) 2022-11-23T02:42:39.0132256Z test_torch_nn_PoissonNLLLoss_full_loss (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:42:39.0132702Z test_torch_nn_PoissonNLLLoss_full_loss_cuda (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T02:42:39.0133159Z test_torch_nn_PoissonNLLLoss_full_loss_no_log_input (__main__.TestCppApiParity) ... ok (0.055s) 2022-11-23T02:42:39.0133635Z test_torch_nn_PoissonNLLLoss_full_loss_no_log_input_cuda (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:42:39.0134209Z test_torch_nn_PoissonNLLLoss_no_full_loss (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:42:39.0134648Z test_torch_nn_PoissonNLLLoss_no_full_loss_cuda (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:42:39.0135373Z test_torch_nn_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:42:39.0135865Z test_torch_nn_PoissonNLLLoss_no_full_loss_no_log_input_cuda (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:42:39.0136378Z test_torch_nn_RReLU (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:42:39.0136826Z test_torch_nn_RReLU_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:42:39.0137264Z test_torch_nn_RReLU_with_up_down (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:42:39.0137753Z test_torch_nn_RReLU_with_up_down_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:42:39.0138205Z test_torch_nn_RReLU_with_up_down_scalar (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:42:39.0138688Z test_torch_nn_RReLU_with_up_down_scalar_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:42:39.0139130Z test_torch_nn_ReLU (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:42:39.0139499Z test_torch_nn_ReLU6 (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:42:39.0139876Z test_torch_nn_ReLU6_cuda (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:42:39.0140267Z test_torch_nn_ReLU6_scalar (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:42:39.0140651Z test_torch_nn_ReLU6_scalar_cuda (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:42:39.0141162Z test_torch_nn_ReLU_cuda (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:42:39.0141551Z test_torch_nn_ReLU_scalar (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:42:39.0142201Z test_torch_nn_ReLU_scalar_cuda (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:42:39.0142621Z test_torch_nn_ReflectionPad1d (__main__.TestCppApiParity) ... ok (0.058s) 2022-11-23T02:42:39.0143046Z test_torch_nn_ReflectionPad1d_batch (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T02:42:39.0143486Z test_torch_nn_ReflectionPad1d_batch_cuda (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T02:42:39.0143911Z test_torch_nn_ReflectionPad1d_complex (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:42:39.0144358Z test_torch_nn_ReflectionPad1d_complex_cuda (__main__.TestCppApiParity) ... ok (0.063s) 2022-11-23T02:42:39.0144804Z test_torch_nn_ReflectionPad1d_cuda (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T02:42:39.0145227Z test_torch_nn_ReflectionPad2d (__main__.TestCppApiParity) ... ok (0.082s) 2022-11-23T02:42:39.0145653Z test_torch_nn_ReflectionPad2d_complex (__main__.TestCppApiParity) ... ok (0.106s) 2022-11-23T02:42:39.0146098Z test_torch_nn_ReflectionPad2d_complex_cuda (__main__.TestCppApiParity) ... ok (0.161s) 2022-11-23T02:42:39.0146633Z test_torch_nn_ReflectionPad2d_cuda (__main__.TestCppApiParity) ... ok (0.090s) 2022-11-23T02:42:39.0147079Z test_torch_nn_ReflectionPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.061s) 2022-11-23T02:42:39.0147534Z test_torch_nn_ReflectionPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.075s) 2022-11-23T02:42:39.0148079Z test_torch_nn_ReflectionPad3d (__main__.TestCppApiParity) ... ok (0.109s) 2022-11-23T02:42:39.0148514Z test_torch_nn_ReflectionPad3d_complex (__main__.TestCppApiParity) ... ok (0.188s) 2022-11-23T02:42:39.0149287Z test_torch_nn_ReflectionPad3d_complex_cuda (__main__.TestCppApiParity) ... ok (0.318s) 2022-11-23T02:42:39.0149923Z test_torch_nn_ReflectionPad3d_cuda (__main__.TestCppApiParity) ... ok (0.173s) 2022-11-23T02:42:39.0150350Z test_torch_nn_ReflectionPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.076s) 2022-11-23T02:42:39.0150813Z test_torch_nn_ReflectionPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.110s) 2022-11-23T02:42:39.0151255Z test_torch_nn_ReplicationPad1d (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:42:39.0151682Z test_torch_nn_ReplicationPad1d_batch (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:42:39.0152125Z test_torch_nn_ReplicationPad1d_batch_cuda (__main__.TestCppApiParity) ... ok (0.054s) 2022-11-23T02:42:39.0152570Z test_torch_nn_ReplicationPad1d_complex (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:42:39.0153106Z test_torch_nn_ReplicationPad1d_complex_cuda (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T02:42:39.0153579Z test_torch_nn_ReplicationPad1d_cuda (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T02:42:39.0154008Z test_torch_nn_ReplicationPad2d (__main__.TestCppApiParity) ... ok (0.055s) 2022-11-23T02:42:39.0154442Z test_torch_nn_ReplicationPad2d_complex (__main__.TestCppApiParity) ... ok (0.084s) 2022-11-23T02:42:39.0154895Z test_torch_nn_ReplicationPad2d_complex_cuda (__main__.TestCppApiParity) ... ok (0.092s) 2022-11-23T02:42:39.0155410Z test_torch_nn_ReplicationPad2d_cuda (__main__.TestCppApiParity) ... ok (0.085s) 2022-11-23T02:42:39.0155893Z test_torch_nn_ReplicationPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T02:42:39.0156538Z test_torch_nn_ReplicationPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.062s) 2022-11-23T02:42:39.0156998Z test_torch_nn_ReplicationPad3d (__main__.TestCppApiParity) ... ok (0.089s) 2022-11-23T02:42:39.0157439Z test_torch_nn_ReplicationPad3d_complex (__main__.TestCppApiParity) ... ok (0.102s) 2022-11-23T02:42:39.0157890Z test_torch_nn_ReplicationPad3d_complex_cuda (__main__.TestCppApiParity) ... ok (0.187s) 2022-11-23T02:42:39.0158336Z test_torch_nn_ReplicationPad3d_cuda (__main__.TestCppApiParity) ... ok (0.096s) 2022-11-23T02:42:39.0158775Z test_torch_nn_ReplicationPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.089s) 2022-11-23T02:42:39.0159221Z test_torch_nn_ReplicationPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.093s) 2022-11-23T02:42:39.0159634Z test_torch_nn_SELU (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:42:39.0160015Z test_torch_nn_SELU_cuda (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:42:39.0160404Z test_torch_nn_SELU_scalar (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:42:39.0160800Z test_torch_nn_SELU_scalar_cuda (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:42:39.0161222Z test_torch_nn_SampleModule_has_parity (__main__.TestCppApiParity) ... ok (0.055s) 2022-11-23T02:42:39.0161652Z test_torch_nn_SampleModule_has_parity_cuda (__main__.TestCppApiParity) ... ok (0.060s) 2022-11-23T02:42:39.0162113Z test_torch_nn_SampleModule_no_parity (__main__.TestCppApiParity) ... expected failure (0.045s) 2022-11-23T02:42:39.0162719Z test_torch_nn_SampleModule_no_parity_cuda (__main__.TestCppApiParity) ... expected failure (0.046s) 2022-11-23T02:42:39.0163461Z test_torch_nn_SiLU (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:42:39.0163843Z test_torch_nn_SiLU_cuda (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T02:42:39.0164230Z test_torch_nn_SiLU_scalar (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:42:39.0164626Z test_torch_nn_SiLU_scalar_cuda (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T02:42:39.0165007Z test_torch_nn_Sigmoid (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:42:39.0165393Z test_torch_nn_Sigmoid_cuda (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T02:42:39.0165798Z test_torch_nn_Sigmoid_scalar (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:42:39.0166209Z test_torch_nn_Sigmoid_scalar_cuda (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:42:39.0166614Z test_torch_nn_SmoothL1Loss (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:42:39.0167016Z test_torch_nn_SmoothL1Loss_cuda (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:42:39.0167419Z test_torch_nn_SmoothL1Loss_scalar (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:42:39.0167843Z test_torch_nn_SmoothL1Loss_scalar_cuda (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T02:42:39.0168262Z test_torch_nn_SoftMarginLoss (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T02:42:39.0168678Z test_torch_nn_SoftMarginLoss_cuda (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:42:39.0169257Z test_torch_nn_SoftMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.042s) 2022-11-23T02:42:39.0169934Z test_torch_nn_SoftMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... expected failure (0.034s) 2022-11-23T02:42:39.0170655Z test_torch_nn_SoftMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.046s) 2022-11-23T02:42:39.0171150Z test_torch_nn_SoftMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... expected failure (0.039s) 2022-11-23T02:42:39.0171657Z test_torch_nn_SoftMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.037s) 2022-11-23T02:42:39.0172163Z test_torch_nn_SoftMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... expected failure (0.029s) 2022-11-23T02:42:39.0172603Z test_torch_nn_Softmax (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T02:42:39.0172990Z test_torch_nn_Softmax2d (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T02:42:39.0173386Z test_torch_nn_Softmax2d_cuda (__main__.TestCppApiParity) ... ok (0.071s) 2022-11-23T02:42:39.0173786Z test_torch_nn_Softmax2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:42:39.0174219Z test_torch_nn_Softmax2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T02:42:39.0174634Z test_torch_nn_Softmax_cuda (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T02:42:39.0175043Z test_torch_nn_Softmax_no_batch_dim (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:42:39.0175465Z test_torch_nn_Softmax_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:42:39.0175881Z test_torch_nn_Softmax_scalar (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:42:39.0176412Z test_torch_nn_Softmax_scalar_cuda (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T02:42:39.0176880Z test_torch_nn_Softmin (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:42:39.0177434Z test_torch_nn_Softmin_cuda (__main__.TestCppApiParity) ... ok (0.072s) 2022-11-23T02:42:39.0177837Z test_torch_nn_Softmin_multidim (__main__.TestCppApiParity) ... ok (0.062s) 2022-11-23T02:42:39.0178256Z test_torch_nn_Softmin_multidim_cuda (__main__.TestCppApiParity) ... ok (0.062s) 2022-11-23T02:42:39.0178669Z test_torch_nn_Softmin_no_batch_dim (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:42:39.0179089Z test_torch_nn_Softmin_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:42:39.0179484Z test_torch_nn_Softmin_scalar (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:42:39.0179997Z test_torch_nn_Softmin_scalar_cuda (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T02:42:39.0180400Z test_torch_nn_Softplus (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T02:42:39.0180793Z test_torch_nn_Softplus_beta (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:42:39.0181196Z test_torch_nn_Softplus_beta_cuda (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T02:42:39.0181618Z test_torch_nn_Softplus_beta_threshold (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:42:39.0182041Z test_torch_nn_Softplus_beta_threshold_cuda (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T02:42:39.0182485Z test_torch_nn_Softplus_beta_threshold_scalar (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T02:42:39.0183039Z test_torch_nn_Softplus_beta_threshold_scalar_cuda (__main__.TestCppApiParity) ... ok (0.472s) 2022-11-23T02:42:39.0183476Z test_torch_nn_Softplus_cuda (__main__.TestCppApiParity) ... ok (0.054s) 2022-11-23T02:42:39.0184109Z test_torch_nn_Softshrink (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:42:39.0184523Z test_torch_nn_Softshrink_cuda (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:42:39.0184934Z test_torch_nn_Softshrink_lambda (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:42:39.0185338Z test_torch_nn_Softshrink_lambda_cuda (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:42:39.0185768Z test_torch_nn_Softshrink_lambda_scalar (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:42:39.0186292Z test_torch_nn_Softshrink_lambda_scalar_cuda (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:42:39.0186728Z test_torch_nn_Softsign (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:42:39.0187121Z test_torch_nn_Softsign_cuda (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:42:39.0187520Z test_torch_nn_Softsign_scalar (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:42:39.0187916Z test_torch_nn_Softsign_scalar_cuda (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T02:42:39.0188312Z test_torch_nn_Tanh (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T02:42:39.0188688Z test_torch_nn_Tanh_cuda (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T02:42:39.0189073Z test_torch_nn_Tanh_scalar (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:42:39.0189470Z test_torch_nn_Tanh_scalar_cuda (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:42:39.0189963Z test_torch_nn_Tanhshrink (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T02:42:39.0190370Z test_torch_nn_Tanhshrink_cuda (__main__.TestCppApiParity) ... ok (0.061s) 2022-11-23T02:42:39.0190865Z test_torch_nn_Tanhshrink_scalar (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:42:39.0191474Z test_torch_nn_Tanhshrink_scalar_cuda (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T02:42:39.0191902Z test_torch_nn_Threshold_large_value (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T02:42:39.0192336Z test_torch_nn_Threshold_large_value_cuda (__main__.TestCppApiParity) ... ok (0.059s) 2022-11-23T02:42:39.0192771Z test_torch_nn_Threshold_threshold_value (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T02:42:39.0193210Z test_torch_nn_Threshold_threshold_value_cuda (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T02:42:39.0193647Z test_torch_nn_Threshold_threshold_value_scalar (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:42:39.0194115Z test_torch_nn_Threshold_threshold_value_scalar_cuda (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:42:39.0194610Z test_torch_nn_TransformerDecoderLayer_gelu_activation (__main__.TestCppApiParity) ... ok (0.172s) 2022-11-23T02:42:39.0195125Z test_torch_nn_TransformerDecoderLayer_gelu_activation_cuda (__main__.TestCppApiParity) ... ok (0.179s) 2022-11-23T02:42:39.0195639Z test_torch_nn_TransformerDecoderLayer_relu_activation (__main__.TestCppApiParity) ... ok (0.160s) 2022-11-23T02:42:39.0196256Z test_torch_nn_TransformerDecoderLayer_relu_activation_cuda (__main__.TestCppApiParity) ... ok (0.205s) 2022-11-23T02:42:39.0196767Z test_torch_nn_TransformerEncoderLayer_gelu_activation (__main__.TestCppApiParity) ... ok (0.127s) 2022-11-23T02:42:39.0197382Z test_torch_nn_TransformerEncoderLayer_gelu_activation_cuda (__main__.TestCppApiParity) ... ok (0.136s) 2022-11-23T02:42:39.0198110Z test_torch_nn_TransformerEncoderLayer_relu_activation (__main__.TestCppApiParity) ... ok (0.118s) 2022-11-23T02:42:39.0198637Z test_torch_nn_TransformerEncoderLayer_relu_activation_cuda (__main__.TestCppApiParity) ... ok (0.139s) 2022-11-23T02:42:39.0199118Z test_torch_nn_Transformer_multilayer_coder (__main__.TestCppApiParity) ... ok (0.434s) 2022-11-23T02:42:39.0199577Z test_torch_nn_Transformer_multilayer_coder_cuda (__main__.TestCppApiParity) ... ok (0.436s) 2022-11-23T02:42:39.0200043Z test_torch_nn_TripletMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:42:39.0200513Z test_torch_nn_TripletMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:42:39.0200991Z test_torch_nn_TripletMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T02:42:39.0201464Z test_torch_nn_TripletMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:42:39.0201941Z test_torch_nn_TripletMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:42:39.0202415Z test_torch_nn_TripletMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:42:39.0202952Z test_torch_nn_Unflatten_no_batch_dim (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:42:39.0203408Z test_torch_nn_Unflatten_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:42:39.0203860Z test_torch_nn_Unfold (__main__.TestCppApiParity) ... ok (0.057s) 2022-11-23T02:42:39.0204284Z test_torch_nn_Unfold_cuda (__main__.TestCppApiParity) ... ok (0.063s) 2022-11-23T02:42:39.0204832Z test_torch_nn_Unfold_int_input (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T02:42:39.0205339Z test_torch_nn_Unfold_int_input_cuda (__main__.TestCppApiParity) ... ok (0.054s) 2022-11-23T02:42:39.0205741Z test_torch_nn_ZeroPad2d (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:42:39.0206142Z test_torch_nn_ZeroPad2d_complex (__main__.TestCppApiParity) ... ok (0.062s) 2022-11-23T02:42:39.0206547Z test_torch_nn_ZeroPad2d_complex_cuda (__main__.TestCppApiParity) ... ok (0.063s) 2022-11-23T02:42:39.0206966Z test_torch_nn_ZeroPad2d_cuda (__main__.TestCppApiParity) ... ok (0.062s) 2022-11-23T02:42:39.0207390Z test_torch_nn_ZeroPad2d_negative_dims (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T02:42:39.0207829Z test_torch_nn_ZeroPad2d_negative_dims_cuda (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T02:42:39.0208265Z test_torch_nn_ZeroPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.054s) 2022-11-23T02:42:39.0208703Z test_torch_nn_ZeroPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:42:39.0209145Z test_torch_nn_functional_BCELoss_no_reduce (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T02:42:39.0209579Z test_torch_nn_functional_BCELoss_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:42:39.0210040Z test_torch_nn_functional_BCELoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.010s) 2022-11-23T02:42:39.0210512Z test_torch_nn_functional_BCELoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:42:39.0211105Z test_torch_nn_functional_BCELoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.022s) 2022-11-23T02:42:39.0211706Z test_torch_nn_functional_BCELoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:42:39.0212311Z test_torch_nn_functional_BCELoss_weights_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:42:39.0212911Z test_torch_nn_functional_BCELoss_weights_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:42:39.0213686Z test_torch_nn_functional_BCEWithLogitsLoss_legacy_enum (__main__.TestCppApiParity) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\_reduction.py:42: UserWarning: size_average and reduce args will be deprecated, please use reduction='none' instead. 2022-11-23T02:42:39.0214355Z warnings.warn(warning.format(ret)) 2022-11-23T02:42:39.0214612Z ok (0.029s) 2022-11-23T02:42:39.0214989Z test_torch_nn_functional_BCEWithLogitsLoss_legacy_enum_cuda (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:42:39.0215487Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:42:39.0215978Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:42:39.0216483Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T02:42:39.0216985Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... ok (0.016s) 2022-11-23T02:42:39.0217497Z test_torch_nn_functional_HingeEmbeddingLoss_margin_no_reduce (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T02:42:39.0218148Z test_torch_nn_functional_HingeEmbeddingLoss_margin_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:42:39.0218891Z test_torch_nn_functional_HingeEmbeddingLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.019s) 2022-11-23T02:42:39.0219492Z test_torch_nn_functional_HingeEmbeddingLoss_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T02:42:39.0219978Z test_torch_nn_functional_HuberLoss_delta (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T02:42:39.0220428Z test_torch_nn_functional_HuberLoss_delta_cuda (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T02:42:39.0220860Z test_torch_nn_functional_KLDivLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T02:42:39.0221325Z test_torch_nn_functional_KLDivLoss_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:42:39.0221803Z test_torch_nn_functional_KLDivLoss_no_reduce_log_target (__main__.TestCppApiParity) ... ok (0.017s) 2022-11-23T02:42:39.0222300Z test_torch_nn_functional_KLDivLoss_no_reduce_log_target_cuda (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:42:39.0222783Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:42:39.0223266Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T02:42:39.0223765Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_log_target (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T02:42:39.0224265Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_log_target_cuda (__main__.TestCppApiParity) ... ok (0.014s) 2022-11-23T02:42:39.0224896Z test_torch_nn_functional_KLDivLoss_with_log_target_no_reduce (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:42:39.0225474Z test_torch_nn_functional_KLDivLoss_with_log_target_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:42:39.0226153Z test_torch_nn_functional_KLDivLoss_with_target_no_reduce (__main__.TestCppApiParity) ... ok (0.019s) 2022-11-23T02:42:39.0226645Z test_torch_nn_functional_KLDivLoss_with_target_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T02:42:39.0227111Z test_torch_nn_functional_L1Loss_no_reduce (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T02:42:39.0227561Z test_torch_nn_functional_L1Loss_no_reduce_complex (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T02:42:39.0228016Z test_torch_nn_functional_L1Loss_no_reduce_complex_cuda (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T02:42:39.0228478Z test_torch_nn_functional_L1Loss_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T02:42:39.0229041Z test_torch_nn_functional_L1Loss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T02:42:39.0229506Z test_torch_nn_functional_L1Loss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... ok (0.019s) 2022-11-23T02:42:39.0229965Z test_torch_nn_functional_MSELoss_no_reduce (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:42:39.0230411Z test_torch_nn_functional_MSELoss_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:42:39.0230867Z test_torch_nn_functional_MSELoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T02:42:39.0231323Z test_torch_nn_functional_MSELoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... ok (0.022s) 2022-11-23T02:42:39.0231941Z test_torch_nn_functional_MultiLabelMarginLoss_0d_no_reduce (__main__.TestCppApiParity) ... ok (0.014s) 2022-11-23T02:42:39.0232646Z test_torch_nn_functional_MultiLabelMarginLoss_0d_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:42:39.0233212Z test_torch_nn_functional_MultiLabelMarginLoss_1d_no_reduce (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T02:42:39.0233718Z test_torch_nn_functional_MultiLabelMarginLoss_1d_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.014s) 2022-11-23T02:42:39.0234223Z test_torch_nn_functional_MultiLabelMarginLoss_index_neg (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:42:39.0234728Z test_torch_nn_functional_MultiLabelMarginLoss_index_neg_cuda (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:42:39.0235297Z test_torch_nn_functional_MultiLabelMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.021s) 2022-11-23T02:42:39.0235817Z test_torch_nn_functional_MultiLabelMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T02:42:39.0236336Z test_torch_nn_functional_MultiLabelSoftMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:42:39.0236865Z test_torch_nn_functional_MultiLabelSoftMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:42:39.0237407Z test_torch_nn_functional_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:42:39.0237960Z test_torch_nn_functional_MultiLabelSoftMarginLoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:42:39.0238615Z test_torch_nn_functional_MultiMarginLoss_1d_no_reduce (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:42:39.0239119Z test_torch_nn_functional_MultiMarginLoss_1d_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:42:39.0239843Z test_torch_nn_functional_MultiMarginLoss_margin_no_reduce (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:42:39.0240354Z test_torch_nn_functional_MultiMarginLoss_margin_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T02:42:39.0240855Z test_torch_nn_functional_MultiMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:42:39.0241343Z test_torch_nn_functional_MultiMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T02:42:39.0241826Z test_torch_nn_functional_MultiMarginLoss_p_no_reduce (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:42:39.0242314Z test_torch_nn_functional_MultiMarginLoss_p_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T02:42:39.0242809Z test_torch_nn_functional_MultiMarginLoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.017s) 2022-11-23T02:42:39.0243303Z test_torch_nn_functional_MultiMarginLoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T02:42:39.0243787Z test_torch_nn_functional_NLLLoss2d_no_reduce (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:42:39.0244246Z test_torch_nn_functional_NLLLoss2d_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:42:39.0244719Z test_torch_nn_functional_NLLLoss2d_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:42:39.0245362Z test_torch_nn_functional_NLLLoss2d_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:42:39.0245919Z test_torch_nn_functional_NLLLoss2d_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T02:42:39.0246607Z test_torch_nn_functional_NLLLoss2d_no_reduce_weights_cuda (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:42:39.0247068Z test_torch_nn_functional_NLLLossNd_no_reduce (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T02:42:39.0247527Z test_torch_nn_functional_NLLLossNd_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T02:42:39.0248006Z test_torch_nn_functional_NLLLossNd_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:42:39.0248498Z test_torch_nn_functional_NLLLossNd_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... ok (0.076s) 2022-11-23T02:42:39.0248981Z test_torch_nn_functional_NLLLossNd_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T02:42:39.0249465Z test_torch_nn_functional_NLLLossNd_no_reduce_weights_cuda (__main__.TestCppApiParity) ... ok (0.060s) 2022-11-23T02:42:39.0249923Z test_torch_nn_functional_NLLLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:42:39.0250355Z test_torch_nn_functional_NLLLoss_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:42:39.0250824Z test_torch_nn_functional_NLLLoss_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:42:39.0251400Z test_torch_nn_functional_NLLLoss_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... ok (0.022s) 2022-11-23T02:42:39.0251903Z test_torch_nn_functional_NLLLoss_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:42:39.0252486Z test_torch_nn_functional_NLLLoss_no_reduce_weights_cuda (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:42:39.0253016Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T02:42:39.0253834Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_cuda (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:42:39.0254337Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:42:39.0254854Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_neg_cuda (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:42:39.0255355Z test_torch_nn_functional_Padding122112_3dcircular (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:42:39.0255832Z test_torch_nn_functional_Padding122112_3dcircular_cuda (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T02:42:39.0256299Z test_torch_nn_functional_Padding1221_2dcircular (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T02:42:39.0256764Z test_torch_nn_functional_Padding1221_2dcircular_cuda (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:42:39.0257229Z test_torch_nn_functional_Padding12_1dcircular (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T02:42:39.0257676Z test_torch_nn_functional_Padding12_1dcircular_cuda (__main__.TestCppApiParity) ... ok (0.018s) 2022-11-23T02:42:39.0258140Z test_torch_nn_functional_Padding2322_2dcircular (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:42:39.0258603Z test_torch_nn_functional_Padding2322_2dcircular_cuda (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T02:42:39.0259059Z test_torch_nn_functional_Padding31_1dcircular (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:42:39.0259628Z test_torch_nn_functional_Padding31_1dcircular_cuda (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T02:42:39.0260094Z test_torch_nn_functional_Padding322112_3dcircular (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:42:39.0260696Z test_torch_nn_functional_Padding322112_3dcircular_cuda (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T02:42:39.0261299Z test_torch_nn_functional_Padding332122_3dcircular (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:42:39.0261772Z test_torch_nn_functional_Padding332122_3dcircular_cuda (__main__.TestCppApiParity) ... ok (0.064s) 2022-11-23T02:42:39.0262236Z test_torch_nn_functional_Padding3331_2dcircular (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T02:42:39.0262699Z test_torch_nn_functional_Padding3331_2dcircular_cuda (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:42:39.0263159Z test_torch_nn_functional_Padding33_1dcircular (__main__.TestCppApiParity) ... ok (0.012s) 2022-11-23T02:42:39.0263622Z test_torch_nn_functional_Padding33_1dcircular_cuda (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T02:42:39.0264091Z test_torch_nn_functional_PoissonNLLLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T02:42:39.0264553Z test_torch_nn_functional_PoissonNLLLoss_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.022s) 2022-11-23T02:42:39.0265025Z test_torch_nn_functional_SmoothL1Loss_beta (__main__.TestCppApiParity) ... ok (0.021s) 2022-11-23T02:42:39.0265477Z test_torch_nn_functional_SmoothL1Loss_beta_cuda (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:42:39.0265936Z test_torch_nn_functional_SmoothL1Loss_no_reduce (__main__.TestCppApiParity) ... ok (0.021s) 2022-11-23T02:42:39.0266399Z test_torch_nn_functional_SmoothL1Loss_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T02:42:39.0266991Z test_torch_nn_functional_SmoothL1Loss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.016s) 2022-11-23T02:42:39.0267658Z test_torch_nn_functional_SmoothL1Loss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:42:39.0268241Z test_torch_nn_functional_SmoothL1Loss_zero_beta (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T02:42:39.0268706Z test_torch_nn_functional_SmoothL1Loss_zero_beta_cuda (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T02:42:39.0269181Z test_torch_nn_functional_SoftMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T02:42:39.0269655Z test_torch_nn_functional_SoftMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:42:39.0270126Z test_torch_nn_functional_interpolate_bicubic_2d (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:42:39.0270590Z test_torch_nn_functional_interpolate_bicubic_2d_cuda (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:42:39.0271068Z test_torch_nn_functional_interpolate_bicubic_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.022s) 2022-11-23T02:42:39.0271545Z test_torch_nn_functional_interpolate_bicubic_2d_zero_dim_cuda (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T02:42:39.0272032Z test_torch_nn_functional_interpolate_bicubic_scale_2d (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T02:42:39.0272513Z test_torch_nn_functional_interpolate_bicubic_scale_2d_cuda (__main__.TestCppApiParity) ... ok (0.055s) 2022-11-23T02:42:39.0273015Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:42:39.0273612Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_shared_2d_cuda (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:42:39.0274159Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:42:39.0274874Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:42:39.0275424Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestCppApiParity) ... ok (0.021s) 2022-11-23T02:42:39.0275968Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_cuda (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:42:39.0276468Z test_torch_nn_functional_interpolate_bicubic_tuple_2d (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:42:39.0277816Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_align_corners (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:42:39.0278342Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_align_corners_cuda (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:42:39.0278852Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_cuda (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T02:42:39.0279328Z test_torch_nn_functional_interpolate_bilinear_2d (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:42:39.0279806Z test_torch_nn_functional_interpolate_bilinear_2d_cuda (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:42:39.0280391Z test_torch_nn_functional_interpolate_bilinear_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T02:42:39.0280977Z test_torch_nn_functional_interpolate_bilinear_2d_zero_dim_cuda (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:42:39.0281307Z test_torch_nn_functional_interpolate_bilinear_scale_2d (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T02:42:39.0281557Z test_torch_nn_functional_interpolate_bilinear_scale_2d_cuda (__main__.TestCppApiParity) ... ok (0.059s) 2022-11-23T02:42:39.0281806Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:42:39.0282061Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_shared_2d_cuda (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:42:39.0282403Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T02:42:39.0282694Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T02:42:39.0282972Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:42:39.0283227Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_cuda (__main__.TestCppApiParity) ... ok (0.017s) 2022-11-23T02:42:39.0283464Z test_torch_nn_functional_interpolate_bilinear_tuple_2d (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:42:39.0283714Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_align_corners (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T02:42:39.0283973Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_align_corners_cuda (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:42:39.0284213Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_cuda (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T02:42:39.0284434Z test_torch_nn_functional_interpolate_linear_1d (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T02:42:39.0284676Z test_torch_nn_functional_interpolate_linear_1d_align_corners (__main__.TestCppApiParity) ... ok (0.022s) 2022-11-23T02:42:39.0284921Z test_torch_nn_functional_interpolate_linear_1d_align_corners_cuda (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T02:42:39.0285148Z test_torch_nn_functional_interpolate_linear_1d_cuda (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T02:42:39.0285376Z test_torch_nn_functional_interpolate_linear_1d_zero_dim (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:42:39.0285598Z test_torch_nn_functional_interpolate_linear_1d_zero_dim_cuda (__main__.TestCppApiParity) ... ok (0.018s) 2022-11-23T02:42:39.0285822Z test_torch_nn_functional_interpolate_linear_scale_1d (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:42:39.0286075Z test_torch_nn_functional_interpolate_linear_scale_1d_align_corners (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T02:42:39.0286333Z test_torch_nn_functional_interpolate_linear_scale_1d_align_corners_cuda (__main__.TestCppApiParity) ... ok (0.016s) 2022-11-23T02:42:39.0286567Z test_torch_nn_functional_interpolate_linear_scale_1d_cuda (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T02:42:39.0286991Z test_torch_nn_functional_interpolate_linear_tuple_1d (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T02:42:39.0287238Z test_torch_nn_functional_interpolate_linear_tuple_1d_cuda (__main__.TestCppApiParity) ... ok (0.021s) 2022-11-23T02:42:39.0287488Z test_torch_nn_functional_interpolate_nearest_1d (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:42:39.0287863Z test_torch_nn_functional_interpolate_nearest_1d_cuda (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T02:42:39.0288104Z test_torch_nn_functional_interpolate_nearest_1d_zero_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-11-23T02:42:39.0288348Z test_torch_nn_functional_interpolate_nearest_1d_zero_dim_cuda (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:42:39.0288567Z test_torch_nn_functional_interpolate_nearest_2d (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:42:39.0288788Z test_torch_nn_functional_interpolate_nearest_2d_cuda (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:42:39.0289037Z test_torch_nn_functional_interpolate_nearest_2d_launch_configs (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T02:42:39.0289286Z test_torch_nn_functional_interpolate_nearest_2d_launch_configs_cuda (__main__.TestCppApiParity) ... ok (0.082s) 2022-11-23T02:42:39.0289517Z test_torch_nn_functional_interpolate_nearest_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.018s) 2022-11-23T02:42:39.0289756Z test_torch_nn_functional_interpolate_nearest_2d_zero_dim_cuda (__main__.TestCppApiParity) ... ok (0.014s) 2022-11-23T02:42:39.0290056Z test_torch_nn_functional_interpolate_nearest_3d (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:42:39.0290297Z test_torch_nn_functional_interpolate_nearest_3d_cuda (__main__.TestCppApiParity) ... ok (0.064s) 2022-11-23T02:42:39.0290532Z test_torch_nn_functional_interpolate_nearest_3d_zero_dim (__main__.TestCppApiParity) ... ok (0.021s) 2022-11-23T02:42:39.0290771Z test_torch_nn_functional_interpolate_nearest_3d_zero_dim_cuda (__main__.TestCppApiParity) ... ok (0.018s) 2022-11-23T02:42:39.0291001Z test_torch_nn_functional_interpolate_nearest_scale_1d (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T02:42:39.0291221Z test_torch_nn_functional_interpolate_nearest_scale_1d_cuda (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T02:42:39.0291449Z test_torch_nn_functional_interpolate_nearest_scale_2d (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:42:39.0291684Z test_torch_nn_functional_interpolate_nearest_scale_2d_cuda (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T02:42:39.0291917Z test_torch_nn_functional_interpolate_nearest_scale_3d (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:42:39.0292151Z test_torch_nn_functional_interpolate_nearest_scale_3d_cuda (__main__.TestCppApiParity) ... ok (0.075s) 2022-11-23T02:42:39.0292383Z test_torch_nn_functional_interpolate_nearest_tuple_1d (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T02:42:39.0292618Z test_torch_nn_functional_interpolate_nearest_tuple_1d_cuda (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:42:39.0292849Z test_torch_nn_functional_interpolate_nearest_tuple_2d (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:42:39.0293083Z test_torch_nn_functional_interpolate_nearest_tuple_2d_cuda (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T02:42:39.0293309Z test_torch_nn_functional_interpolate_nearest_tuple_3d (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:42:39.0293643Z test_torch_nn_functional_interpolate_nearest_tuple_3d_cuda (__main__.TestCppApiParity) ... ok (0.077s) 2022-11-23T02:42:39.0293875Z test_torch_nn_functional_interpolate_trilinear_3d (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T02:42:39.0294171Z test_torch_nn_functional_interpolate_trilinear_3d_cuda (__main__.TestCppApiParity) ... ok (0.072s) 2022-11-23T02:42:39.0294512Z test_torch_nn_functional_interpolate_trilinear_3d_zero_dim (__main__.TestCppApiParity) ... ok (0.014s) 2022-11-23T02:42:39.0294858Z test_torch_nn_functional_interpolate_trilinear_3d_zero_dim_cuda (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:42:39.0295089Z test_torch_nn_functional_interpolate_trilinear_scale_3d (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T02:42:39.0295344Z test_torch_nn_functional_interpolate_trilinear_scale_3d_align_corners (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T02:42:39.0295605Z test_torch_nn_functional_interpolate_trilinear_scale_3d_align_corners_cuda (__main__.TestCppApiParity) ... ok (0.068s) 2022-11-23T02:42:39.0295849Z test_torch_nn_functional_interpolate_trilinear_scale_3d_cuda (__main__.TestCppApiParity) ... ok (0.069s) 2022-11-23T02:42:39.0296080Z test_torch_nn_functional_interpolate_trilinear_tuple_3d (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T02:42:39.0296332Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_align_corners (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:42:39.0296597Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_align_corners_cuda (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:42:39.0296840Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_cuda (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T02:42:39.0297033Z test_torch_nn_functional_log_softmax_dim0 (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T02:42:39.0297248Z test_torch_nn_functional_log_softmax_dim0_cuda (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:42:39.0297453Z test_torch_nn_functional_log_softmax_dim3 (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T02:42:39.0297734Z test_torch_nn_functional_log_softmax_dim3_cuda (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:42:39.0297965Z test_torch_nn_functional_log_softmax_lastdim (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T02:42:39.0298187Z test_torch_nn_functional_log_softmax_lastdim_cuda (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T02:42:39.0298400Z test_torch_nn_functional_log_softmax_scalar (__main__.TestCppApiParity) ... ok (0.021s) 2022-11-23T02:42:39.0298621Z test_torch_nn_functional_log_softmax_scalar_cuda (__main__.TestCppApiParity) ... ok (0.015s) 2022-11-23T02:42:39.0298831Z test_torch_nn_functional_log_softmax_spatial (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:42:39.0299051Z test_torch_nn_functional_log_softmax_spatial_cuda (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T02:42:39.0299276Z test_torch_nn_functional_log_softmax_spatial_special (__main__.TestCppApiParity) ... ok (0.016s) 2022-11-23T02:42:39.0299513Z test_torch_nn_functional_log_softmax_spatial_special_cuda (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T02:42:39.0299762Z test_torch_nn_functional_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestCppApiParity) ... ok (0.019s) 2022-11-23T02:42:39.0300087Z test_torch_nn_functional_multimarginloss_1d_input_0d_target_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T02:42:39.0300364Z test_torch_nn_functional_sample_functional_has_parity (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T02:42:39.0300607Z test_torch_nn_functional_sample_functional_has_parity_cuda (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T02:42:39.0300945Z test_torch_nn_functional_sample_functional_no_parity (__main__.TestCppApiParity) ... expected failure (0.036s) 2022-11-23T02:42:39.0301355Z test_torch_nn_functional_sample_functional_no_parity_cuda (__main__.TestCppApiParity) ... expected failure (0.026s) 2022-11-23T02:42:39.0301589Z test_torch_nn_functional_softmax_functional_dim0 (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T02:42:39.0301861Z test_torch_nn_functional_softmax_functional_dim0_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:42:39.0302145Z test_torch_nn_functional_softmax_functional_dim3 (__main__.TestCppApiParity) ... ok (0.019s) 2022-11-23T02:42:39.0302496Z test_torch_nn_functional_softmax_functional_dim3_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:42:39.0302818Z test_torch_nn_functional_softmax_functional_scalar (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T02:42:39.0303089Z test_torch_nn_functional_softmax_functional_scalar_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T02:42:39.0303299Z test_torch_nn_functional_softmax_lastdim (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T02:42:39.0303517Z test_torch_nn_functional_softmax_lastdim_cuda (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T02:42:39.0303739Z test_torch_nn_functional_softmax_lastdim_dtype (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T02:42:39.0304007Z test_torch_nn_functional_softmax_lastdim_dtype_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:42:39.0304216Z test_torch_nn_functional_softmax_spatial (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T02:42:39.0304435Z test_torch_nn_functional_softmax_spatial_cuda (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:42:39.0304657Z test_torch_nn_functional_softmax_spatial_dtype (__main__.TestCppApiParity) ... ok (0.017s) 2022-11-23T02:42:39.0304923Z test_torch_nn_functional_softmax_spatial_dtype_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T02:42:39.0305143Z test_torch_nn_functional_softmax_spatial_special (__main__.TestCppApiParity) ... ok (0.021s) 2022-11-23T02:42:39.0305371Z test_torch_nn_functional_softmax_spatial_special_cuda (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T02:42:39.0305384Z 2022-11-23T02:42:39.0305649Z ---------------------------------------------------------------------- 2022-11-23T02:42:39.0305772Z Ran 1100 tests in 63.343s 2022-11-23T02:42:39.0305780Z 2022-11-23T02:42:39.0305910Z OK (skipped=13, expected failures=34) 2022-11-23T02:42:39.0305917Z 2022-11-23T02:42:39.0306029Z Generating XML reports... 2022-11-23T02:42:39.0306340Z Generated XML report: test-reports\python-unittest\test_cpp_api_parity\TEST-TestCppApiParity-20221123024134.xml 2022-11-23T02:42:39.0306351Z 2022-11-23T02:42:39.0306890Z ##[endgroup] 2022-11-23T02:42:39.0307333Z FINISHED PRINTING LOG FILE of test_cpp_api_parity (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cpp_api_parity_np6di5bm) 2022-11-23T02:42:39.0307344Z 2022-11-23T02:42:39.0307492Z Running test_autograd ... [2022-11-23 02:42:38.973588] 2022-11-23T02:42:39.0307919Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_autograd.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:42:38.975258] 2022-11-23T02:43:26.3582242Z 2022-11-23T02:43:26.3582980Z Expand the folded group to see the log file of test_autograd 2022-11-23T02:43:26.3599864Z ##[group]PRINTING LOG FILE of test_autograd (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_autograd_1bq9w439) 2022-11-23T02:43:26.3600475Z 2022-11-23T02:43:26.3600684Z Running tests... 2022-11-23T02:43:26.3601283Z ---------------------------------------------------------------------- 2022-11-23T02:43:26.3602072Z Test results will be stored in test-reports\python-unittest\test_autograd 2022-11-23T02:43:26.3602891Z test_backward_out_of_context (__main__.TestAllowMutationOnSaved) ... ok (1.726s) 2022-11-23T02:43:26.3603647Z test_basic (__main__.TestAllowMutationOnSaved) ... ok (1.003s) 2022-11-23T02:43:26.3604361Z test_disallow_nesting (__main__.TestAllowMutationOnSaved) ... ok (0.003s) 2022-11-23T02:43:26.3605124Z test_double_backward (__main__.TestAllowMutationOnSaved) ... ok (0.006s) 2022-11-23T02:43:26.3605986Z test_save_base_and_modify_view (__main__.TestAllowMutationOnSaved) ... ok (0.004s) 2022-11-23T02:43:26.3606679Z test_save_view_modify_base (__main__.TestAllowMutationOnSaved) ... ok (0.005s) 2022-11-23T02:43:26.3607553Z test_saved_but_not_anymore (__main__.TestAllowMutationOnSaved) ... ok (0.004s) 2022-11-23T02:43:26.3608358Z test_saved_same_tensor_different_versions (__main__.TestAllowMutationOnSaved) ... ok (0.003s) 2022-11-23T02:43:26.3609481Z test_saved_same_tensor_many_times (__main__.TestAllowMutationOnSaved) ... ok (0.003s) 2022-11-23T02:43:26.3610272Z test_views (__main__.TestAllowMutationOnSaved) ... ok (0.005s) 2022-11-23T02:43:26.3610993Z test_with_math_views (__main__.TestAllowMutationOnSaved) ... ok (0.005s) 2022-11-23T02:43:26.3611653Z test_with_out_variant (__main__.TestAllowMutationOnSaved) ... ok (0.003s) 2022-11-23T02:43:26.3612442Z test_access_saved_tensor_twice_without_recomputation_works (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T02:43:26.3614905Z test_accumulate_grad (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: Using backward() with create_graph=True will create a reference cycle between the parameter and its gradient which can cause a memory leak. We recommend using autograd.grad when creating the graph to avoid this. If you have to use this function, make sure to reset the .grad fields of your parameters to None after use to break the cycle and avoid the leak. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\torch\csrc\autograd\engine.cpp:1127.) 2022-11-23T02:43:26.3617063Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T02:43:26.3617633Z ok (0.002s) 2022-11-23T02:43:26.3618178Z test_accumulate_grad_tensor_reference (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:43:26.3618966Z test_accumulate_grad_with_zero_numel_grad (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:43:26.3620520Z test_anomaly_assign_parent_cleanup (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\test\test_autograd.py:3823: UserWarning: Anomaly Detection has been enabled. This mode will increase the runtime and should only be enabled for debugging. 2022-11-23T02:43:26.3621656Z with detect_anomaly(): 2022-11-23T02:43:26.3622070Z ok (0.031s) 2022-11-23T02:43:26.3622583Z test_anomaly_detect_nan (__main__.TestAutograd) ... ok (0.012s) 2022-11-23T02:43:26.3623235Z test_anomaly_grad_warnings (__main__.TestAutograd) ... ok (0.012s) 2022-11-23T02:43:26.3623899Z test_anomaly_mode_no_check_nan (__main__.TestAutograd) ... ok (0.005s) 2022-11-23T02:43:26.3624523Z test_attribute_deletion (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:43:26.3625205Z test_autograd_inplace_view_of_view (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T02:43:26.3625959Z test_autograd_inplace_views_creation_meta (__main__.TestAutograd) ... ok (0.052s) 2022-11-23T02:43:26.3626746Z test_autograd_inplace_views_cross_dtype (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:43:26.3627520Z test_autograd_multiple_views_python (__main__.TestAutograd) ... ok (0.013s) 2022-11-23T02:43:26.3628352Z test_autograd_python_custom_function_inplace (__main__.TestAutograd) ... ok (0.009s) 2022-11-23T02:43:26.3629096Z test_autograd_simple_views_python (__main__.TestAutograd) ... ok (0.092s) 2022-11-23T02:43:26.3629767Z test_autograd_views_codegen (__main__.TestAutograd) ... ok (0.007s) 2022-11-23T02:43:26.3630390Z test_backward (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T02:43:26.3631007Z test_backward_badcalls (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T02:43:26.3631635Z test_backward_copy (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:43:26.3632287Z test_backward_create_graph_warns (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:43:26.3632947Z test_backward_no_grad (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:43:26.3633652Z test_backward_twice_retained_graph_with_saved_values (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:43:26.3634518Z test_backward_twice_retained_graph_without_saved_values (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:43:26.3635357Z test_backward_twice_with_saved_values (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:43:26.3636081Z test_backward_twice_without_saved_values (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:43:26.3636965Z test_backward_with_inputs (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:43:26.3637650Z test_backward_with_nonleaf_inputs (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:43:26.3639132Z test_calculate_shape_util (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nested\__init__.py:58: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\NestedTensorImpl.cpp:179.) 2022-11-23T02:43:26.3640619Z return torch._nested_tensor_from_tensor_list(tensor_list, dtype, None, device, None) 2022-11-23T02:43:26.3641224Z ok (0.000s) 2022-11-23T02:43:26.3641820Z test_callback_adds_callback (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:43:26.3642504Z test_cant_create_saved_tensors (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:43:26.3643221Z test_checkpoint_valid_reset_on_error (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:43:26.3644053Z test_checkpointing (__main__.TestAutograd) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:43:26.3644840Z test_checkpointing_non_reentrant_autocast_cpu (__main__.TestAutograd) 2022-11-23T02:43:26.3645618Z Test that autocast args such as the dtype are preserved during non-reentrant ... ok (0.010s) 2022-11-23T02:43:26.3646376Z test_checkpointing_non_reentrant_autocast_gpu (__main__.TestAutograd) 2022-11-23T02:43:26.3648399Z Test that autocast args/kwargs such as the dtype are preserved during ... skip: Test requires CUDA bf16 support (0.000s) 2022-11-23T02:43:26.3649379Z test_checkpointing_without_reentrant_arbitrary_input_output (__main__.TestAutograd) 2022-11-23T02:43:26.3650183Z Ensures checkpointing without reentrant autograd works with functions ... ok (0.010s) 2022-11-23T02:43:26.3650951Z test_checkpointing_without_reentrant_correct_grad (__main__.TestAutograd) 2022-11-23T02:43:26.3651668Z Verifies that correct gradients are calculated for checkpoint ... ok (0.000s) 2022-11-23T02:43:26.3652468Z test_checkpointing_without_reentrant_custom_function_works (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:43:26.3653258Z test_checkpointing_without_reentrant_dataparallel (__main__.TestAutograd) 2022-11-23T02:43:26.3655677Z Verifies gradient correctness when checkpoint without reentrant autograd ... C:\actions-runner\_work\pytorch\pytorch\test\test_autograd.py:5152: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\build\aten\src\ATen/core/TensorBody.h:485.) 2022-11-23T02:43:26.3657663Z b_grad = a.grad 2022-11-23T02:43:26.3659615Z C:\actions-runner\_work\pytorch\pytorch\test\test_autograd.py:5159: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\build\aten\src\ATen/core/TensorBody.h:485.) 2022-11-23T02:43:26.3661438Z c_grad = a.grad 2022-11-23T02:43:26.3661814Z ok (0.881s) 2022-11-23T02:43:26.3662548Z test_checkpointing_without_reentrant_detached_tensor_use_reentrant_False (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:43:26.3663472Z test_checkpointing_without_reentrant_detached_tensor_use_reentrant_True (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T02:43:26.3664507Z test_checkpointing_without_reentrant_input_requires_grad_False (__main__.TestAutograd) 2022-11-23T02:43:26.3665407Z Basic test for checkpoint without reentrant autograd. ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:43:26.3666312Z test_checkpointing_without_reentrant_input_requires_grad_True (__main__.TestAutograd) 2022-11-23T02:43:26.3667232Z Basic test for checkpoint without reentrant autograd. ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:43:26.3668335Z test_checkpointing_without_reentrant_memory_savings (__main__.TestAutograd) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T02:43:26.3669308Z test_checkpointing_without_reentrant_parameter_used_in_an_out (__main__.TestAutograd) 2022-11-23T02:43:26.3670120Z Ensures that gradient hooks are only called once per tensor. ... ok (0.003s) 2022-11-23T02:43:26.3671248Z test_create_graph_and_full_backward_hook_cycle (__main__.TestAutograd) ... ok (0.533s) 2022-11-23T02:43:26.3672006Z test_current_graph_task_execution_order (__main__.TestAutograd) ... ok (0.005s) 2022-11-23T02:43:26.3672678Z test_current_graph_task_id (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:43:26.3673369Z test_custom_autograd_no_early_free (__main__.TestAutograd) ... ok (0.015s) 2022-11-23T02:43:26.3674098Z test_custom_autograd_repeated_grad_grad (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:43:26.3674929Z test_custom_function_cycle (__main__.TestAutograd) ... ok (0.176s) 2022-11-23T02:43:26.3675669Z test_custom_function_error (__main__.TestAutograd) ... ok (0.113s) 2022-11-23T02:43:26.3676429Z test_custom_function_exception (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:43:26.3677147Z test_custom_function_forward_mode_forward_is_no_op (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:43:26.3677936Z test_custom_function_forward_mode_inplace_checks (__main__.TestAutograd) ... ok (0.018s) 2022-11-23T02:43:26.3678751Z test_custom_function_forward_mode_non_tensor_before_tensor_args (__main__.TestAutograd) ... ok (0.005s) 2022-11-23T02:43:26.3679543Z test_custom_function_forward_mode_view_checks (__main__.TestAutograd) ... ok (0.014s) 2022-11-23T02:43:26.3680314Z test_custom_function_forward_mode_wrong_formula (__main__.TestAutograd) ... ok (0.015s) 2022-11-23T02:43:26.3681037Z test_custom_function_local_inplace (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:43:26.3681736Z test_custom_function_no_tensors (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:43:26.3682476Z test_custom_function_non_tensor_inputs_outputs (__main__.TestAutograd) ... ok (0.017s) 2022-11-23T02:43:26.3683327Z test_custom_function_return_view_in_nograd (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:43:26.3684060Z test_custom_function_save_for_forward (__main__.TestAutograd) ... ok (0.016s) 2022-11-23T02:43:26.3684768Z test_custom_function_saved_tensors (__main__.TestAutograd) ... ok (0.007s) 2022-11-23T02:43:26.3685435Z test_deep_reentrant (__main__.TestAutograd) ... ok (0.461s) 2022-11-23T02:43:26.3686147Z test_default_saved_variable_hooks_double_backward (__main__.TestAutograd) ... ok (0.007s) 2022-11-23T02:43:26.3686805Z test_dep_nograd (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:43:26.3687429Z test_dependent_backward (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:43:26.3688033Z test_detach (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T02:43:26.3688585Z test_detach_base (__main__.TestAutograd) 2022-11-23T02:43:26.3689184Z detaching base does not detach view ... ok (0.000s) 2022-11-23T02:43:26.3689899Z test_detach_then_inplace_raises_in_autograd (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:43:26.3691301Z test_diagonal_expanded_v (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\test\test_autograd.py:2277: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-11-23T02:43:26.3692680Z v_expanded = torch.tensor(value).expand(10) 2022-11-23T02:43:26.3693142Z ok (0.000s) 2022-11-23T02:43:26.3693602Z test_dir (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:43:26.3694233Z test_disabling_saved_tensor_hooks (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:43:26.3694950Z test_disabling_saved_tensor_hooks_nested (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:43:26.3695658Z test_dont_materialize_grads (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:43:26.3696359Z test_duplicate_backward_root (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:43:26.3697138Z test_first_grad_fn_access_in_no_grad_mode (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:43:26.3697815Z test_free_deep_graph (__main__.TestAutograd) ... ok (3.558s) 2022-11-23T02:43:26.3698480Z test_free_deep_graph_complicated (__main__.TestAutograd) ... ok (2.710s) 2022-11-23T02:43:26.3699187Z test_free_deep_graph_pyfunction (__main__.TestAutograd) ... ok (2.569s) 2022-11-23T02:43:26.3699898Z test_full_backward_hook_double_backward (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:43:26.3700515Z test_function (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:43:26.3701146Z test_function_returns_input (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:43:26.3701848Z test_function_returns_undefined_tensor (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:43:26.3702692Z test_gc_in_destructor (__main__.TestAutograd) 2022-11-23T02:43:26.3703540Z Previously, if a Function destructor triggered a garbage collection, ... ok (0.921s) 2022-11-23T02:43:26.3704680Z test_grad (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:43:26.3705375Z test_grad_badcalls (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:43:26.3706022Z test_grad_batched_grad (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:43:26.3706664Z test_grad_empty_inputs (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:43:26.3707314Z test_grad_fn_attr_bindings (__main__.TestAutograd) ... ok (0.023s) 2022-11-23T02:43:26.3707965Z test_grad_fn_badcalls (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:43:26.3708596Z test_grad_fn_prehooks (__main__.TestAutograd) ... ok (0.009s) 2022-11-23T02:43:26.3709250Z test_grad_fn_prehooks_multiple_outputs (__main__.TestAutograd) ... ok (0.008s) 2022-11-23T02:43:26.3709984Z test_grad_fn_prehooks_remove_hooks (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:43:26.3710740Z test_grad_mode_restored_reentrant (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T02:43:26.3712973Z test_grad_nonleaf (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\test\test_autograd.py:601: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\build\aten\src\ATen/core/TensorBody.h:485.) 2022-11-23T02:43:26.3714717Z self.assertIsNone(x.grad) 2022-11-23T02:43:26.3715181Z ok (0.008s) 2022-11-23T02:43:26.3715753Z test_grad_nonleaf_many_outputs (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T02:43:26.3717930Z test_grad_nonleaf_register_hook (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\test\test_autograd.py:653: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\build\aten\src\ATen/core/TensorBody.h:485.) 2022-11-23T02:43:26.3720061Z self.assertIsNone(x_list[0].grad) 2022-11-23T02:43:26.3721238Z C:\actions-runner\_work\pytorch\pytorch\test\test_autograd.py:660: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\build\aten\src\ATen/core/TensorBody.h:485.) 2022-11-23T02:43:26.3722327Z self.assertIsNone(x_list[i].grad) 2022-11-23T02:43:26.3722590Z ok (0.007s) 2022-11-23T02:43:26.3722877Z test_grad_unreachable (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T02:43:26.3723272Z test_grad_unreachable_discovery (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:43:26.3723703Z test_gradcheck_backward_mul_by_grad_output (__main__.TestAutograd) ... ok (0.037s) 2022-11-23T02:43:26.3724129Z test_gradcheck_check_batched_grad (__main__.TestAutograd) ... ok (0.027s) 2022-11-23T02:43:26.3724541Z test_gradcheck_check_forward_or_backward_only (__main__.TestAutograd) 2022-11-23T02:43:26.3725191Z Depending on settings for check_forward_ad and check_backward_ad, the ... ok (0.036s) 2022-11-23T02:43:26.3726309Z test_gradcheck_check_no_differentiable_outputs (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\gradcheck.py:652: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-11-23T02:43:26.3727065Z warnings.warn( 2022-11-23T02:43:26.3727273Z ok (0.006s) 2022-11-23T02:43:26.3727609Z test_gradcheck_complex_non_complex_outputs (__main__.TestAutograd) ... ok (0.016s) 2022-11-23T02:43:26.3728463Z test_gradcheck_custom_error (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\gradcheck.py:652: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-11-23T02:43:26.3729162Z warnings.warn( 2022-11-23T02:43:26.3729382Z ok (0.039s) 2022-11-23T02:43:26.3729708Z test_gradcheck_dense_and_sparse_inputs (__main__.TestAutograd) ... ok (0.015s) 2022-11-23T02:43:26.3730097Z test_gradcheck_forward_ad (__main__.TestAutograd) ... ok (0.248s) 2022-11-23T02:43:26.3730509Z test_gradcheck_forward_ad_batched_grad (__main__.TestAutograd) ... ok (0.011s) 2022-11-23T02:43:26.3730946Z test_gradcheck_forward_ad_respects_requires_grad (__main__.TestAutograd) ... ok (0.013s) 2022-11-23T02:43:26.3731540Z test_gradcheck_forward_ad_runs_with_no_requires_grad (__main__.TestAutograd) ... ok (0.009s) 2022-11-23T02:43:26.3732821Z test_gradcheck_get_analytical_jacobian (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\gradcheck.py:580: UserWarning: get_analytical_jacobian was part of PyTorch's private API and not meant to be exposed. We are deprecating it and it will be removed in a future version of PyTorch. If you have a specific use for this or feature request for this to be a stable API, please file us an issue at https://github.com/pytorch/pytorch/issues/new 2022-11-23T02:43:26.3733920Z warnings.warn("get_analytical_jacobian was part of PyTorch's private API and not " 2022-11-23T02:43:26.3734251Z ok (0.016s) 2022-11-23T02:43:26.3735320Z test_gradcheck_get_numerical_jacobian (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\gradcheck.py:173: UserWarning: get_numerical_jacobian was part of PyTorch's private API and not meant to be exposed. We are deprecating it and it will be removed in a future version of PyTorch. If you have a specific use for this or feature request for this to be a stable API, please file us an issue at https://github.com/pytorch/pytorch/issues/new 2022-11-23T02:43:26.3736333Z warnings.warn("get_numerical_jacobian was part of PyTorch's private API and not " 2022-11-23T02:43:26.3736666Z ok (0.014s) 2022-11-23T02:43:26.3737417Z test_gradcheck_jacobian_mismatch (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\gradcheck.py:652: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-11-23T02:43:26.3738115Z warnings.warn( 2022-11-23T02:43:26.3738340Z ok (0.077s) 2022-11-23T02:43:26.3739200Z test_gradcheck_multiple_mkldnn_inputs (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\gradcheck.py:652: UserWarning: Input #1 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-11-23T02:43:26.3740186Z warnings.warn( 2022-11-23T02:43:26.3740410Z ok (0.035s) 2022-11-23T02:43:26.3740832Z test_gradcheck_nondeterministic (__main__.TestAutograd) ... ok (0.175s) 2022-11-23T02:43:26.3741298Z test_gradcheck_output_shape_or_dtype_depend_on_values (__main__.TestAutograd) ... ok (0.005s) 2022-11-23T02:43:26.3741712Z test_gradcheck_single_input (__main__.TestAutograd) ... ok (0.022s) 2022-11-23T02:43:26.3742702Z test_gradcheck_sparse_csr_input (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\test\test_autograd.py:4081: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\SparseCsrTensorImpl.cpp:56.) 2022-11-23T02:43:26.3743693Z gradcheck(fn, torch.rand(2, 2, dtype=torch.double).to_sparse_csr().requires_grad_(True), check_sparse_nnz=True, 2022-11-23T02:43:26.3744122Z expected failure (0.000s) 2022-11-23T02:43:26.3744595Z test_gradcheck_sparse_input (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:43:26.3745549Z test_gradcheck_test_outputs (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\gradcheck.py:652: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-11-23T02:43:26.3746753Z warnings.warn( 2022-11-23T02:43:26.3747086Z ok (0.010s) 2022-11-23T02:43:26.3747393Z test_gradcheck_undefined_grad (__main__.TestAutograd) ... ok (0.029s) 2022-11-23T02:43:26.3747809Z test_gradcheck_validates_input_mkldnn (__main__.TestAutograd) ... ok (0.017s) 2022-11-23T02:43:26.3748220Z test_gradcheck_validates_inputs (__main__.TestAutograd) ... ok (0.013s) 2022-11-23T02:43:26.3748603Z test_graph_save_on_cpu (__main__.TestAutograd) ... ok (0.037s) 2022-11-23T02:43:26.3748974Z test_graph_save_on_cpu_cuda (__main__.TestAutograd) ... ok (0.005s) 2022-11-23T02:43:26.3749344Z test_hessian_vector (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:43:26.3749668Z test_hook_none (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T02:43:26.3750014Z test_hook_with_no_name (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:43:26.3750350Z test_hooks (__main__.TestAutograd) ... ok (0.008s) 2022-11-23T02:43:26.3750680Z test_hooks_cpp (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:43:26.3751181Z test_index_backward_does_not_save_tensor (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:43:26.3751559Z test_indexing (__main__.TestAutograd) ... ok (0.035s) 2022-11-23T02:43:26.3751900Z test_indexing_duplicates (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:43:26.3752254Z test_inplace (__main__.TestAutograd) ... ok (0.009s) 2022-11-23T02:43:26.3752613Z test_inplace_not_requires_grad (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T02:43:26.3753106Z test_inplace_on_view_backward (__main__.TestAutograd) ... ok (0.009s) 2022-11-23T02:43:26.3753628Z test_inplace_on_view_leaf_errors (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:43:26.3754129Z test_inplace_on_view_saved_output (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:43:26.3754513Z test_inplace_on_view_weak_grad_fn (__main__.TestAutograd) ... ok (0.108s) 2022-11-23T02:43:26.3755153Z test_input_buffer_accum (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:43:26.3755839Z test_integer_outputs (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:43:26.3756519Z test_invalid_gradients (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:43:26.3757203Z test_isolated_node (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:43:26.3757873Z test_leaf_assignment (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:43:26.3758617Z test_legacy_function_deprecation_exception (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:43:26.3759352Z test_lobpcg (__main__.TestAutograd) ... ok (3.831s) 2022-11-23T02:43:26.3760095Z test_mark_non_differentiable (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:43:26.3760659Z test_mark_non_differentiable_mixed (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:43:26.3761091Z test_mark_non_differentiable_none (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:43:26.3761660Z test_materialize_grads (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:43:26.3762028Z test_multi_backward (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:43:26.3762411Z test_multi_backward_no_grad (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:43:26.3762798Z test_multi_grad_hooks (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:43:26.3763775Z test_named_tensor_for_complex_views (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:1093: UserWarning: Named tensors and all their associated APIs are an experimental feature and subject to change. Please do not use them for anything important until they are released as stable. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10/core/TensorImpl.h:1787.) 2022-11-23T02:43:26.3764679Z return super(Tensor, self).refine_names(names) 2022-11-23T02:43:26.3764965Z ok (0.000s) 2022-11-23T02:43:26.3765312Z test_naughty_anomaly_access (__main__.TestAutograd) ... expected failure (0.000s) 2022-11-23T02:43:26.3765781Z test_naughty_autograd_function_attribute_access (__main__.TestAutograd) ... ok (0.020s) 2022-11-23T02:43:26.3766222Z test_naughty_autograd_function_stashing_ctx (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:43:26.3766649Z test_nested_anomaly_detect_nan (__main__.TestAutograd) ... ok (0.020s) 2022-11-23T02:43:26.3767070Z test_nested_anomaly_printstack_cleanup (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:43:26.3767573Z test_next_functions (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:43:26.3767939Z test_no_grad (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:43:26.3768462Z test_no_grad_assignment (__main__.TestAutograd) ... ok (0.011s) 2022-11-23T02:43:26.3768822Z test_no_grad_copy (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T02:43:26.3769619Z test_no_grad_copy_sparse (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2327: UserWarning: Argument order of nn.functional.embedding_bag was changed. Usage `embedding_bag(weight, input, ...)` is deprecated, and should now be `embedding_bag(input, weight, ...)`. 2022-11-23T02:43:26.3790444Z warnings.warn( 2022-11-23T02:43:26.3790909Z ok (0.013s) 2022-11-23T02:43:26.3791486Z test_no_grad_input (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:43:26.3792225Z test_no_grad_modifies_version (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T02:43:26.3792921Z test_no_grad_python_function (__main__.TestAutograd) 2022-11-23T02:43:26.3793630Z Python Functions should respect grad mode. ... ok (0.003s) 2022-11-23T02:43:26.3794369Z test_no_requires_grad_inplace (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:43:26.3795178Z test_no_unnecessary_save (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:43:26.3796002Z test_no_unnecessary_unwrapping (__main__.TestAutograd) ... ok (0.005s) 2022-11-23T02:43:26.3796775Z test_not_implemented_fwad (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:43:26.3797486Z test_not_implemented_grad (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:43:26.3798224Z test_numpy_requires_grad (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:43:26.3798954Z test_once_differentiable (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:43:26.3799759Z test_out_variant_raises_when_inputs_require_grad (__main__.TestAutograd) ... ok (0.005s) 2022-11-23T02:43:26.3800643Z test_pack_hook_with_inplace_modification_should_fail (__main__.TestAutograd) ... ok (0.005s) 2022-11-23T02:43:26.3801412Z test_pickle (__main__.TestAutograd) ... ok (0.008s) 2022-11-23T02:43:26.3802116Z test_pow_zero_tensor_gradient (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:43:26.3803085Z test_power_function (__main__.TestAutograd) ... ok (0.005s) 2022-11-23T02:43:26.3804276Z test_profiler (__main__.TestAutograd) ... STAGE:2022-11-23 02:43:04 100:3444 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:43:26.3805787Z STAGE:2022-11-23 02:43:04 100:3444 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:43:26.3807247Z STAGE:2022-11-23 02:43:04 100:3444 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:43:26.3808173Z ok (0.007s) 2022-11-23T02:43:26.3808815Z test_profiler_aggregation_fake (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T02:43:26.3810118Z test_profiler_aggregation_lstm (__main__.TestAutograd) ... STAGE:2022-11-23 02:43:04 100:3444 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:43:26.3811687Z STAGE:2022-11-23 02:43:04 100:3444 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:43:26.3813112Z STAGE:2022-11-23 02:43:04 100:3444 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:43:26.3813871Z 2022-11-23T02:43:26.3814210Z =================================================================================================================================================================== 2022-11-23T02:43:26.3814703Z TEST 2022-11-23T02:43:26.3815615Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T02:43:26.3816837Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-11-23T02:43:26.3817964Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T02:43:26.3819024Z aten::lstm 0.97% 430.000us 6.28% 2.789ms 2.789ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:43:26.3819756Z aten::lstm 0.80% 355.000us 5.51% 2.450ms 2.450ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:43:26.3820490Z aten::lstm 0.77% 343.000us 5.63% 2.503ms 2.503ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:43:26.3821242Z aten::lstm 0.77% 343.000us 5.34% 2.373ms 2.373ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:43:26.3821969Z aten::lstm 0.75% 333.000us 5.82% 2.588ms 2.588ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:43:26.3822702Z aten::lstm 0.74% 329.000us 5.51% 2.450ms 2.450ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:43:26.3823512Z aten::lstm 0.74% 328.000us 5.64% 2.505ms 2.505ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:43:26.3824242Z aten::lstm 0.72% 320.000us 4.83% 2.148ms 2.148ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:43:26.3825129Z aten::lstm 0.72% 320.000us 5.48% 2.434ms 2.434ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:43:26.3825885Z aten::lstm 0.72% 318.000us 5.35% 2.379ms 2.379ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:43:26.3826917Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T02:43:26.3827821Z Self CPU time total: 44.442ms 2022-11-23T02:43:26.3828140Z 2022-11-23T02:43:26.3828783Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T02:43:26.3829868Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-11-23T02:43:26.3830590Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T02:43:26.3831138Z aten::lstm 13.77% 6.120ms 98.58% 43.812ms 2.191ms 20 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:43:26.3831538Z aten::mul 9.68% 4.301ms 9.68% 4.301ms 7.168us 600 [[3, 20], [3, 20]] 2022-11-23T02:43:26.3831944Z aten::addmm 9.37% 4.164ms 13.10% 5.824ms 29.120us 200 [[80], [3, 20], [20, 80], [], []] 2022-11-23T02:43:26.3832337Z aten::sigmoid_ 9.36% 4.161ms 9.36% 4.161ms 6.935us 600 [[3, 20]] 2022-11-23T02:43:26.3832733Z aten::unsafe_split 6.14% 2.728ms 18.15% 8.067ms 40.335us 200 [[3, 80], [], []] 2022-11-23T02:43:26.3833157Z aten::slice 5.71% 2.537ms 7.56% 3.361ms 4.201us 800 [[3, 80], [], [], [], []] 2022-11-23T02:43:26.3833552Z aten::narrow 4.39% 1.950ms 12.01% 5.337ms 6.671us 800 [[3, 80], [], [], []] 2022-11-23T02:43:26.3834096Z aten::tanh 3.32% 1.474ms 3.32% 1.474ms 7.370us 200 [[3, 20]] 2022-11-23T02:43:26.3834492Z aten::tanh_ 3.19% 1.418ms 3.19% 1.418ms 7.090us 200 [[3, 20]] 2022-11-23T02:43:26.3834882Z aten::add_ 3.14% 1.395ms 3.14% 1.395ms 6.975us 200 [[3, 80], [3, 80], []] 2022-11-23T02:43:26.3835433Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T02:43:26.3836000Z Self CPU time total: 44.442ms 2022-11-23T02:43:26.3836176Z 2022-11-23T02:43:26.3836354Z =================================================================================================================================================================== 2022-11-23T02:43:26.3836631Z TEST 2022-11-23T02:43:26.3836926Z =================================================================================================================================================================== 2022-11-23T02:43:26.3837426Z This report only display top-level ops statistics 2022-11-23T02:43:26.3837973Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T02:43:26.3838661Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-11-23T02:43:26.3839282Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T02:43:26.3839842Z aten::lstm 0.97% 430.000us 6.28% 2.789ms 2.789ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:43:26.3840228Z aten::lstm 0.80% 355.000us 5.51% 2.450ms 2.450ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:43:26.3840608Z aten::lstm 0.77% 343.000us 5.63% 2.503ms 2.503ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:43:26.3840996Z aten::lstm 0.77% 343.000us 5.34% 2.373ms 2.373ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:43:26.3841373Z aten::lstm 0.75% 333.000us 5.82% 2.588ms 2.588ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:43:26.3841754Z aten::lstm 0.74% 329.000us 5.51% 2.450ms 2.450ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:43:26.3842138Z aten::lstm 0.74% 328.000us 5.64% 2.505ms 2.505ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:43:26.3842512Z aten::lstm 0.72% 320.000us 4.83% 2.148ms 2.148ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:43:26.3842895Z aten::lstm 0.72% 320.000us 5.48% 2.434ms 2.434ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:43:26.3843375Z aten::lstm 0.72% 318.000us 5.35% 2.379ms 2.379ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:43:26.3843894Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T02:43:26.3844631Z Self CPU time total: 44.442ms 2022-11-23T02:43:26.3844800Z 2022-11-23T02:43:26.3844981Z =================================================================================================================================================================== 2022-11-23T02:43:26.3845323Z This report only display top-level ops statistics 2022-11-23T02:43:26.3845868Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T02:43:26.3846478Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-11-23T02:43:26.3847071Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T02:43:26.3847620Z aten::lstm 13.77% 6.120ms 98.58% 43.812ms 2.191ms 20 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-11-23T02:43:26.3848003Z aten::randn 0.80% 356.000us 1.42% 630.000us 10.500us 60 [[], [], [], [], []] 2022-11-23T02:43:26.3848531Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-11-23T02:43:26.3849060Z Self CPU time total: 44.442ms 2022-11-23T02:43:26.3849238Z 2022-11-23T02:43:26.3849407Z Total time based on python measurements: 47.896ms 2022-11-23T02:43:26.3849762Z CPU time measurement python side overhead: 7.77% 2022-11-23T02:43:26.3850044Z ok (3.123s) 2022-11-23T02:43:26.3850415Z test_profiler_aggregation_table (__main__.TestAutograd) 2022-11-23T02:43:26.3851124Z Test if the profiling result is aggregated for `str(prof)` ... STAGE:2022-11-23 02:43:07 100:3444 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:43:26.3852103Z STAGE:2022-11-23 02:43:07 100:3444 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:43:26.3852875Z STAGE:2022-11-23 02:43:07 100:3444 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:43:26.3853353Z ok (0.006s) 2022-11-23T02:43:26.3853672Z test_profiler_function_event_avg (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:43:26.3854348Z test_profiler_propagation (__main__.TestAutograd) ... STAGE:2022-11-23 02:43:07 100:3444 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:43:26.3855166Z STAGE:2022-11-23 02:43:07 100:3444 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:43:26.3855917Z STAGE:2022-11-23 02:43:07 100:3444 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:43:26.3856402Z ok (0.112s) 2022-11-23T02:43:26.3857141Z test_profiler_seq_nr (__main__.TestAutograd) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/66893 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.004s) 2022-11-23T02:43:26.3858258Z test_profiler_shapes (__main__.TestAutograd) ... STAGE:2022-11-23 02:43:07 100:3444 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:43:26.3859429Z STAGE:2022-11-23 02:43:07 100:3444 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:43:26.3860201Z STAGE:2022-11-23 02:43:07 100:3444 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:43:26.3860601Z 2022-11-23T02:43:26.3860942Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-11-23T02:43:26.3861536Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-11-23T02:43:26.3862106Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-11-23T02:43:26.3862640Z aten::linear 1.92% 8.000us 81.29% 339.000us 339.000us 1 [[128, 20], [30, 20], [30]] 2022-11-23T02:43:26.3863043Z aten::t 5.04% 21.000us 7.43% 31.000us 31.000us 1 [[30, 20]] 2022-11-23T02:43:26.3863446Z aten::transpose 1.68% 7.000us 2.40% 10.000us 10.000us 1 [[30, 20], [], []] 2022-11-23T02:43:26.3863936Z aten::as_strided 0.72% 3.000us 0.72% 3.000us 3.000us 1 [[30, 20], [], [], []] 2022-11-23T02:43:26.3864358Z aten::addmm 65.47% 273.000us 71.94% 300.000us 300.000us 1 [[30], [128, 20], [20, 30], [], []] 2022-11-23T02:43:26.3864837Z aten::expand 1.20% 5.000us 1.44% 6.000us 6.000us 1 [[30], [], []] 2022-11-23T02:43:26.3865286Z aten::as_strided 0.24% 1.000us 0.24% 1.000us 1.000us 1 [[30], [], [], []] 2022-11-23T02:43:26.3865846Z aten::copy_ 5.04% 21.000us 5.04% 21.000us 21.000us 1 [[128, 30], [128, 30], []] 2022-11-23T02:43:26.3866538Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 30]] 2022-11-23T02:43:26.3866933Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 20]] 2022-11-23T02:43:26.3867329Z aten::linear 0.96% 4.000us 18.71% 78.000us 78.000us 1 [[128, 30], [40, 30], [40]] 2022-11-23T02:43:26.3867718Z aten::t 2.16% 9.000us 3.60% 15.000us 15.000us 1 [[40, 30]] 2022-11-23T02:43:26.3868111Z aten::transpose 0.96% 4.000us 1.44% 6.000us 6.000us 1 [[40, 30], [], []] 2022-11-23T02:43:26.3868521Z aten::as_strided 0.48% 2.000us 0.48% 2.000us 2.000us 1 [[40, 30], [], [], []] 2022-11-23T02:43:26.3868923Z aten::addmm 9.83% 41.000us 14.15% 59.000us 59.000us 1 [[40], [128, 30], [30, 40], [], []] 2022-11-23T02:43:26.3869309Z aten::expand 0.48% 2.000us 0.72% 3.000us 3.000us 1 [[40], [], []] 2022-11-23T02:43:26.3869707Z aten::as_strided 0.24% 1.000us 0.24% 1.000us 1.000us 1 [[40], [], [], []] 2022-11-23T02:43:26.3870945Z aten::copy_ 3.60% 15.000us 3.60% 15.000us 15.000us 1 [[128, 40], [128, 40], []] 2022-11-23T02:43:26.3871451Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 40]] 2022-11-23T02:43:26.3871898Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 30]] 2022-11-23T02:43:26.3872554Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-11-23T02:43:26.3873121Z Self CPU time total: 417.000us 2022-11-23T02:43:26.3873419Z 2022-11-23T02:43:26.3873525Z ok (0.009s) 2022-11-23T02:43:26.3874121Z test_profiler_unboxed_only (__main__.TestAutograd) ... STAGE:2022-11-23 02:43:07 100:3444 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:43:26.3874960Z STAGE:2022-11-23 02:43:07 100:3444 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:43:26.3875734Z STAGE:2022-11-23 02:43:07 100:3444 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:43:26.3876218Z ok (0.003s) 2022-11-23T02:43:26.3876656Z test_pynode_destruction_deadlock (__main__.TestAutograd) ... ok (4.200s) 2022-11-23T02:43:26.3877347Z test_record_function (__main__.TestAutograd) ... STAGE:2022-11-23 02:43:12 100:3444 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:43:26.3878153Z STAGE:2022-11-23 02:43:12 100:3444 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:43:26.3878904Z STAGE:2022-11-23 02:43:12 100:3444 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:43:26.3879790Z STAGE:2022-11-23 02:43:12 100:3444 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:43:26.3880800Z STAGE:2022-11-23 02:43:12 100:3444 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:43:26.3881568Z STAGE:2022-11-23 02:43:12 100:3444 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:43:26.3882051Z ok (0.006s) 2022-11-23T02:43:26.3882640Z test_record_function_callbacks (__main__.TestAutograd) ... STAGE:2022-11-23 02:43:12 100:3444 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:43:26.3883475Z STAGE:2022-11-23 02:43:12 100:3444 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:43:26.3884231Z STAGE:2022-11-23 02:43:12 100:3444 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:43:26.3884792Z ok (0.003s) 2022-11-23T02:43:26.3885573Z test_record_function_legacy (__main__.TestAutograd) ... STAGE:2022-11-23 02:43:12 100:3444 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T02:43:26.3886524Z STAGE:2022-11-23 02:43:12 100:3444 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T02:43:26.3888177Z STAGE:2022-11-23 02:43:12 100:3444 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T02:43:26.3888663Z ok (0.003s) 2022-11-23T02:43:26.3889001Z test_record_function_multithreaded (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T02:43:26.3889419Z test_reentrant_child_error (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T02:43:26.3889812Z test_reentrant_priority (__main__.TestAutograd) ... ok (0.005s) 2022-11-23T02:43:26.3890240Z test_reentrant_with_callbacks_both_depths (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:43:26.3890655Z test_reentrant_with_callbacks_depth_0 (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:43:26.3891080Z test_reentrant_with_callbacks_depth_1 (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:43:26.3891503Z test_reentrant_with_leaf_variable_hook (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:43:26.3891945Z test_reentrant_with_non_leaf_variable_hook (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:43:26.3892348Z test_requires_grad (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:43:26.3892719Z test_requires_grad_ (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:43:26.3893177Z test_requires_grad_inplace (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:43:26.3893559Z test_retain_grad (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:43:26.3894156Z test_retain_grad_cycle (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T02:43:26.3894646Z test_retain_grad_inplace (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:43:26.3895065Z test_retain_grad_inplace_over_view (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:43:26.3895460Z test_return_duplicate (__main__.TestAutograd) ... ok (0.008s) 2022-11-23T02:43:26.3895825Z test_return_duplicate_inplace (__main__.TestAutograd) ... ok (0.008s) 2022-11-23T02:43:26.3896206Z test_return_leaf (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:43:26.3896570Z test_return_leaf_inplace (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:43:26.3896955Z test_save_none_for_backward (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:43:26.3897355Z test_save_on_cpu_and_checkpoint (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:43:26.3897743Z test_save_output_nr (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:43:26.3898183Z test_saved_variable_packing_unpacking_did_not_save_original_with_default_hooks (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:43:26.3898727Z test_saved_variable_packing_unpacking_did_not_save_original_with_hooks (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:43:26.3899252Z test_saved_variable_packing_unpacking_saved_original_with_default_hooks (__main__.TestAutograd) ... ok (0.008s) 2022-11-23T02:43:26.3899775Z test_saved_variable_packing_unpacking_saved_original_with_hooks (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:43:26.3900368Z test_saved_variable_saved_original_inplace_detach (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:43:26.3901040Z test_saved_variable_version_counter (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:43:26.3901467Z test_saved_variables_deprecated (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:43:26.3901847Z test_saving_variable_to_disk (__main__.TestAutograd) ... ok (0.028s) 2022-11-23T02:43:26.3902235Z test_select_expanded_v (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:43:26.3902603Z test_select_sum (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:43:26.3902978Z test_set_data_preserve_pyobj (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:43:26.3903379Z test_set_data_self_requires_grad (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:43:26.3903781Z test_set_data_tensorimpl_type (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:43:26.3904152Z test_set_grad_coroutines (__main__.TestAutograd) ... ok (0.006s) 2022-11-23T02:43:26.3905168Z test_set_grad_coroutines_benign_exceptions (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:43:26.3905619Z test_set_grad_coroutines_critical_exceptions (__main__.TestAutograd) ... ok (0.000s) 2022-11-23T02:43:26.3906041Z test_set_grad_coroutines_exit (__main__.TestAutograd) ... ok (0.011s) 2022-11-23T02:43:26.3906427Z test_set_grad_enabled (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:43:26.3907034Z test_set_grad_generator_functions (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T02:43:26.3907454Z test_set_grad_generator_functions_recursive (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T02:43:26.3908093Z test_setitem (__main__.TestAutograd) ... ok (0.032s) 2022-11-23T02:43:26.3908447Z test_setitem_mask (__main__.TestAutograd) ... ok (0.005s) 2022-11-23T02:43:26.3908881Z test_setting_default_saved_variable_hooks_twice_should_not_fail (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T02:43:26.3909380Z test_setting_default_saved_variable_hooks_twice_should_use_inner (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:43:26.3909800Z test_shape (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T02:43:26.3910132Z test_sharded_grad (__main__.TestAutograd) ... ok (0.007s) 2022-11-23T02:43:26.3910500Z test_simple_reentrant (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:43:26.3910877Z test_slice_expanded_v (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:43:26.3911266Z test_sparse_gather_both_scalar (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T02:43:26.3911760Z test_sparse_gather_dim0 (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T02:43:26.3912160Z test_sparse_gather_dim1 (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:43:26.3912520Z test_sparse_gather_dim_neg (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:43:26.3912920Z test_sparse_gather_ind_scalar (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:43:26.3913316Z test_sparse_gather_x_scalar (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:43:26.3913809Z test_sparse_mm_backward (__main__.TestAutograd) ... ok (0.017s) 2022-11-23T02:43:26.3914645Z test_symeig_no_eigenvectors (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\test\test_autograd.py:3933: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-11-23T02:43:26.3915502Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-11-23T02:43:26.3915954Z L, _ = torch.symeig(A, upper=upper) 2022-11-23T02:43:26.3916216Z should be replaced with 2022-11-23T02:43:26.3916549Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-11-23T02:43:26.3916839Z and 2022-11-23T02:43:26.3917102Z L, V = torch.symeig(A, eigenvectors=True) 2022-11-23T02:43:26.3917392Z should be replaced with 2022-11-23T02:43:26.3917937Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2909.) 2022-11-23T02:43:26.3918472Z w, v = torch.symeig(A, eigenvectors=False) 2022-11-23T02:43:26.3918747Z ok (0.004s) 2022-11-23T02:43:26.3919190Z test_tensor_grad_warnings (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:43:26.3919662Z test_thread_shutdown (__main__.TestAutograd) ... skip: Skipping because doesn't work for windows (0.001s) 2022-11-23T02:43:26.3920091Z test_too_many_grads (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:43:26.3920465Z test_type_conversions (__main__.TestAutograd) ... ok (0.026s) 2022-11-23T02:43:26.3920928Z test_unrelated_inputs (__main__.TestAutograd) ... ok (0.010s) 2022-11-23T02:43:26.3921358Z test_unused_output (__main__.TestAutograd) ... ok (0.004s) 2022-11-23T02:43:26.3921928Z test_var_mean_differentiable (__main__.TestAutograd) ... ok (0.007s) 2022-11-23T02:43:26.3922318Z test_variable_traverse (__main__.TestAutograd) ... ok (0.138s) 2022-11-23T02:43:26.3923297Z test_version_counter (__main__.TestAutograd) ... ok (0.003s) 2022-11-23T02:43:26.3923680Z test_volatile_deprecated (__main__.TestAutograd) ... ok (0.001s) 2022-11-23T02:43:26.3924053Z test_will_engine_execute_node (__main__.TestAutograd) ... ok (0.007s) 2022-11-23T02:43:26.3924472Z test_wrapped_number_saved_variable_hooks (__main__.TestAutograd) ... ok (0.002s) 2022-11-23T02:43:26.3924949Z test_view_func_for_complex_views (autograd.test_complex.TestAutogradComplex) ... ok (0.003s) 2022-11-23T02:43:26.3925453Z test_view_with_multi_output (autograd.test_complex.TestAutogradComplex) ... ok (0.006s) 2022-11-23T02:43:26.3925963Z test_advanced_indexing_backwards_large_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T02:43:26.3926494Z test_advanced_indexing_backwards_memory_format_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T02:43:26.3927025Z test_backward_device_cuda (__main__.TestAutogradDeviceTypeCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T02:43:26.3927679Z test_copy__cuda (__main__.TestAutogradDeviceTypeCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T02:43:26.3928243Z test_copy_forward_ad_broadcasting_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.001s) 2022-11-23T02:43:26.3928956Z test_copy_forward_ad_same_layout_copies_grad_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T02:43:26.3929437Z test_copy_r_to_c_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T02:43:26.3930015Z test_cross_device_reentrant_autograd_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T02:43:26.3930528Z test_free_unneeded_tensor_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T02:43:26.3930969Z test_grad_assignment_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.069s) 2022-11-23T02:43:26.3931475Z test_gradcheck_input_output_different_device_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T02:43:26.3932150Z test_inplace_multiple_output_view_of_view_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T02:43:26.3932669Z test_inplace_on_view_backprop_base_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T02:43:26.3934071Z test_inplace_on_view_backprop_view_cuda (__main__.TestAutogradDeviceTypeCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_autograd.py:8638: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\build\aten\src\ATen/core/TensorBody.h:485.) 2022-11-23T02:43:26.3935567Z self.assertIsNone(a.grad) 2022-11-23T02:43:26.3935834Z ok (0.000s) 2022-11-23T02:43:26.3936206Z test_inplace_on_view_backprop_view_of_view_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T02:43:26.3936695Z test_inplace_on_view_gradcheck_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.040s) 2022-11-23T02:43:26.3937208Z test_inplace_on_view_makes_base_require_grad_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T02:43:26.3937712Z test_inplace_on_view_modify_base_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.023s) 2022-11-23T02:43:26.3938210Z test_inplace_on_view_multi_output_safe_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T02:43:26.3938715Z test_inplace_on_view_multi_output_unsafe_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T02:43:26.3939197Z test_inplace_on_view_multiple_outputs_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T02:43:26.3940288Z test_inplace_on_view_non_contig_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T02:43:26.3940795Z test_inplace_on_view_of_multiple_output_view_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T02:43:26.3941413Z test_inplace_on_view_of_view_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T02:43:26.3942100Z test_inplace_on_view_python_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.022s) 2022-11-23T02:43:26.3942613Z test_inplace_on_view_then_no_grad_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T02:43:26.3943165Z test_inputbuffer_add_multidevice_cuda (__main__.TestAutogradDeviceTypeCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T02:43:26.3943700Z test_min_max_median_backprops_to_all_values_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T02:43:26.3944182Z test_mv_grad_stride_0_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.014s) 2022-11-23T02:43:26.3944709Z test_non_differentiable_ops_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T02:43:26.3945287Z test_parameter_resize_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T02:43:26.3945742Z test_pin_memory_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T02:43:26.3946192Z test_profiler_emit_itt_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.001s) 2022-11-23T02:43:26.3946628Z test_profiler_emit_nvtx_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T02:43:26.3947198Z test_pyscalar_conversions_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T02:43:26.3948275Z test_reentrant_parent_error_on_cpu_cuda (__main__.TestAutogradDeviceTypeCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/86735 for platform(s) win, windows. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-11-23T02:43:26.3949438Z test_requires_grad_factory_cuda_float32 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T02:43:26.3949943Z test_requires_grad_factory_cuda_float64 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T02:43:26.3950460Z test_rnn_backward_to_input_but_not_parameters_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.724s) 2022-11-23T02:43:26.3951488Z test_scatter_index_reduce_amin_amax_backprops_to_all_values_cuda (__main__.TestAutogradDeviceTypeCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\gradcheck.py:1427: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1681.) 2022-11-23T02:43:26.3952358Z func_out = func(*tupled_inputs) 2022-11-23T02:43:26.3953074Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\gradcheck.py:1427: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\cuda\Indexing.cu:1047.) 2022-11-23T02:43:26.3953749Z func_out = func(*tupled_inputs) 2022-11-23T02:43:26.3953978Z ok (0.021s) 2022-11-23T02:43:26.3954371Z test_scatter_index_reduce_prod_gradgrad_error_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.040s) 2022-11-23T02:43:26.3954996Z test_set_requires_grad_only_for_floats_cuda_float16 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T02:43:26.3955541Z test_set_requires_grad_only_for_floats_cuda_float32 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T02:43:26.3956293Z test_set_requires_grad_only_for_floats_cuda_float64 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T02:43:26.3956798Z test_set_requires_grad_only_for_floats_cuda_int16 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T02:43:26.3957915Z test_set_requires_grad_only_for_floats_cuda_int32 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T02:43:26.3958439Z test_set_requires_grad_only_for_floats_cuda_int64 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T02:43:26.3959078Z test_set_requires_grad_only_for_floats_cuda_int8 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T02:43:26.3959588Z test_simple_reentrant_cross_device_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T02:43:26.3960092Z test_sparse_backward_cuda_complex128 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.291s) 2022-11-23T02:43:26.3960578Z test_sparse_backward_cuda_float64 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.011s) 2022-11-23T02:43:26.3961082Z test_sparse_ctor_getter_backward_cuda_complex128 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.714s) 2022-11-23T02:43:26.3961606Z test_sparse_ctor_getter_backward_cuda_float64 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.046s) 2022-11-23T02:43:26.3962201Z test_sparse_mask_autograd_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T02:43:26.3962904Z test_strided_leaf_grad_layout_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T02:43:26.3963396Z test_to_r_to_c_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T02:43:26.3963903Z test_unused_output_device_cuda (__main__.TestAutogradDeviceTypeCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T02:43:26.3964415Z test_warning_in_backward_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T02:43:26.3965417Z test_where_functional_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.026s) 2022-11-23T02:43:26.3965921Z test_where_scalar_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.023s) 2022-11-23T02:43:26.3966772Z test_advanced_packing_unpacking (__main__.TestAutogradForwardMode) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T02:43:26.3967531Z warnings.warn(message, UserWarning) 2022-11-23T02:43:26.3967801Z ok (0.007s) 2022-11-23T02:43:26.3968157Z test_backward_graph_destruction (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-11-23T02:43:26.3968627Z test_basic_packing_unpacking (__main__.TestAutogradForwardMode) ... ok (0.006s) 2022-11-23T02:43:26.3969228Z test_codegen_ignores_undefined_outputs (__main__.TestAutogradForwardMode) ... ok (0.042s) 2022-11-23T02:43:26.3969708Z test_create_new_zeros_with_same_meta (__main__.TestAutogradForwardMode) ... ok (0.021s) 2022-11-23T02:43:26.3970368Z test_default_level (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-11-23T02:43:26.3970806Z test_detach_view_tracking (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-11-23T02:43:26.3971261Z test_forward_level_cleanup (__main__.TestAutogradForwardMode) ... ok (0.011s) 2022-11-23T02:43:26.3971831Z test_grad_cleanup (__main__.TestAutogradForwardMode) ... ok (0.004s) 2022-11-23T02:43:26.3972282Z test_make_dual_forbid_integral_dtype (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-11-23T02:43:26.3972775Z test_make_dual_inference_tensor_in_inference_mode (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-11-23T02:43:26.3973255Z test_make_dual_torch_dispatch (__main__.TestAutogradForwardMode) ... ok (0.005s) 2022-11-23T02:43:26.3973694Z test_metadata_check_check_conj (__main__.TestAutogradForwardMode) ... ok (0.006s) 2022-11-23T02:43:26.3974172Z test_metadata_check_checks_ignores_size_zero (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-11-23T02:43:26.3974658Z test_metadata_check_checks_storage_numel (__main__.TestAutogradForwardMode) ... ok (0.011s) 2022-11-23T02:43:26.3975178Z test_metadata_check_ignore_storage_offset_for_zero_numel_tensor (__main__.TestAutogradForwardMode) ... ok (0.004s) 2022-11-23T02:43:26.3976396Z test_metadata_check_when_primal_has_conj_bit (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-11-23T02:43:26.3977148Z test_metadata_check_when_primal_has_neg_bit (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-11-23T02:43:26.3977587Z test_nested_level (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-11-23T02:43:26.3978014Z test_non_differentiable (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-11-23T02:43:26.3978437Z test_out_variant (__main__.TestAutogradForwardMode) ... ok (0.004s) 2022-11-23T02:43:26.3978841Z test_print (__main__.TestAutogradForwardMode) ... ok (0.006s) 2022-11-23T02:43:26.3979291Z test_set_fw_grad_having_own_fw_grad_at_same_level (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-11-23T02:43:26.3979738Z test_size_check (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-11-23T02:43:26.3980183Z test_view_inplace_always_creates_a_view (__main__.TestAutogradForwardMode) ... ok (0.008s) 2022-11-23T02:43:26.3980649Z test_view_inplace_differentiable_views (__main__.TestAutogradForwardMode) ... ok (0.005s) 2022-11-23T02:43:26.3981139Z test_view_inplace_non_differentiable_views (__main__.TestAutogradForwardMode) ... ok (0.009s) 2022-11-23T02:43:26.3981657Z test_inplace_on_view_not_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.000s) 2022-11-23T02:43:26.3982182Z test_inplace_on_view_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.000s) 2022-11-23T02:43:26.3983342Z test_metadata_check_for_storage_numel_skipped (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.012s) 2022-11-23T02:43:26.3984175Z test_out_of_place_basic (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.015s) 2022-11-23T02:43:26.3984692Z test_out_of_place_not_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.002s) 2022-11-23T02:43:26.3985221Z test_construct_standard_basis_for_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-11-23T02:43:26.3985814Z test_construct_standard_basis_for_cuda_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-11-23T02:43:26.3986414Z test_construct_standard_basis_for_cuda_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-11-23T02:43:26.3987002Z test_construct_standard_basis_for_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.033s) 2022-11-23T02:43:26.3987599Z test_hessian_create_graph_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.240s) 2022-11-23T02:43:26.3988214Z test_hessian_create_graph_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (1.834s) 2022-11-23T02:43:26.3988821Z test_hessian_create_graph_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.110s) 2022-11-23T02:43:26.3989497Z test_hessian_create_graph_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.834s) 2022-11-23T02:43:26.3990108Z test_hessian_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-11-23T02:43:26.3990881Z test_hessian_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-11-23T02:43:26.3991474Z test_hessian_err_check_strict_vectorize_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-11-23T02:43:26.3992205Z test_hessian_err_check_strict_vectorize_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:43:26.3992814Z test_hessian_err_check_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-11-23T02:43:26.3993404Z test_hessian_err_check_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.025s) 2022-11-23T02:43:26.3993999Z test_hessian_err_check_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-11-23T02:43:26.3995151Z test_hessian_err_check_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-11-23T02:43:26.3995725Z test_hessian_match_vhp_hvp_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-11-23T02:43:26.3996393Z test_hessian_match_vhp_hvp_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-11-23T02:43:26.3996962Z test_hessian_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.014s) 2022-11-23T02:43:26.3997754Z test_hessian_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.019s) 2022-11-23T02:43:26.3998293Z test_hessian_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-11-23T02:43:26.3998835Z test_hessian_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.018s) 2022-11-23T02:43:26.3999374Z test_hessian_output_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-11-23T02:43:26.3999953Z test_hessian_output_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.014s) 2022-11-23T02:43:26.4000538Z test_hessian_scalar_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-11-23T02:43:26.4001135Z test_hessian_scalar_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.017s) 2022-11-23T02:43:26.4002278Z test_hessian_scalar_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:43:26.4002908Z test_hessian_scalar_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.011s) 2022-11-23T02:43:26.4003632Z test_hessian_vectorize_correctness_multi_input_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.027s) 2022-11-23T02:43:26.4004468Z test_hessian_vectorize_correctness_multi_input_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.310s) 2022-11-23T02:43:26.4005066Z test_hessian_vectorize_correctness_simple_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.015s) 2022-11-23T02:43:26.4005679Z test_hessian_vectorize_correctness_simple_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.091s) 2022-11-23T02:43:26.4006310Z test_hessian_vectorize_correctness_unrelated_outputs_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.017s) 2022-11-23T02:43:26.4007071Z test_hessian_vectorize_correctness_unrelated_outputs_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.079s) 2022-11-23T02:43:26.4007709Z test_hessian_vectorize_raises_no_warnings_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:43:26.4008316Z test_hessian_vectorize_raises_no_warnings_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-11-23T02:43:26.4008900Z test_hvp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.146s) 2022-11-23T02:43:26.4009450Z test_hvp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.959s) 2022-11-23T02:43:26.4010083Z test_hvp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.018s) 2022-11-23T02:43:26.4010637Z test_hvp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.021s) 2022-11-23T02:43:26.4011422Z test_hvp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-11-23T02:43:26.4011980Z test_hvp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.013s) 2022-11-23T02:43:26.4012525Z test_hvp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-11-23T02:43:26.4013641Z test_hvp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.017s) 2022-11-23T02:43:26.4014172Z test_hvp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-11-23T02:43:26.4014675Z test_hvp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-11-23T02:43:26.4015205Z test_hvp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-11-23T02:43:26.4015735Z test_hvp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.014s) 2022-11-23T02:43:26.4016313Z test_jacobian_create_graph_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.107s) 2022-11-23T02:43:26.4017037Z test_jacobian_create_graph_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.710s) 2022-11-23T02:43:26.4017761Z test_jacobian_create_graph_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.070s) 2022-11-23T02:43:26.4018678Z test_jacobian_create_graph_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.483s) 2022-11-23T02:43:26.4019266Z test_jacobian_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-11-23T02:43:26.4019812Z test_jacobian_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.013s) 2022-11-23T02:43:26.4020954Z test_jacobian_err_check_strict_vectorize_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:43:26.4021601Z test_jacobian_err_check_strict_vectorize_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-11-23T02:43:26.4022201Z test_jacobian_err_check_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:43:26.4022950Z test_jacobian_err_check_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.020s) 2022-11-23T02:43:26.4023562Z test_jacobian_err_check_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-11-23T02:43:26.4024248Z test_jacobian_err_check_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-11-23T02:43:26.4024812Z test_jacobian_match_vjp_jvp_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-11-23T02:43:26.4025646Z test_jacobian_match_vjp_jvp_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.013s) 2022-11-23T02:43:26.4026203Z test_jacobian_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:43:26.4026749Z test_jacobian_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-11-23T02:43:26.4027296Z test_jacobian_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.013s) 2022-11-23T02:43:26.4027877Z test_jacobian_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.018s) 2022-11-23T02:43:26.4028447Z test_jacobian_output_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-11-23T02:43:26.4029031Z test_jacobian_output_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.013s) 2022-11-23T02:43:26.4029573Z test_jacobian_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:43:26.4030122Z test_jacobian_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-11-23T02:43:26.4030683Z test_jacobian_scalar_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-11-23T02:43:26.4031360Z test_jacobian_scalar_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-11-23T02:43:26.4032795Z test_jacobian_vectorize_correctness_different_devices_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.011s) 2022-11-23T02:43:26.4033448Z test_jacobian_vectorize_correctness_different_devices_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.033s) 2022-11-23T02:43:26.4034096Z test_jacobian_vectorize_correctness_different_dtype_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:43:26.4034723Z test_jacobian_vectorize_correctness_different_dtype_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.011s) 2022-11-23T02:43:26.4035354Z test_jacobian_vectorize_correctness_multi_input_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-11-23T02:43:26.4035983Z test_jacobian_vectorize_correctness_multi_input_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.035s) 2022-11-23T02:43:26.4036626Z test_jacobian_vectorize_correctness_multi_input_multi_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.015s) 2022-11-23T02:43:26.4037285Z test_jacobian_vectorize_correctness_multi_input_multi_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.113s) 2022-11-23T02:43:26.4038029Z test_jacobian_vectorize_correctness_simple_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-11-23T02:43:26.4038878Z test_jacobian_vectorize_correctness_simple_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.056s) 2022-11-23T02:43:26.4040128Z test_jacobian_vectorize_correctness_unrelated_outputs_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-11-23T02:43:26.4040840Z test_jacobian_vectorize_correctness_unrelated_outputs_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.045s) 2022-11-23T02:43:26.4051397Z test_jacobian_vectorize_correctness_zero_dim_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-11-23T02:43:26.4052630Z test_jacobian_vectorize_correctness_zero_dim_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.071s) 2022-11-23T02:43:26.4055093Z test_jacobian_vectorize_raises_no_warnings_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-11-23T02:43:26.4057978Z test_jacobian_vectorize_raises_no_warnings_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:43:26.4059517Z test_jvp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.102s) 2022-11-23T02:43:26.4060689Z test_jvp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.709s) 2022-11-23T02:43:26.4061749Z test_jvp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.013s) 2022-11-23T02:43:26.4062744Z test_jvp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-11-23T02:43:26.4063846Z test_jvp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-11-23T02:43:26.4064895Z test_jvp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-11-23T02:43:26.4065884Z test_jvp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:43:26.4066960Z test_jvp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-11-23T02:43:26.4068061Z test_jvp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-11-23T02:43:26.4069081Z test_jvp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-11-23T02:43:26.4070097Z test_jvp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-11-23T02:43:26.4071159Z test_jvp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-11-23T02:43:26.4073308Z test_vhp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.136s) 2022-11-23T02:43:26.4074444Z test_vhp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.875s) 2022-11-23T02:43:26.4075571Z test_vhp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-11-23T02:43:26.4076661Z test_vhp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.020s) 2022-11-23T02:43:26.4077784Z test_vhp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-11-23T02:43:26.4078921Z test_vhp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.011s) 2022-11-23T02:43:26.4079952Z test_vhp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-11-23T02:43:26.4081055Z test_vhp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.013s) 2022-11-23T02:43:26.4082147Z test_vhp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:43:26.4083193Z test_vhp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-11-23T02:43:26.4084248Z test_vhp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-11-23T02:43:26.4085297Z test_vhp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.011s) 2022-11-23T02:43:26.4087327Z test_vjp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.098s) 2022-11-23T02:43:26.4088487Z test_vjp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.598s) 2022-11-23T02:43:26.4089680Z test_vjp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-11-23T02:43:26.4090855Z test_vjp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-11-23T02:43:26.4092088Z test_vjp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-11-23T02:43:26.4093282Z test_vjp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-11-23T02:43:26.4094379Z test_vjp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:43:26.4095407Z test_vjp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.011s) 2022-11-23T02:43:26.4096538Z test_vjp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-11-23T02:43:26.4097599Z test_vjp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-11-23T02:43:26.4098608Z test_vjp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-11-23T02:43:26.4099690Z test_vjp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-11-23T02:43:26.4100675Z test_inference_mode_context_manager (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-11-23T02:43:26.4101595Z test_inference_mode_decorator (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-11-23T02:43:26.4102320Z test_inference_mode_existing_autograd_session (__main__.TestAutogradInferenceMode) ... ok (0.003s) 2022-11-23T02:43:26.4103278Z test_inference_mode_handle_direct_view_on_rebase (__main__.TestAutogradInferenceMode) ... ok (0.003s) 2022-11-23T02:43:26.4104335Z test_inference_mode_handle_indirect_view_on_rebase (__main__.TestAutogradInferenceMode) ... ok (0.003s) 2022-11-23T02:43:26.4105315Z test_inference_mode_inf_tensor_in_inf_mode_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.000s) 2022-11-23T02:43:26.4106336Z test_inference_mode_inf_tensor_in_inf_mode_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.000s) 2022-11-23T02:43:26.4108332Z test_inference_mode_inf_tensor_in_inf_mode_view_op (__main__.TestAutogradInferenceMode) ... ok (0.006s) 2022-11-23T02:43:26.4109365Z test_inference_mode_inf_tensor_in_normal_mode_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-11-23T02:43:26.4110496Z test_inference_mode_inf_tensor_in_normal_mode_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.003s) 2022-11-23T02:43:26.4111561Z test_inference_mode_inf_tensor_in_normal_mode_view_op (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-11-23T02:43:26.4112609Z test_inference_mode_tensor_creation (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-11-23T02:43:26.4113601Z test_mix_inference_and_normal_tensor_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.004s) 2022-11-23T02:43:26.4114606Z test_mix_inference_and_normal_tensor_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.004s) 2022-11-23T02:43:26.4115613Z test_mix_inference_and_normal_tensor_view_op (__main__.TestAutogradInferenceMode) ... ok (0.003s) 2022-11-23T02:43:26.4116642Z test_normal_tensor_inplace_output_in_inference_mode (__main__.TestAutogradInferenceMode) ... ok (0.006s) 2022-11-23T02:43:26.4117702Z test_normal_tensor_inplace_output_in_normal_mode (__main__.TestAutogradInferenceMode) ... ok (0.004s) 2022-11-23T02:43:26.4118766Z test_normal_tensor_view_output_in_inference_mode (__main__.TestAutogradInferenceMode) ... ok (0.005s) 2022-11-23T02:43:26.4119813Z test_normal_tensor_view_output_in_normal_mode (__main__.TestAutogradInferenceMode) ... ok (0.003s) 2022-11-23T02:43:26.4121870Z test_autograd_composite_implicit_and_dispatch_registration_cuda (__main__.TestAutogradMultipleDispatchCUDA) ... ok (0.005s) 2022-11-23T02:43:26.4123020Z test_autograd_multiple_dispatch_registrations_cuda (__main__.TestAutogradMultipleDispatchCUDA) ... ok (0.005s) 2022-11-23T02:43:26.4123990Z test_backward_single_threaded_cuda (__main__.TestAutogradMultipleDispatchCUDA) ... ok (0.000s) 2022-11-23T02:43:26.4124543Z test_foward_mode_AD_cuda (__main__.TestAutogradMultipleDispatchCUDA) ... ok (0.006s) 2022-11-23T02:43:26.4125655Z test_per_dispatch_key_input_saving_cuda (__main__.TestAutogradMultipleDispatchCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T02:43:26.4126794Z test_view_copy_cuda (__main__.TestAutogradMultipleDispatchCUDA) ... ok (0.000s) 2022-11-23T02:43:26.4127315Z test_cat_stack_r_to_c (__main__.TestMultithreadAutograd) ... ok (0.271s) 2022-11-23T02:43:26.4127810Z test_dataparallel_saved_tensors_hooks (__main__.TestMultithreadAutograd) ... ok (0.006s) 2022-11-23T02:43:26.4128453Z test_fork_join_in_middle (__main__.TestMultithreadAutograd) ... ok (0.028s) 2022-11-23T02:43:26.4128862Z test_multi_grad_hooks (__main__.TestMultithreadAutograd) ... ok (0.011s) 2022-11-23T02:43:26.4129334Z test_multithreaded_exception_propagation (__main__.TestMultithreadAutograd) ... ok (0.005s) 2022-11-23T02:43:26.4129807Z test_preserve_backtrace (__main__.TestMultithreadAutograd) ... ok (0.003s) 2022-11-23T02:43:26.4130262Z test_python_thread_in_middle (__main__.TestMultithreadAutograd) ... ok (0.009s) 2022-11-23T02:43:26.4130701Z test_simple_backward (__main__.TestMultithreadAutograd) ... ok (0.009s) 2022-11-23T02:43:26.4131145Z test_simple_backward_same_input (__main__.TestMultithreadAutograd) ... ok (0.012s) 2022-11-23T02:43:26.4131398Z 2022-11-23T02:43:26.4131606Z ---------------------------------------------------------------------- 2022-11-23T02:43:26.4131956Z Ran 527 tests in 41.032s 2022-11-23T02:43:26.4132286Z 2022-11-23T02:43:26.4132546Z OK (skipped=13, expected failures=2) 2022-11-23T02:43:26.4132883Z 2022-11-23T02:43:26.4133108Z Generating XML reports... 2022-11-23T02:43:26.4134110Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-TestAllowMutationOnSaved-20221123024244.xml 2022-11-23T02:43:26.4134775Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-TestAutograd-20221123024244.xml 2022-11-23T02:43:26.4136189Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-autograd.test_complex.TestAutogradComplex-20221123024244.xml 2022-11-23T02:43:26.4136881Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-TestAutogradDeviceTypeCUDA-20221123024244.xml 2022-11-23T02:43:26.4137522Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-TestAutogradForwardMode-20221123024244.xml 2022-11-23T02:43:26.4138214Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-TestAutogradForwardModeBatchedGrad-20221123024244.xml 2022-11-23T02:43:26.4138967Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-autograd.test_functional.TestAutogradFunctional-20221123024244.xml 2022-11-23T02:43:26.4139690Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-TestAutogradInferenceMode-20221123024244.xml 2022-11-23T02:43:26.4140390Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-TestAutogradMultipleDispatchCUDA-20221123024244.xml 2022-11-23T02:43:26.4141076Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-TestMultithreadAutograd-20221123024244.xml 2022-11-23T02:43:26.4141412Z 2022-11-23T02:43:26.4141807Z ##[endgroup] 2022-11-23T02:43:26.4142257Z FINISHED PRINTING LOG FILE of test_autograd (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_autograd_1bq9w439) 2022-11-23T02:43:26.4142557Z 2022-11-23T02:43:26.4142766Z Running test_cpp_extensions_open_device_registration ... [2022-11-23 02:43:26.362801] 2022-11-23T02:43:26.4143507Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cpp_extensions_open_device_registration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:43:26.364062] 2022-11-23T02:43:52.6459470Z 2022-11-23T02:43:52.6460462Z Expand the folded group to see the log file of test_cpp_extensions_open_device_registration 2022-11-23T02:43:52.6462075Z ##[group]PRINTING LOG FILE of test_cpp_extensions_open_device_registration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cpp_extensions_open_device_registration_ju1llz5h) 2022-11-23T02:43:52.6472422Z 2022-11-23T02:43:52.6472747Z Running tests... 2022-11-23T02:43:52.6473407Z ---------------------------------------------------------------------- 2022-11-23T02:43:52.6474266Z Test results will be stored in test-reports\python-unittest\test_cpp_extensions_open_device_registration 2022-11-23T02:43:52.6475456Z test_open_device_registration (__main__.TestCppExtensionOpenRgistration) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116 as PyTorch extensions root... 2022-11-23T02:43:52.6476767Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\custom_device_extension... 2022-11-23T02:43:52.6477905Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\custom_device_extension\build.ninja... 2022-11-23T02:43:52.6478778Z Building extension module custom_device_extension... 2022-11-23T02:43:52.6479554Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:43:52.6481882Z [1/2] cl /showIncludes -DTORCH_EXTENSION_NAME=custom_device_extension -DTORCH_API_INCLUDE_EXTENSION_H -IC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -IC:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -g -c C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\open_registration_extension.cpp /Foopen_registration_extension.o 2022-11-23T02:43:52.6483600Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T02:43:52.6484000Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T02:43:52.6484221Z 2022-11-23T02:43:52.6484404Z cl : Command line warning D9002 : ignoring unknown option '-g' 2022-11-23T02:43:52.6484978Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:43:52.6485921Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6486421Z with 2022-11-23T02:43:52.6486745Z [ 2022-11-23T02:43:52.6487055Z T=c10::SymInt 2022-11-23T02:43:52.6487305Z ] 2022-11-23T02:43:52.6487817Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:43:52.6488326Z with 2022-11-23T02:43:52.6488620Z [ 2022-11-23T02:43:52.6488997Z T=c10::SymInt 2022-11-23T02:43:52.6489234Z ] 2022-11-23T02:43:52.6489816Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:43:52.6490323Z with 2022-11-23T02:43:52.6490683Z [ 2022-11-23T02:43:52.6490938Z T=c10::SymInt 2022-11-23T02:43:52.6491167Z ] 2022-11-23T02:43:52.6491779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:43:52.6492350Z with 2022-11-23T02:43:52.6492540Z [ 2022-11-23T02:43:52.6492770Z T=c10::SymInt 2022-11-23T02:43:52.6492994Z ] 2022-11-23T02:43:52.6493525Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:43:52.6494353Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:43:52.6495445Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6495974Z with 2022-11-23T02:43:52.6496321Z [ 2022-11-23T02:43:52.6496603Z T=c10::SymInt 2022-11-23T02:43:52.6496833Z ] 2022-11-23T02:43:52.6497331Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:43:52.6498094Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6498576Z with 2022-11-23T02:43:52.6498766Z [ 2022-11-23T02:43:52.6499008Z T=at::TensorBase 2022-11-23T02:43:52.6499249Z ] 2022-11-23T02:43:52.6499787Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:43:52.6500280Z with 2022-11-23T02:43:52.6500496Z [ 2022-11-23T02:43:52.6500843Z T=at::TensorBase 2022-11-23T02:43:52.6501075Z ] 2022-11-23T02:43:52.6501653Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:43:52.6502185Z with 2022-11-23T02:43:52.6502402Z [ 2022-11-23T02:43:52.6502638Z T=at::TensorBase 2022-11-23T02:43:52.6502847Z ] 2022-11-23T02:43:52.6503464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:43:52.6504033Z with 2022-11-23T02:43:52.6504248Z [ 2022-11-23T02:43:52.6504485Z T=at::TensorBase 2022-11-23T02:43:52.6504694Z ] 2022-11-23T02:43:52.6505235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:43:52.6506081Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:43:52.6507009Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6507545Z with 2022-11-23T02:43:52.6507763Z [ 2022-11-23T02:43:52.6508006Z T=at::TensorBase 2022-11-23T02:43:52.6508215Z ] 2022-11-23T02:43:52.6508728Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6509211Z with 2022-11-23T02:43:52.6509432Z [ 2022-11-23T02:43:52.6509662Z T=at::Tensor 2022-11-23T02:43:52.6509887Z ] 2022-11-23T02:43:52.6510838Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:43:52.6511334Z with 2022-11-23T02:43:52.6511549Z [ 2022-11-23T02:43:52.6511778Z T=at::Tensor 2022-11-23T02:43:52.6512003Z ] 2022-11-23T02:43:52.6512588Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:43:52.6513098Z with 2022-11-23T02:43:52.6513312Z [ 2022-11-23T02:43:52.6513543Z T=at::Tensor 2022-11-23T02:43:52.6513771Z ] 2022-11-23T02:43:52.6514377Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:43:52.6514938Z with 2022-11-23T02:43:52.6515124Z [ 2022-11-23T02:43:52.6515354Z T=at::Tensor 2022-11-23T02:43:52.6515579Z ] 2022-11-23T02:43:52.6516112Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:43:52.6516922Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:43:52.6517767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6518397Z with 2022-11-23T02:43:52.6518589Z [ 2022-11-23T02:43:52.6518824Z T=at::Tensor 2022-11-23T02:43:52.6519053Z ] 2022-11-23T02:43:52.6519570Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6520047Z with 2022-11-23T02:43:52.6520312Z [ 2022-11-23T02:43:52.6520529Z T=at::Generator 2022-11-23T02:43:52.6520765Z ] 2022-11-23T02:43:52.6521287Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:43:52.6522089Z with 2022-11-23T02:43:52.6522454Z [ 2022-11-23T02:43:52.6522832Z T=at::Generator 2022-11-23T02:43:52.6523242Z ] 2022-11-23T02:43:52.6524261Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:43:52.6525266Z with 2022-11-23T02:43:52.6525651Z [ 2022-11-23T02:43:52.6526061Z T=at::Generator 2022-11-23T02:43:52.6526437Z ] 2022-11-23T02:43:52.6527684Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:43:52.6528783Z with 2022-11-23T02:43:52.6529161Z [ 2022-11-23T02:43:52.6529606Z T=at::Generator 2022-11-23T02:43:52.6530036Z ] 2022-11-23T02:43:52.6530989Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:43:52.6532069Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(589): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:43:52.6533052Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6533586Z with 2022-11-23T02:43:52.6533898Z [ 2022-11-23T02:43:52.6534147Z T=at::Generator 2022-11-23T02:43:52.6534386Z ] 2022-11-23T02:43:52.6534876Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6535359Z with 2022-11-23T02:43:52.6535573Z [ 2022-11-23T02:43:52.6535805Z T=c10::Scalar 2022-11-23T02:43:52.6536034Z ] 2022-11-23T02:43:52.6536543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:43:52.6537038Z with 2022-11-23T02:43:52.6537252Z [ 2022-11-23T02:43:52.6537485Z T=c10::Scalar 2022-11-23T02:43:52.6537711Z ] 2022-11-23T02:43:52.6538291Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:43:52.6538807Z with 2022-11-23T02:43:52.6539185Z [ 2022-11-23T02:43:52.6539416Z T=c10::Scalar 2022-11-23T02:43:52.6539643Z ] 2022-11-23T02:43:52.6540437Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:43:52.6541497Z with 2022-11-23T02:43:52.6541867Z [ 2022-11-23T02:43:52.6542313Z T=c10::Scalar 2022-11-23T02:43:52.6542714Z ] 2022-11-23T02:43:52.6543291Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:43:52.6544120Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:43:52.6544963Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6545482Z with 2022-11-23T02:43:52.6545675Z [ 2022-11-23T02:43:52.6545909Z T=c10::Scalar 2022-11-23T02:43:52.6546138Z ] 2022-11-23T02:43:52.6546784Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6547291Z with 2022-11-23T02:43:52.6547514Z [ 2022-11-23T02:43:52.6547724Z T=std::string 2022-11-23T02:43:52.6547954Z ] 2022-11-23T02:43:52.6548486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:43:52.6548987Z with 2022-11-23T02:43:52.6549217Z [ 2022-11-23T02:43:52.6549566Z T=std::string 2022-11-23T02:43:52.6549947Z ] 2022-11-23T02:43:52.6550881Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:43:52.6551438Z with 2022-11-23T02:43:52.6551657Z [ 2022-11-23T02:43:52.6551892Z T=std::string 2022-11-23T02:43:52.6552104Z ] 2022-11-23T02:43:52.6552723Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:43:52.6553296Z with 2022-11-23T02:43:52.6553514Z [ 2022-11-23T02:43:52.6553745Z T=std::string 2022-11-23T02:43:52.6553973Z ] 2022-11-23T02:43:52.6554483Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:43:52.6555310Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:43:52.6556152Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6556670Z with 2022-11-23T02:43:52.6556888Z [ 2022-11-23T02:43:52.6557124Z T=std::string 2022-11-23T02:43:52.6557440Z ] 2022-11-23T02:43:52.6558521Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6559444Z with 2022-11-23T02:43:52.6559832Z [ 2022-11-23T02:43:52.6560288Z T=c10::QualifiedName 2022-11-23T02:43:52.6560723Z ] 2022-11-23T02:43:52.6561680Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:43:52.6562371Z with 2022-11-23T02:43:52.6562643Z [ 2022-11-23T02:43:52.6562898Z T=c10::QualifiedName 2022-11-23T02:43:52.6563144Z ] 2022-11-23T02:43:52.6563728Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:43:52.6564278Z with 2022-11-23T02:43:52.6564469Z [ 2022-11-23T02:43:52.6564717Z T=c10::QualifiedName 2022-11-23T02:43:52.6564956Z ] 2022-11-23T02:43:52.6565568Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:43:52.6566423Z with 2022-11-23T02:43:52.6566784Z [ 2022-11-23T02:43:52.6567387Z T=c10::QualifiedName 2022-11-23T02:43:52.6567866Z ] 2022-11-23T02:43:52.6568873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:43:52.6570450Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:43:52.6572379Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6573466Z with 2022-11-23T02:43:52.6573771Z [ 2022-11-23T02:43:52.6574059Z T=c10::QualifiedName 2022-11-23T02:43:52.6574308Z ] 2022-11-23T02:43:52.6574857Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6575350Z with 2022-11-23T02:43:52.6575667Z [ 2022-11-23T02:43:52.6575949Z T=std::shared_ptr 2022-11-23T02:43:52.6576230Z ] 2022-11-23T02:43:52.6576786Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:43:52.6577285Z with 2022-11-23T02:43:52.6577500Z [ 2022-11-23T02:43:52.6577797Z T=std::shared_ptr 2022-11-23T02:43:52.6578054Z ] 2022-11-23T02:43:52.6578642Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:43:52.6579192Z with 2022-11-23T02:43:52.6579409Z [ 2022-11-23T02:43:52.6579706Z T=std::shared_ptr 2022-11-23T02:43:52.6579988Z ] 2022-11-23T02:43:52.6580584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:43:52.6581361Z with 2022-11-23T02:43:52.6581580Z [ 2022-11-23T02:43:52.6581879Z T=std::shared_ptr 2022-11-23T02:43:52.6582160Z ] 2022-11-23T02:43:52.6582750Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:43:52.6583659Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:43:52.6584514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6585035Z with 2022-11-23T02:43:52.6585253Z [ 2022-11-23T02:43:52.6585550Z T=std::shared_ptr 2022-11-23T02:43:52.6585837Z ] 2022-11-23T02:43:52.6586354Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6586825Z with 2022-11-23T02:43:52.6587015Z [ 2022-11-23T02:43:52.6587415Z T=std::weak_ptr 2022-11-23T02:43:52.6587837Z ] 2022-11-23T02:43:52.6588940Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:43:52.6589940Z with 2022-11-23T02:43:52.6590161Z [ 2022-11-23T02:43:52.6590463Z T=std::weak_ptr 2022-11-23T02:43:52.6590740Z ] 2022-11-23T02:43:52.6591324Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:43:52.6591864Z with 2022-11-23T02:43:52.6592081Z [ 2022-11-23T02:43:52.6592347Z T=std::weak_ptr 2022-11-23T02:43:52.6592628Z ] 2022-11-23T02:43:52.6593245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:43:52.6593808Z with 2022-11-23T02:43:52.6594032Z [ 2022-11-23T02:43:52.6594347Z T=std::weak_ptr 2022-11-23T02:43:52.6594599Z ] 2022-11-23T02:43:52.6595411Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:43:52.6596922Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:43:52.6598270Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6598795Z with 2022-11-23T02:43:52.6599018Z [ 2022-11-23T02:43:52.6599316Z T=std::weak_ptr 2022-11-23T02:43:52.6599712Z ] 2022-11-23T02:43:52.6600237Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6600718Z with 2022-11-23T02:43:52.6600934Z [ 2022-11-23T02:43:52.6601264Z T=std::vector> 2022-11-23T02:43:52.6601573Z ] 2022-11-23T02:43:52.6602085Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:43:52.6602585Z with 2022-11-23T02:43:52.6602891Z [ 2022-11-23T02:43:52.6603539Z T=std::vector> 2022-11-23T02:43:52.6604149Z ] 2022-11-23T02:43:52.6605276Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:43:52.6606291Z with 2022-11-23T02:43:52.6606659Z [ 2022-11-23T02:43:52.6607228Z T=std::vector> 2022-11-23T02:43:52.6607781Z ] 2022-11-23T02:43:52.6608683Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:43:52.6609290Z with 2022-11-23T02:43:52.6609510Z [ 2022-11-23T02:43:52.6609818Z T=std::vector> 2022-11-23T02:43:52.6610220Z ] 2022-11-23T02:43:52.6611450Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:43:52.6612900Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:43:52.6614038Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6615023Z with 2022-11-23T02:43:52.6615416Z [ 2022-11-23T02:43:52.6616011Z T=std::vector> 2022-11-23T02:43:52.6616454Z ] 2022-11-23T02:43:52.6616999Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6617585Z with 2022-11-23T02:43:52.6618040Z [ 2022-11-23T02:43:52.6618572Z T=std::vector> 2022-11-23T02:43:52.6619056Z ] 2022-11-23T02:43:52.6619930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:43:52.6620479Z with 2022-11-23T02:43:52.6620698Z [ 2022-11-23T02:43:52.6620986Z T=std::vector> 2022-11-23T02:43:52.6621256Z ] 2022-11-23T02:43:52.6621809Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:43:52.6622537Z with 2022-11-23T02:43:52.6622755Z [ 2022-11-23T02:43:52.6623041Z T=std::vector> 2022-11-23T02:43:52.6623308Z ] 2022-11-23T02:43:52.6623922Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:43:52.6624492Z with 2022-11-23T02:43:52.6624685Z [ 2022-11-23T02:43:52.6625252Z T=std::vector> 2022-11-23T02:43:52.6625766Z ] 2022-11-23T02:43:52.6626842Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:43:52.6628487Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:43:52.6630132Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6631120Z with 2022-11-23T02:43:52.6631486Z [ 2022-11-23T02:43:52.6632176Z T=std::vector> 2022-11-23T02:43:52.6632775Z ] 2022-11-23T02:43:52.6633829Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6634757Z with 2022-11-23T02:43:52.6635122Z [ 2022-11-23T02:43:52.6635787Z T=std::vector,std::allocator>> 2022-11-23T02:43:52.6636382Z ] 2022-11-23T02:43:52.6637398Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:43:52.6638340Z with 2022-11-23T02:43:52.6638728Z [ 2022-11-23T02:43:52.6639333Z T=std::vector,std::allocator>> 2022-11-23T02:43:52.6640000Z ] 2022-11-23T02:43:52.6641160Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:43:52.6642202Z with 2022-11-23T02:43:52.6642604Z [ 2022-11-23T02:43:52.6643256Z T=std::vector,std::allocator>> 2022-11-23T02:43:52.6643883Z ] 2022-11-23T02:43:52.6644985Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:43:52.6646059Z with 2022-11-23T02:43:52.6646453Z [ 2022-11-23T02:43:52.6647146Z T=std::vector,std::allocator>> 2022-11-23T02:43:52.6647757Z ] 2022-11-23T02:43:52.6649012Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:43:52.6650832Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:43:52.6652722Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:43:52.6654337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6655402Z with 2022-11-23T02:43:52.6655826Z [ 2022-11-23T02:43:52.6656461Z T=std::vector,std::allocator>> 2022-11-23T02:43:52.6657068Z ] 2022-11-23T02:43:52.6658040Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6658966Z with 2022-11-23T02:43:52.6659332Z [ 2022-11-23T02:43:52.6659965Z T=std::vector,std::allocator>> 2022-11-23T02:43:52.6660547Z ] 2022-11-23T02:43:52.6661600Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:43:52.6662800Z with 2022-11-23T02:43:52.6663237Z [ 2022-11-23T02:43:52.6663809Z T=std::vector,std::allocator>> 2022-11-23T02:43:52.6664387Z ] 2022-11-23T02:43:52.6665458Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:43:52.6666481Z with 2022-11-23T02:43:52.6666875Z [ 2022-11-23T02:43:52.6667490Z T=std::vector,std::allocator>> 2022-11-23T02:43:52.6668049Z ] 2022-11-23T02:43:52.6669265Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:43:52.6670440Z with 2022-11-23T02:43:52.6670824Z [ 2022-11-23T02:43:52.6671437Z T=std::vector,std::allocator>> 2022-11-23T02:43:52.6672020Z ] 2022-11-23T02:43:52.6673125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:43:52.6674931Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:43:52.6676699Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:43:52.6678351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6679336Z with 2022-11-23T02:43:52.6679734Z [ 2022-11-23T02:43:52.6680355Z T=std::vector,std::allocator>> 2022-11-23T02:43:52.6681124Z ] 2022-11-23T02:43:52.6682085Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6682961Z with 2022-11-23T02:43:52.6683419Z [ 2022-11-23T02:43:52.6683972Z T=std::vector> 2022-11-23T02:43:52.6684506Z ] 2022-11-23T02:43:52.6685543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:43:52.6686484Z with 2022-11-23T02:43:52.6686845Z [ 2022-11-23T02:43:52.6687382Z T=std::vector> 2022-11-23T02:43:52.6687889Z ] 2022-11-23T02:43:52.6688785Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:43:52.6689340Z with 2022-11-23T02:43:52.6689559Z [ 2022-11-23T02:43:52.6689826Z T=std::vector> 2022-11-23T02:43:52.6690097Z ] 2022-11-23T02:43:52.6691503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:43:52.6692668Z with 2022-11-23T02:43:52.6693044Z [ 2022-11-23T02:43:52.6693577Z T=std::vector> 2022-11-23T02:43:52.6694047Z ] 2022-11-23T02:43:52.6695124Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:43:52.6696812Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:43:52.6698545Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6699592Z with 2022-11-23T02:43:52.6699985Z [ 2022-11-23T02:43:52.6700519Z T=std::vector> 2022-11-23T02:43:52.6700993Z ] 2022-11-23T02:43:52.6701946Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6702874Z with 2022-11-23T02:43:52.6703275Z [ 2022-11-23T02:43:52.6703872Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:43:52.6704448Z ] 2022-11-23T02:43:52.6705493Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:43:52.6706520Z with 2022-11-23T02:43:52.6706919Z [ 2022-11-23T02:43:52.6707504Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:43:52.6708077Z ] 2022-11-23T02:43:52.6709139Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:43:52.6710320Z with 2022-11-23T02:43:52.6710703Z [ 2022-11-23T02:43:52.6711300Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:43:52.6711879Z ] 2022-11-23T02:43:52.6713124Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:43:52.6714243Z with 2022-11-23T02:43:52.6714612Z [ 2022-11-23T02:43:52.6715044Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:43:52.6715356Z ] 2022-11-23T02:43:52.6715967Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:43:52.6716948Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:43:52.6717912Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:43:52.6718957Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6719507Z with 2022-11-23T02:43:52.6719732Z [ 2022-11-23T02:43:52.6720339Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:43:52.6720948Z ] 2022-11-23T02:43:52.6721805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6722302Z with 2022-11-23T02:43:52.6722521Z [ 2022-11-23T02:43:52.6722822Z T=c10::impl::InlineStreamGuard 2022-11-23T02:43:52.6723129Z ] 2022-11-23T02:43:52.6723666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:43:52.6724163Z with 2022-11-23T02:43:52.6724378Z [ 2022-11-23T02:43:52.6724699Z T=c10::impl::InlineStreamGuard 2022-11-23T02:43:52.6724976Z ] 2022-11-23T02:43:52.6725555Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:43:52.6726097Z with 2022-11-23T02:43:52.6726312Z [ 2022-11-23T02:43:52.6726863Z T=c10::impl::InlineStreamGuard 2022-11-23T02:43:52.6727442Z ] 2022-11-23T02:43:52.6728661Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:43:52.6729231Z with 2022-11-23T02:43:52.6729446Z [ 2022-11-23T02:43:52.6729770Z T=c10::impl::InlineStreamGuard 2022-11-23T02:43:52.6730077Z ] 2022-11-23T02:43:52.6730680Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:43:52.6731944Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:43:52.6732922Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:43:52.6734027Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6734992Z with 2022-11-23T02:43:52.6735456Z [ 2022-11-23T02:43:52.6735971Z T=c10::impl::InlineStreamGuard 2022-11-23T02:43:52.6736285Z ] 2022-11-23T02:43:52.6736804Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6737282Z with 2022-11-23T02:43:52.6737474Z [ 2022-11-23T02:43:52.6737736Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:43:52.6737992Z ] 2022-11-23T02:43:52.6738634Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:43:52.6739146Z with 2022-11-23T02:43:52.6739363Z [ 2022-11-23T02:43:52.6739600Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:43:52.6739854Z ] 2022-11-23T02:43:52.6740434Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:43:52.6741208Z with 2022-11-23T02:43:52.6741602Z [ 2022-11-23T02:43:52.6742083Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:43:52.6742571Z ] 2022-11-23T02:43:52.6743461Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:43:52.6744040Z with 2022-11-23T02:43:52.6744257Z [ 2022-11-23T02:43:52.6744523Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:43:52.6744752Z ] 2022-11-23T02:43:52.6745317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:43:52.6746176Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:43:52.6746679Z with 2022-11-23T02:43:52.6746896Z [ 2022-11-23T02:43:52.6747155Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:43:52.6747410Z ] 2022-11-23T02:43:52.6747984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:43:52.6749706Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6750654Z with 2022-11-23T02:43:52.6750875Z [ 2022-11-23T02:43:52.6751147Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:43:52.6751404Z ] 2022-11-23T02:43:52.6751921Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6752378Z with 2022-11-23T02:43:52.6752593Z [ 2022-11-23T02:43:52.6753094Z T=std::vector> 2022-11-23T02:43:52.6753451Z ] 2022-11-23T02:43:52.6753989Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:43:52.6754486Z with 2022-11-23T02:43:52.6754676Z [ 2022-11-23T02:43:52.6755050Z T=std::vector> 2022-11-23T02:43:52.6755429Z ] 2022-11-23T02:43:52.6756581Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:43:52.6757539Z with 2022-11-23T02:43:52.6757815Z [ 2022-11-23T02:43:52.6758158Z T=std::vector> 2022-11-23T02:43:52.6758606Z ] 2022-11-23T02:43:52.6759250Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:43:52.6760118Z with 2022-11-23T02:43:52.6760414Z [ 2022-11-23T02:43:52.6760788Z T=std::vector> 2022-11-23T02:43:52.6761135Z ] 2022-11-23T02:43:52.6761763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:43:52.6762958Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:43:52.6764830Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6765479Z with 2022-11-23T02:43:52.6765702Z [ 2022-11-23T02:43:52.6766080Z T=std::vector> 2022-11-23T02:43:52.6766422Z ] 2022-11-23T02:43:52.6766939Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6767391Z with 2022-11-23T02:43:52.6767607Z [ 2022-11-23T02:43:52.6767870Z T=torch::autograd::ViewInfo 2022-11-23T02:43:52.6768126Z ] 2022-11-23T02:43:52.6768661Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:43:52.6769162Z with 2022-11-23T02:43:52.6769501Z [ 2022-11-23T02:43:52.6769758Z T=torch::autograd::ViewInfo 2022-11-23T02:43:52.6770040Z ] 2022-11-23T02:43:52.6771188Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:43:52.6772151Z with 2022-11-23T02:43:52.6772420Z [ 2022-11-23T02:43:52.6772683Z T=torch::autograd::ViewInfo 2022-11-23T02:43:52.6772936Z ] 2022-11-23T02:43:52.6773555Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:43:52.6774127Z with 2022-11-23T02:43:52.6774342Z [ 2022-11-23T02:43:52.6774570Z T=torch::autograd::ViewInfo 2022-11-23T02:43:52.6774944Z ] 2022-11-23T02:43:52.6775533Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:43:52.6776407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:43:52.6777411Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6778467Z with 2022-11-23T02:43:52.6778873Z [ 2022-11-23T02:43:52.6779329Z T=torch::autograd::ViewInfo 2022-11-23T02:43:52.6779720Z ] 2022-11-23T02:43:52.6780245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6780733Z with 2022-11-23T02:43:52.6780944Z [ 2022-11-23T02:43:52.6781173Z T=c10::IValue 2022-11-23T02:43:52.6781373Z ] 2022-11-23T02:43:52.6781904Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:43:52.6782397Z with 2022-11-23T02:43:52.6782605Z [ 2022-11-23T02:43:52.6782826Z T=c10::IValue 2022-11-23T02:43:52.6783052Z ] 2022-11-23T02:43:52.6783598Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:43:52.6784137Z with 2022-11-23T02:43:52.6784354Z [ 2022-11-23T02:43:52.6784583Z T=c10::IValue 2022-11-23T02:43:52.6785033Z ] 2022-11-23T02:43:52.6786198Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:43:52.6787145Z with 2022-11-23T02:43:52.6787362Z [ 2022-11-23T02:43:52.6787596Z T=c10::IValue 2022-11-23T02:43:52.6787825Z ] 2022-11-23T02:43:52.6788363Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:43:52.6789172Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:43:52.6790136Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6790773Z with 2022-11-23T02:43:52.6790987Z [ 2022-11-23T02:43:52.6791221Z T=c10::IValue 2022-11-23T02:43:52.6791450Z ] 2022-11-23T02:43:52.6792008Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6792956Z with 2022-11-23T02:43:52.6793307Z [ 2022-11-23T02:43:52.6793781Z T=c10::AliasInfo 2022-11-23T02:43:52.6794195Z ] 2022-11-23T02:43:52.6794859Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:43:52.6795351Z with 2022-11-23T02:43:52.6795537Z [ 2022-11-23T02:43:52.6795758Z T=c10::AliasInfo 2022-11-23T02:43:52.6795973Z ] 2022-11-23T02:43:52.6796534Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:43:52.6797064Z with 2022-11-23T02:43:52.6797265Z [ 2022-11-23T02:43:52.6797595Z T=c10::AliasInfo 2022-11-23T02:43:52.6797850Z ] 2022-11-23T02:43:52.6798463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:43:52.6799039Z with 2022-11-23T02:43:52.6799255Z [ 2022-11-23T02:43:52.6799637Z T=c10::AliasInfo 2022-11-23T02:43:52.6800042Z ] 2022-11-23T02:43:52.6801046Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:43:52.6802241Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:43:52.6803251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6803772Z with 2022-11-23T02:43:52.6803992Z [ 2022-11-23T02:43:52.6804231Z T=c10::AliasInfo 2022-11-23T02:43:52.6804443Z ] 2022-11-23T02:43:52.6804955Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6805432Z with 2022-11-23T02:43:52.6805651Z [ 2022-11-23T02:43:52.6805955Z T=std::vector> 2022-11-23T02:43:52.6806214Z ] 2022-11-23T02:43:52.6806863Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:43:52.6807984Z with 2022-11-23T02:43:52.6808384Z [ 2022-11-23T02:43:52.6809046Z T=std::vector> 2022-11-23T02:43:52.6809458Z ] 2022-11-23T02:43:52.6810079Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:43:52.6810877Z with 2022-11-23T02:43:52.6811097Z [ 2022-11-23T02:43:52.6811400Z T=std::vector> 2022-11-23T02:43:52.6811683Z ] 2022-11-23T02:43:52.6812301Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:43:52.6812867Z with 2022-11-23T02:43:52.6813057Z [ 2022-11-23T02:43:52.6813350Z T=std::vector> 2022-11-23T02:43:52.6813633Z ] 2022-11-23T02:43:52.6814416Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:43:52.6815473Z with 2022-11-23T02:43:52.6815884Z [ 2022-11-23T02:43:52.6816276Z T=c10::SymInt 2022-11-23T02:43:52.6816560Z ] 2022-11-23T02:43:52.6817121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:43:52.6817636Z with 2022-11-23T02:43:52.6817854Z [ 2022-11-23T02:43:52.6818165Z T=c10::SymInt 2022-11-23T02:43:52.6818571Z ] 2022-11-23T02:43:52.6819486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:43:52.6820946Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:43:52.6822922Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6823899Z with 2022-11-23T02:43:52.6824207Z [ 2022-11-23T02:43:52.6824532Z T=std::vector> 2022-11-23T02:43:52.6824795Z ] 2022-11-23T02:43:52.6825320Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6825801Z with 2022-11-23T02:43:52.6826017Z [ 2022-11-23T02:43:52.6826329Z T=c10::either 2022-11-23T02:43:52.6826623Z ] 2022-11-23T02:43:52.6827136Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:43:52.6827632Z with 2022-11-23T02:43:52.6827839Z [ 2022-11-23T02:43:52.6828139Z T=c10::either 2022-11-23T02:43:52.6828424Z ] 2022-11-23T02:43:52.6829344Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:43:52.6830412Z with 2022-11-23T02:43:52.6830814Z [ 2022-11-23T02:43:52.6831236Z T=c10::either 2022-11-23T02:43:52.6831689Z ] 2022-11-23T02:43:52.6832295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:43:52.6832851Z with 2022-11-23T02:43:52.6833033Z [ 2022-11-23T02:43:52.6833322Z T=c10::either 2022-11-23T02:43:52.6833597Z ] 2022-11-23T02:43:52.6834182Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:43:52.6835125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:43:52.6836085Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6837101Z with 2022-11-23T02:43:52.6837481Z [ 2022-11-23T02:43:52.6838003Z T=c10::either 2022-11-23T02:43:52.6838428Z ] 2022-11-23T02:43:52.6839046Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6839534Z with 2022-11-23T02:43:52.6839734Z [ 2022-11-23T02:43:52.6839949Z T=at::StepCallbacks 2022-11-23T02:43:52.6840181Z ] 2022-11-23T02:43:52.6840705Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:43:52.6841190Z with 2022-11-23T02:43:52.6841389Z [ 2022-11-23T02:43:52.6841617Z T=at::StepCallbacks 2022-11-23T02:43:52.6841825Z ] 2022-11-23T02:43:52.6842457Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:43:52.6843047Z with 2022-11-23T02:43:52.6843249Z [ 2022-11-23T02:43:52.6843674Z T=at::StepCallbacks 2022-11-23T02:43:52.6844100Z ] 2022-11-23T02:43:52.6845170Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:43:52.6845977Z with 2022-11-23T02:43:52.6846181Z [ 2022-11-23T02:43:52.6846417Z T=at::StepCallbacks 2022-11-23T02:43:52.6846643Z ] 2022-11-23T02:43:52.6847183Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:43:52.6848013Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:43:52.6848854Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6849480Z with 2022-11-23T02:43:52.6849687Z [ 2022-11-23T02:43:52.6849922Z T=at::StepCallbacks 2022-11-23T02:43:52.6850152Z ] 2022-11-23T02:43:52.6850658Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6851574Z with 2022-11-23T02:43:52.6851958Z [ 2022-11-23T02:43:52.6852339Z T=c10::DimVector 2022-11-23T02:43:52.6852780Z ] 2022-11-23T02:43:52.6853403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:43:52.6853880Z with 2022-11-23T02:43:52.6854060Z [ 2022-11-23T02:43:52.6854282Z T=c10::DimVector 2022-11-23T02:43:52.6854501Z ] 2022-11-23T02:43:52.6855061Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:43:52.6855592Z with 2022-11-23T02:43:52.6855771Z [ 2022-11-23T02:43:52.6855989Z T=c10::DimVector 2022-11-23T02:43:52.6856200Z ] 2022-11-23T02:43:52.6856896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:43:52.6857461Z with 2022-11-23T02:43:52.6857663Z [ 2022-11-23T02:43:52.6857867Z T=c10::DimVector 2022-11-23T02:43:52.6858187Z ] 2022-11-23T02:43:52.6859254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:43:52.6860548Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:43:52.6861387Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6861890Z with 2022-11-23T02:43:52.6862094Z [ 2022-11-23T02:43:52.6862303Z T=c10::DimVector 2022-11-23T02:43:52.6862521Z ] 2022-11-23T02:43:52.6863018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6863481Z with 2022-11-23T02:43:52.6863687Z [ 2022-11-23T02:43:52.6863933Z T=c10::impl::AnnotatedSchema 2022-11-23T02:43:52.6864203Z ] 2022-11-23T02:43:52.6864822Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:43:52.6865305Z with 2022-11-23T02:43:52.6865714Z [ 2022-11-23T02:43:52.6866167Z T=c10::impl::AnnotatedSchema 2022-11-23T02:43:52.6866593Z ] 2022-11-23T02:43:52.6867676Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:43:52.6868320Z with 2022-11-23T02:43:52.6868524Z [ 2022-11-23T02:43:52.6868770Z T=c10::impl::AnnotatedSchema 2022-11-23T02:43:52.6869009Z ] 2022-11-23T02:43:52.6869730Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:43:52.6870285Z with 2022-11-23T02:43:52.6870491Z [ 2022-11-23T02:43:52.6870735Z T=c10::impl::AnnotatedSchema 2022-11-23T02:43:52.6870975Z ] 2022-11-23T02:43:52.6871564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:43:52.6872453Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:43:52.6874079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6874972Z with 2022-11-23T02:43:52.6875314Z [ 2022-11-23T02:43:52.6875576Z T=c10::impl::AnnotatedSchema 2022-11-23T02:43:52.6875819Z ] 2022-11-23T02:43:52.6876321Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6876788Z with 2022-11-23T02:43:52.6877079Z [ 2022-11-23T02:43:52.6877399Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:43:52.6877676Z ] 2022-11-23T02:43:52.6878362Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:43:52.6878863Z with 2022-11-23T02:43:52.6879046Z [ 2022-11-23T02:43:52.6879348Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:43:52.6879623Z ] 2022-11-23T02:43:52.6880441Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:43:52.6881485Z with 2022-11-23T02:43:52.6881829Z [ 2022-11-23T02:43:52.6882326Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:43:52.6882615Z ] 2022-11-23T02:43:52.6883216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:43:52.6883773Z with 2022-11-23T02:43:52.6883979Z [ 2022-11-23T02:43:52.6884268Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:43:52.6884525Z ] 2022-11-23T02:43:52.6885105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:43:52.6886047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:43:52.6886942Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6887646Z with 2022-11-23T02:43:52.6889430Z [ 2022-11-23T02:43:52.6889774Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:43:52.6890056Z ] 2022-11-23T02:43:52.6890542Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6891005Z with 2022-11-23T02:43:52.6891206Z [ 2022-11-23T02:43:52.6891471Z T=std::tuple 2022-11-23T02:43:52.6891724Z ] 2022-11-23T02:43:52.6892248Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:43:52.6892851Z with 2022-11-23T02:43:52.6893064Z [ 2022-11-23T02:43:52.6893332Z T=std::tuple 2022-11-23T02:43:52.6893582Z ] 2022-11-23T02:43:52.6894157Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:43:52.6894879Z with 2022-11-23T02:43:52.6895233Z [ 2022-11-23T02:43:52.6895725Z T=std::tuple 2022-11-23T02:43:52.6896251Z ] 2022-11-23T02:43:52.6897332Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:43:52.6897925Z with 2022-11-23T02:43:52.6898125Z [ 2022-11-23T02:43:52.6898375Z T=std::tuple 2022-11-23T02:43:52.6898625Z ] 2022-11-23T02:43:52.6899176Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:43:52.6900075Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:43:52.6900948Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6901446Z with 2022-11-23T02:43:52.6901648Z [ 2022-11-23T02:43:52.6901964Z T=std::tuple 2022-11-23T02:43:52.6902485Z ] 2022-11-23T02:43:52.6903517Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6904287Z with 2022-11-23T02:43:52.6904491Z [ 2022-11-23T02:43:52.6904735Z T=torch::jit::SourceRange 2022-11-23T02:43:52.6904951Z ] 2022-11-23T02:43:52.6905470Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:43:52.6905949Z with 2022-11-23T02:43:52.6906152Z [ 2022-11-23T02:43:52.6906391Z T=torch::jit::SourceRange 2022-11-23T02:43:52.6906605Z ] 2022-11-23T02:43:52.6907169Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:43:52.6907691Z with 2022-11-23T02:43:52.6908021Z [ 2022-11-23T02:43:52.6908257Z T=torch::jit::SourceRange 2022-11-23T02:43:52.6908493Z ] 2022-11-23T02:43:52.6909081Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:43:52.6910221Z with 2022-11-23T02:43:52.6910635Z [ 2022-11-23T02:43:52.6911136Z T=torch::jit::SourceRange 2022-11-23T02:43:52.6911550Z ] 2022-11-23T02:43:52.6915485Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:43:52.6916951Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:43:52.6918013Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6918624Z with 2022-11-23T02:43:52.6918849Z [ 2022-11-23T02:43:52.6919115Z T=torch::jit::SourceRange 2022-11-23T02:43:52.6919368Z ] 2022-11-23T02:43:52.6920060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6920573Z with 2022-11-23T02:43:52.6920765Z [ 2022-11-23T02:43:52.6921045Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:43:52.6921312Z ] 2022-11-23T02:43:52.6921878Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:43:52.6922391Z with 2022-11-23T02:43:52.6922581Z [ 2022-11-23T02:43:52.6922862Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:43:52.6923129Z ] 2022-11-23T02:43:52.6923911Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:43:52.6924487Z with 2022-11-23T02:43:52.6924705Z [ 2022-11-23T02:43:52.6924956Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:43:52.6925470Z ] 2022-11-23T02:43:52.6926450Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:43:52.6927146Z with 2022-11-23T02:43:52.6927369Z [ 2022-11-23T02:43:52.6927646Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:43:52.6927886Z ] 2022-11-23T02:43:52.6928465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:43:52.6929360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:43:52.6930249Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6931041Z with 2022-11-23T02:43:52.6931271Z [ 2022-11-23T02:43:52.6931554Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:43:52.6931910Z ] 2022-11-23T02:43:52.6932558Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6933294Z with 2022-11-23T02:43:52.6933516Z [ 2022-11-23T02:43:52.6933793Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:43:52.6934057Z ] 2022-11-23T02:43:52.6934571Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:43:52.6935069Z with 2022-11-23T02:43:52.6935285Z [ 2022-11-23T02:43:52.6935551Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:43:52.6935818Z ] 2022-11-23T02:43:52.6936393Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:43:52.6936910Z with 2022-11-23T02:43:52.6937126Z [ 2022-11-23T02:43:52.6937395Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:43:52.6937655Z ] 2022-11-23T02:43:52.6938486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:43:52.6939172Z with 2022-11-23T02:43:52.6939444Z [ 2022-11-23T02:43:52.6939724Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:43:52.6939987Z ] 2022-11-23T02:43:52.6940557Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:43:52.6941447Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:43:52.6942314Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6942827Z with 2022-11-23T02:43:52.6943020Z [ 2022-11-23T02:43:52.6943291Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:43:52.6943556Z ] 2022-11-23T02:43:52.6944067Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6944550Z with 2022-11-23T02:43:52.6944766Z [ 2022-11-23T02:43:52.6944988Z T=torch::jit::ScopePtr 2022-11-23T02:43:52.6945335Z ] 2022-11-23T02:43:52.6945871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:43:52.6946458Z with 2022-11-23T02:43:52.6946761Z [ 2022-11-23T02:43:52.6947017Z T=torch::jit::ScopePtr 2022-11-23T02:43:52.6947240Z ] 2022-11-23T02:43:52.6947816Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:43:52.6948352Z with 2022-11-23T02:43:52.6948679Z [ 2022-11-23T02:43:52.6948927Z T=torch::jit::ScopePtr 2022-11-23T02:43:52.6949142Z ] 2022-11-23T02:43:52.6949761Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:43:52.6950329Z with 2022-11-23T02:43:52.6950542Z [ 2022-11-23T02:43:52.6950787Z T=torch::jit::ScopePtr 2022-11-23T02:43:52.6951031Z ] 2022-11-23T02:43:52.6951566Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:43:52.6952423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:43:52.6953376Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6953990Z with 2022-11-23T02:43:52.6954277Z [ 2022-11-23T02:43:52.6954554Z T=torch::jit::ScopePtr 2022-11-23T02:43:52.6954801Z ] 2022-11-23T02:43:52.6955381Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6955883Z with 2022-11-23T02:43:52.6956100Z [ 2022-11-23T02:43:52.6956538Z T=at::ThreadLocalState 2022-11-23T02:43:52.6956903Z ] 2022-11-23T02:43:52.6957501Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:43:52.6958438Z with 2022-11-23T02:43:52.6958866Z [ 2022-11-23T02:43:52.6959342Z T=at::ThreadLocalState 2022-11-23T02:43:52.6959798Z ] 2022-11-23T02:43:52.6960984Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:43:52.6962146Z with 2022-11-23T02:43:52.6962538Z [ 2022-11-23T02:43:52.6963062Z T=at::ThreadLocalState 2022-11-23T02:43:52.6963380Z ] 2022-11-23T02:43:52.6964061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:43:52.6964688Z with 2022-11-23T02:43:52.6964957Z [ 2022-11-23T02:43:52.6965216Z T=at::ThreadLocalState 2022-11-23T02:43:52.6965517Z ] 2022-11-23T02:43:52.6966141Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:43:52.6967420Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:43:52.6968531Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6969126Z with 2022-11-23T02:43:52.6969563Z [ 2022-11-23T02:43:52.6970008Z T=at::ThreadLocalState 2022-11-23T02:43:52.6970300Z ] 2022-11-23T02:43:52.6988700Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6989215Z with 2022-11-23T02:43:52.6989422Z [ 2022-11-23T02:43:52.6989740Z T=std::shared_ptr 2022-11-23T02:43:52.6990096Z ] 2022-11-23T02:43:52.6990636Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:43:52.6991120Z with 2022-11-23T02:43:52.6991318Z [ 2022-11-23T02:43:52.6991575Z T=std::shared_ptr 2022-11-23T02:43:52.6991817Z ] 2022-11-23T02:43:52.6992363Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:43:52.6992895Z with 2022-11-23T02:43:52.6993092Z [ 2022-11-23T02:43:52.6993400Z T=std::shared_ptr 2022-11-23T02:43:52.6993742Z ] 2022-11-23T02:43:52.6994493Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:43:52.6995077Z with 2022-11-23T02:43:52.6995258Z [ 2022-11-23T02:43:52.6995515Z T=std::shared_ptr 2022-11-23T02:43:52.6995761Z ] 2022-11-23T02:43:52.6996312Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:43:52.6997162Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:43:52.6998041Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:43:52.6998909Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:43:52.6999415Z with 2022-11-23T02:43:52.6999601Z [ 2022-11-23T02:43:52.6999860Z T=std::shared_ptr 2022-11-23T02:43:52.7000110Z ] 2022-11-23T02:43:52.7000607Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:43:52.7001211Z with 2022-11-23T02:43:52.7001414Z [ 2022-11-23T02:43:52.7001641Z T=torch::jit::GraphExecutor 2022-11-23T02:43:52.7001879Z ] 2022-11-23T02:43:52.7002579Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:43:52.7003065Z with 2022-11-23T02:43:52.7003264Z [ 2022-11-23T02:43:52.7003490Z T=torch::jit::GraphExecutor 2022-11-23T02:43:52.7003727Z ] 2022-11-23T02:43:52.7004285Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:43:52.7004932Z with 2022-11-23T02:43:52.7005128Z [ 2022-11-23T02:43:52.7005367Z T=torch::jit::GraphExecutor 2022-11-23T02:43:52.7005585Z ] 2022-11-23T02:43:52.7006182Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:43:52.7006735Z with 2022-11-23T02:43:52.7006931Z [ 2022-11-23T02:43:52.7007166Z T=torch::jit::GraphExecutor 2022-11-23T02:43:52.7007398Z ] 2022-11-23T02:43:52.7007922Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:43:52.7008767Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:43:52.7009631Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:43:52.7011371Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:43:52.7011932Z with 2022-11-23T02:43:52.7012138Z [ 2022-11-23T02:43:52.7012385Z T=torch::jit::GraphExecutor 2022-11-23T02:43:52.7012621Z ] 2022-11-23T02:43:52.7013105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:43:52.7013575Z with 2022-11-23T02:43:52.7013772Z [ 2022-11-23T02:43:52.7013997Z T=torch::jit::Method 2022-11-23T02:43:52.7014220Z ] 2022-11-23T02:43:52.7014736Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:43:52.7015196Z with 2022-11-23T02:43:52.7015398Z [ 2022-11-23T02:43:52.7015622Z T=torch::jit::Method 2022-11-23T02:43:52.7015841Z ] 2022-11-23T02:43:52.7016398Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:43:52.7016916Z with 2022-11-23T02:43:52.7017096Z [ 2022-11-23T02:43:52.7017321Z T=torch::jit::Method 2022-11-23T02:43:52.7017539Z ] 2022-11-23T02:43:52.7018133Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:43:52.7018810Z with 2022-11-23T02:43:52.7018992Z [ 2022-11-23T02:43:52.7019220Z T=torch::jit::Method 2022-11-23T02:43:52.7019616Z ] 2022-11-23T02:43:52.7020162Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:43:52.7020980Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:43:52.7021933Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:43:52.7022463Z with 2022-11-23T02:43:52.7022648Z [ 2022-11-23T02:43:52.7022872Z T=torch::jit::Method 2022-11-23T02:43:52.7023093Z ] 2022-11-23T02:43:52.7023593Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:43:52.7024054Z with 2022-11-23T02:43:52.7024253Z [ 2022-11-23T02:43:52.7024521Z T=std::vector> 2022-11-23T02:43:52.7024793Z ] 2022-11-23T02:43:52.7025312Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:43:52.7025791Z with 2022-11-23T02:43:52.7025986Z [ 2022-11-23T02:43:52.7026269Z T=std::vector> 2022-11-23T02:43:52.7026518Z ] 2022-11-23T02:43:52.7027164Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:43:52.7027698Z with 2022-11-23T02:43:52.7027898Z [ 2022-11-23T02:43:52.7028183Z T=std::vector> 2022-11-23T02:43:52.7028451Z ] 2022-11-23T02:43:52.7029028Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:43:52.7029118Z with 2022-11-23T02:43:52.7029196Z [ 2022-11-23T02:43:52.7029367Z T=std::vector> 2022-11-23T02:43:52.7029448Z ] 2022-11-23T02:43:52.7029910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:43:52.7030368Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:43:52.7030783Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:43:52.7030869Z with 2022-11-23T02:43:52.7030946Z [ 2022-11-23T02:43:52.7031117Z T=std::vector> 2022-11-23T02:43:52.7031193Z ] 2022-11-23T02:43:52.7031568Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:43:52.7031649Z with 2022-11-23T02:43:52.7031729Z [ 2022-11-23T02:43:52.7031934Z T=std::function 2022-11-23T02:43:52.7032012Z ] 2022-11-23T02:43:52.7032414Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:43:52.7032593Z with 2022-11-23T02:43:52.7032652Z [ 2022-11-23T02:43:52.7032857Z T=std::function 2022-11-23T02:43:52.7032938Z ] 2022-11-23T02:43:52.7033385Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:43:52.7033466Z with 2022-11-23T02:43:52.7033542Z [ 2022-11-23T02:43:52.7033748Z T=std::function 2022-11-23T02:43:52.7033826Z ] 2022-11-23T02:43:52.7034302Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:43:52.7034388Z with 2022-11-23T02:43:52.7034464Z [ 2022-11-23T02:43:52.7034668Z T=std::function 2022-11-23T02:43:52.7034746Z ] 2022-11-23T02:43:52.7035229Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:43:52.7035811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:43:52.7036250Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:43:52.7036336Z with 2022-11-23T02:43:52.7036413Z [ 2022-11-23T02:43:52.7036617Z T=std::function 2022-11-23T02:43:52.7036694Z ] 2022-11-23T02:43:52.7037072Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:43:52.7037137Z with 2022-11-23T02:43:52.7037217Z [ 2022-11-23T02:43:52.7037452Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:43:52.7037529Z ] 2022-11-23T02:43:52.7037925Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:43:52.7038011Z with 2022-11-23T02:43:52.7038087Z [ 2022-11-23T02:43:52.7038315Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:43:52.7038393Z ] 2022-11-23T02:43:52.7038835Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:43:52.7038916Z with 2022-11-23T02:43:52.7038993Z [ 2022-11-23T02:43:52.7039229Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:43:52.7039306Z ] 2022-11-23T02:43:52.7039788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:43:52.7039961Z with 2022-11-23T02:43:52.7040037Z [ 2022-11-23T02:43:52.7040250Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:43:52.7040329Z ] 2022-11-23T02:43:52.7040838Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:43:52.7041393Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:43:52.7041811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:43:52.7041898Z with 2022-11-23T02:43:52.7041975Z [ 2022-11-23T02:43:52.7042203Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:43:52.7042280Z ] 2022-11-23T02:43:52.7042659Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:43:52.7042739Z with 2022-11-23T02:43:52.7042815Z [ 2022-11-23T02:43:52.7043046Z T=std::vector> 2022-11-23T02:43:52.7043138Z ] 2022-11-23T02:43:52.7043538Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:43:52.7043620Z with 2022-11-23T02:43:52.7043700Z [ 2022-11-23T02:43:52.7043859Z T=std::vector> 2022-11-23T02:43:52.7043936Z ] 2022-11-23T02:43:52.7044365Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:43:52.7044448Z with 2022-11-23T02:43:52.7044526Z [ 2022-11-23T02:43:52.7044683Z T=std::vector> 2022-11-23T02:43:52.7044760Z ] 2022-11-23T02:43:52.7045241Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:43:52.7045323Z with 2022-11-23T02:43:52.7045399Z [ 2022-11-23T02:43:52.7045562Z T=std::vector> 2022-11-23T02:43:52.7045637Z ] 2022-11-23T02:43:52.7046067Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:43:52.7046148Z with 2022-11-23T02:43:52.7046223Z [ 2022-11-23T02:43:52.7046311Z T=double 2022-11-23T02:43:52.7046388Z ] 2022-11-23T02:43:52.7046872Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:43:52.7046938Z with 2022-11-23T02:43:52.7047015Z [ 2022-11-23T02:43:52.7047105Z T=double 2022-11-23T02:43:52.7047180Z ] 2022-11-23T02:43:52.7047693Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:43:52.7047774Z with 2022-11-23T02:43:52.7047851Z [ 2022-11-23T02:43:52.7048009Z T=std::vector> 2022-11-23T02:43:52.7048127Z ] 2022-11-23T02:43:52.7048576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:43:52.7048665Z with 2022-11-23T02:43:52.7048742Z [ 2022-11-23T02:43:52.7048883Z T=std::tuple 2022-11-23T02:43:52.7048961Z ] 2022-11-23T02:43:52.7049357Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:43:52.7049426Z with 2022-11-23T02:43:52.7049502Z [ 2022-11-23T02:43:52.7049642Z T=std::tuple 2022-11-23T02:43:52.7049719Z ] 2022-11-23T02:43:52.7050163Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:43:52.7050244Z with 2022-11-23T02:43:52.7050323Z [ 2022-11-23T02:43:52.7050651Z T=std::tuple 2022-11-23T02:43:52.7050747Z ] 2022-11-23T02:43:52.7051228Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:43:52.7051314Z with 2022-11-23T02:43:52.7051392Z [ 2022-11-23T02:43:52.7051626Z T=std::tuple 2022-11-23T02:43:52.7051755Z ] 2022-11-23T02:43:52.7052226Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:43:52.7052706Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:43:52.7053128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:43:52.7053211Z with 2022-11-23T02:43:52.7053292Z [ 2022-11-23T02:43:52.7053414Z T=std::tuple 2022-11-23T02:43:52.7053491Z ] 2022-11-23T02:43:52.7053868Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:43:52.7053955Z with 2022-11-23T02:43:52.7054033Z [ 2022-11-23T02:43:52.7054202Z T=std::vector> 2022-11-23T02:43:52.7054278Z ] 2022-11-23T02:43:52.7054680Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:43:52.7054761Z with 2022-11-23T02:43:52.7054837Z [ 2022-11-23T02:43:52.7055003Z T=std::vector> 2022-11-23T02:43:52.7055079Z ] 2022-11-23T02:43:52.7055623Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:43:52.7055706Z with 2022-11-23T02:43:52.7055783Z [ 2022-11-23T02:43:52.7055929Z T=std::vector> 2022-11-23T02:43:52.7056007Z ] 2022-11-23T02:43:52.7056484Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:43:52.7056566Z with 2022-11-23T02:43:52.7056642Z [ 2022-11-23T02:43:52.7056805Z T=std::vector> 2022-11-23T02:43:52.7056881Z ] 2022-11-23T02:43:52.7057327Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:43:52.7057823Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:43:52.7058314Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:43:52.7058410Z with 2022-11-23T02:43:52.7058486Z [ 2022-11-23T02:43:52.7058654Z T=std::vector> 2022-11-23T02:43:52.7058731Z ] 2022-11-23T02:43:52.7059055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/cpu/vec/vec256/vec256_bfloat16.h(14): warning C4068: unknown pragma 'GCC' 2022-11-23T02:43:52.7059375Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/cpu/vec/vec256/vec256_bfloat16.h(15): warning C4068: unknown pragma 'GCC' 2022-11-23T02:43:52.7059698Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/cpu/vec/vec256/vec256_bfloat16.h(821): warning C4068: unknown pragma 'GCC' 2022-11-23T02:43:52.7060333Z [2/2] "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64/link.exe" open_registration_extension.o /nologo /DLL c10.lib torch_cpu.lib torch.lib /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib torch_python.lib /LIBPATH:C:\Jenkins\Miniconda3\libs /out:custom_device_extension.pyd 2022-11-23T02:43:52.7060615Z Creating library custom_device_extension.lib and object custom_device_extension.exp 2022-11-23T02:43:52.7060819Z Loading extension module custom_device_extension... 2022-11-23T02:43:52.7060909Z ok (21.780s) 2022-11-23T02:43:52.7060920Z 2022-11-23T02:43:52.7061110Z ---------------------------------------------------------------------- 2022-11-23T02:43:52.7061211Z Ran 1 test in 21.781s 2022-11-23T02:43:52.7061219Z 2022-11-23T02:43:52.7061295Z OK 2022-11-23T02:43:52.7061303Z 2022-11-23T02:43:52.7061398Z Generating XML reports... 2022-11-23T02:43:52.7061792Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_open_device_registration\TEST-TestCppExtensionOpenRgistration-20221123024330.xml 2022-11-23T02:43:52.7061816Z 2022-11-23T02:43:52.7062179Z ##[endgroup] 2022-11-23T02:43:52.7062589Z FINISHED PRINTING LOG FILE of test_cpp_extensions_open_device_registration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cpp_extensions_open_device_registration_ju1llz5h) 2022-11-23T02:43:52.7062596Z 2022-11-23T02:43:52.7062742Z Running nn/test_pooling ... [2022-11-23 02:43:52.648685] 2022-11-23T02:43:52.7063194Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_pooling.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:43:52.648685] 2022-11-23T02:44:11.4047788Z 2022-11-23T02:44:11.4048454Z Expand the folded group to see the log file of nn/test_pooling 2022-11-23T02:44:11.4049568Z ##[group]PRINTING LOG FILE of nn/test_pooling (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_pooling_qrq7wt9x) 2022-11-23T02:44:11.4050795Z 2022-11-23T02:44:11.4051093Z Running tests... 2022-11-23T02:44:11.4051779Z ---------------------------------------------------------------------- 2022-11-23T02:44:11.4054942Z Test results will be stored in test-reports\python-unittest\nn.test_pooling 2022-11-23T02:44:11.4055509Z test_avg_pool1d_ceil_mode (__main__.TestAvgPool) ... ok (1.743s) 2022-11-23T02:44:11.4056217Z test_avg_pool2d_ceil_mode (__main__.TestAvgPool) ... ok (0.006s) 2022-11-23T02:44:11.4056843Z test_avg_pool3d_ceil_mode (__main__.TestAvgPool) ... ok (0.000s) 2022-11-23T02:44:11.4057498Z test_doubletensor_avg_pool2d (__main__.TestAvgPool) ... ok (0.018s) 2022-11-23T02:44:11.4058200Z test_doubletensor_avg_pool2d_with_divisor (__main__.TestAvgPool) ... ok (0.015s) 2022-11-23T02:44:11.4058952Z test_doubletensor_avg_pool3d (__main__.TestAvgPool) ... ok (0.130s) 2022-11-23T02:44:11.4059679Z test_doubletensor_avg_pool3d_with_divisor (__main__.TestAvgPool) ... ok (0.323s) 2022-11-23T02:44:11.4060402Z test_MaxUnpool2d_output_size (__main__.TestPoolingNN) ... ok (0.851s) 2022-11-23T02:44:11.4061377Z test_adaptive_pooling_avg_nhwc (__main__.TestPoolingNN) ... ok (0.021s) 2022-11-23T02:44:11.4062211Z test_adaptive_pooling_avg_nhwc_launch_config_backward (__main__.TestPoolingNN) ... ok (0.219s) 2022-11-23T02:44:11.4063048Z test_adaptive_pooling_avg_nhwc_launch_config_forward (__main__.TestPoolingNN) ... ok (0.163s) 2022-11-23T02:44:11.4063864Z test_adaptive_pooling_avg_nhwc_non_contiguous (__main__.TestPoolingNN) ... ok (0.014s) 2022-11-23T02:44:11.4064626Z test_adaptive_pooling_bfloat16 (__main__.TestPoolingNN) ... ok (0.015s) 2022-11-23T02:44:11.4065299Z test_adaptive_pooling_input_size (__main__.TestPoolingNN) ... ok (0.003s) 2022-11-23T02:44:11.4066047Z test_adaptive_pooling_size_none (__main__.TestPoolingNN) ... ok (0.004s) 2022-11-23T02:44:11.4066779Z test_adaptive_pooling_size_overflow (__main__.TestPoolingNN) ... ok (0.003s) 2022-11-23T02:44:11.4067430Z test_max_unpool (__main__.TestPoolingNN) ... ok (0.595s) 2022-11-23T02:44:11.4068069Z test_max_unpool2d_nhwc_cpu (__main__.TestPoolingNN) ... ok (0.004s) 2022-11-23T02:44:11.4068832Z test_AdaptiveMaxPool1d_indices_cuda_bfloat16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T02:44:11.4069657Z test_AdaptiveMaxPool1d_indices_cuda_float16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T02:44:11.4070583Z test_AdaptiveMaxPool1d_indices_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T02:44:11.4071280Z test_AdaptiveMaxPool1d_indices_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T02:44:11.4071793Z test_AdaptiveMaxPool2d_indices_cuda_bfloat16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T02:44:11.4072296Z test_AdaptiveMaxPool2d_indices_cuda_float16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T02:44:11.4072794Z test_AdaptiveMaxPool2d_indices_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T02:44:11.4073298Z test_AdaptiveMaxPool2d_indices_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T02:44:11.4073779Z test_AdaptiveMaxPool3d_indices_cuda_bfloat16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T02:44:11.4074354Z test_AdaptiveMaxPool3d_indices_cuda_float16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T02:44:11.4074856Z test_AdaptiveMaxPool3d_indices_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T02:44:11.4075702Z test_AdaptiveMaxPool3d_indices_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T02:44:11.4076219Z test_AdaptiveMaxPool_zero_batch_dim_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.068s) 2022-11-23T02:44:11.4076688Z test_AvgPool2d_empty_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T02:44:11.4077584Z test_AvgPool3d_backward_after_cat_dim1_device_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T02:44:11.4078368Z warnings.warn(message, UserWarning) 2022-11-23T02:44:11.4078625Z ok (0.000s) 2022-11-23T02:44:11.4078988Z test_FractionalMaxPool2d_zero_batch_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T02:44:11.4079481Z test_FractionalMaxPool2d_zero_out_size_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T02:44:11.4079990Z test_FractionalMaxPool3d_zero_batch_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.012s) 2022-11-23T02:44:11.4080491Z test_FractionalMaxPool3d_zero_out_size_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T02:44:11.4080979Z test_MaxPool1d_indices_cuda_bfloat16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T02:44:11.4081449Z test_MaxPool1d_indices_cuda_float16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T02:44:11.4082019Z test_MaxPool1d_indices_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T02:44:11.4082503Z test_MaxPool1d_indices_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T02:44:11.4082941Z test_MaxPool2d_indices_cuda_bfloat16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T02:44:11.4083410Z test_MaxPool2d_indices_cuda_float16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T02:44:11.4083873Z test_MaxPool2d_indices_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T02:44:11.4084331Z test_MaxPool2d_indices_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T02:44:11.4084783Z test_MaxPool3d_indices_cuda_bfloat16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T02:44:11.4085247Z test_MaxPool3d_indices_cuda_float16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T02:44:11.4085712Z test_MaxPool3d_indices_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T02:44:11.4086153Z test_MaxPool3d_indices_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T02:44:11.4086620Z test_MaxPool_zero_batch_dim_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T02:44:11.4087182Z test_MaxUnpool_index_errors_case10_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:44:11.4087834Z test_MaxUnpool_index_errors_case1_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-11-23T02:44:11.4088462Z test_MaxUnpool_index_errors_case2_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T02:44:11.4089084Z test_MaxUnpool_index_errors_case3_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T02:44:11.4089706Z test_MaxUnpool_index_errors_case4_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T02:44:11.4090324Z test_MaxUnpool_index_errors_case5_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T02:44:11.4091026Z test_MaxUnpool_index_errors_case6_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T02:44:11.4091640Z test_MaxUnpool_index_errors_case7_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T02:44:11.4092251Z test_MaxUnpool_index_errors_case8_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T02:44:11.4092860Z test_MaxUnpool_index_errors_case9_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-11-23T02:44:11.4093399Z test_MaxUnpool_zero_batch_dim_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T02:44:11.4093883Z test_adaptive_avg_pool2d_output_size_one_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T02:44:11.4094386Z test_adaptive_avg_pool3d_output_size_one_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T02:44:11.4094863Z test_adaptive_pool_invalid_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T02:44:11.4095411Z test_adaptive_pool_odd_size_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:44:11.4095946Z test_adaptive_pooling_max_nhwc_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T02:44:11.4096509Z test_adaptive_pooling_max_nhwc_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.024s) 2022-11-23T02:44:11.4097028Z test_adaptive_pooling_no_suppot_input_cuda_int16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T02:44:11.4097529Z test_adaptive_pooling_no_suppot_input_cuda_int32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T02:44:11.4098039Z test_adaptive_pooling_no_suppot_input_cuda_int64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T02:44:11.4098543Z test_adaptive_pooling_no_suppot_input_cuda_int8 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T02:44:11.4099042Z test_adaptive_pooling_no_suppot_input_cuda_uint8 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T02:44:11.4099518Z test_adaptive_pooling_zero_batch_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T02:44:11.4100015Z test_adaptive_pooling_zero_batch_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T02:44:11.4100516Z test_avg_pool2d_bfloat16_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T02:44:11.4100990Z test_avg_pool2d_nhwc_cuda_float16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.067s) 2022-11-23T02:44:11.4101446Z test_avg_pool2d_nhwc_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.067s) 2022-11-23T02:44:11.4101897Z test_avg_pool2d_nhwc_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.057s) 2022-11-23T02:44:11.4102347Z test_fractional_max_pool2d_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.250s) 2022-11-23T02:44:11.4102793Z test_fractional_max_pool3d_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (2.991s) 2022-11-23T02:44:11.4103274Z test_fractional_max_pool_nan_inf_cuda_float16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T02:44:11.4103770Z test_fractional_max_pool_nan_inf_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T02:44:11.4104261Z test_fractional_max_pool_nan_inf_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T02:44:11.4104776Z test_max_pool1d_corner_cases_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T02:44:11.4105304Z test_max_pool1d_corner_cases_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T02:44:11.4105927Z test_max_pool1d_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T02:44:11.4106404Z test_max_pool1d_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T02:44:11.4106899Z test_max_pool2d_bfloat16_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T02:44:11.4107361Z test_max_pool2d_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (4.970s) 2022-11-23T02:44:11.4107803Z test_max_pool2d_indices_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.012s) 2022-11-23T02:44:11.4108255Z test_max_pool2d_nhwc_cuda_float16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.061s) 2022-11-23T02:44:11.4108722Z test_max_pool2d_nhwc_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.062s) 2022-11-23T02:44:11.4109377Z test_max_pool2d_nhwc_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.067s) 2022-11-23T02:44:11.4109815Z test_max_pool3d_ndhwc_cuda_float16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.035s) 2022-11-23T02:44:11.4110275Z test_max_pool3d_ndhwc_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.032s) 2022-11-23T02:44:11.4110731Z test_max_pool3d_ndhwc_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.035s) 2022-11-23T02:44:11.4111176Z test_max_pool_nan_inf_cuda_float16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T02:44:11.4111615Z test_max_pool_nan_inf_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T02:44:11.4112139Z test_max_pool_nan_inf_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T02:44:11.4112616Z test_maxpool3d_non_square_backward_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T02:44:11.4113077Z test_maxpool_indices_no_batch_dim_cuda_bfloat16 (__main__.TestPoolingNNDeviceTypeCUDA) 2022-11-23T02:44:11.4113525Z Check that indices with no batch dim is consistent with a single batch. ... ok (0.004s) 2022-11-23T02:44:11.4114229Z test_maxpool_indices_no_batch_dim_cuda_float16 (__main__.TestPoolingNNDeviceTypeCUDA) 2022-11-23T02:44:11.4115049Z Check that indices with no batch dim is consistent with a single batch. ... ok (0.005s) 2022-11-23T02:44:11.4115876Z test_maxpool_indices_no_batch_dim_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) 2022-11-23T02:44:11.4116659Z Check that indices with no batch dim is consistent with a single batch. ... ok (0.006s) 2022-11-23T02:44:11.4117464Z test_maxpool_indices_no_batch_dim_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) 2022-11-23T02:44:11.4118260Z Check that indices with no batch dim is consistent with a single batch. ... ok (0.000s) 2022-11-23T02:44:11.4119142Z test_pool3d_large_size_int64_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: Insufficient cuda:0 memory (0.098s) 2022-11-23T02:44:11.4120067Z test_pool3d_size_one_feature_dim_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T02:44:11.4120939Z test_pool_invalid_size_cuda_bfloat16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T02:44:11.4121750Z test_pool_invalid_size_cuda_float16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T02:44:11.4122226Z test_pool_invalid_size_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T02:44:11.4122673Z test_pool_invalid_size_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T02:44:11.4123132Z test_pool_large_size_cuda_bfloat16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T02:44:11.4123590Z test_pool_large_size_cuda_float16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T02:44:11.4124042Z test_pool_large_size_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.015s) 2022-11-23T02:44:11.4124484Z test_pool_large_size_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T02:44:11.4125409Z test_pooling_bfloat16_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.014s) 2022-11-23T02:44:11.4126249Z test_pooling_large_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.212s) 2022-11-23T02:44:11.4127107Z test_pooling_max_nhwc_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.021s) 2022-11-23T02:44:11.4127810Z test_pooling_max_nhwc_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.017s) 2022-11-23T02:44:11.4128246Z test_pooling_shape_cuda (__main__.TestPoolingNNDeviceTypeCUDA) 2022-11-23T02:44:11.4128657Z Test the output shape calculation for pooling functions ... ok (0.007s) 2022-11-23T02:44:11.4129084Z test_pooling_size_empty_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T02:44:11.4129534Z test_pooling_zero_stride_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T02:44:11.4129782Z 2022-11-23T02:44:11.4129960Z ---------------------------------------------------------------------- 2022-11-23T02:44:11.4130287Z Ran 121 tests in 13.953s 2022-11-23T02:44:11.4130436Z 2022-11-23T02:44:11.4130531Z OK (skipped=18) 2022-11-23T02:44:11.4130669Z 2022-11-23T02:44:11.4130780Z Generating XML reports... 2022-11-23T02:44:11.4131211Z Generated XML report: test-reports\python-unittest\nn.test_pooling\TEST-TestAvgPool-20221123024356.xml 2022-11-23T02:44:11.4131780Z Generated XML report: test-reports\python-unittest\nn.test_pooling\TEST-TestPoolingNN-20221123024356.xml 2022-11-23T02:44:11.4132549Z Generated XML report: test-reports\python-unittest\nn.test_pooling\TEST-TestPoolingNNDeviceTypeCUDA-20221123024356.xml 2022-11-23T02:44:11.4132918Z 2022-11-23T02:44:11.4133266Z ##[endgroup] 2022-11-23T02:44:11.4133711Z FINISHED PRINTING LOG FILE of nn/test_pooling (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_pooling_qrq7wt9x) 2022-11-23T02:44:11.4134178Z 2022-11-23T02:44:11.4134462Z Running test_fake_tensor ... [2022-11-23 02:44:11.405398] 2022-11-23T02:44:11.4135291Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_fake_tensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:44:11.405398] 2022-11-23T02:44:25.4493406Z 2022-11-23T02:44:25.4494450Z Expand the folded group to see the log file of test_fake_tensor 2022-11-23T02:44:25.4496240Z ##[group]PRINTING LOG FILE of test_fake_tensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fake_tensor_onop4khl) 2022-11-23T02:44:25.4497040Z 2022-11-23T02:44:25.4497251Z Running tests... 2022-11-23T02:44:25.4497915Z ---------------------------------------------------------------------- 2022-11-23T02:44:25.4498767Z Test results will be stored in test-reports\python-unittest\test_fake_tensor 2022-11-23T02:44:25.4499630Z test_aliased_const_write (__main__.FakeTensorConstHandling) ... ok (2.432s) 2022-11-23T02:44:25.4500507Z test_constant_invalidation (__main__.FakeTensorConstHandling) ... ok (0.004s) 2022-11-23T02:44:25.4501360Z test_fake_tensor_batch_norm_cpu (__main__.FakeTensorConstHandling) ... ok (0.035s) 2022-11-23T02:44:25.4502206Z test_fake_tensor_in_intlist_repro (__main__.FakeTensorConstHandling) ... ok (0.010s) 2022-11-23T02:44:25.4502996Z test_inplace_add (__main__.FakeTensorConstHandling) ... ok (0.000s) 2022-11-23T02:44:25.4503854Z test_inplace_view_invalidation (__main__.FakeTensorConstHandling) ... ok (0.013s) 2022-11-23T02:44:25.4504695Z test_shared_storage_invalidation (__main__.FakeTensorConstHandling) ... ok (0.005s) 2022-11-23T02:44:25.4506254Z test_shared_storages (__main__.FakeTensorConstHandling) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T02:44:25.4507655Z warnings.warn(message, UserWarning) 2022-11-23T02:44:25.4508193Z ok (0.004s) 2022-11-23T02:44:25.4510257Z test_simple (__main__.FakeTensorConstHandling) ... ok (0.003s) 2022-11-23T02:44:25.4511020Z test_dead_key (__main__.FakeTensorConverterTest) ... ok (0.002s) 2022-11-23T02:44:25.4511756Z test_dead_weak_ref (__main__.FakeTensorConverterTest) ... ok (0.003s) 2022-11-23T02:44:25.4512553Z test_memoized_conversion_from_meta (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-11-23T02:44:25.4513418Z test_memoized_conversion_to_meta (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-11-23T02:44:25.4514195Z test_no_active_mode (__main__.FakeTensorConverterTest) ... ok (0.004s) 2022-11-23T02:44:25.4514939Z test_no_ref_cycle (__main__.FakeTensorConverterTest) ... ok (0.002s) 2022-11-23T02:44:25.4515718Z test_separate_mode_error (__main__.FakeTensorConverterTest) ... ok (0.003s) 2022-11-23T02:44:25.4517353Z test_separate_tensor_storages_non_view (__main__.FakeTensorConverterTest) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T02:44:25.4518878Z warnings.warn(message, UserWarning) 2022-11-23T02:44:25.4519363Z ok (0.003s) 2022-11-23T02:44:25.4519976Z test_separate_tensor_storages_view (__main__.FakeTensorConverterTest) ... ok (0.002s) 2022-11-23T02:44:25.4520786Z test_like_ops (__main__.FakeTensorOperatorInvariants) ... ok (0.027s) 2022-11-23T02:44:25.4521599Z test_non_kwarg_only_device (__main__.FakeTensorOperatorInvariants) ... ok (0.141s) 2022-11-23T02:44:25.4522669Z test_sparse_new (__main__.FakeTensorOperatorInvariants) ... expected failure (0.006s) 2022-11-23T02:44:25.4523716Z test_tensor_constructors_all_have_kwarg_device (__main__.FakeTensorOperatorInvariants) ... ok (0.250s) 2022-11-23T02:44:25.4525428Z test_fake_tensor_prop_on_nn_module (__main__.FakeTensorPropTest) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\_symbolic_trace.py:564: UserWarning: Was not able to add assertion to guarantee correct input value to specialized function. It is up to the user to make sure that your inputs match the inputs you specialized the function with. 2022-11-23T02:44:25.4526705Z warnings.warn( 2022-11-23T02:44:25.4527086Z ok (0.035s) 2022-11-23T02:44:25.4527540Z test_basic (__main__.FakeTensorTest) ... ok (0.003s) 2022-11-23T02:44:25.4528221Z test_binary_op_type_promotion (__main__.FakeTensorTest) ... ok (0.004s) 2022-11-23T02:44:25.4528885Z test_constructor (__main__.FakeTensorTest) ... ok (0.002s) 2022-11-23T02:44:25.4529522Z test_cpu_fallback (__main__.FakeTensorTest) ... ok (0.928s) 2022-11-23T02:44:25.4530108Z test_cudnn_rnn (__main__.FakeTensorTest) ... ok (5.335s) 2022-11-23T02:44:25.4530466Z test_data_dependent_operator (__main__.FakeTensorTest) ... ok (0.002s) 2022-11-23T02:44:25.4531391Z test_deepcopy (__main__.FakeTensorTest) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T02:44:25.4532291Z warnings.warn(message, UserWarning) 2022-11-23T02:44:25.4532548Z ok (0.009s) 2022-11-23T02:44:25.4532845Z test_fake_dispatch_keys (__main__.FakeTensorTest) ... ok (0.003s) 2022-11-23T02:44:25.4533216Z test_fake_grad_copy (__main__.FakeTensorTest) ... ok (0.002s) 2022-11-23T02:44:25.4533572Z test_fake_mode_error (__main__.FakeTensorTest) ... ok (0.000s) 2022-11-23T02:44:25.4533927Z test_fallback_memory_prop (__main__.FakeTensorTest) ... ok (0.010s) 2022-11-23T02:44:25.4534293Z test_from_numpy (__main__.FakeTensorTest) ... ok (0.010s) 2022-11-23T02:44:25.4534652Z test_index_cuda_with_cpu (__main__.FakeTensorTest) ... ok (0.000s) 2022-11-23T02:44:25.4535019Z test_like_constructor (__main__.FakeTensorTest) ... ok (0.012s) 2022-11-23T02:44:25.4535537Z test_mode (__main__.FakeTensorTest) ... ok (0.003s) 2022-11-23T02:44:25.4535871Z test_nan_to_num (__main__.FakeTensorTest) ... ok (0.021s) 2022-11-23T02:44:25.4536182Z test_new (__main__.FakeTensorTest) ... ok (0.009s) 2022-11-23T02:44:25.4536523Z test_non_kwarg_device (__main__.FakeTensorTest) ... ok (0.005s) 2022-11-23T02:44:25.4536884Z test_non_parameter_grad (__main__.FakeTensorTest) ... ok (0.000s) 2022-11-23T02:44:25.4537253Z test_normalize_device (__main__.FakeTensorTest) ... ok (0.000s) 2022-11-23T02:44:25.4537634Z test_parameter_instantiation (__main__.FakeTensorTest) ... ok (0.006s) 2022-11-23T02:44:25.4538135Z test_print_in_fake_mode (__main__.FakeTensorTest) ... ok (0.000s) 2022-11-23T02:44:25.4538472Z test_randperm (__main__.FakeTensorTest) ... ok (0.000s) 2022-11-23T02:44:25.4538930Z test_recursive_invocation (__main__.FakeTensorTest) ... ok (0.010s) 2022-11-23T02:44:25.4539409Z test_scalar_inputs (__main__.FakeTensorTest) ... ok (0.000s) 2022-11-23T02:44:25.4539756Z test_setitem (__main__.FakeTensorTest) ... ok (0.013s) 2022-11-23T02:44:25.4540113Z test_shape_take_not_device (__main__.FakeTensorTest) ... ok (0.004s) 2022-11-23T02:44:25.4540463Z test_throw (__main__.FakeTensorTest) ... ok (0.006s) 2022-11-23T02:44:25.4540774Z test_type_as (__main__.FakeTensorTest) ... ok (0.004s) 2022-11-23T02:44:25.4541106Z test_zero_dim (__main__.FakeTensorTest) ... ok (0.003s) 2022-11-23T02:44:25.4541299Z 2022-11-23T02:44:25.4541491Z ---------------------------------------------------------------------- 2022-11-23T02:44:25.4541806Z Ran 53 tests in 9.438s 2022-11-23T02:44:25.4542042Z 2022-11-23T02:44:25.4542168Z OK (expected failures=1) 2022-11-23T02:44:25.4542322Z 2022-11-23T02:44:25.4542435Z Generating XML reports... 2022-11-23T02:44:25.4542891Z Generated XML report: test-reports\python-unittest\test_fake_tensor\TEST-FakeTensorConstHandling-20221123024414.xml 2022-11-23T02:44:25.4543536Z Generated XML report: test-reports\python-unittest\test_fake_tensor\TEST-FakeTensorConverterTest-20221123024414.xml 2022-11-23T02:44:25.4544197Z Generated XML report: test-reports\python-unittest\test_fake_tensor\TEST-FakeTensorOperatorInvariants-20221123024414.xml 2022-11-23T02:44:25.4544832Z Generated XML report: test-reports\python-unittest\test_fake_tensor\TEST-FakeTensorPropTest-20221123024414.xml 2022-11-23T02:44:25.4545540Z Generated XML report: test-reports\python-unittest\test_fake_tensor\TEST-FakeTensorTest-20221123024414.xml 2022-11-23T02:44:25.4545847Z 2022-11-23T02:44:25.4546366Z ##[endgroup] 2022-11-23T02:44:25.4546807Z FINISHED PRINTING LOG FILE of test_fake_tensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fake_tensor_onop4khl) 2022-11-23T02:44:25.4547136Z 2022-11-23T02:44:25.4547311Z Running test_mobile_optimizer ... [2022-11-23 02:44:25.450015] 2022-11-23T02:44:25.4547844Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_mobile_optimizer.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:44:25.451069] 2022-11-23T02:44:33.5020773Z 2022-11-23T02:44:33.5021810Z Expand the folded group to see the log file of test_mobile_optimizer 2022-11-23T02:44:33.5023544Z ##[group]PRINTING LOG FILE of test_mobile_optimizer (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mobile_optimizer_ha_wxsid) 2022-11-23T02:44:33.5024226Z 2022-11-23T02:44:33.5024421Z Running tests... 2022-11-23T02:44:33.5025036Z ---------------------------------------------------------------------- 2022-11-23T02:44:33.5025923Z Test results will be stored in test-reports\python-unittest\test_mobile_optimizer 2022-11-23T02:44:33.5026764Z test_clone_module_with_class (__main__.TestOptimizer) ... ok (3.275s) 2022-11-23T02:44:33.5028257Z test_generate_mobile_module_lints (__main__.TestOptimizer) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T02:44:33.5029975Z warnings.warn(message, UserWarning) 2022-11-23T02:44:33.5030460Z ok (0.058s) 2022-11-23T02:44:33.5031060Z test_hoist_conv_packed_params (__main__.TestOptimizer) ... ok (0.006s) 2022-11-23T02:44:33.5031887Z test_mobilenet_optimize_for_mobile (__main__.TestOptimizer) ... skip: Needs torchvision (0.001s) 2022-11-23T02:44:33.5032701Z test_optimize_for_mobile (__main__.TestOptimizer) ... ok (0.592s) 2022-11-23T02:44:33.5033477Z test_preserve_bundled_inputs_methods (__main__.TestOptimizer) ... ok (0.177s) 2022-11-23T02:44:33.5034286Z test_quantized_conv_no_asan_failures (__main__.TestOptimizer) ... ok (0.003s) 2022-11-23T02:44:33.5034727Z 2022-11-23T02:44:33.5035069Z ---------------------------------------------------------------------- 2022-11-23T02:44:33.5035679Z Ran 7 tests in 4.109s 2022-11-23T02:44:33.5035963Z 2022-11-23T02:44:33.5036148Z OK (skipped=1) 2022-11-23T02:44:33.5036421Z 2022-11-23T02:44:33.5036639Z Generating XML reports... 2022-11-23T02:44:33.5037484Z Generated XML report: test-reports\python-unittest\test_mobile_optimizer\TEST-TestOptimizer-20221123024428.xml 2022-11-23T02:44:33.5038097Z 2022-11-23T02:44:33.5038647Z ##[endgroup] 2022-11-23T02:44:33.5039500Z FINISHED PRINTING LOG FILE of test_mobile_optimizer (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mobile_optimizer_ha_wxsid) 2022-11-23T02:44:33.5040171Z 2022-11-23T02:44:33.5040551Z Running inductor/test_torchinductor_opinfo ... [2022-11-23 02:44:33.494190] 2022-11-23T02:44:37.6185822Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_torchinductor_opinfo.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=0', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:44:37.618085] 2022-11-23T02:44:37.6187492Z Ignoring disabled issues: [] 2022-11-23T02:44:37.6386199Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_torchinductor_opinfo.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=1', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:44:37.634831] 2022-11-23T02:44:37.6388199Z Ignoring disabled issues: [] 2022-11-23T02:44:44.4031314Z 2022-11-23T02:44:44.4032501Z Expand the folded group to see the log file of inductor/test_torchinductor_opinfo 2022-11-23T02:44:44.4033912Z ##[group]PRINTING LOG FILE of inductor/test_torchinductor_opinfo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_torchinductor_opinfo_e9x70jjv) 2022-11-23T02:44:44.4034680Z : No module named 'filelock' 2022-11-23T02:44:44.4035085Z : requires sympy/functorch/filelock 2022-11-23T02:44:44.4035315Z 2022-11-23T02:44:44.4035604Z ##[endgroup] 2022-11-23T02:44:44.4036117Z FINISHED PRINTING LOG FILE of inductor/test_torchinductor_opinfo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_torchinductor_opinfo_e9x70jjv) 2022-11-23T02:44:44.4036516Z 2022-11-23T02:44:44.4160809Z 2022-11-23T02:44:44.4161613Z Expand the folded group to see the log file of inductor/test_torchinductor_opinfo 2022-11-23T02:44:44.4163410Z ##[group]PRINTING LOG FILE of inductor/test_torchinductor_opinfo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_torchinductor_opinfo_5ez44nr5) 2022-11-23T02:44:44.4164402Z : No module named 'filelock' 2022-11-23T02:44:44.4165108Z : requires sympy/functorch/filelock 2022-11-23T02:44:44.4165502Z 2022-11-23T02:44:44.4165963Z ##[endgroup] 2022-11-23T02:44:44.4166822Z FINISHED PRINTING LOG FILE of inductor/test_torchinductor_opinfo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_torchinductor_opinfo_5ez44nr5) 2022-11-23T02:44:44.4167492Z 2022-11-23T02:44:45.0632798Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_torchinductor_opinfo.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '-k=_linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:44:45.062818] 2022-11-23T02:44:51.3119748Z 2022-11-23T02:44:51.3120696Z Expand the folded group to see the log file of inductor/test_torchinductor_opinfo 2022-11-23T02:44:51.3121712Z ##[group]PRINTING LOG FILE of inductor/test_torchinductor_opinfo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_torchinductor_opinfo_46ackhw3) 2022-11-23T02:44:51.3122441Z : No module named 'filelock' 2022-11-23T02:44:51.3122848Z : requires sympy/functorch/filelock 2022-11-23T02:44:51.3123078Z 2022-11-23T02:44:51.3123359Z ##[endgroup] 2022-11-23T02:44:51.3123864Z FINISHED PRINTING LOG FILE of inductor/test_torchinductor_opinfo (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_torchinductor_opinfo_46ackhw3) 2022-11-23T02:44:51.3124264Z 2022-11-23T02:44:51.8384191Z 2022-11-23T02:44:51.8384830Z (base) C:\actions-runner\_work\pytorch\pytorch\test>if ERRORLEVEL 1 goto fail 2022-11-23T02:44:51.8386633Z 2022-11-23T02:44:51.8388642Z (base) C:\actions-runner\_work\pytorch\pytorch\test>popd 2022-11-23T02:44:51.8397401Z 2022-11-23T02:44:51.8397718Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2022-11-23T02:44:51.8432018Z + [[ 3 == 1 ]] 2022-11-23T02:44:51.8432348Z + [[ 3 == 2 ]] 2022-11-23T02:44:51.8433475Z + assert_git_not_dirty 2022-11-23T02:44:51.8434427Z + [[ win-vs2019-cuda11.6-py3 != *rocm* ]] 2022-11-23T02:44:51.8435483Z + [[ win-vs2019-cuda11.6-py3 != *xla* ]] 2022-11-23T02:44:51.8543638Z ++ git status --porcelain 2022-11-23T02:44:53.4416777Z + git_status= 2022-11-23T02:44:53.4417160Z + [[ -n '' ]] 2022-11-23T02:44:53.4417578Z TEST PASSED 2022-11-23T02:44:53.4418731Z + echo 'TEST PASSED' 2022-11-23T02:44:53.4640597Z Prepare all required actions 2022-11-23T02:44:53.4641487Z Getting action download info 2022-11-23T02:44:53.6423512Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2022-11-23T02:44:53.9763929Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-11-23T02:44:53.9764220Z with: 2022-11-23T02:44:53.9764884Z github-token: *** 2022-11-23T02:44:53.9765099Z env: 2022-11-23T02:44:53.9765407Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:44:53.9765829Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:44:53.9766253Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:44:53.9766663Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:44:53.9767043Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:44:53.9767478Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:44:53.9767779Z ##[endgroup] 2022-11-23T02:44:53.9953310Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2022-11-23T02:44:53.9953613Z with: 2022-11-23T02:44:53.9953813Z shell: bash 2022-11-23T02:44:53.9954032Z timeout_minutes: 10 2022-11-23T02:44:53.9954258Z max_attempts: 5 2022-11-23T02:44:53.9954467Z retry_wait_seconds: 30 2022-11-23T02:44:53.9954962Z command: set -eux python3 -m pip install requests==2.26.0 GHA_WORKFLOW_JOB_ID=$(python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}") echo "job-id=${GHA_WORKFLOW_JOB_ID}" >> "${GITHUB_OUTPUT}" 2022-11-23T02:44:53.9955451Z polling_interval_seconds: 1 2022-11-23T02:44:53.9955699Z warning_on_retry: true 2022-11-23T02:44:53.9955937Z continue_on_error: false 2022-11-23T02:44:53.9956155Z env: 2022-11-23T02:44:53.9956460Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:44:53.9956792Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:44:53.9957378Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:44:53.9957959Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:44:53.9958334Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:44:53.9958710Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:44:53.9959215Z GITHUB_TOKEN: *** 2022-11-23T02:44:53.9959425Z ##[endgroup] 2022-11-23T02:44:54.1482067Z + python3 -m pip install requests==2.26.0 2022-11-23T02:44:55.1256088Z Collecting requests==2.26.0 2022-11-23T02:44:55.1399157Z Using cached requests-2.26.0-py2.py3-none-any.whl (62 kB) 2022-11-23T02:44:55.2271937Z Collecting urllib3<1.27,>=1.21.1 2022-11-23T02:44:55.2363891Z Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2022-11-23T02:44:55.3233080Z Collecting certifi>=2017.4.17 2022-11-23T02:44:55.3332571Z Using cached certifi-2022.9.24-py3-none-any.whl (161 kB) 2022-11-23T02:44:55.4209541Z Collecting charset-normalizer~=2.0.0 2022-11-23T02:44:55.4360395Z Using cached charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2022-11-23T02:44:55.4749350Z Collecting idna<4,>=2.5 2022-11-23T02:44:55.4847167Z Using cached idna-3.4-py3-none-any.whl (61 kB) 2022-11-23T02:44:55.6436037Z Installing collected packages: urllib3, idna, charset-normalizer, certifi, requests 2022-11-23T02:44:56.8614228Z Successfully installed certifi-2022.9.24 charset-normalizer-2.0.12 idna-3.4 requests-2.26.0 urllib3-1.26.12 2022-11-23T02:44:56.9857990Z ++ python3 .github/scripts/get_workflow_job_id.py 3528293554 i-06480537a70bc2154 2022-11-23T02:45:01.4502980Z + GHA_WORKFLOW_JOB_ID=9655481054 2022-11-23T02:45:01.4504584Z + echo job-id=9655481054 2022-11-23T02:45:02.1432852Z Command completed after 1 attempt(s). 2022-11-23T02:45:02.1788955Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-11-23T02:45:02.1789340Z kill "$MONITOR_SCRIPT_PID" 2022-11-23T02:45:02.1828155Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T02:45:02.1828509Z env: 2022-11-23T02:45:02.1828739Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:45:02.1829071Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:45:02.1829488Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:45:02.1829887Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:45:02.1830245Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:45:02.1830615Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:45:02.1831037Z MONITOR_SCRIPT_PID: 1421 2022-11-23T02:45:02.1831274Z ##[endgroup] 2022-11-23T02:45:02.2413077Z Prepare all required actions 2022-11-23T02:45:02.2413494Z Getting action download info 2022-11-23T02:45:02.4510829Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-11-23T02:45:03.5230088Z Download action repository 'actions/upload-artifact@v3' (SHA:83fd05a356d7e2593de66fc9913b3002723633cb) 2022-11-23T02:45:03.8713969Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-11-23T02:45:03.8714253Z with: 2022-11-23T02:45:03.8714656Z file-suffix: test-default-3-5-windows.8xlarge.nvidia.gpu_9655481054 2022-11-23T02:45:03.8714998Z env: 2022-11-23T02:45:03.8715213Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:45:03.8715683Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:45:03.8716113Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:45:03.8716514Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:45:03.8716925Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:45:03.8717303Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:45:03.8717596Z ##[endgroup] 2022-11-23T02:45:03.8910790Z ##[group]Run # -ir => recursive include all files in pattern 2022-11-23T02:45:03.8911287Z # -ir => recursive include all files in pattern 2022-11-23T02:45:03.8911647Z 7z a "test-jsons-$Env:FILE_SUFFIX.zip" -ir'!test\*.json' 2022-11-23T02:45:03.8941402Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:45:03.8941748Z env: 2022-11-23T02:45:03.8941976Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:45:03.8942313Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:45:03.8942845Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:45:03.8943260Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:45:03.8943643Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:45:03.8944174Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:45:03.8944589Z FILE_SUFFIX: test-default-3-5-windows.8xlarge.nvidia.gpu_9655481054 2022-11-23T02:45:03.8944915Z ##[endgroup] 2022-11-23T02:45:04.4794728Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:45:04.6546292Z Finished 2022-11-23T02:45:04.9491235Z 2022-11-23T02:45:04.9491808Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T02:45:04.9492180Z 2022-11-23T02:45:04.9492365Z Scanning the drive: 2022-11-23T02:45:04.9492791Z 5 files, 366191 bytes (358 KiB) 2022-11-23T02:45:04.9492984Z 2022-11-23T02:45:04.9493322Z Creating archive: test-jsons-test-default-3-5-windows.8xlarge.nvidia.gpu_9655481054.zip 2022-11-23T02:45:04.9494058Z 2022-11-23T02:45:04.9494420Z Add new data to archive: 5 files, 366191 bytes (358 KiB) 2022-11-23T02:45:04.9494793Z 2022-11-23T02:45:04.9494822Z 2022-11-23T02:45:04.9495022Z Files read from disk: 5 2022-11-23T02:45:04.9495480Z Archive size: 39272 bytes (39 KiB) 2022-11-23T02:45:04.9495898Z Everything is Ok 2022-11-23T02:45:04.9929872Z ##[group]Run # -ir => recursive include all files in pattern 2022-11-23T02:45:04.9930256Z # -ir => recursive include all files in pattern 2022-11-23T02:45:04.9930636Z 7z a "test-reports-$Env:FILE_SUFFIX.zip" -ir'!test\*.xml' -ir'!test\*.csv' 2022-11-23T02:45:04.9967151Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:45:04.9967494Z env: 2022-11-23T02:45:04.9969316Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:45:04.9969684Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:45:04.9970088Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:45:04.9971613Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:45:04.9972058Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:45:04.9972436Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:45:04.9972849Z FILE_SUFFIX: test-default-3-5-windows.8xlarge.nvidia.gpu_9655481054 2022-11-23T02:45:04.9973185Z ##[endgroup] 2022-11-23T02:45:05.4916640Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:45:05.6607665Z Finished 2022-11-23T02:45:05.9618750Z 2022-11-23T02:45:05.9619476Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T02:45:05.9619991Z 2022-11-23T02:45:05.9620195Z Scanning the drive: 2022-11-23T02:45:05.9620629Z 151 files, 6295822 bytes (6149 KiB) 2022-11-23T02:45:05.9620904Z 2022-11-23T02:45:05.9621481Z Creating archive: test-reports-test-default-3-5-windows.8xlarge.nvidia.gpu_9655481054.zip 2022-11-23T02:45:05.9622096Z 2022-11-23T02:45:05.9622413Z Add new data to archive: 151 files, 6295822 bytes (6149 KiB) 2022-11-23T02:45:05.9622747Z 2022-11-23T02:45:05.9622759Z 2022-11-23T02:45:05.9622957Z Files read from disk: 151 2022-11-23T02:45:05.9623437Z Archive size: 352618 bytes (345 KiB) 2022-11-23T02:45:05.9623870Z Everything is Ok 2022-11-23T02:45:06.0183217Z ##[group]Run # -ir => recursive include all files in pattern 2022-11-23T02:45:06.0183807Z # -ir => recursive include all files in pattern 2022-11-23T02:45:06.0184183Z 7z a "usage-log-$Env:FILE_SUFFIX.zip" 'usage_log.txt' 2022-11-23T02:45:06.0213890Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:45:06.0214235Z env: 2022-11-23T02:45:06.0214462Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:45:06.0214779Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:45:06.0215197Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:45:06.0215612Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:45:06.0215993Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:45:06.0216369Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:45:06.0216785Z FILE_SUFFIX: test-default-3-5-windows.8xlarge.nvidia.gpu_9655481054 2022-11-23T02:45:06.0217226Z ##[endgroup] 2022-11-23T02:45:06.5109820Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:45:06.6570338Z Finished 2022-11-23T02:45:07.1702558Z 2022-11-23T02:45:07.1703266Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T02:45:07.1703646Z 2022-11-23T02:45:07.1703808Z Scanning the drive: 2022-11-23T02:45:07.1704224Z 1 file, 4984639 bytes (4868 KiB) 2022-11-23T02:45:07.1704469Z 2022-11-23T02:45:07.1704809Z Creating archive: usage-log-test-default-3-5-windows.8xlarge.nvidia.gpu_9655481054.zip 2022-11-23T02:45:07.1705349Z 2022-11-23T02:45:07.1705649Z Add new data to archive: 1 file, 4984639 bytes (4868 KiB) 2022-11-23T02:45:07.1705983Z 2022-11-23T02:45:07.1705995Z 2022-11-23T02:45:07.1706183Z Files read from disk: 1 2022-11-23T02:45:07.1706614Z Archive size: 183741 bytes (180 KiB) 2022-11-23T02:45:07.1706877Z Everything is Ok 2022-11-23T02:45:07.2177010Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T02:45:07.2177284Z with: 2022-11-23T02:45:07.2177539Z s3-prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T02:45:07.2177814Z retention-days: 14 2022-11-23T02:45:07.2178061Z if-no-files-found: warn 2022-11-23T02:45:07.2178309Z path: test-jsons-*.zip 2022-11-23T02:45:07.2178525Z name: artifact 2022-11-23T02:45:07.2178751Z s3-bucket: gha-artifacts 2022-11-23T02:45:07.2178990Z region: us-east-1 2022-11-23T02:45:07.2179195Z env: 2022-11-23T02:45:07.2179407Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:45:07.2179716Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:45:07.2180731Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:45:07.2181189Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:45:07.2181746Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:45:07.2182129Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:45:07.2182428Z ##[endgroup] 2022-11-23T02:45:08.4890887Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T02:45:08.4891297Z With the provided path, there will be 1 file uploaded 2022-11-23T02:45:08.4891662Z Uploading to s3 prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T02:45:08.4912980Z Starting upload of test-jsons-test-default-3-5-windows.8xlarge.nvidia.gpu_9655481054.zip 2022-11-23T02:45:08.6519676Z Finished upload of test-jsons-test-default-3-5-windows.8xlarge.nvidia.gpu_9655481054.zip 2022-11-23T02:45:08.6893169Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T02:45:08.6893437Z with: 2022-11-23T02:45:08.6893710Z s3-prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T02:45:08.6893992Z retention-days: 14 2022-11-23T02:45:08.6894243Z if-no-files-found: error 2022-11-23T02:45:08.6894504Z path: test-reports-*.zip 2022-11-23T02:45:08.6894724Z name: artifact 2022-11-23T02:45:08.6894952Z s3-bucket: gha-artifacts 2022-11-23T02:45:08.6895336Z region: us-east-1 2022-11-23T02:45:08.6895543Z env: 2022-11-23T02:45:08.6895759Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:45:08.6896072Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:45:08.6898056Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:45:08.6898471Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:45:08.6898860Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:45:08.6899244Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:45:08.6899540Z ##[endgroup] 2022-11-23T02:45:09.2508052Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T02:45:09.2508486Z With the provided path, there will be 1 file uploaded 2022-11-23T02:45:09.2508837Z Uploading to s3 prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T02:45:09.2529064Z Starting upload of test-reports-test-default-3-5-windows.8xlarge.nvidia.gpu_9655481054.zip 2022-11-23T02:45:09.4345255Z Finished upload of test-reports-test-default-3-5-windows.8xlarge.nvidia.gpu_9655481054.zip 2022-11-23T02:45:09.4701800Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T02:45:09.4702064Z with: 2022-11-23T02:45:09.4702323Z s3-prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T02:45:09.4702645Z retention-days: 14 2022-11-23T02:45:09.4702899Z if-no-files-found: ignore 2022-11-23T02:45:09.4703157Z path: usage-log-*.zip 2022-11-23T02:45:09.4703371Z name: artifact 2022-11-23T02:45:09.4703600Z s3-bucket: gha-artifacts 2022-11-23T02:45:09.4703843Z region: us-east-1 2022-11-23T02:45:09.4704060Z env: 2022-11-23T02:45:09.4704275Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:45:09.4704589Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:45:09.4705011Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:45:09.4705422Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:45:09.4705814Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:45:09.4706197Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:45:09.4706491Z ##[endgroup] 2022-11-23T02:45:10.0153255Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T02:45:10.0153654Z With the provided path, there will be 1 file uploaded 2022-11-23T02:45:10.0154019Z Uploading to s3 prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T02:45:10.0173842Z Starting upload of usage-log-test-default-3-5-windows.8xlarge.nvidia.gpu_9655481054.zip 2022-11-23T02:45:10.2608578Z Finished upload of usage-log-test-default-3-5-windows.8xlarge.nvidia.gpu_9655481054.zip 2022-11-23T02:45:10.2957141Z ##[group]Run .github/scripts/parse_ref.py 2022-11-23T02:45:10.2957522Z .github/scripts/parse_ref.py 2022-11-23T02:45:10.3023106Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:45:10.3023468Z env: 2022-11-23T02:45:10.3023694Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:45:10.3024017Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:45:10.3024440Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:45:10.3024848Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:45:10.3025233Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:45:10.3025613Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:45:10.3025911Z ##[endgroup] 2022-11-23T02:45:10.8120189Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:45:10.9596487Z Finished 2022-11-23T02:45:11.3075961Z ##[group]Run set -x 2022-11-23T02:45:11.3076562Z set -x 2022-11-23T02:45:11.3077094Z python3 -m pip install -r requirements.txt 2022-11-23T02:45:11.3077782Z python3 -m pip install boto3==1.19.12 2022-11-23T02:45:11.3078735Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-11-23T02:45:11.3131639Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T02:45:11.3132233Z env: 2022-11-23T02:45:11.3132625Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:45:11.3133392Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:45:11.3134733Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:45:11.3135519Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:45:11.3136412Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:45:11.3137268Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:45:11.3137870Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T02:45:11.3138302Z BRANCH: 2022-11-23T02:45:11.3138668Z TEST_CONFIG: default 2022-11-23T02:45:11.3139083Z SHARD_NUMBER: 3 2022-11-23T02:45:11.3139644Z BUILD_ENVIRONMENT: win-vs2019-cuda11.6-py3 2022-11-23T02:45:11.3140140Z PR_NUMBER: 2022-11-23T02:45:11.3140608Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T02:45:11.3141142Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T02:45:11.3141690Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T02:45:11.3142132Z TAG: 2022-11-23T02:45:11.3142503Z WORKFLOW_ID: 3528293554 2022-11-23T02:45:11.3143398Z GITHUB_TOKEN: *** 2022-11-23T02:45:11.3143844Z GHA_WORKFLOW_JOB_ID: 9655481054 2022-11-23T02:45:11.3144274Z ##[endgroup] 2022-11-23T02:45:11.3498829Z + python3 -m pip install -r requirements.txt 2022-11-23T02:45:12.3083232Z Collecting astunparse 2022-11-23T02:45:12.3626461Z Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB) 2022-11-23T02:45:12.4123767Z Collecting expecttest 2022-11-23T02:45:12.4189094Z Downloading expecttest-0.1.4-py3-none-any.whl (6.5 kB) 2022-11-23T02:45:12.4560992Z Collecting future 2022-11-23T02:45:12.4624218Z Downloading future-0.18.2.tar.gz (829 kB) 2022-11-23T02:45:12.5038139Z ------------------------------------- 829.2/829.2 kB 26.4 MB/s eta 0:00:00 2022-11-23T02:45:13.0671651Z Preparing metadata (setup.py): started 2022-11-23T02:45:13.9781198Z Preparing metadata (setup.py): finished with status 'done' 2022-11-23T02:45:14.6145996Z Collecting hypothesis 2022-11-23T02:45:14.6248049Z Downloading hypothesis-6.58.0-py3-none-any.whl (396 kB) 2022-11-23T02:45:14.6442380Z ---------------------------------------- 396.8/396.8 kB ? eta 0:00:00 2022-11-23T02:45:14.8792246Z Collecting numpy 2022-11-23T02:45:14.8859994Z Downloading numpy-1.23.5-cp311-cp311-win_amd64.whl (14.6 MB) 2022-11-23T02:45:15.0660629Z --------------------------------------- 14.6/14.6 MB 65.5 MB/s eta 0:00:00 2022-11-23T02:45:15.1533475Z Requirement already satisfied: psutil in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from -r requirements.txt (line 7)) (5.9.1) 2022-11-23T02:45:15.2068413Z Collecting pyyaml 2022-11-23T02:45:15.2264006Z Using cached PyYAML-6.0-cp311-cp311-win_amd64.whl (143 kB) 2022-11-23T02:45:15.2408217Z Requirement already satisfied: requests in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from -r requirements.txt (line 9)) (2.26.0) 2022-11-23T02:45:15.2426135Z Requirement already satisfied: setuptools in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from -r requirements.txt (line 10)) (65.5.0) 2022-11-23T02:45:15.2639636Z Collecting six 2022-11-23T02:45:15.2689000Z Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 2022-11-23T02:45:15.3069098Z Collecting types-dataclasses 2022-11-23T02:45:15.3116415Z Downloading types_dataclasses-0.6.6-py3-none-any.whl (2.9 kB) 2022-11-23T02:45:15.3460285Z Collecting typing_extensions 2022-11-23T02:45:15.3506523Z Downloading typing_extensions-4.4.0-py3-none-any.whl (26 kB) 2022-11-23T02:45:15.3994842Z Collecting sympy 2022-11-23T02:45:15.4272829Z Using cached sympy-1.11.1-py3-none-any.whl (6.5 MB) 2022-11-23T02:45:15.5125704Z Collecting filelock 2022-11-23T02:45:15.5176223Z Downloading filelock-3.8.0-py3-none-any.whl (10 kB) 2022-11-23T02:45:15.5756381Z Collecting networkx 2022-11-23T02:45:15.5862575Z Downloading networkx-2.8.8-py3-none-any.whl (2.0 MB) 2022-11-23T02:45:15.6208524Z ---------------------------------------- 2.0/2.0 MB 65.0 MB/s eta 0:00:00 2022-11-23T02:45:15.6694181Z Collecting jinja2 2022-11-23T02:45:15.6745648Z Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB) 2022-11-23T02:45:15.6865726Z ---------------------------------------- 133.1/133.1 kB ? eta 0:00:00 2022-11-23T02:45:15.7486920Z Collecting wheel<1.0,>=0.23.0 2022-11-23T02:45:15.7580221Z Using cached wheel-0.38.4-py3-none-any.whl (36 kB) 2022-11-23T02:45:15.8605961Z Collecting attrs>=19.2.0 2022-11-23T02:45:15.8667815Z Downloading attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2022-11-23T02:45:15.8773469Z ---------------------------------------- 58.8/58.8 kB ? eta 0:00:00 2022-11-23T02:45:15.9141429Z Collecting sortedcontainers<3.0.0,>=2.1.0 2022-11-23T02:45:15.9199455Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2022-11-23T02:45:16.0123991Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (1.26.12) 2022-11-23T02:45:16.0147447Z Requirement already satisfied: certifi>=2017.4.17 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (2022.9.24) 2022-11-23T02:45:16.0189972Z Requirement already satisfied: charset-normalizer~=2.0.0 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (2.0.12) 2022-11-23T02:45:16.0223503Z Requirement already satisfied: idna<4,>=2.5 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (3.4) 2022-11-23T02:45:16.0640100Z Collecting mpmath>=0.19 2022-11-23T02:45:16.0761950Z Using cached mpmath-1.2.1-py3-none-any.whl (532 kB) 2022-11-23T02:45:16.2182103Z Collecting MarkupSafe>=2.0 2022-11-23T02:45:16.2236375Z Downloading MarkupSafe-2.1.1.tar.gz (18 kB) 2022-11-23T02:45:16.2916376Z Preparing metadata (setup.py): started 2022-11-23T02:45:17.0401611Z Preparing metadata (setup.py): finished with status 'done' 2022-11-23T02:45:17.5355790Z Installing collected packages: types-dataclasses, sortedcontainers, mpmath, wheel, typing_extensions, sympy, six, pyyaml, numpy, networkx, MarkupSafe, future, filelock, expecttest, attrs, jinja2, hypothesis, astunparse 2022-11-23T02:46:02.7131067Z DEPRECATION: MarkupSafe is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559 2022-11-23T02:46:02.7140277Z Running setup.py install for MarkupSafe: started 2022-11-23T02:46:05.9211564Z Running setup.py install for MarkupSafe: finished with status 'done' 2022-11-23T02:46:05.9321444Z DEPRECATION: future is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559 2022-11-23T02:46:05.9329860Z Running setup.py install for future: started 2022-11-23T02:46:10.8058910Z Running setup.py install for future: finished with status 'done' 2022-11-23T02:46:13.3871463Z Successfully installed MarkupSafe-2.1.1 astunparse-1.6.3 attrs-22.1.0 expecttest-0.1.4 filelock-3.8.0 future-0.18.2 hypothesis-6.58.0 jinja2-3.1.2 mpmath-1.2.1 networkx-2.8.8 numpy-1.23.5 pyyaml-6.0 six-1.16.0 sortedcontainers-2.4.0 sympy-1.11.1 types-dataclasses-0.6.6 typing_extensions-4.4.0 wheel-0.38.4 2022-11-23T02:46:13.7997380Z + python3 -m pip install boto3==1.19.12 2022-11-23T02:46:15.1898596Z Collecting boto3==1.19.12 2022-11-23T02:46:15.2338923Z Downloading boto3-1.19.12-py3-none-any.whl (131 kB) 2022-11-23T02:46:15.2518851Z ---------------------------------------- 131.8/131.8 kB ? eta 0:00:00 2022-11-23T02:46:15.7979088Z Collecting botocore<1.23.0,>=1.22.12 2022-11-23T02:46:15.8059348Z Downloading botocore-1.22.12-py3-none-any.whl (8.1 MB) 2022-11-23T02:46:15.9375089Z ---------------------------------------- 8.1/8.1 MB 64.7 MB/s eta 0:00:00 2022-11-23T02:46:16.0091722Z Collecting jmespath<1.0.0,>=0.7.1 2022-11-23T02:46:16.0144711Z Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB) 2022-11-23T02:46:16.0539351Z Collecting s3transfer<0.6.0,>=0.5.0 2022-11-23T02:46:16.0607111Z Downloading s3transfer-0.5.2-py3-none-any.whl (79 kB) 2022-11-23T02:46:16.0724829Z ---------------------------------------- 79.5/79.5 kB 4.6 MB/s eta 0:00:00 2022-11-23T02:46:16.1191516Z Collecting python-dateutil<3.0.0,>=2.1 2022-11-23T02:46:16.1314112Z Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2022-11-23T02:46:16.1457526Z ---------------------------------------- 247.7/247.7 kB ? eta 0:00:00 2022-11-23T02:46:16.1634813Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.26.12) 2022-11-23T02:46:16.2971611Z Requirement already satisfied: six>=1.5 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.16.0) 2022-11-23T02:46:16.6503280Z Installing collected packages: python-dateutil, jmespath, botocore, s3transfer, boto3 2022-11-23T02:46:20.4645657Z Successfully installed boto3-1.19.12 botocore-1.22.12 jmespath-0.10.0 python-dateutil-2.8.2 s3transfer-0.5.2 2022-11-23T02:46:20.6233037Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-11-23T02:46:45.3372900Z [scribe] Scribe access token not provided, sending report via boto3... 2022-11-23T02:46:45.3373424Z 2022-11-23T02:46:45.3373731Z ----- Historic stats comparison result ------ 2022-11-23T02:46:45.3375859Z 2022-11-23T02:46:45.3376281Z job: win-vs2019-cuda11.6-py3 2022-11-23T02:46:45.3376888Z commit: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T02:46:45.3377241Z 2022-11-23T02:46:45.3377623Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-11-23T02:46:45.3378049Z 2022-11-23T02:46:45.3378221Z : (master) 2022-11-23T02:46:45.3382371Z | 2022-11-23T02:46:45.3382941Z * 1cfd3858ac (HEAD) total time 5890.51s 2022-11-23T02:46:45.3385144Z * 26322544b8 (base) 5 reports, total time 6044.46s � 2540.88s 2022-11-23T02:46:45.3387735Z * 7f4b4d2827 5 reports, total time 5992.62s � 2566.56s 2022-11-23T02:46:45.3388286Z * b50699f247 5 reports, total time 5988.16s � 2502.08s 2022-11-23T02:46:45.3388652Z * 8bf8e4d71e 5 reports, total time 6061.43s � 2527.88s 2022-11-23T02:46:45.3389014Z * ce856cee7e 7 reports, total time 6336.58s � 2273.01s 2022-11-23T02:46:45.3389346Z * 391b593ca2 7 reports, total time 6378.48s � 2342.47s 2022-11-23T02:46:45.3389709Z * 5bba783d21 7 reports, total time 6277.93s � 2268.16s 2022-11-23T02:46:45.3390069Z * ea920a1115 7 reports, total time 6257.12s � 2205.16s 2022-11-23T02:46:45.3390423Z * 74e62a1fef 7 reports, total time 6273.74s � 2219.45s 2022-11-23T02:46:45.3390797Z * 00b7d8ef23 7 reports, total time 6299.57s � 2254.43s 2022-11-23T02:46:45.3391321Z | 2022-11-23T02:46:45.3391526Z : 2022-11-23T02:46:45.3391654Z 2022-11-23T02:46:45.3391825Z Removed (across 679 suites) 0 tests, totaling 0.00s 2022-11-23T02:46:45.3392185Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-11-23T02:46:45.3392680Z Added (across 149 suites) 32303 tests, totaling +5890.51s 2022-11-23T02:46:45.4949030Z Prepare all required actions 2022-11-23T02:46:45.5000484Z ##[group]Run ./.github/actions/teardown-win 2022-11-23T02:46:45.5000734Z with: 2022-11-23T02:46:45.5000952Z env: 2022-11-23T02:46:45.5001188Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:46:45.5001539Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:46:45.5001978Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:46:45.5002403Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:46:45.5002777Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:46:45.5003171Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:46:45.5003481Z ##[endgroup] 2022-11-23T02:46:45.5162247Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2022-11-23T02:46:45.5162634Z .github\scripts\wait_for_ssh_to_drain.ps1 2022-11-23T02:46:45.5201246Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:46:45.5201610Z env: 2022-11-23T02:46:45.5201849Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:46:45.5202199Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:46:45.5202626Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:46:45.5203046Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:46:45.5203414Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:46:45.5203800Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:46:45.5205781Z ##[endgroup] 2022-11-23T02:46:46.0395035Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:46:46.2075511Z Finished 2022-11-23T02:46:46.8094182Z Holding runner until all ssh sessions have logged out 2022-11-23T02:46:46.8547018Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2022-11-23T02:46:46.8547389Z .github\scripts\kill_active_ssh_sessions.ps1 2022-11-23T02:46:46.8577300Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:46:46.8577770Z env: 2022-11-23T02:46:46.8578074Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:46:46.8578454Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:46:46.8578893Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:46:46.8579313Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:46:46.8579704Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:46:46.8580098Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:46:46.8580405Z ##[endgroup] 2022-11-23T02:46:47.3445003Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:46:47.4930418Z Finished 2022-11-23T02:46:47.5775042Z ##[group]Run [ ! -z "${EXTRA_DELETE_DIR}" ] || rm -rf "${EXTRA_DELETE_DIR}" 2022-11-23T02:46:47.5775461Z [ ! -z "${EXTRA_DELETE_DIR}" ] || rm -rf "${EXTRA_DELETE_DIR}" 2022-11-23T02:46:47.5775762Z rm -rf ./* 2022-11-23T02:46:47.5823789Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T02:46:47.5824120Z env: 2022-11-23T02:46:47.5824364Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:46:47.5824710Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:46:47.5825145Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:46:47.5827217Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:46:47.5827621Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:46:47.5827988Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:46:47.5828476Z EXTRA_DELETE_DIR: 2022-11-23T02:46:47.5829789Z ##[endgroup] 2022-11-23T02:47:13.5242061Z Post job cleanup. 2022-11-23T02:47:13.5439312Z Post job cleanup. 2022-11-23T02:47:14.1373879Z Cache hit occurred on the primary key setup-python-Windows-python-3.11.0-pip-cea00ec539b2709af8423a66810a978e4769be06900e3cb8842e8370b70b0daf, not saving cache. 2022-11-23T02:47:14.1790961Z Post job cleanup. 2022-11-23T02:47:14.2047814Z Post job cleanup. 2022-11-23T02:47:18.0643016Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-11-23T02:47:18.0911375Z git version 2.38.1.windows.1 2022-11-23T02:47:18.0989432Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\f5588426-e39b-42df-94fd-af645aa025f7\.gitconfig' 2022-11-23T02:47:18.1065492Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\f5588426-e39b-42df-94fd-af645aa025f7' before making global git config changes 2022-11-23T02:47:18.1066307Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T02:47:18.1077303Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2022-11-23T02:47:18.1412860Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-11-23T02:47:18.1754422Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2022-11-23T02:47:18.9074774Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T02:47:18.9344924Z http.https://github.com/.extraheader 2022-11-23T02:47:18.9389717Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2022-11-23T02:47:18.9730735Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2022-11-23T02:47:19.5755757Z Cleaning up orphan processes